summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing a bug and performance issue.Kaz Kylheku2013-12-203-5/+84
* Version 72txr-72Kaz Kylheku2013-12-175-4/+47
* * stream.c (stdio_seek): Bugfix. Was returning current positionKaz Kylheku2013-12-172-1/+6
* * parser.y (yybadtoken): Handle HASH_H.Kaz Kylheku2013-12-172-0/+5
* * txr.vim: Regenerated.Kaz Kylheku2013-12-171-64/+64
* * eval.c (op_defvar): Fix the semantics to be similar to Common Lisp:Kaz Kylheku2013-12-173-6/+55
* * lib.c (intern): fix the previous diagnostic bug once more with moreKaz Kylheku2013-12-164-19/+26
* Changing the tokenizer to get rid of IDENT, KEYWORD and METAVARKaz Kylheku2013-12-154-56/+105
* Support for parsing Lisp expression out of strings and streams.Kaz Kylheku2013-12-147-2/+139
* New stream property: name. Some streams can reportKaz Kylheku2013-12-134-5/+45
* * txr.vim: Regenerated.Kaz Kylheku2013-12-131-84/+95
* * signal.c (sig_handler): Pass two arguments to signalKaz Kylheku2013-12-133-2/+43
* * signal.c (set_sig_handler): Disable signals around thisKaz Kylheku2013-12-132-0/+12
* * signal.c (set_sig_handler): Clear the deferred flagKaz Kylheku2013-12-133-1/+122
* * eval.c (eval_init): Registered vars for signal numbers.Kaz Kylheku2013-12-124-0/+121
* First cut at signal handling support.Kaz Kylheku2013-12-1225-64/+473
* * configure (config_flags): Variable removed. This was more trouble than itKaz Kylheku2013-12-122-5/+15
* * configure: Fix warnings in test cases for HAVE_FORK_STUFFKaz Kylheku2013-12-123-3/+14
* * txr.c (txr_main): Change stderr to line buffered mode.Kaz Kylheku2013-12-112-0/+6
* Copyright year range: 2009 to 2014.Kaz Kylheku2013-12-111-1/+1
* * eval.c (eval_init): log_authpriv_v registered as log-authpriv.Kaz Kylheku2013-12-115-5/+32
* * 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