summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 99.txr-99Kaz Kylheku2014-10-057-15/+54
* * txr.1: Small fixes.Kaz Kylheku2014-10-051-2/+2
* Printing of regular expression objects implemented.Kaz Kylheku2014-10-043-2/+162
* Keep regex source code in regex objects, in anticipationKaz Kylheku2014-10-042-2/+23
* Eliminating the extra list wrapping applied to regularKaz Kylheku2014-10-034-61/+73
* * match.c (h_var): Fix regression introduced in 2014-08-11Kaz Kylheku2014-10-033-6/+33
* * Makefile: rules that rely on values from config.makeKaz Kylheku2014-10-032-2/+9
* Using unified COBJ representation for both regex kinds,Kaz Kylheku2014-10-024-32/+69
* * genman.txr: Add PayPal donation button.Kaz Kylheku2014-09-303-42/+68
* * genman.txr: TXR is now bolded in the title.Kaz Kylheku2014-09-303-349/+415
* * lib.c (do_and): Fix andf again: (andf) not producingKaz Kylheku2014-09-262-1/+6
* Version 98.txr-98Kaz Kylheku2014-09-267-69/+117
* * txr.1: Substantially revised with rich troff markup,Kaz Kylheku2014-09-263-10029/+18968
* * lib.c (do_and, do_or): Fix broken andf and orf,Kaz Kylheku2014-09-252-6/+14
* * Makefile (txr-manpage.pdf): New target.Kaz Kylheku2014-09-222-0/+7
* * txr.1: Fix version.Kaz Kylheku2014-09-131-1/+1
* * txr.1: Quoting issue, reported by groff.Kaz Kylheku2014-09-121-1/+1
* * lib.c (compat_fixup): void return changed to int.Kaz Kylheku2014-09-105-7/+28
* * txr.c (help): List new --compat option.Kaz Kylheku2014-09-093-44/+85
* * txr.c (txr_main): Cleaning up option handling code.Kaz Kylheku2014-09-092-51/+86
* * eval.c (eval_init): Register intrinsic partition* function.Kaz Kylheku2014-09-095-0/+131
* * eval.c (eval_init): Register intrinsic partition function.Kaz Kylheku2014-09-095-0/+110
* * txr.c (help): Revised help text.Kaz Kylheku2014-09-092-4/+9
* * gc.c (MALLOC_DELTA_THRESH): Macro remaned to DFL_MALLOC_DELTA_THRESH.Kaz Kylheku2014-09-088-4/+116
* Make the garbage collector aware of malloced bytes, toKaz Kylheku2014-09-062-3/+22
* * lib.c (symbol_setname): New static function.Kaz Kylheku2014-09-035-20/+85
* * txr.1: Document -C option.Kaz Kylheku2014-09-024-3/+40
* * eval.c (eval_init): Update registration of lisp-parse and readKaz Kylheku2014-09-029-13/+44
* * arith.c (arith_init): Register some variables: *flo-dig*,Kaz Kylheku2014-09-016-160/+223
* Version 97.txr-97Kaz Kylheku2014-08-295-3/+29
* * eval.c (expand_quasi): Regression: fix broken handlingKaz Kylheku2014-08-292-7/+8
* * match.c (v_load): Fix regression introduced in 94: broken @(load).Kaz Kylheku2014-08-292-1/+5
* * gc.c (top): Renamed to gc_prot_top, turned extern.Kaz Kylheku2014-08-254-7/+25
* GC correctness fixes: make sure we pin down objects for which we borrowKaz Kylheku2014-08-254-10/+59
* Version 96.txr-96Kaz Kylheku2014-08-146-13/+46
* Uprooting stupidities in handling of output variables.Kaz Kylheku2014-08-134-65/+36
* Fix regression in previous change: we must match a compound textKaz Kylheku2014-08-133-34/+46
* When a variable is delimited by some form other thanKaz Kylheku2014-08-122-95/+131
* First cut at restructuring how variable matching works in the patternKaz Kylheku2014-08-113-40/+36
* * filter.c (filter_init): Expose the trie-lookup-begin,Kaz Kylheku2014-08-093-0/+68
* Bugfix: ret operator does not generate functionsKaz Kylheku2014-08-083-2/+17
* Fix wrong date.Kaz Kylheku2014-08-081-1/+1
* Version 95.txr-95Kaz Kylheku2014-08-075-4/+24
* No getppid on MinGW.Kaz Kylheku2014-08-073-0/+35
* * parser.l (yyerr): Function removed; it is not used in the lexer,Kaz Kylheku2014-08-073-39/+47
* Reentrant parser regression.Kaz Kylheku2014-08-074-75/+75
* Version 94.txr-94Kaz Kylheku2014-08-057-79/+138
* * rand.c (make_random_state): Make the seeding behaviorKaz Kylheku2014-08-052-7/+20
* * eval.c (eval_init): Fix incorrect registration ofKaz Kylheku2014-08-052-1/+7
* * parser.y: Back port from Berkeley Yacc to GNU Bison.Kaz Kylheku2014-08-053-1/+15