| Commit message (Expand) | Author | Age | Files | Lines |
* | Version 79txr-79 | Kaz Kylheku | 2014-02-11 | 1 | -2/+2 |
* | * combi.c (comb_hash_while_fun, comb_hash_gen_fun, comb_hash): New | Kaz Kylheku | 2014-02-11 | 1 | -6/+8 |
* | Relaxed behavior: don't throw errors for impossible permutations, | Kaz Kylheku | 2014-02-10 | 1 | -29/+37 |
* | * eval.c (rcomb_while_fun, rcomb_gen_fun_common, | Kaz Kylheku | 2014-02-10 | 1 | -3/+29 |
* | * eval.c (rperm, perm_str): Just in case, return a mutable empty | Kaz Kylheku | 2014-02-10 | 1 | -0/+26 |
* | * eval.c (rperm_list, rperm_vec, rperm_str): n variable renamed | Kaz Kylheku | 2014-02-09 | 1 | -5/+36 |
* | * eval.c (nperm_while_fun, nperm_gen_fun, nperm_list, | Kaz Kylheku | 2014-02-07 | 1 | -0/+36 |
* | Version 78.txr-78 | Kaz Kylheku | 2014-02-06 | 1 | -2/+2 |
* | * hash.c (hash_grow, make_hash, make_similar_hash, copy_hash): | Kaz Kylheku | 2014-02-06 | 1 | -2/+3 |
* | * lib.c (generic_funcall): If a cons cell is passed as | Kaz Kylheku | 2014-02-05 | 1 | -0/+33 |
* | * arith.c (lognot): Conform to new scheme for defaulting optional args. | Kaz Kylheku | 2014-02-05 | 1 | -68/+79 |
* | * eval.c (bind_args): Support optional parameters in the | Kaz Kylheku | 2014-02-05 | 1 | -11/+18 |
* | * eval.c (apply): Pass missing optional arguments as colon_k. | Kaz Kylheku | 2014-02-05 | 1 | -8/+14 |
* | Tighten up environment visibility semantics of default argument | Kaz Kylheku | 2014-02-03 | 1 | -2/+2 |
* | * txr.1: Mention that regular expression character classes have | Kaz Kylheku | 2014-02-02 | 1 | -0/+2 |
* | Adding list* since we get it "for free" thanks to the | Kaz Kylheku | 2014-02-02 | 1 | -0/+36 |
* | append can now take additional leading arguments before the list. | Kaz Kylheku | 2014-02-02 | 1 | -19/+25 |
* | * txr.1: Clarify that arbitrary expressions cannot be used | Kaz Kylheku | 2014-02-02 | 1 | -3/+11 |
* | * eval.c (apply): Support string and vector arglist. | Kaz Kylheku | 2014-02-02 | 1 | -8/+16 |
* | * eval.c (do_eval_args): If the dotted position of the argument | Kaz Kylheku | 2014-02-02 | 1 | -2/+61 |
* | * eval.c (eval_init): Register vector_list function a second time | Kaz Kylheku | 2014-02-02 | 1 | -0/+12 |
* | * txr.1: Fix bad directives example. Regexes are prefixed by #. | Kaz Kylheku | 2014-02-02 | 1 | -1/+1 |
* | * txr.1: Fix bad grammar. | Kaz Kylheku | 2014-02-02 | 1 | -3/+3 |
* | * txr.1: Documented forbidden hash table configuration of | Kaz Kylheku | 2014-02-01 | 1 | -0/+3 |
* | Version 77txr-77 | Kaz Kylheku | 2014-01-29 | 1 | -2/+2 |
* | Default argument initializer scoping rule change, allowing | Kaz Kylheku | 2014-01-29 | 1 | -7/+17 |
* | * eval.c (eval_init): Registered existing make_catenated_stream as | Kaz Kylheku | 2014-01-28 | 1 | -0/+40 |
* | * eval.c (meta_meta_p, meta_meta_strip): New static functions. | Kaz Kylheku | 2014-01-28 | 1 | -1/+23 |
* | * lib.c (reduce_left, reduce_right): changing the behavior so that | Kaz Kylheku | 2014-01-27 | 1 | -21/+50 |
* | * regex.c (match_regex_right): Fix semantics of second argument | Kaz Kylheku | 2014-01-27 | 1 | -5/+67 |
* | * hash.c (hash_update): New function. | Kaz Kylheku | 2014-01-24 | 1 | -0/+31 |
* | Version 76txr-76 | Kaz Kylheku | 2014-01-23 | 1 | -2/+2 |
* | * eval.c (expand_op): Takes sym argument to distinguish op and do. | Kaz Kylheku | 2014-01-23 | 1 | -1/+23 |
* | * lib.c (conses, lazy_conses, func_set_env): New functions. | Kaz Kylheku | 2014-01-23 | 1 | -1/+47 |
* | Support function versions of if, and, or so that partial | Kaz Kylheku | 2014-01-22 | 1 | -4/+37 |
* | * eval.c (eval_instrinsic): Changed to external linkage. | Kaz Kylheku | 2014-01-22 | 1 | -0/+10 |
* | * eval.c (mapcarv, mappendv): Convert output to type of leftmost | Kaz Kylheku | 2014-01-21 | 1 | -0/+9 |
* | * lib.c (car, cdr, ldiff): Extend to handle vectors and strings. | Kaz Kylheku | 2014-01-21 | 1 | -0/+34 |
* | * lib.c (broken_down_time_list): New static function. | Kaz Kylheku | 2014-01-20 | 1 | -0/+25 |
* | * hash.c (group_by): New function. | Kaz Kylheku | 2014-01-16 | 1 | -0/+31 |
* | Version 75.txr-75 | Kaz Kylheku | 2014-01-16 | 1 | -2/+2 |
* | * eval.c (append_each_s, append_each_star_s): New symbol variables. | Kaz Kylheku | 2014-01-15 | 1 | -13/+23 |
* | * arith.c (atang2): New function. | Kaz Kylheku | 2014-01-15 | 1 | -2/+4 |
* | * txr.1: Wrote missing documentation for throw, throwf and error. | Kaz Kylheku | 2014-01-14 | 1 | -0/+23 |
* | Clarifications about unget-char and unget-byte. | Kaz Kylheku | 2014-01-14 | 1 | -0/+15 |
* | * eval.c (bind_args): Implemented default values for optional | Kaz Kylheku | 2014-01-14 | 1 | -0/+6 |
* | Support for pushing back bytes and characters into streams. | Kaz Kylheku | 2014-01-13 | 1 | -0/+23 |
* | Version 74txr-74 | Kaz Kylheku | 2014-01-13 | 1 | -2/+2 |
* | * arith.c (rising_product): New static function. | Kaz Kylheku | 2014-01-11 | 1 | -0/+31 |
* | * arith.c (to_float): Print function name as ~a rather than ~s, | Kaz Kylheku | 2014-01-11 | 1 | -0/+14 |