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