| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * arith.c (succ, ssucc, sssucc, pred, ppred, pppred): New functions. | Kaz Kylheku | 2014-11-20 | 5 | -0/+84 |
* | * lib.c (where): Argument order reversed, with compat support. | Kaz Kylheku | 2014-11-20 | 4 | -3/+21 |
* | * lib.c (sel): Accept a function in place of the index list. | Kaz Kylheku | 2014-11-20 | 3 | -2/+23 |
* | * txr.1: Random fixes. | Kaz Kylheku | 2014-11-17 | 1 | -3/+3 |
* | * lib.c (split_str): If the separator string is empty, | Kaz Kylheku | 2014-11-17 | 4 | -2/+67 |
* | * lib.c (max2, min2): Use the less comparison function | Kaz Kylheku | 2014-11-15 | 4 | -10/+23 |
* | * eval.c (opip_s, oand_s, chain_s, chand_s): New global variables. | Kaz Kylheku | 2014-11-10 | 5 | -186/+332 |
* | * lib.c (sub, ref, refset, replace, update, search_list): | Kaz Kylheku | 2014-11-06 | 2 | -6/+13 |
* | * eval.c (eval_init): Register chand intrinsic. | Kaz Kylheku | 2014-11-06 | 5 | -1/+54 |
* | Allow then-func to be omitted in iff. Cleanup. | Kaz Kylheku | 2014-11-06 | 4 | -18/+51 |
* | * lib.c (iff): Bugfix: forgotten handling of default | Kaz Kylheku | 2014-11-05 | 3 | -9/+11 |
* | New macros tb and tc. | Kaz Kylheku | 2014-10-31 | 3 | -0/+111 |
* | * lib.c (chk_grow_vec): New function. | Kaz Kylheku | 2014-10-30 | 4 | -13/+46 |
* | Implementing finalization hooks. | Kaz Kylheku | 2014-10-30 | 4 | -51/+341 |
* | * gc.h (break_obj): Missing extern added on declaration. | Kaz Kylheku | 2014-10-30 | 2 | -1/+6 |
* | Vim syntax coloring for standalone TXR Lisp (*.tl) files. | Kaz Kylheku | 2014-10-29 | 4 | -54/+336 |
* | * lib.c (type_check): Function moved to header file inline. | Kaz Kylheku | 2014-10-26 | 3 | -5/+17 |
* | * hash.c (hash_begin): Use coerce macro instead of raw C cast. | Kaz Kylheku | 2014-10-25 | 3 | -4/+10 |
* | GNU Flex's libfl library provides nothing. Let us not refer to it. It | Kaz Kylheku | 2014-10-24 | 4 | -7/+23 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 23 | -194/+210 |
* | * eval.c (eval_init): Fix incorrect, registration of | Kaz Kylheku | 2014-10-22 | 2 | -1/+6 |
* | Version 100.txr-100 | Kaz Kylheku | 2014-10-22 | 5 | -4/+79 |
* | Ensure that a hash reorganization doesn't take place | Kaz Kylheku | 2014-10-22 | 5 | -7/+122 |
* | * eval.c (interp_fun): If the function doesn't have | Kaz Kylheku | 2014-10-21 | 2 | -5/+19 |
* | * eval.c (eval_init): Register notf intrinsic function. | Kaz Kylheku | 2014-10-21 | 7 | -78/+117 |
* | * share/txr/stdlib/txr-case.txr: New file. | Kaz Kylheku | 2014-10-21 | 7 | -8/+299 |
* | Source file inclusion implemented: needed for macros. | Kaz Kylheku | 2014-10-20 | 7 | -24/+119 |
* | * match.c (match_fun): Bugfix: replace incorrect plain return | Kaz Kylheku | 2014-10-19 | 2 | -1/+11 |
* | * parser.l (lisp_parse): Bugfix: the error_stream argument | Kaz Kylheku | 2014-10-19 | 3 | -4/+23 |
* | * parser.y (r_exprs): New grammar symbol. r_exprs uses | Kaz Kylheku | 2014-10-19 | 2 | -16/+56 |
* | * parser.y: Allow TXR to support large programs, and efficiently so. | Kaz Kylheku | 2014-10-18 | 2 | -5/+19 |
* | Deal with situation when GC is disabled and the freshobj array runs out | Kaz Kylheku | 2014-10-18 | 2 | -3/+22 |
* | * match.c (mf_all): Drop data_lineno parameter. Initialize | Kaz Kylheku | 2014-10-18 | 2 | -26/+36 |
* | * match.c (v_eof): Bugfix: we are at EOF not only when | Kaz Kylheku | 2014-10-17 | 2 | -1/+7 |
* | * match.c (dest_bind): Remove the restriction of not allowing | Kaz Kylheku | 2014-10-17 | 3 | -2/+81 |
* | * HACKING: New section Type Safety. | Kaz Kylheku | 2014-10-17 | 3 | -35/+113 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 22 | -411/+529 |
* | Purge stray occurrences of "void *" from code base. | Kaz Kylheku | 2014-10-17 | 10 | -33/+96 |
* | * arith.c (gcd): Fix semantics. If either operand is | Kaz Kylheku | 2014-10-16 | 7 | -123/+201 |
* | * arith.c (gcd, lognot): Bugfix: bignum results | Kaz Kylheku | 2014-10-16 | 2 | -2/+7 |
* | * match.c (dest_bind): More detailed log message for variable | Kaz Kylheku | 2014-10-16 | 2 | -1/+7 |
* | New @(line) and @(chr) directives. | Kaz Kylheku | 2014-10-16 | 5 | -14/+143 |
* | * match.c (subst_vars): Fix buggy rendering of TXR Lisp expressions | Kaz Kylheku | 2014-10-15 | 3 | -5/+57 |
* | More type safety, with help from C++ compiler. | Kaz Kylheku | 2014-10-14 | 4 | -34/+61 |
* | C++ upkeep. | Kaz Kylheku | 2014-10-14 | 6 | -9/+42 |
* | * txr.1: Round of fixes. | Kaz Kylheku | 2014-10-13 | 2 | -77/+144 |
* | * eval.c (eval_init): Register greater function as intrinsic. | Kaz Kylheku | 2014-10-13 | 6 | -128/+188 |
* | * genvim.txr (sortuniq): Remove unnecessary function, | Kaz Kylheku | 2014-10-13 | 2 | -6/+6 |
* | * eval.c (merge_wrap): New static function | Kaz Kylheku | 2014-10-12 | 6 | -100/+397 |
* | * eval.c (eval_init): Register chr_isblank and chr_isunisp as | Kaz Kylheku | 2014-10-11 | 8 | -139/+227 |