summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fixing two instances of unintentional O(n*n) behavior and poor memory useKaz Kylheku2012-03-011-0/+14
* * match.c (do_match_line): Function takes new argument, "completely".Kaz Kylheku2012-02-281-0/+17
* * match.c (consume_prefix): This memory optimization should onlyKaz Kylheku2012-02-281-0/+7
* * lib.c (numberp): Fix bad type check: null pointer dereference whenKaz Kylheku2012-02-281-0/+11
* Bugfix: rlcp function was incorrect for new way of storingKaz Kylheku2012-02-281-0/+10
* * debug.c (help, debug): New g command for tweaking log level.Kaz Kylheku2012-02-281-0/+4
* * debug.c: Missing d command implemented.Kaz Kylheku2012-02-281-0/+11
* Version 59txr-59Kaz Kylheku2012-02-281-0/+12
* * lib.c (sub_list, replace_list, lazy_sub_str, sub_str, replace_str,Kaz Kylheku2012-02-281-0/+6
* * txr.vim: Recognize backslash-newline break in regexes.Kaz Kylheku2012-02-271-0/+4
* * txr.vim: Substantially revised for better lexical accuracyKaz Kylheku2012-02-271-0/+5
* * match.c (extract): Check for negative value of opt_nobindings,Kaz Kylheku2012-02-271-0/+12
* Fix the issue properly, once and for all, of how to determineKaz Kylheku2012-02-271-0/+17
* Fixing long-time (pre-GIT) bug. The object (nil) was stupidly used toKaz Kylheku2012-02-261-0/+22
* Bug #35625Kaz Kylheku2012-02-261-0/+24
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-0/+56