| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * hash.c (hash_grow, make_hash, make_similar_hash, copy_hash): | Kaz Kylheku | 2014-02-06 | 1 | -0/+16 |
* | * eval.c (op_dwim): Gutted down to just a few lines. | Kaz Kylheku | 2014-02-06 | 1 | -0/+13 |
* | * lib.c (generic_funcall): If a cons cell is passed as | Kaz Kylheku | 2014-02-05 | 1 | -0/+8 |
* | Allow sequences and hashes to be called as functions. | Kaz Kylheku | 2014-02-05 | 1 | -0/+17 |
* | * arith.c (lognot): Conform to new scheme for defaulting optional args. | Kaz Kylheku | 2014-02-05 | 1 | -0/+52 |
* | * eval.c (bind_args): Support optional parameters in the | Kaz Kylheku | 2014-02-05 | 1 | -0/+9 |
* | * eval.c (apply): Pass missing optional arguments as colon_k. | Kaz Kylheku | 2014-02-05 | 1 | -0/+24 |
* | * lib.c (nullp): Function removed. | Kaz Kylheku | 2014-02-03 | 1 | -0/+7 |
* | * eval.c (op_modplace): Fixing a few argument count mismatches | Kaz Kylheku | 2014-02-03 | 1 | -0/+5 |
* | Tighten up environment visibility semantics of default argument | Kaz Kylheku | 2014-02-03 | 1 | -0/+16 |
* | * eval.c (eval_init): Fix incorrect registration of | Kaz Kylheku | 2014-02-03 | 1 | -0/+5 |
* | Adding list* since we get it "for free" thanks to the | Kaz Kylheku | 2014-02-02 | 1 | -0/+10 |
* | append can now take additional leading arguments before the list. | Kaz Kylheku | 2014-02-02 | 1 | -0/+15 |
* | * eval.c (apply): Support string and vector arglist. | Kaz Kylheku | 2014-02-02 | 1 | -0/+12 |
* | * eval.c (do_eval_args): If the dotted position of the argument | Kaz Kylheku | 2014-02-02 | 1 | -0/+8 |
* | * eval.c (eval_init): Register vector_list function a second time | Kaz Kylheku | 2014-02-02 | 1 | -0/+7 |
* | * hash.c (hash_mark, hash_grow, make_similar_hash, | Kaz Kylheku | 2014-02-01 | 1 | -0/+16 |
* | Export break_obj. | Kaz Kylheku | 2014-02-01 | 1 | -0/+9 |
* | * lib.c (d): Disable garbage collection around the dump. | Kaz Kylheku | 2014-02-01 | 1 | -0/+7 |
* | * configure: remove stray debugging printf from the | Kaz Kylheku | 2014-01-31 | 1 | -0/+5 |
* | * genvim.txr: Support floating-point constants. | Kaz Kylheku | 2014-01-30 | 1 | -0/+7 |
* | * eval.c (expand_op): When the variant is do, and the symbol | Kaz Kylheku | 2014-01-30 | 1 | -0/+10 |
* | * eval.c (expand_op): Fix broken do operator. In the case of the do | Kaz Kylheku | 2014-01-30 | 1 | -0/+8 |
* | Version 77txr-77 | Kaz Kylheku | 2014-01-29 | 1 | -0/+12 |
* | * regex.c (match_regex_right): Fix not returning value. | Kaz Kylheku | 2014-01-29 | 1 | -0/+4 |
* | Default argument initializer scoping rule change, allowing | Kaz Kylheku | 2014-01-29 | 1 | -0/+14 |
* | * eval.c (eval_init): Registered existing make_catenated_stream as | Kaz Kylheku | 2014-01-28 | 1 | -0/+15 |
* | * stream.c (struct stdio_handle): New member, is_rotated. | Kaz Kylheku | 2014-01-28 | 1 | -0/+11 |
* | * stream.c (remove_path, rename_path): New functions. | Kaz Kylheku | 2014-01-28 | 1 | -0/+13 |
* | * eval.c (meta_meta_p, meta_meta_strip): New static functions. | Kaz Kylheku | 2014-01-28 | 1 | -0/+16 |
* | * txr.vim, genvim.txr: There can now be whitespace in TXR Lisp | Kaz Kylheku | 2014-01-27 | 1 | -0/+3 |
* | Lexing and parsing improvements, leaving things less hacky than before, | Kaz Kylheku | 2014-01-27 | 1 | -0/+24 |
* | * parser.y (yybadtoken): Handle METAQUO in switch. | Kaz Kylheku | 2014-01-27 | 1 | -0/+4 |
* | * lib.c (reduce_left, reduce_right): changing the behavior so that | Kaz Kylheku | 2014-01-27 | 1 | -0/+10 |
* | * lib.c (obj_print, obj_pprint): Bugfix: there may be | Kaz Kylheku | 2014-01-27 | 1 | -0/+7 |
* | * regex.c (match_regex_right): New function. | Kaz Kylheku | 2014-01-26 | 1 | -0/+8 |
* | Implementing more correct treatment of meta forms | Kaz Kylheku | 2014-01-26 | 1 | -0/+43 |
* | Sigh; more lexical-syntactic hacks. This adds handling | Kaz Kylheku | 2014-01-26 | 1 | -0/+11 |
* | * hash.c (hash_update): New function. | Kaz Kylheku | 2014-01-24 | 1 | -0/+14 |
* | * eval.c (expand): Bugfix in expansion of dohash: neglected | Kaz Kylheku | 2014-01-23 | 1 | -0/+5 |
* | Version 76txr-76 | Kaz Kylheku | 2014-01-23 | 1 | -0/+14 |
* | * eval.c (expand_op): Takes sym argument to distinguish op and do. | Kaz Kylheku | 2014-01-23 | 1 | -0/+9 |
* | * eval.c (do_eval): Fix incorrect, recently introduced code | Kaz Kylheku | 2014-01-23 | 1 | -0/+6 |
* | Bugfix: @(require ...) not expanding forms. | Kaz Kylheku | 2014-01-23 | 1 | -0/+12 |
* | * lib.c (conses, lazy_conses, func_set_env): New functions. | Kaz Kylheku | 2014-01-23 | 1 | -0/+12 |
* | Changes to the list collection mechanism to improve | Kaz Kylheku | 2014-01-22 | 1 | -1/+43 |
* | Support function versions of if, and, or so that partial | Kaz Kylheku | 2014-01-22 | 1 | -0/+15 |
* | * eval.c (eval_instrinsic): Changed to external linkage. | Kaz Kylheku | 2014-01-22 | 1 | -0/+11 |
* | * eval.c (mapcarv, mappendv): Convert output to type of leftmost | Kaz Kylheku | 2014-01-21 | 1 | -0/+14 |
* | * lib.c (car, cdr, ldiff): Extend to handle vectors and strings. | Kaz Kylheku | 2014-01-21 | 1 | -0/+8 |