summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * configure: Detect platforms which don't reveal declarationsKaz Kylheku2014-01-101-0/+15
* * eval.c (eval_init): Renaming lisp-parse to read; lisp-parseKaz Kylheku2014-01-101-0/+9
* * match.c (do_txeval): Lift an annoying restriction in the patternKaz Kylheku2014-01-101-0/+11
* * configure: Generate HAVE_VALGRIND as #define-d to 1, rathernKaz Kylheku2014-01-101-0/+16
* Fix broken Json parsing test case on MinGW.Kaz Kylheku2014-01-091-0/+10
* * stream.c: Eliminate useless #else section containing #errorKaz Kylheku2014-01-091-0/+4
* Long overdue MinGW port maintenance.Kaz Kylheku2014-01-091-0/+34
* Version 73txr-73Kaz Kylheku2014-01-081-0/+12
* The lisp-parse function can now be called multiple timesKaz Kylheku2014-01-071-0/+31
* * match.c (v_load): Call yylex_destroy after yyparse, so we don'tKaz Kylheku2014-01-071-0/+6
* * genvim.txr: Add forgotten until and last keywords.Kaz Kylheku2014-01-061-0/+6
* Merry C++mas!Kaz Kylheku2013-12-251-0/+10
* Fixing a bug and performance issue.Kaz Kylheku2013-12-201-0/+23
* Version 72txr-72Kaz Kylheku2013-12-171-0/+12
* * stream.c (stdio_seek): Bugfix. Was returning current positionKaz Kylheku2013-12-171-0/+5
* * parser.y (yybadtoken): Handle HASH_H.Kaz Kylheku2013-12-171-0/+4
* * eval.c (op_defvar): Fix the semantics to be similar to Common Lisp:Kaz Kylheku2013-12-171-0/+7
* * lib.c (intern): fix the previous diagnostic bug once more with moreKaz Kylheku2013-12-161-0/+11
* Changing the tokenizer to get rid of IDENT, KEYWORD and METAVARKaz Kylheku2013-12-151-0/+22
* Support for parsing Lisp expression out of strings and streams.Kaz Kylheku2013-12-141-0/+23
* New stream property: name. Some streams can reportKaz Kylheku2013-12-131-0/+18
* * signal.c (sig_handler): Pass two arguments to signalKaz Kylheku2013-12-131-0/+14
* * signal.c (set_sig_handler): Disable signals around thisKaz Kylheku2013-12-131-0/+6
* * signal.c (set_sig_handler): Clear the deferred flagKaz Kylheku2013-12-131-0/+7
* * eval.c (eval_init): Registered vars for signal numbers.Kaz Kylheku2013-12-121-0/+14
* First cut at signal handling support.Kaz Kylheku2013-12-121-0/+47
* * configure (config_flags): Variable removed. This was more trouble than itKaz Kylheku2013-12-121-0/+6
* * configure: Fix warnings in test cases for HAVE_FORK_STUFFKaz Kylheku2013-12-121-0/+7
* * txr.c (txr_main): Change stderr to line buffered mode.Kaz Kylheku2013-12-111-0/+4
* * eval.c (eval_init): log_authpriv_v registered as log-authpriv.Kaz Kylheku2013-12-111-0/+12
* * eval.c (symbol_value, boundp, fboundp): New functions.Kaz Kylheku2013-12-111-0/+7
* * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: RemovingKaz Kylheku2013-12-111-0/+6
* * eval.c (eval_init): closelog_wrap interned.Kaz Kylheku2013-12-101-0/+10
* * eval.c (eval_init): Register streamp, real_time_stream_p,Kaz Kylheku2013-12-101-0/+13
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-101-2/+7
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-101-0/+22
* Version 71txr-71Kaz Kylheku2013-12-071-0/+12
* * parser.l (end_of_regex): Fix start condition stack underflowKaz Kylheku2013-12-061-0/+5
* * parser.l (regex_parse): Match the simplified grammar nowKaz Kylheku2013-12-061-0/+6
* * eval.c (eval_init): Update registration of regex-compileKaz Kylheku2013-12-061-0/+20
* Fixing some old-style coding that became obsoleteKaz Kylheku2013-12-061-0/+13
* * regex.c (regex_compile): Handle string input.Kaz Kylheku2013-12-051-0/+9
* * eval.c (eval_init): Registered regex_parse as newKaz Kylheku2013-12-051-0/+27
* * stream.c (stdio_set_prop): Fix reversed boolean.Kaz Kylheku2013-12-021-0/+4
* * stream.c (tail_strategy): Execute the strategy code alsoKaz Kylheku2013-12-021-0/+15
* * genvim.txr: Missing catch and finally keywords added.Kaz Kylheku2013-12-021-0/+6
* debug_check calls are the culprit triggering lookaheadKaz Kylheku2013-12-021-0/+14
* Steps toward fixing an issue: lazy list readahead.Kaz Kylheku2013-12-011-0/+50
* * eval.c (eval_init): New functions countqual, countql, countqKaz Kylheku2013-11-291-0/+11
* * configure (config_flags): New variable, allowing us toKaz Kylheku2013-11-291-0/+20