| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | New @(line) and @(chr) directives. | Kaz Kylheku | 2014-10-16 | 5 | -14/+143 |
* | * match.c (subst_vars): Fix buggy rendering of TXR Lisp expressions | Kaz Kylheku | 2014-10-15 | 3 | -5/+57 |
* | More type safety, with help from C++ compiler. | Kaz Kylheku | 2014-10-14 | 4 | -34/+61 |
* | C++ upkeep. | Kaz Kylheku | 2014-10-14 | 6 | -9/+42 |
* | * txr.1: Round of fixes. | Kaz Kylheku | 2014-10-13 | 2 | -77/+144 |
* | * eval.c (eval_init): Register greater function as intrinsic. | Kaz Kylheku | 2014-10-13 | 6 | -128/+188 |
* | * genvim.txr (sortuniq): Remove unnecessary function, | Kaz Kylheku | 2014-10-13 | 2 | -6/+6 |
* | * eval.c (merge_wrap): New static function | Kaz Kylheku | 2014-10-12 | 6 | -100/+397 |
* | * eval.c (eval_init): Register chr_isblank and chr_isunisp as | Kaz Kylheku | 2014-10-11 | 8 | -139/+227 |
* | Fix gc safety issue in abs_path_p function. | Kaz Kylheku | 2014-10-09 | 2 | -4/+16 |
* | * stream.c (stream_init): No need to gc-protect | Kaz Kylheku | 2014-10-09 | 2 | -1/+10 |
* | Moving system interface functions to separate module out of | Kaz Kylheku | 2014-10-08 | 9 | -444/+550 |
* | Add test case for recent breakage. | Kaz Kylheku | 2014-10-08 | 5 | -0/+337 |
* | Fix 2011-12-03 regression. The freeform directive code | Kaz Kylheku | 2014-10-08 | 3 | -12/+42 |
* | Version 99.txr-99 | Kaz Kylheku | 2014-10-05 | 7 | -15/+54 |
* | * txr.1: Small fixes. | Kaz Kylheku | 2014-10-05 | 1 | -2/+2 |
* | Printing of regular expression objects implemented. | Kaz Kylheku | 2014-10-04 | 3 | -2/+162 |
* | Keep regex source code in regex objects, in anticipation | Kaz Kylheku | 2014-10-04 | 2 | -2/+23 |
* | Eliminating the extra list wrapping applied to regular | Kaz Kylheku | 2014-10-03 | 4 | -61/+73 |
* | * match.c (h_var): Fix regression introduced in 2014-08-11 | Kaz Kylheku | 2014-10-03 | 3 | -6/+33 |
* | * Makefile: rules that rely on values from config.make | Kaz Kylheku | 2014-10-03 | 2 | -2/+9 |
* | Using unified COBJ representation for both regex kinds, | Kaz Kylheku | 2014-10-02 | 4 | -32/+69 |
* | * genman.txr: Add PayPal donation button. | Kaz Kylheku | 2014-09-30 | 3 | -42/+68 |
* | * genman.txr: TXR is now bolded in the title. | Kaz Kylheku | 2014-09-30 | 3 | -349/+415 |
* | * lib.c (do_and): Fix andf again: (andf) not producing | Kaz Kylheku | 2014-09-26 | 2 | -1/+6 |
* | Version 98.txr-98 | Kaz Kylheku | 2014-09-26 | 7 | -69/+117 |
* | * txr.1: Substantially revised with rich troff markup, | Kaz Kylheku | 2014-09-26 | 3 | -10029/+18968 |
* | * lib.c (do_and, do_or): Fix broken andf and orf, | Kaz Kylheku | 2014-09-25 | 2 | -6/+14 |
* | * Makefile (txr-manpage.pdf): New target. | Kaz Kylheku | 2014-09-22 | 2 | -0/+7 |
* | * txr.1: Fix version. | Kaz Kylheku | 2014-09-13 | 1 | -1/+1 |
* | * txr.1: Quoting issue, reported by groff. | Kaz Kylheku | 2014-09-12 | 1 | -1/+1 |
* | * lib.c (compat_fixup): void return changed to int. | Kaz Kylheku | 2014-09-10 | 5 | -7/+28 |
* | * txr.c (help): List new --compat option. | Kaz Kylheku | 2014-09-09 | 3 | -44/+85 |
* | * txr.c (txr_main): Cleaning up option handling code. | Kaz Kylheku | 2014-09-09 | 2 | -51/+86 |
* | * eval.c (eval_init): Register intrinsic partition* function. | Kaz Kylheku | 2014-09-09 | 5 | -0/+131 |
* | * eval.c (eval_init): Register intrinsic partition function. | Kaz Kylheku | 2014-09-09 | 5 | -0/+110 |
* | * txr.c (help): Revised help text. | Kaz Kylheku | 2014-09-09 | 2 | -4/+9 |
* | * gc.c (MALLOC_DELTA_THRESH): Macro remaned to DFL_MALLOC_DELTA_THRESH. | Kaz Kylheku | 2014-09-08 | 8 | -4/+116 |
* | Make the garbage collector aware of malloced bytes, to | Kaz Kylheku | 2014-09-06 | 2 | -3/+22 |
* | * lib.c (symbol_setname): New static function. | Kaz Kylheku | 2014-09-03 | 5 | -20/+85 |
* | * txr.1: Document -C option. | Kaz Kylheku | 2014-09-02 | 4 | -3/+40 |
* | * eval.c (eval_init): Update registration of lisp-parse and read | Kaz Kylheku | 2014-09-02 | 9 | -13/+44 |
* | * arith.c (arith_init): Register some variables: *flo-dig*, | Kaz Kylheku | 2014-09-01 | 6 | -160/+223 |
* | Version 97.txr-97 | Kaz Kylheku | 2014-08-29 | 5 | -3/+29 |
* | * eval.c (expand_quasi): Regression: fix broken handling | Kaz Kylheku | 2014-08-29 | 2 | -7/+8 |
* | * match.c (v_load): Fix regression introduced in 94: broken @(load). | Kaz Kylheku | 2014-08-29 | 2 | -1/+5 |
* | * gc.c (top): Renamed to gc_prot_top, turned extern. | Kaz Kylheku | 2014-08-25 | 4 | -7/+25 |
* | GC correctness fixes: make sure we pin down objects for which we borrow | Kaz Kylheku | 2014-08-25 | 4 | -10/+59 |
* | Version 96.txr-96 | Kaz Kylheku | 2014-08-14 | 6 | -13/+46 |
* | Uprooting stupidities in handling of output variables. | Kaz Kylheku | 2014-08-13 | 4 | -65/+36 |