| Commit message (Expand) | Author | Age | Files | Lines |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -0/+117 |
* | Generational GC tweaks. | Kaz Kylheku | 2014-03-29 | 1 | -0/+20 |
* | * lib.c (string_time): If possible, change the timezone in the | Kaz Kylheku | 2014-03-29 | 1 | -0/+6 |
* | Fix a bug arising from putting generation 1 objects into the | Kaz Kylheku | 2014-03-27 | 1 | -0/+28 |
* | More generational GC fixes. One GC fix. | Kaz Kylheku | 2014-03-27 | 1 | -0/+17 |
* | Fix generational GC regression caused by fixes | Kaz Kylheku | 2014-03-27 | 1 | -0/+11 |
* | * genvim.txr: Update for WLL's and QLL's. | Kaz Kylheku | 2014-03-26 | 1 | -0/+6 |
* | * eval.c (me_quasilist): New static function. | Kaz Kylheku | 2014-03-25 | 1 | -0/+27 |
* | * eval.c (expand_quasi): Bugfix: incorrect logic, failing | Kaz Kylheku | 2014-03-25 | 1 | -0/+6 |
* | * parser.y (yybadtoken): Add missing cases for new token | Kaz Kylheku | 2014-03-25 | 1 | -0/+5 |
* | Introducing word list literals. | Kaz Kylheku | 2014-03-25 | 1 | -0/+18 |
* | * eval.c (eval_init): Register last function as intrinsic. | Kaz Kylheku | 2014-03-23 | 1 | -0/+10 |
* | * eval.c (eval_init): Register empty as intrinsic. | Kaz Kylheku | 2014-03-23 | 1 | -0/+14 |
* | * eval.c (not_s): New symbol var. | Kaz Kylheku | 2014-03-23 | 1 | -0/+8 |
* | Version 87.txr-87 | Kaz Kylheku | 2014-03-22 | 1 | -0/+14 |
* | * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): Revert | Kaz Kylheku | 2014-03-22 | 1 | -0/+5 |
* | * eval.c (me_when): New static function. | Kaz Kylheku | 2014-03-22 | 1 | -0/+7 |
* | Second round of bugfixing on the theme of the previous commit. | Kaz Kylheku | 2014-03-20 | 1 | -0/+15 |
* | Fixing gaping bug in the handling of @-delimited expressions | Kaz Kylheku | 2014-03-20 | 1 | -0/+16 |
* | * arith.c (int_flo): Fix non-handling of negative values. | Kaz Kylheku | 2014-03-19 | 1 | -0/+4 |
* | * arith.c (tofloat, toint): New functions. | Kaz Kylheku | 2014-03-19 | 1 | -0/+11 |
* | 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 | 1 | -0/+14 |
* | * stream.c (win_make_cmdline): I think I cracked the code of | Kaz Kylheku | 2014-03-16 | 1 | -0/+12 |
* | * configure: Detect _wspawn* functions. | Kaz Kylheku | 2014-03-16 | 1 | -0/+6 |
* | * parser.l: Bugfix. When handling a backslash-newline continuation | Kaz Kylheku | 2014-03-15 | 1 | -0/+17 |
* | * parser.y (text): Allow the EMPTY token (the @(empty) syntax) | Kaz Kylheku | 2014-03-15 | 1 | -0/+7 |
* | * parser.l (regex_parse, lisp_parse): Fix neglected handling of | Kaz Kylheku | 2014-03-14 | 1 | -0/+9 |
* | * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): We | Kaz Kylheku | 2014-03-14 | 1 | -0/+6 |
* | * stream.c (run): Fix MinGW build failures. The run function doesn't | Kaz Kylheku | 2014-03-14 | 1 | -0/+5 |
* | * eval.c (eval_init): Make seed argument optional in make-random-state. | Kaz Kylheku | 2014-03-14 | 1 | -0/+17 |
* | Implementing @(if)/@(elif)/@(else) in the pattern language. | Kaz Kylheku | 2014-03-13 | 1 | -0/+17 |
* | On platforms with sigaltstack, TXR programs can now catch the | Kaz Kylheku | 2014-03-13 | 1 | -0/+32 |
* | * stream.c (open_process): If execvp fails, use errno as the | Kaz Kylheku | 2014-03-13 | 1 | -0/+7 |
* | * lib.c (iffi): Bugfix: was still using incorrect, outdated optional | Kaz Kylheku | 2014-03-12 | 1 | -0/+5 |
* | * eval.c (plus_s, prof_s): New symbol global variables. | Kaz Kylheku | 2014-03-12 | 1 | -0/+35 |
* | * configure: new test for fcntl. | Kaz Kylheku | 2014-03-11 | 1 | -0/+13 |
* | * stream.c (open_process): In the event of fdopen failure, | Kaz Kylheku | 2014-03-11 | 1 | -0/+7 |
* | * eval.c (eval_init): Registration of url_encode and url_decode | Kaz Kylheku | 2014-03-11 | 1 | -0/+17 |
* | * stream.c (open_process): Close the original pipe file descriptor | Kaz Kylheku | 2014-03-11 | 1 | -0/+6 |
* | * stream.c (pipe_close): Restructured the function a bit. | Kaz Kylheku | 2014-03-10 | 1 | -0/+11 |
* | * match.c (v_trailer): Fix segfault. The code which | Kaz Kylheku | 2014-03-09 | 1 | -0/+7 |
* | * parser.l: Syntactic tweak. Do not allow the "extra" | Kaz Kylheku | 2014-03-09 | 1 | -0/+8 |
* | * lib.c (lazy_sub_str): Bugfix: "from" was mistakenly used | Kaz Kylheku | 2014-03-09 | 1 | -0/+8 |
* | Fixing broken processing of horizontal matching across | Kaz Kylheku | 2014-03-09 | 1 | -0/+15 |
* | Issue: match_regex and search_regex were continuing to feed characters | Kaz Kylheku | 2014-03-09 | 1 | -0/+21 |
* | Version 85.txr-85 | Kaz Kylheku | 2014-03-08 | 1 | -0/+14 |
* | * txr.1: Added missing documentation for @(forget)/@(local). | Kaz Kylheku | 2014-03-08 | 1 | -0/+4 |
* | * rand.c (rand_init): Oops! Spectacular silliness here | Kaz Kylheku | 2014-03-08 | 1 | -0/+8 |
* | * match.c (LOG_MATCH, LOG_MISMATCH): Wouldn't you know it; | Kaz Kylheku | 2014-03-07 | 1 | -0/+9 |