summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 75.txr-75Kaz Kylheku2014-01-166-110/+159
* * lib.c (obj_print, obj_pprint): Convert the internal representationKaz Kylheku2014-01-152-0/+18
* * arith.c: Revised error messages to refer to Lisp names insteadKaz Kylheku2014-01-154-26/+28
* * eval.c (append_each_s, append_each_star_s): New symbol variables.Kaz Kylheku2014-01-153-15/+45
* * arith.c (atang2): New function.Kaz Kylheku2014-01-154-2/+12
* * txr.1: Wrote missing documentation for throw, throwf and error.Kaz Kylheku2014-01-142-0/+27
* Clarifications about unget-char and unget-byte.Kaz Kylheku2014-01-141-0/+15
* * stream.c (stdio_seek): After a successful seek, discard the characterKaz Kylheku2014-01-142-0/+6
* * eval.c (bind_args): Implemented default values for optionalKaz Kylheku2014-01-143-3/+29
* Support for pushing back bytes and characters into streams.Kaz Kylheku2014-01-136-1/+185
* * stream.c (put_byte): Bugfix: was checking whether the put_charKaz Kylheku2014-01-132-1/+6
* Bugfix in regex char ranges affecting ranges whose upper endKaz Kylheku2014-01-132-4/+21
* Version 74txr-74Kaz Kylheku2014-01-137-59/+98
* * debug.h (debug_check): Fix broken build when debugger is disabled:Kaz Kylheku2014-01-132-1/+7
* 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