summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* New @(line) and @(chr) directives.Kaz Kylheku2014-10-165-14/+143
* * match.c (subst_vars): Fix buggy rendering of TXR Lisp expressionsKaz Kylheku2014-10-153-5/+57
* More type safety, with help from C++ compiler.Kaz Kylheku2014-10-144-34/+61
* C++ upkeep.Kaz Kylheku2014-10-146-9/+42
* * txr.1: Round of fixes.Kaz Kylheku2014-10-132-77/+144
* * eval.c (eval_init): Register greater function as intrinsic.Kaz Kylheku2014-10-136-128/+188
* * genvim.txr (sortuniq): Remove unnecessary function,Kaz Kylheku2014-10-132-6/+6
* * eval.c (merge_wrap): New static functionKaz Kylheku2014-10-126-100/+397
* * eval.c (eval_init): Register chr_isblank and chr_isunisp asKaz Kylheku2014-10-118-139/+227
* Fix gc safety issue in abs_path_p function.Kaz Kylheku2014-10-092-4/+16
* * stream.c (stream_init): No need to gc-protectKaz Kylheku2014-10-092-1/+10
* Moving system interface functions to separate module out ofKaz Kylheku2014-10-089-444/+550
* Add test case for recent breakage.Kaz Kylheku2014-10-085-0/+337
* Fix 2011-12-03 regression. The freeform directive codeKaz Kylheku2014-10-083-12/+42
* 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