summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fixing long-time (pre-GIT) bug. The object (nil) was stupidly used toKaz Kylheku2012-02-265-29/+88
* Bug #35625Kaz Kylheku2012-02-264-473/+547
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-2528-27/+111
* * tests/008/filtenv.expected: New file.Kaz Kylheku2012-02-253-0/+13
* Bug #34652Kaz Kylheku2012-02-252-0/+16
* * eval.c (eval_init): New put-byte function interned.Kaz Kylheku2012-02-254-0/+55
* * parser.l (num_esc): Skip octal indicator 'o' if present.Kaz Kylheku2012-02-253-4/+15
* Version 58txr-58Kaz Kylheku2012-02-258-7/+88
* * parser.l (source_loc_str): Missing function re-written.Kaz Kylheku2012-02-253-2/+28
* * parser.y (clause): "Doh" moment. We don't need the specialKaz Kylheku2012-02-253-12/+14
* * debug.c (debug): Use new way of getting line number.Kaz Kylheku2012-02-248-9/+43
* * match.c (v_load): Sanity checking on target path.Kaz Kylheku2012-02-242-2/+16
* * match.c (h_var): Eliminated uses of rl function, in favor ofKaz Kylheku2012-02-242-12/+9
* Remove wrong output.Kaz Kylheku2012-02-241-1/+1
* Ensuring all arguments to .IP that contain spaces are quoted.Kaz Kylheku2012-02-241-19/+19
* Eliminating unnecessary heading and associated indentation level.Kaz Kylheku2012-02-241-2/+0
* Found more broken headings requiring quoting.Kaz Kylheku2012-02-241-2/+2
* Clarification in until/last.Kaz Kylheku2012-02-241-6/+7
* Fixed nroff errors resulting in incorrect output text.Kaz Kylheku2012-02-241-2/+2
* Fixing disappearing backslash.Kaz Kylheku2012-02-241-1/+1
* First cut at @(load) directive. Incomplete: debug location infoKaz Kylheku2012-02-247-4/+79
* * tests/010/seq.txr: New file.Kaz Kylheku2012-02-223-0/+39
* * lib.c (sub_list, replace_list, lazy_sub_str, sub_str,Kaz Kylheku2012-02-223-6/+45
* * eval.c (dwim_loc): del operator's return value is theKaz Kylheku2012-02-223-10/+26
* * lib.c (quicksort): Incorrect pivot selection.Kaz Kylheku2012-02-222-1/+5