summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Mac OSX Upkeep.Kaz Kylheku2014-01-132-9/+23
* Some bignum-related optimizationsKaz Kylheku2014-01-122-0/+23
* * arith.c (rising_product): New static function.Kaz Kylheku2014-01-115-0/+83
* * arith.c (to_float): Print function name as ~a rather than ~s,Kaz Kylheku2014-01-115-1/+85
* * configure: Detect platforms which don't reveal declarationsKaz Kylheku2014-01-106-18/+38
* * eval.c (eval_init): Renaming lisp-parse to read; lisp-parseKaz Kylheku2014-01-104-10/+24
* * configure (lang_flags): Let us switch from using _XOPEN_SOURCE=2Kaz Kylheku2014-01-103-17/+87
* * match.c (do_txeval): Lift an annoying restriction in the patternKaz Kylheku2014-01-103-3/+20
* * configure: Generate HAVE_VALGRIND as #define-d to 1, rathernKaz Kylheku2014-01-107-23/+39
* Fix broken Json parsing test case on MinGW.Kaz Kylheku2014-01-092-4/+17
* * stream.c: Eliminate useless #else section containing #errorKaz Kylheku2014-01-092-2/+4
* Long overdue MinGW port maintenance.Kaz Kylheku2014-01-098-32/+245
* Version 73txr-73Kaz Kylheku2014-01-085-4/+33
* Grammar.Kaz Kylheku2014-01-071-1/+1
* The lisp-parse function can now be called multiple timesKaz Kylheku2014-01-074-12/+59
* * match.c (v_load): Call yylex_destroy after yyparse, so we don'tKaz Kylheku2014-01-072-0/+7
* * genvim.txr: Add forgotten until and last keywords.Kaz Kylheku2014-01-063-7/+16
* Merry C++mas!Kaz Kylheku2013-12-253-10/+21
* 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