summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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
* * RELNOTES: Updated.Kaz Kylheku2012-03-041-14/+14
* * arith.c (plus): Showstopper bug: plus(bignum, fixnum)Kaz Kylheku2012-03-041-0/+5
* * mpi-patches/add-mp-hash (mp_hash): Fixed use of uninitializedKaz Kylheku2012-03-041-0/+19
* Version 60Kaz Kylheku2012-03-041-0/+23
* * eval.c (eval_init): Expose remq, remql and remqual.Kaz Kylheku2012-03-031-0/+6
* * lib.c (sub_str): Removed second check for lazy string thatKaz Kylheku2012-03-031-0/+17
* * match.c (search_form): search_form works with relative positions now,Kaz Kylheku2012-03-011-0/+8
* * match.c (sem_error, file_err): Bugfix: pull text formatted sourceKaz Kylheku2012-03-011-0/+5
* * match.c (v_load): Check for errors during the parse and throw an exception.Kaz Kylheku2012-03-011-0/+1
* * match.c (v_load): Fixed broken functionality. Failing to evaluateKaz Kylheku2012-03-011-0/+5