| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c, gc.c, rand.c, regex.c, signal.c: Remove inclusion of unneeded | Kaz Kylheku | 2014-04-13 | 6 | -6/+5 |
* | * eval.c (make_var_shadowing_env): Remove unnecessary test for | Kaz Kylheku | 2014-04-11 | 2 | -8/+9 |
* | * eval.c (rangev_func, range_star_v_func): Use numeric | Kaz Kylheku | 2014-04-08 | 2 | -3/+8 |
* | * lib.c (eql): Bugfix: not handling floating-point types! | Kaz Kylheku | 2014-04-07 | 2 | -5/+19 |
* | Update year in --help message. | Kaz Kylheku | 2014-04-07 | 1 | -1/+1 |
* | Version 88txr-88 | Kaz Kylheku | 2014-04-04 | 6 | -25/+79 |
* | * gc.c (CHECKOBJ_VEC_SIZE, FRESHOBJ_VEC_SIZE): Increase | Kaz Kylheku | 2014-03-29 | 2 | -2/+8 |
* | * HACKING: Updating generational GC notes in light of changes. | Kaz Kylheku | 2014-03-29 | 2 | -34/+47 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 19 | -348/+476 |
* | Generational GC tweaks. | Kaz Kylheku | 2014-03-29 | 2 | -19/+45 |
* | * lib.c (string_time): If possible, change the timezone in the | Kaz Kylheku | 2014-03-29 | 2 | -0/+11 |
* | Fix a bug arising from putting generation 1 objects into the | Kaz Kylheku | 2014-03-27 | 3 | -24/+103 |
* | More generational GC fixes. One GC fix. | Kaz Kylheku | 2014-03-27 | 5 | -20/+38 |
* | Fix generational GC regression caused by fixes | Kaz Kylheku | 2014-03-27 | 2 | -12/+23 |
* | * genvim.txr, txr.vim: Remove commented-out directives. | Kaz Kylheku | 2014-03-26 | 2 | -4/+0 |
* | * genvim.txr: Update for WLL's and QLL's. | Kaz Kylheku | 2014-03-26 | 3 | -70/+62 |
* | * eval.c (me_quasilist): New static function. | Kaz Kylheku | 2014-03-25 | 8 | -52/+179 |
* | * eval.c (expand_quasi): Bugfix: incorrect logic, failing | Kaz Kylheku | 2014-03-25 | 2 | -8/+17 |
* | * parser.y (yybadtoken): Add missing cases for new token | Kaz Kylheku | 2014-03-25 | 2 | -0/+7 |
* | Introducing word list literals. | Kaz Kylheku | 2014-03-25 | 4 | -11/+102 |
* | * txr.vim: regenerated. | Kaz Kylheku | 2014-03-23 | 1 | -106/+107 |
* | * eval.c (eval_init): Register last function as intrinsic. | Kaz Kylheku | 2014-03-23 | 5 | -0/+34 |
* | * eval.c (eval_init): Register empty as intrinsic. | Kaz Kylheku | 2014-03-23 | 5 | -3/+67 |
* | * eval.c (not_s): New symbol var. | Kaz Kylheku | 2014-03-23 | 3 | -5/+72 |
* | Version 87.txr-87 | Kaz Kylheku | 2014-03-22 | 6 | -5/+45 |
* | * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): Revert | Kaz Kylheku | 2014-03-22 | 2 | -20/+5 |
* | txr.1: Improve dwim operator description. | Kaz Kylheku | 2014-03-22 | 1 | -11/+28 |
* | * eval.c (me_when): New static function. | Kaz Kylheku | 2014-03-22 | 3 | -0/+29 |
* | Second round of bugfixing on the theme of the previous commit. | Kaz Kylheku | 2014-03-20 | 2 | -19/+70 |
* | Fixing gaping bug in the handling of @-delimited expressions | Kaz Kylheku | 2014-03-20 | 2 | -24/+40 |
* | Fix iskeyword so /= and / are highlighted properly. | Kaz Kylheku | 2014-03-19 | 2 | -10/+10 |
* | * arith.c (int_flo): Fix non-handling of negative values. | Kaz Kylheku | 2014-03-19 | 2 | -4/+8 |
* | * arith.c (tofloat, toint): New functions. | Kaz Kylheku | 2014-03-19 | 5 | -0/+91 |
* | ChangeLog: fix wrong date in entry for Version 86. | Kaz Kylheku | 2014-03-19 | 1 | -1/+1 |
* | Version 86.txr-86 | Kaz Kylheku | 2014-03-16 | 6 | -6/+89 |
* | * stream.c (win_make_cmdline): I think I cracked the code of | Kaz Kylheku | 2014-03-16 | 2 | -1/+16 |
* | * configure: Detect _wspawn* functions. | Kaz Kylheku | 2014-03-16 | 3 | -0/+51 |
* | Document that leading whitespace before a backslash line | Kaz Kylheku | 2014-03-15 | 1 | -2/+15 |
* | * parser.l: Bugfix. When handling a backslash-newline continuation | Kaz Kylheku | 2014-03-15 | 5 | -11/+36 |
* | * parser.y (text): Allow the EMPTY token (the @(empty) syntax) | Kaz Kylheku | 2014-03-15 | 3 | -1/+14 |
* | * parser.l (regex_parse, lisp_parse): Fix neglected handling of | Kaz Kylheku | 2014-03-14 | 3 | -2/+14 |
* | * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): We | Kaz Kylheku | 2014-03-14 | 2 | -0/+26 |
* | * stream.c (run): Fix MinGW build failures. The run function doesn't | Kaz Kylheku | 2014-03-14 | 2 | -1/+6 |
* | * eval.c (eval_init): Make seed argument optional in make-random-state. | Kaz Kylheku | 2014-03-14 | 4 | -9/+52 |
* | * parser.y: nuke tabs. | Kaz Kylheku | 2014-03-13 | 1 | -9/+9 |
* | Implementing @(if)/@(elif)/@(else) in the pattern language. | Kaz Kylheku | 2014-03-13 | 6 | -16/+173 |
* | * txr.vim: Update. | Kaz Kylheku | 2014-03-13 | 1 | -36/+37 |
* | On platforms with sigaltstack, TXR programs can now catch the | Kaz Kylheku | 2014-03-13 | 5 | -1/+141 |
* | * stream.c (open_process): If execvp fails, use errno as the | Kaz Kylheku | 2014-03-13 | 3 | -5/+118 |
* | * lib.c (iffi): Bugfix: was still using incorrect, outdated optional | Kaz Kylheku | 2014-03-12 | 2 | -2/+6 |