| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (eval_init): url_decode has two parameters now, | Kaz Kylheku | 2012-03-18 | 1 | -0/+19 |
* | Changing type function to not blow up on nil, which makes a lot of code | Kaz Kylheku | 2012-03-17 | 1 | -0/+28 |
* | * filter.c (digit_value): static function moved. | Kaz Kylheku | 2012-03-17 | 1 | -0/+6 |
* | * lib.c (do_chain): More useful behavior. The first | Kaz Kylheku | 2012-03-16 | 1 | -0/+7 |
* | * eval.c (eval_init): New intrinsic functions | Kaz Kylheku | 2012-03-16 | 1 | -0/+19 |
* | * lib.c (quicksort): Bugfix: incorrect loop from 0 rather than from | Kaz Kylheku | 2012-03-16 | 1 | -0/+5 |
* | Version 61txr-61 | Kaz Kylheku | 2012-03-15 | 1 | -0/+23 |
* | * tests/010/block.expected: New file. | Kaz Kylheku | 2012-03-15 | 1 | -0/+10 |
* | * RELNOTES: Updated for upcoming 61. | Kaz Kylheku | 2012-03-14 | 1 | -0/+4 |
* | * txr.1: Documented hash and vector quasiliterals. | Kaz Kylheku | 2012-03-14 | 1 | -0/+4 |
* | Support quasiquoting over vectors also, and a bugfix for hash | Kaz Kylheku | 2012-03-14 | 1 | -0/+35 |
* | Allow quasi-quoting over hash table literals, | Kaz Kylheku | 2012-03-14 | 1 | -0/+21 |
* | Change: @(block) requires @(end) from now on. | Kaz Kylheku | 2012-03-13 | 1 | -0/+20 |
* | * parser.l (ID_END): Bugfix: ID_END was defined incorrectly | Kaz Kylheku | 2012-03-13 | 1 | -0/+7 |
* | * regex.c (regsub): the replacement argument | Kaz Kylheku | 2012-03-13 | 1 | -0/+7 |
* | * stream.c (stdio_put_string, stdio_put_char, stdio_put_byte): Do not | Kaz Kylheku | 2012-03-13 | 1 | -0/+7 |
* | Implementing URL filtering. | Kaz Kylheku | 2012-03-13 | 1 | -0/+18 |
* | * stream.c (string_out_byte_flush): Bugfix. Do not loop inside this | Kaz Kylheku | 2012-03-13 | 1 | -0/+23 |
* | Implementing put_byte for string output stream. | Kaz Kylheku | 2012-03-12 | 1 | -0/+28 |
* | Plugging memory leak. | Kaz Kylheku | 2012-03-12 | 1 | -0/+7 |
* | * txr.vim: Update. Adding remq, remql, remqual, regsub, *stddebug* | Kaz Kylheku | 2012-03-04 | 1 | -0/+4 |
* | Bug #35718. Workaround good enough to get some code working. | Kaz Kylheku | 2012-03-04 | 1 | -0/+14 |
* | * eval.c (eval_init): New intrinsic function, regsub. | Kaz Kylheku | 2012-03-04 | 1 | -0/+10 |
* | * lib.c (split_str): Separator can be a regex now. | Kaz Kylheku | 2012-03-04 | 1 | -0/+4 |
* | * RELNOTES: Updated. | Kaz Kylheku | 2012-03-04 | 1 | -14/+14 |
* | * arith.c (plus): Showstopper bug: plus(bignum, fixnum) | Kaz Kylheku | 2012-03-04 | 1 | -0/+5 |
* | * mpi-patches/add-mp-hash (mp_hash): Fixed use of uninitialized | Kaz Kylheku | 2012-03-04 | 1 | -0/+19 |
* | Version 60 | Kaz Kylheku | 2012-03-04 | 1 | -0/+23 |
* | * eval.c (eval_init): Expose remq, remql and remqual. | Kaz Kylheku | 2012-03-03 | 1 | -0/+6 |
* | * lib.c (sub_str): Removed second check for lazy string that | Kaz Kylheku | 2012-03-03 | 1 | -0/+17 |
* | * match.c (search_form): search_form works with relative positions now, | Kaz Kylheku | 2012-03-01 | 1 | -0/+8 |
* | * match.c (sem_error, file_err): Bugfix: pull text formatted source | Kaz Kylheku | 2012-03-01 | 1 | -0/+5 |
* | * match.c (v_load): Check for errors during the parse and throw an exception. | Kaz Kylheku | 2012-03-01 | 1 | -0/+1 |
* | * match.c (v_load): Fixed broken functionality. Failing to evaluate | Kaz Kylheku | 2012-03-01 | 1 | -0/+5 |
* | Fixing two instances of unintentional O(n*n) behavior and poor memory use | Kaz Kylheku | 2012-03-01 | 1 | -0/+14 |
* | * match.c (do_match_line): Function takes new argument, "completely". | Kaz Kylheku | 2012-02-28 | 1 | -0/+17 |
* | * match.c (consume_prefix): This memory optimization should only | Kaz Kylheku | 2012-02-28 | 1 | -0/+7 |
* | * lib.c (numberp): Fix bad type check: null pointer dereference when | Kaz Kylheku | 2012-02-28 | 1 | -0/+11 |
* | Bugfix: rlcp function was incorrect for new way of storing | Kaz Kylheku | 2012-02-28 | 1 | -0/+10 |
* | * debug.c (help, debug): New g command for tweaking log level. | Kaz Kylheku | 2012-02-28 | 1 | -0/+4 |
* | * debug.c: Missing d command implemented. | Kaz Kylheku | 2012-02-28 | 1 | -0/+11 |
* | Version 59txr-59 | Kaz Kylheku | 2012-02-28 | 1 | -0/+12 |
* | * lib.c (sub_list, replace_list, lazy_sub_str, sub_str, replace_str, | Kaz Kylheku | 2012-02-28 | 1 | -0/+6 |
* | * txr.vim: Recognize backslash-newline break in regexes. | Kaz Kylheku | 2012-02-27 | 1 | -0/+4 |
* | * txr.vim: Substantially revised for better lexical accuracy | Kaz Kylheku | 2012-02-27 | 1 | -0/+5 |
* | * match.c (extract): Check for negative value of opt_nobindings, | Kaz Kylheku | 2012-02-27 | 1 | -0/+12 |
* | Fix the issue properly, once and for all, of how to determine | Kaz Kylheku | 2012-02-27 | 1 | -0/+17 |
* | Fixing long-time (pre-GIT) bug. The object (nil) was stupidly used to | Kaz Kylheku | 2012-02-26 | 1 | -0/+22 |
* | Bug #35625 | Kaz Kylheku | 2012-02-26 | 1 | -0/+24 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -0/+56 |