| Commit message (Expand) | Author | Age | Files | Lines |
* | * signal.c (set_sig_handler): Clear the deferred flag | Kaz Kylheku | 2013-12-13 | 3 | -1/+122 |
* | * eval.c (eval_init): Registered vars for signal numbers. | Kaz Kylheku | 2013-12-12 | 4 | -0/+121 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 25 | -64/+473 |
* | * configure (config_flags): Variable removed. This was more trouble than it | Kaz Kylheku | 2013-12-12 | 2 | -5/+15 |
* | * configure: Fix warnings in test cases for HAVE_FORK_STUFF | Kaz Kylheku | 2013-12-12 | 3 | -3/+14 |
* | * txr.c (txr_main): Change stderr to line buffered mode. | Kaz Kylheku | 2013-12-11 | 2 | -0/+6 |
* | Copyright year range: 2009 to 2014. | Kaz Kylheku | 2013-12-11 | 1 | -1/+1 |
* | * eval.c (eval_init): log_authpriv_v registered as log-authpriv. | Kaz Kylheku | 2013-12-11 | 5 | -5/+32 |
* | * eval.c (symbol_value, boundp, fboundp): New functions. | Kaz Kylheku | 2013-12-11 | 3 | -6/+55 |
* | * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: Removing | Kaz Kylheku | 2013-12-11 | 7 | -6/+6 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 37 | -41/+37 |
* | * eval.c (eval_init): closelog_wrap interned. | Kaz Kylheku | 2013-12-10 | 5 | -0/+30 |
* | * txr.vim: Regenerated. | Kaz Kylheku | 2013-12-10 | 1 | -19/+20 |
* | Fixed occurrences of "garbage allocator". :) | Kaz Kylheku | 2013-12-10 | 1 | -4/+5 |
* | * eval.c (eval_init): Register streamp, real_time_stream_p, | Kaz Kylheku | 2013-12-10 | 6 | -4/+122 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 10 | -109/+406 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 9 | -5/+245 |
* | Version 71txr-71 | Kaz Kylheku | 2013-12-07 | 5 | -4/+56 |
* | * parser.l (end_of_regex): Fix start condition stack underflow | Kaz Kylheku | 2013-12-06 | 2 | -3/+10 |
* | * parser.l (regex_parse): Match the simplified grammar now | Kaz Kylheku | 2013-12-06 | 2 | -3/+11 |
* | * eval.c (eval_init): Update registration of regex-compile | Kaz Kylheku | 2013-12-06 | 6 | -15/+38 |
* | Fixing some old-style coding that became obsolete | Kaz Kylheku | 2013-12-06 | 4 | -8/+20 |
* | * regex.c (regex_compile): Handle string input. | Kaz Kylheku | 2013-12-05 | 4 | -6/+26 |
* | * 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 |