| Commit message (Expand) | Author | Age | Files | Lines |
* | * arith.c (wrap_star, wrap): New functions. | Kaz Kylheku | 2014-11-20 | 1 | -0/+59 |
* | * arith.c (succ, ssucc, sssucc, pred, ppred, pppred): New functions. | Kaz Kylheku | 2014-11-20 | 1 | -0/+32 |
* | * lib.c (where): Argument order reversed, with compat support. | Kaz Kylheku | 2014-11-20 | 1 | -1/+5 |
* | * lib.c (sel): Accept a function in place of the index list. | Kaz Kylheku | 2014-11-20 | 1 | -1/+14 |
* | * 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 | 1 | -0/+31 |
* | * lib.c (max2, min2): Use the less comparison function | Kaz Kylheku | 2014-11-15 | 1 | -4/+7 |
* | * eval.c (opip_s, oand_s, chain_s, chand_s): New global variables. | Kaz Kylheku | 2014-11-10 | 1 | -0/+90 |
* | * eval.c (eval_init): Register chand intrinsic. | Kaz Kylheku | 2014-11-06 | 1 | -1/+18 |
* | Allow then-func to be omitted in iff. Cleanup. | Kaz Kylheku | 2014-11-06 | 1 | -16/+37 |
* | * lib.c (iff): Bugfix: forgotten handling of default | Kaz Kylheku | 2014-11-05 | 1 | -9/+1 |
* | New macros tb and tc. | Kaz Kylheku | 2014-10-31 | 1 | -0/+72 |
* | Implementing finalization hooks. | Kaz Kylheku | 2014-10-30 | 1 | -0/+56 |
* | Version 100.txr-100 | Kaz Kylheku | 2014-10-22 | 1 | -2/+2 |
* | Ensure that a hash reorganization doesn't take place | Kaz Kylheku | 2014-10-22 | 1 | -0/+33 |
* | * eval.c (eval_init): Register notf intrinsic function. | Kaz Kylheku | 2014-10-21 | 1 | -0/+17 |
* | * share/txr/stdlib/txr-case.txr: New file. | Kaz Kylheku | 2014-10-21 | 1 | -0/+214 |
* | Source file inclusion implemented: needed for macros. | Kaz Kylheku | 2014-10-20 | 1 | -8/+51 |
* | * match.c (dest_bind): Remove the restriction of not allowing | Kaz Kylheku | 2014-10-17 | 1 | -0/+55 |
* | Purge stray occurrences of "void *" from code base. | Kaz Kylheku | 2014-10-17 | 1 | -0/+8 |
* | * arith.c (gcd): Fix semantics. If either operand is | Kaz Kylheku | 2014-10-16 | 1 | -25/+50 |
* | New @(line) and @(chr) directives. | Kaz Kylheku | 2014-10-16 | 1 | -0/+67 |
* | * match.c (subst_vars): Fix buggy rendering of TXR Lisp expressions | Kaz Kylheku | 2014-10-15 | 1 | -0/+15 |
* | * txr.1: Round of fixes. | Kaz Kylheku | 2014-10-13 | 1 | -77/+140 |
* | * eval.c (eval_init): Register greater function as intrinsic. | Kaz Kylheku | 2014-10-13 | 1 | -7/+39 |
* | * eval.c (merge_wrap): New static function | Kaz Kylheku | 2014-10-12 | 1 | -3/+134 |
* | * eval.c (eval_init): Register chr_isblank and chr_isunisp as | Kaz Kylheku | 2014-10-11 | 1 | -0/+55 |
* | Fix 2011-12-03 regression. The freeform directive code | Kaz Kylheku | 2014-10-08 | 1 | -12/+19 |
* | Version 99.txr-99 | Kaz Kylheku | 2014-10-05 | 1 | -2/+2 |
* | * txr.1: Small fixes. | Kaz Kylheku | 2014-10-05 | 1 | -2/+2 |
* | * match.c (h_var): Fix regression introduced in 2014-08-11 | Kaz Kylheku | 2014-10-03 | 1 | -2/+18 |
* | * genman.txr: Add PayPal donation button. | Kaz Kylheku | 2014-09-30 | 1 | -42/+52 |
* | * genman.txr: TXR is now bolded in the title. | Kaz Kylheku | 2014-09-30 | 1 | -347/+407 |
* | Version 98.txr-98 | Kaz Kylheku | 2014-09-26 | 1 | -2/+2 |
* | * txr.1: Substantially revised with rich troff markup, | Kaz Kylheku | 2014-09-26 | 1 | -10024/+18923 |
* | * txr.1: Fix version. | Kaz Kylheku | 2014-09-13 | 1 | -1/+1 |
* | * txr.1: Quoting issue, reported by groff. | Kaz Kylheku | 2014-09-12 | 1 | -1/+1 |
* | * lib.c (compat_fixup): void return changed to int. | Kaz Kylheku | 2014-09-10 | 1 | -0/+2 |
* | * txr.c (help): List new --compat option. | Kaz Kylheku | 2014-09-09 | 1 | -0/+4 |
* | * eval.c (eval_init): Register intrinsic partition* function. | Kaz Kylheku | 2014-09-09 | 1 | -0/+41 |
* | * eval.c (eval_init): Register intrinsic partition function. | Kaz Kylheku | 2014-09-09 | 1 | -0/+42 |
* | * gc.c (MALLOC_DELTA_THRESH): Macro remaned to DFL_MALLOC_DELTA_THRESH. | Kaz Kylheku | 2014-09-08 | 1 | -0/+58 |
* | * lib.c (symbol_setname): New static function. | Kaz Kylheku | 2014-09-03 | 1 | -13/+42 |
* | * txr.1: Document -C option. | Kaz Kylheku | 2014-09-02 | 1 | -0/+11 |
* | * eval.c (eval_init): Update registration of lisp-parse and read | Kaz Kylheku | 2014-09-02 | 1 | -4/+5 |
* | * arith.c (arith_init): Register some variables: *flo-dig*, | Kaz Kylheku | 2014-09-01 | 1 | -3/+37 |
* | Version 96.txr-96 | Kaz Kylheku | 2014-08-14 | 1 | -2/+2 |
* | Fix regression in previous change: we must match a compound text | Kaz Kylheku | 2014-08-13 | 1 | -26/+20 |
* | * filter.c (filter_init): Expose the trie-lookup-begin, | Kaz Kylheku | 2014-08-09 | 1 | -0/+58 |
* | Bugfix: ret operator does not generate functions | Kaz Kylheku | 2014-08-08 | 1 | -1/+4 |