| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c (eval_init): Registered regex_parse as new | Kaz Kylheku | 2013-12-05 | 9 | -4/+128 |
* | Spellcheck. | Kaz Kylheku | 2013-12-05 | 1 | -17/+17 |
* | * stream.c (stdio_set_prop): Fix reversed boolean. | Kaz Kylheku | 2013-12-02 | 2 | -1/+5 |
* | * stream.c (tail_strategy): Execute the strategy code also | Kaz Kylheku | 2013-12-02 | 3 | -17/+24 |
* | * genvim.txr: Missing catch and finally keywords added. | Kaz Kylheku | 2013-12-02 | 3 | -12/+18 |
* | debug_check calls are the culprit triggering lookahead | Kaz Kylheku | 2013-12-02 | 3 | -4/+18 |
* | Steps toward fixing an issue: lazy list readahead. | Kaz Kylheku | 2013-12-01 | 6 | -14/+169 |
* | Refresh. | Kaz Kylheku | 2013-11-29 | 1 | -65/+67 |
* | * eval.c (eval_init): New functions countqual, countql, countq | Kaz Kylheku | 2013-11-29 | 5 | -0/+103 |
* | * configure (config_flags): New variable, allowing us to | Kaz Kylheku | 2013-11-29 | 6 | -14/+160 |
* | * lib.c (make_time): We must subtract from the 1-12 | Kaz Kylheku | 2013-11-28 | 2 | -1/+7 |
* | * stream.c (tail_calc): New function | Kaz Kylheku | 2013-11-28 | 2 | -11/+27 |
* | * configure: Detect the daemon function. | Kaz Kylheku | 2013-11-28 | 4 | -0/+86 |
* | * txr.1: Documented open-tail and make-time. | Kaz Kylheku | 2013-11-28 | 2 | -0/+61 |
* | Whitespace. | Kaz Kylheku | 2013-11-28 | 1 | -0/+1 |
* | Extending intrinsic functions to go up to 7 arguments. | Kaz Kylheku | 2013-11-28 | 4 | -4/+171 |
* | * stream.c (make_stdio_stream_common): Initialize new | Kaz Kylheku | 2013-11-28 | 2 | -0/+6 |
* | * stream.c (struct stdio_handle): New member, mode. | Kaz Kylheku | 2013-11-28 | 4 | -5/+85 |
* | * Changelog: missing entries reconstructed. | Kaz Kylheku | 2013-11-27 | 5 | -6/+105 |
* | * configure: Added check to detect POSIX sleep function. | Kaz Kylheku | 2013-11-27 | 7 | -72/+155 |
* | Stream-seeking functionality. | Kaz Kylheku | 2013-11-26 | 4 | -39/+144 |
* | * match.c (v_load): Bugfix: bindings were propagated in only one of two | Kaz Kylheku | 2013-11-24 | 2 | -1/+9 |
* | * genvim.txr: Missing highlighting for hex integers. | Kaz Kylheku | 2013-11-24 | 2 | -0/+2 |
* | Fix for uninitialized struct member curfiles in the match context. | Kaz Kylheku | 2013-11-24 | 2 | -7/+20 |
* | * genvim.txr: Change how the hard-coded symbols (end, and, or) are | Kaz Kylheku | 2013-11-22 | 3 | -10/+17 |
* | Version 70txr-70 | Kaz Kylheku | 2013-11-21 | 5 | -4/+42 |
* | Nasty bug fixed: @(accept) from inside a @(collect) was found not to | Kaz Kylheku | 2013-11-21 | 2 | -6/+20 |
* | * genvim.txr: Handle symbols whose C names end with _star_s, | Kaz Kylheku | 2013-11-05 | 3 | -7/+18 |
* | * Makefile (clean): depends on conftest.clean | Kaz Kylheku | 2013-10-28 | 3 | -3/+17 |
* | Remove junk character from error message. | Kaz Kylheku | 2013-10-28 | 1 | -1/+1 |
* | Fix 2013-10-06 regression in op syntax. This happens when a @var | Kaz Kylheku | 2013-10-27 | 2 | -1/+14 |
* | Fix jaw-dropping bug introduced on 2009-11-15, first affecting | Kaz Kylheku | 2013-10-27 | 1 | -0/+27 |
* | Fix incorrect function name. | Kaz Kylheku | 2013-10-27 | 1 | -1/+1 |
* | * genvim.txr: Include syntactic directives which aren't extracted from | Kaz Kylheku | 2013-10-27 | 3 | -0/+9 |
* | Ouch! Turns out the code base has numerous unintended | Kaz Kylheku | 2013-10-24 | 7 | -25/+99 |
* | * genvim.txr: Split long lines of keywords. | Kaz Kylheku | 2013-10-23 | 3 | -5/+112 |
* | * txr.vim: Updated using genvim.txr. | Kaz Kylheku | 2013-10-23 | 2 | -91/+6 |
* | * genvim.txr: New file. | Kaz Kylheku | 2013-10-23 | 2 | -0/+139 |
* | * configure: Change to header block comment generated in config.h | Kaz Kylheku | 2013-10-23 | 2 | -1/+5 |
* | Version 69.txr-69 | Kaz Kylheku | 2013-10-23 | 5 | -19/+43 |
* | * txr.1: Fixed documentation bug. expt with three or more | Kaz Kylheku | 2013-10-21 | 2 | -3/+11 |
* | Task #11433. Implement continuation of multiple | Kaz Kylheku | 2013-10-11 | 4 | -4/+148 |
* | * txr.1: Fix reversed arguments in documentation for time-string-local | Kaz Kylheku | 2013-10-11 | 2 | -2/+7 |
* | Version 68.txr-68 | Kaz Kylheku | 2013-10-07 | 5 | -4/+44 |
* | Improving behavior of op and fixing a bug. | Kaz Kylheku | 2013-10-06 | 4 | -23/+96 |
* | New feature: :vars argument in repeat and rep directives in an output | Kaz Kylheku | 2013-10-06 | 3 | -9/+62 |
* | * filter.c, utf8.c: Tabs changed to spaces. For some reason, filter.c | Kaz Kylheku | 2013-08-09 | 3 | -102/+107 |
* | Fix dates.txr-67 | Kaz Kylheku | 2013-07-13 | 2 | -2/+2 |
* | Version 67 | Kaz Kylheku | 2013-07-13 | 3 | -3/+25 |
* | * parser.l: Diagnose unrecognized escape sequences in string | Kaz Kylheku | 2013-07-13 | 2 | -1/+16 |