| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changes to the list collection mechanism to improve | Kaz Kylheku | 2014-01-22 | 8 | -140/+252 |
* | Support function versions of if, and, or so that partial | Kaz Kylheku | 2014-01-22 | 3 | -13/+91 |
* | * eval.c (eval_instrinsic): Changed to external linkage. | Kaz Kylheku | 2014-01-22 | 5 | -16/+55 |
* | * eval.c (mapcarv, mappendv): Convert output to type of leftmost | Kaz Kylheku | 2014-01-21 | 5 | -12/+69 |
* | * lib.c (car, cdr, ldiff): Extend to handle vectors and strings. | Kaz Kylheku | 2014-01-21 | 3 | -3/+75 |
* | * lib.c (broken_down_time_list): New static function. | Kaz Kylheku | 2014-01-20 | 5 | -0/+75 |
* | * hash.c (group_by): New function. | Kaz Kylheku | 2014-01-16 | 5 | -0/+72 |
* | Version 75.txr-75 | Kaz Kylheku | 2014-01-16 | 6 | -110/+159 |
* | * lib.c (obj_print, obj_pprint): Convert the internal representation | Kaz Kylheku | 2014-01-15 | 2 | -0/+18 |
* | * arith.c: Revised error messages to refer to Lisp names instead | Kaz Kylheku | 2014-01-15 | 4 | -26/+28 |
* | * eval.c (append_each_s, append_each_star_s): New symbol variables. | Kaz Kylheku | 2014-01-15 | 3 | -15/+45 |
* | * arith.c (atang2): New function. | Kaz Kylheku | 2014-01-15 | 4 | -2/+12 |
* | * txr.1: Wrote missing documentation for throw, throwf and error. | Kaz Kylheku | 2014-01-14 | 2 | -0/+27 |
* | Clarifications about unget-char and unget-byte. | Kaz Kylheku | 2014-01-14 | 1 | -0/+15 |
* | * stream.c (stdio_seek): After a successful seek, discard the character | Kaz Kylheku | 2014-01-14 | 2 | -0/+6 |
* | * eval.c (bind_args): Implemented default values for optional | Kaz Kylheku | 2014-01-14 | 3 | -3/+29 |
* | Support for pushing back bytes and characters into streams. | Kaz Kylheku | 2014-01-13 | 6 | -1/+185 |
* | * stream.c (put_byte): Bugfix: was checking whether the put_char | Kaz Kylheku | 2014-01-13 | 2 | -1/+6 |
* | Bugfix in regex char ranges affecting ranges whose upper end | Kaz Kylheku | 2014-01-13 | 2 | -4/+21 |
* | Version 74txr-74 | Kaz Kylheku | 2014-01-13 | 7 | -59/+98 |
* | * debug.h (debug_check): Fix broken build when debugger is disabled: | Kaz Kylheku | 2014-01-13 | 2 | -1/+7 |
* | Mac OSX Upkeep. | Kaz Kylheku | 2014-01-13 | 2 | -9/+23 |
* | Some bignum-related optimizations | Kaz Kylheku | 2014-01-12 | 2 | -0/+23 |
* | * arith.c (rising_product): New static function. | Kaz Kylheku | 2014-01-11 | 5 | -0/+83 |
* | * arith.c (to_float): Print function name as ~a rather than ~s, | Kaz Kylheku | 2014-01-11 | 5 | -1/+85 |
* | * configure: Detect platforms which don't reveal declarations | Kaz Kylheku | 2014-01-10 | 6 | -18/+38 |
* | * eval.c (eval_init): Renaming lisp-parse to read; lisp-parse | Kaz Kylheku | 2014-01-10 | 4 | -10/+24 |
* | * configure (lang_flags): Let us switch from using _XOPEN_SOURCE=2 | Kaz Kylheku | 2014-01-10 | 3 | -17/+87 |
* | * match.c (do_txeval): Lift an annoying restriction in the pattern | Kaz Kylheku | 2014-01-10 | 3 | -3/+20 |
* | * configure: Generate HAVE_VALGRIND as #define-d to 1, rathern | Kaz Kylheku | 2014-01-10 | 7 | -23/+39 |
* | Fix broken Json parsing test case on MinGW. | Kaz Kylheku | 2014-01-09 | 2 | -4/+17 |
* | * stream.c: Eliminate useless #else section containing #error | Kaz Kylheku | 2014-01-09 | 2 | -2/+4 |
* | Long overdue MinGW port maintenance. | Kaz Kylheku | 2014-01-09 | 8 | -32/+245 |
* | Version 73txr-73 | Kaz Kylheku | 2014-01-08 | 5 | -4/+33 |
* | Grammar. | Kaz Kylheku | 2014-01-07 | 1 | -1/+1 |
* | The lisp-parse function can now be called multiple times | Kaz Kylheku | 2014-01-07 | 4 | -12/+59 |
* | * match.c (v_load): Call yylex_destroy after yyparse, so we don't | Kaz Kylheku | 2014-01-07 | 2 | -0/+7 |
* | * genvim.txr: Add forgotten until and last keywords. | Kaz Kylheku | 2014-01-06 | 3 | -7/+16 |
* | Merry C++mas! | Kaz Kylheku | 2013-12-25 | 3 | -10/+21 |
* | Fixing a bug and performance issue. | Kaz Kylheku | 2013-12-20 | 3 | -5/+84 |
* | Version 72txr-72 | Kaz Kylheku | 2013-12-17 | 5 | -4/+47 |
* | * stream.c (stdio_seek): Bugfix. Was returning current position | Kaz Kylheku | 2013-12-17 | 2 | -1/+6 |
* | * parser.y (yybadtoken): Handle HASH_H. | Kaz Kylheku | 2013-12-17 | 2 | -0/+5 |
* | * txr.vim: Regenerated. | Kaz Kylheku | 2013-12-17 | 1 | -64/+64 |
* | * eval.c (op_defvar): Fix the semantics to be similar to Common Lisp: | Kaz Kylheku | 2013-12-17 | 3 | -6/+55 |
* | * lib.c (intern): fix the previous diagnostic bug once more with more | Kaz Kylheku | 2013-12-16 | 4 | -19/+26 |
* | Changing the tokenizer to get rid of IDENT, KEYWORD and METAVAR | Kaz Kylheku | 2013-12-15 | 4 | -56/+105 |
* | Support for parsing Lisp expression out of strings and streams. | Kaz Kylheku | 2013-12-14 | 7 | -2/+139 |
* | New stream property: name. Some streams can report | Kaz Kylheku | 2013-12-13 | 4 | -5/+45 |
* | * txr.vim: Regenerated. | Kaz Kylheku | 2013-12-13 | 1 | -84/+95 |