summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile (TXR_ARGS): Pass new file to tests/009/json.txr test.Kaz Kylheku2012-03-231-0/+12
* Merge branch 'float-support'Kaz Kylheku2012-03-221-0/+261
|\
| * * arith.c (expo): New function.Kaz Kylheku2012-03-221-0/+12
| * * eval.c (transform_op): use integerp instead of numberp.Kaz Kylheku2012-03-221-0/+6
| * * parser.l: Bugfix: was not allowing e-notation floatsKaz Kylheku2012-03-221-0/+17
| * Fix sqrt confusion. There must be a separate isqrtKaz Kylheku2012-03-221-0/+18
| * * arith.c (floorf, ceili, sine, cosi, atang, loga): New functions.Kaz Kylheku2012-03-221-0/+13
| * * arith.c (int_flo): If sprintf produces somethingKaz Kylheku2012-03-221-0/+9
| * * arith.c (to_float): New static function.Kaz Kylheku2012-03-221-0/+14
| * * arith.c (divi): New function.Kaz Kylheku2012-03-211-0/+12
| * * arith.c (mod): Floating support.Kaz Kylheku2012-03-211-0/+4
| * * arith.c (trunc): Floating support.Kaz Kylheku2012-03-211-0/+4
| * * arith.c (plus, minus, mul): Removing unnecessary type checks,Kaz Kylheku2012-03-211-0/+5
| * * txr.1: Doc stubs for new functions floatp, integerp,Kaz Kylheku2012-03-211-0/+7
| * * Makefile: link in -lm, which is needed now on some systems.Kaz Kylheku2012-03-211-0/+7
| * * arith.c (neg): Floating-point support.Kaz Kylheku2012-03-211-0/+15
| * * arith.c (plus): Minor code simplification.Kaz Kylheku2012-03-211-0/+9
| * Regression fix: 1..3 scans incorrectly into 1. .3 tokens.Kaz Kylheku2012-03-201-0/+13
| * * arith.c (plus): Completed implementation of bignum-floatKaz Kylheku2012-03-201-0/+5
| * * stream.c (vformat): Use larger num_buf buffer so we don'tKaz Kylheku2012-03-201-0/+5
| * * arith.c (flo_int): New function.Kaz Kylheku2012-03-201-0/+13
| * * arith.c (plus): Optimization: use num_fast whenKaz Kylheku2012-03-201-0/+17
| * * parser.l (FLO): Adjusted syntax of floating point numbersKaz Kylheku2012-03-201-0/+5
| * * stream.c (vformat): num_buf increased to 256 because weKaz Kylheku2012-03-191-0/+11
| * * configure (uintptr): New variable. Indicates whether unsignedKaz Kylheku2012-03-191-0/+40
* | * debug.c (debug): Breakpointing now takes into accountKaz Kylheku2012-03-201-0/+8
|/
* * eval.c (eval_init): url_decode has two parameters now,Kaz Kylheku2012-03-181-0/+19
* Changing type function to not blow up on nil, which makes a lot of codeKaz Kylheku2012-03-171-0/+28
* * filter.c (digit_value): static function moved.Kaz Kylheku2012-03-171-0/+6
* * lib.c (do_chain): More useful behavior. The firstKaz Kylheku2012-03-161-0/+7
* * eval.c (eval_init): New intrinsic functionsKaz Kylheku2012-03-161-0/+19
* * lib.c (quicksort): Bugfix: incorrect loop from 0 rather than fromKaz Kylheku2012-03-161-0/+5
* Version 61txr-61Kaz Kylheku2012-03-151-0/+23
* * tests/010/block.expected: New file.Kaz Kylheku2012-03-151-0/+10
* * RELNOTES: Updated for upcoming 61.Kaz Kylheku2012-03-141-0/+4
* * txr.1: Documented hash and vector quasiliterals.Kaz Kylheku2012-03-141-0/+4
* Support quasiquoting over vectors also, and a bugfix for hashKaz Kylheku2012-03-141-0/+35
* Allow quasi-quoting over hash table literals,Kaz Kylheku2012-03-141-0/+21
* Change: @(block) requires @(end) from now on.Kaz Kylheku2012-03-131-0/+20
* * parser.l (ID_END): Bugfix: ID_END was defined incorrectlyKaz Kylheku2012-03-131-0/+7
* * regex.c (regsub): the replacement argumentKaz Kylheku2012-03-131-0/+7
* * stream.c (stdio_put_string, stdio_put_char, stdio_put_byte): Do notKaz Kylheku2012-03-131-0/+7
* Implementing URL filtering.Kaz Kylheku2012-03-131-0/+18
* * stream.c (string_out_byte_flush): Bugfix. Do not loop inside thisKaz Kylheku2012-03-131-0/+23
* Implementing put_byte for string output stream.Kaz Kylheku2012-03-121-0/+28
* Plugging memory leak.Kaz Kylheku2012-03-121-0/+7
* * txr.vim: Update. Adding remq, remql, remqual, regsub, *stddebug*Kaz Kylheku2012-03-041-0/+4
* Bug #35718. Workaround good enough to get some code working.Kaz Kylheku2012-03-041-0/+14
* * eval.c (eval_init): New intrinsic function, regsub.Kaz Kylheku2012-03-041-0/+10
* * lib.c (split_str): Separator can be a regex now.Kaz Kylheku2012-03-041-0/+4