| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support quasiquoting over vectors also, and a bugfix for hash | Kaz Kylheku | 2012-03-14 | 6 | -10/+56 |
* | Allow quasi-quoting over hash table literals, | Kaz Kylheku | 2012-03-14 | 5 | -15/+50 |
* | Implementing #H((...) ...) read/print syntax for hash tables. | Kaz Kylheku | 2012-03-14 | 5 | -5/+79 |
* | Change: @(block) requires @(end) from now on. | Kaz Kylheku | 2012-03-13 | 5 | -39/+156 |
* | * parser.l (ID_END): Bugfix: ID_END was defined incorrectly | Kaz Kylheku | 2012-03-13 | 2 | -1/+8 |
* | * regex.c (regsub): the replacement argument | Kaz Kylheku | 2012-03-13 | 2 | -1/+11 |
* | Remove accidentally added lines. | Kaz Kylheku | 2012-03-13 | 1 | -3/+0 |
* | * stream.c (stdio_put_string, stdio_put_char, stdio_put_byte): Do not | Kaz Kylheku | 2012-03-13 | 2 | -3/+10 |
* | Implementing URL filtering. | Kaz Kylheku | 2012-03-13 | 6 | -2/+131 |
* | * stream.c (string_out_byte_flush): Bugfix. Do not loop inside this | Kaz Kylheku | 2012-03-13 | 4 | -4/+39 |
* | Implementing put_byte for string output stream. | Kaz Kylheku | 2012-03-12 | 2 | -14/+99 |
* | Plugging memory leak. | Kaz Kylheku | 2012-03-12 | 2 | -1/+20 |
* | Fix brace/paren mismatch. | Kaz Kylheku | 2012-03-05 | 1 | -1/+1 |
* | * txr.vim: Update. Adding remq, remql, remqual, regsub, *stddebug* | Kaz Kylheku | 2012-03-04 | 2 | -3/+8 |
* | Bug #35718. Workaround good enough to get some code working. | Kaz Kylheku | 2012-03-04 | 4 | -3/+30 |
* | * eval.c (eval_init): New intrinsic function, regsub. | Kaz Kylheku | 2012-03-04 | 5 | -0/+42 |
* | * lib.c (split_str): Separator can be a regex now. | Kaz Kylheku | 2012-03-04 | 2 | -23/+50 |
* | * RELNOTES: Updated. | Kaz Kylheku | 2012-03-04 | 1 | -0/+2 |
* | * RELNOTES: Updated. | Kaz Kylheku | 2012-03-04 | 2 | -14/+16 |
* | * arith.c (plus): Showstopper bug: plus(bignum, fixnum) | Kaz Kylheku | 2012-03-04 | 2 | -1/+6 |
* | * mpi-patches/add-mp-hash (mp_hash): Fixed use of uninitialized | Kaz Kylheku | 2012-03-04 | 7 | -41/+73 |
* | Version 60 | Kaz Kylheku | 2012-03-04 | 7 | -6/+75 |
* | * eval.c (eval_init): Expose remq, remql and remqual. | Kaz Kylheku | 2012-03-03 | 3 | -0/+27 |
* | * lib.c (sub_str): Removed second check for lazy string that | Kaz Kylheku | 2012-03-03 | 3 | -13/+37 |
* | * match.c (search_form): search_form works with relative positions now, | Kaz Kylheku | 2012-03-01 | 2 | -2/+11 |
* | * match.c (sem_error, file_err): Bugfix: pull text formatted source | Kaz Kylheku | 2012-03-01 | 2 | -2/+7 |
* | * match.c (v_load): Check for errors during the parse and throw an exception. | Kaz Kylheku | 2012-03-01 | 2 | -0/+5 |
* | * match.c (v_load): Fixed broken functionality. Failing to evaluate | Kaz Kylheku | 2012-03-01 | 2 | -1/+29 |
* | Adding major section headings for the basic directives, | Kaz Kylheku | 2012-03-01 | 1 | -0/+4 |
* | Pluralization fix in bind directive. | Kaz Kylheku | 2012-03-01 | 1 | -23/+23 |
* | Or operator computes logical or, not and. | Kaz Kylheku | 2012-03-01 | 1 | -2/+2 |
* | Confusing comment removed from examples of the op operator. | Kaz Kylheku | 2012-03-01 | 1 | -2/+0 |
* | Another instance of bad troff syntax. | Kaz Kylheku | 2012-03-01 | 1 | -5/+5 |
* | Fix bad troff syntax caused by apostrophe at the start of a line. | Kaz Kylheku | 2012-03-01 | 1 | -2/+2 |
* | Clarification about TXR Syntax. | Kaz Kylheku | 2012-03-01 | 1 | -2/+3 |
* | Capitalization. | Kaz Kylheku | 2012-03-01 | 1 | -1/+1 |
* | Minor fix. | Kaz Kylheku | 2012-03-01 | 1 | -1/+1 |
* | Fixing two instances of unintentional O(n*n) behavior and poor memory use | Kaz Kylheku | 2012-03-01 | 4 | -6/+56 |
* | * match.c (do_match_line): Function takes new argument, "completely". | Kaz Kylheku | 2012-02-28 | 2 | -12/+36 |
* | * match.c (consume_prefix): This memory optimization should only | Kaz Kylheku | 2012-02-28 | 2 | -6/+15 |
* | * lib.c (numberp): Fix bad type check: null pointer dereference when | Kaz Kylheku | 2012-02-28 | 3 | -2/+15 |
* | Bugfix: rlcp function was incorrect for new way of storing | Kaz Kylheku | 2012-02-28 | 3 | -1/+18 |
* | * debug.c (help, debug): New g command for tweaking log level. | Kaz Kylheku | 2012-02-28 | 2 | -5/+20 |
* | * debug.c: Missing d command implemented. | Kaz Kylheku | 2012-02-28 | 4 | -3/+70 |
* | Version 59txr-59 | Kaz Kylheku | 2012-02-28 | 5 | -4/+49 |
* | * lib.c (sub_list, replace_list, lazy_sub_str, sub_str, replace_str, | Kaz Kylheku | 2012-02-28 | 2 | -7/+13 |
* | * txr.vim: Recognize backslash-newline break in regexes. | Kaz Kylheku | 2012-02-27 | 2 | -3/+7 |
* | * txr.vim: Substantially revised for better lexical accuracy | Kaz Kylheku | 2012-02-27 | 2 | -15/+31 |
* | * match.c (extract): Check for negative value of opt_nobindings, | Kaz Kylheku | 2012-02-27 | 4 | -9/+33 |
* | Fix the issue properly, once and for all, of how to determine | Kaz Kylheku | 2012-02-27 | 6 | -22/+44 |