| Commit message (Expand) | Author | Age | Files | Lines |
* | Export break_obj. | Kaz Kylheku | 2014-02-01 | 3 | -2/+15 |
* | * lib.c (d): Disable garbage collection around the dump. | Kaz Kylheku | 2014-02-01 | 2 | -0/+9 |
* | Whitespace. | Kaz Kylheku | 2014-02-01 | 1 | -1/+1 |
* | * configure: remove stray debugging printf from the | Kaz Kylheku | 2014-01-31 | 2 | -1/+5 |
* | * genvim.txr: Support floating-point constants. | Kaz Kylheku | 2014-01-30 | 3 | -10/+21 |
* | * eval.c (expand_op): When the variant is do, and the symbol | Kaz Kylheku | 2014-01-30 | 3 | -2/+17 |
* | * eval.c (expand_op): Fix broken do operator. In the case of the do | Kaz Kylheku | 2014-01-30 | 2 | -1/+9 |
* | Version 77txr-77 | Kaz Kylheku | 2014-01-29 | 6 | -64/+130 |
* | * regex.c (match_regex_right): Fix not returning value. | Kaz Kylheku | 2014-01-29 | 2 | -0/+6 |
* | Default argument initializer scoping rule change, allowing | Kaz Kylheku | 2014-01-29 | 3 | -13/+50 |
* | * eval.c (eval_init): Registered existing make_catenated_stream as | Kaz Kylheku | 2014-01-28 | 4 | -5/+95 |
* | * stream.c (struct stdio_handle): New member, is_rotated. | Kaz Kylheku | 2014-01-28 | 2 | -17/+89 |
* | * stream.c (remove_path, rename_path): New functions. | Kaz Kylheku | 2014-01-28 | 6 | -1/+54 |
* | * eval.c (meta_meta_p, meta_meta_strip): New static functions. | Kaz Kylheku | 2014-01-28 | 7 | -104/+175 |
* | * txr.vim, genvim.txr: There can now be whitespace in TXR Lisp | Kaz Kylheku | 2014-01-27 | 3 | -80/+84 |
* | Lexing and parsing improvements, leaving things less hacky than before, | Kaz Kylheku | 2014-01-27 | 3 | -61/+60 |
* | * parser.y (yybadtoken): Handle METAQUO in switch. | Kaz Kylheku | 2014-01-27 | 2 | -0/+5 |
* | * lib.c (reduce_left, reduce_right): changing the behavior so that | Kaz Kylheku | 2014-01-27 | 3 | -22/+84 |
* | * regex.c (match_regex_right): Fix semantics of second argument | Kaz Kylheku | 2014-01-27 | 3 | -11/+74 |
* | * lib.c (obj_print, obj_pprint): Bugfix: there may be | Kaz Kylheku | 2014-01-27 | 2 | -2/+9 |
* | * regex.c (match_regex_right): New function. | Kaz Kylheku | 2014-01-26 | 4 | -0/+31 |
* | Implementing more correct treatment of meta forms | Kaz Kylheku | 2014-01-26 | 2 | -36/+105 |
* | Sigh; more lexical-syntactic hacks. This adds handling | Kaz Kylheku | 2014-01-26 | 3 | -10/+41 |
* | * hash.c (hash_update): New function. | Kaz Kylheku | 2014-01-24 | 7 | -0/+95 |
* | * eval.c (expand): Bugfix in expansion of dohash: neglected | Kaz Kylheku | 2014-01-23 | 2 | -1/+8 |
* | Version 76txr-76 | Kaz Kylheku | 2014-01-23 | 8 | -92/+144 |
* | * eval.c (expand_op): Takes sym argument to distinguish op and do. | Kaz Kylheku | 2014-01-23 | 3 | -4/+38 |
* | * eval.c (do_eval): Fix incorrect, recently introduced code | Kaz Kylheku | 2014-01-23 | 2 | -10/+16 |
* | Bugfix: @(require ...) not expanding forms. | Kaz Kylheku | 2014-01-23 | 4 | -10/+19 |
* | * lib.c (conses, lazy_conses, func_set_env): New functions. | Kaz Kylheku | 2014-01-23 | 5 | -1/+102 |
* | 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 |