summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (symbol_value, boundp, fboundp): New functions.Kaz Kylheku2013-12-113-6/+55
* * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: RemovingKaz Kylheku2013-12-117-6/+6
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-1037-41/+37
* * eval.c (eval_init): closelog_wrap interned.Kaz Kylheku2013-12-105-0/+30
* * txr.vim: Regenerated.Kaz Kylheku2013-12-101-19/+20
* Fixed occurrences of "garbage allocator". :)Kaz Kylheku2013-12-101-4/+5
* * eval.c (eval_init): Register streamp, real_time_stream_p,Kaz Kylheku2013-12-106-4/+122
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-1010-109/+406
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-109-5/+245
* Version 71txr-71Kaz Kylheku2013-12-075-4/+56
* * parser.l (end_of_regex): Fix start condition stack underflowKaz Kylheku2013-12-062-3/+10
* * parser.l (regex_parse): Match the simplified grammar nowKaz Kylheku2013-12-062-3/+11
* * eval.c (eval_init): Update registration of regex-compileKaz Kylheku2013-12-066-15/+38
* Fixing some old-style coding that became obsoleteKaz Kylheku2013-12-064-8/+20
* * regex.c (regex_compile): Handle string input.Kaz Kylheku2013-12-054-6/+26
* * eval.c (eval_init): Registered regex_parse as newKaz Kylheku2013-12-059-4/+128
* Spellcheck.Kaz Kylheku2013-12-051-17/+17
* * stream.c (stdio_set_prop): Fix reversed boolean.Kaz Kylheku2013-12-022-1/+5
* * stream.c (tail_strategy): Execute the strategy code alsoKaz Kylheku2013-12-023-17/+24
* * genvim.txr: Missing catch and finally keywords added.Kaz Kylheku2013-12-023-12/+18
* debug_check calls are the culprit triggering lookaheadKaz Kylheku2013-12-023-4/+18
* Steps toward fixing an issue: lazy list readahead.Kaz Kylheku2013-12-016-14/+169
* Refresh.Kaz Kylheku2013-11-291-65/+67
* * eval.c (eval_init): New functions countqual, countql, countqKaz Kylheku2013-11-295-0/+103
* * configure (config_flags): New variable, allowing us toKaz Kylheku2013-11-296-14/+160
* * lib.c (make_time): We must subtract from the 1-12Kaz Kylheku2013-11-282-1/+7
* * stream.c (tail_calc): New functionKaz Kylheku2013-11-282-11/+27
* * configure: Detect the daemon function.Kaz Kylheku2013-11-284-0/+86
* * txr.1: Documented open-tail and make-time.Kaz Kylheku2013-11-282-0/+61
* Whitespace.Kaz Kylheku2013-11-281-0/+1
* Extending intrinsic functions to go up to 7 arguments.Kaz Kylheku2013-11-284-4/+171
* * stream.c (make_stdio_stream_common): Initialize newKaz Kylheku2013-11-282-0/+6
* * stream.c (struct stdio_handle): New member, mode.Kaz Kylheku2013-11-284-5/+85
* * Changelog: missing entries reconstructed.Kaz Kylheku2013-11-275-6/+105
* * configure: Added check to detect POSIX sleep function.Kaz Kylheku2013-11-277-72/+155
* Stream-seeking functionality.Kaz Kylheku2013-11-264-39/+144
* * match.c (v_load): Bugfix: bindings were propagated in only one of twoKaz Kylheku2013-11-242-1/+9
* * genvim.txr: Missing highlighting for hex integers.Kaz Kylheku2013-11-242-0/+2
* Fix for uninitialized struct member curfiles in the match context.Kaz Kylheku2013-11-242-7/+20
* * genvim.txr: Change how the hard-coded symbols (end, and, or) areKaz Kylheku2013-11-223-10/+17
* Version 70txr-70Kaz Kylheku2013-11-215-4/+42
* Nasty bug fixed: @(accept) from inside a @(collect) was found not toKaz Kylheku2013-11-212-6/+20
* * genvim.txr: Handle symbols whose C names end with _star_s,Kaz Kylheku2013-11-053-7/+18
* * Makefile (clean): depends on conftest.cleanKaz Kylheku2013-10-283-3/+17
* Remove junk character from error message.Kaz Kylheku2013-10-281-1/+1
* Fix 2013-10-06 regression in op syntax. This happens when a @varKaz Kylheku2013-10-272-1/+14
* Fix jaw-dropping bug introduced on 2009-11-15, first affectingKaz Kylheku2013-10-271-0/+27
* Fix incorrect function name.Kaz Kylheku2013-10-271-1/+1
* * genvim.txr: Include syntactic directives which aren't extracted fromKaz Kylheku2013-10-273-0/+9
* Ouch! Turns out the code base has numerous unintendedKaz Kylheku2013-10-247-25/+99