summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* * arith.c (wrap_star, wrap): New functions.Kaz Kylheku2014-11-201-0/+59
* * arith.c (succ, ssucc, sssucc, pred, ppred, pppred): New functions.Kaz Kylheku2014-11-201-0/+32
* * lib.c (where): Argument order reversed, with compat support.Kaz Kylheku2014-11-201-1/+5
* * lib.c (sel): Accept a function in place of the index list.Kaz Kylheku2014-11-201-1/+14
* * txr.1: Random fixes.Kaz Kylheku2014-11-171-3/+3
* * lib.c (split_str): If the separator string is empty,Kaz Kylheku2014-11-171-0/+31
* * lib.c (max2, min2): Use the less comparison functionKaz Kylheku2014-11-151-4/+7
* * eval.c (opip_s, oand_s, chain_s, chand_s): New global variables.Kaz Kylheku2014-11-101-0/+90
* * eval.c (eval_init): Register chand intrinsic.Kaz Kylheku2014-11-061-1/+18
* Allow then-func to be omitted in iff. Cleanup.Kaz Kylheku2014-11-061-16/+37
* * lib.c (iff): Bugfix: forgotten handling of defaultKaz Kylheku2014-11-051-9/+1
* New macros tb and tc.Kaz Kylheku2014-10-311-0/+72
* Implementing finalization hooks.Kaz Kylheku2014-10-301-0/+56
* Version 100.txr-100Kaz Kylheku2014-10-221-2/+2
* Ensure that a hash reorganization doesn't take placeKaz Kylheku2014-10-221-0/+33
* * eval.c (eval_init): Register notf intrinsic function.Kaz Kylheku2014-10-211-0/+17
* * share/txr/stdlib/txr-case.txr: New file.Kaz Kylheku2014-10-211-0/+214
* Source file inclusion implemented: needed for macros.Kaz Kylheku2014-10-201-8/+51
* * match.c (dest_bind): Remove the restriction of not allowingKaz Kylheku2014-10-171-0/+55
* Purge stray occurrences of "void *" from code base.Kaz Kylheku2014-10-171-0/+8
* * arith.c (gcd): Fix semantics. If either operand isKaz Kylheku2014-10-161-25/+50
* New @(line) and @(chr) directives.Kaz Kylheku2014-10-161-0/+67
* * match.c (subst_vars): Fix buggy rendering of TXR Lisp expressionsKaz Kylheku2014-10-151-0/+15
* * txr.1: Round of fixes.Kaz Kylheku2014-10-131-77/+140
* * eval.c (eval_init): Register greater function as intrinsic.Kaz Kylheku2014-10-131-7/+39
* * eval.c (merge_wrap): New static functionKaz Kylheku2014-10-121-3/+134
* * eval.c (eval_init): Register chr_isblank and chr_isunisp asKaz Kylheku2014-10-111-0/+55
* Fix 2011-12-03 regression. The freeform directive codeKaz Kylheku2014-10-081-12/+19
* Version 99.txr-99Kaz Kylheku2014-10-051-2/+2
* * txr.1: Small fixes.Kaz Kylheku2014-10-051-2/+2
* * match.c (h_var): Fix regression introduced in 2014-08-11Kaz Kylheku2014-10-031-2/+18
* * genman.txr: Add PayPal donation button.Kaz Kylheku2014-09-301-42/+52
* * genman.txr: TXR is now bolded in the title.Kaz Kylheku2014-09-301-347/+407
* Version 98.txr-98Kaz Kylheku2014-09-261-2/+2
* * txr.1: Substantially revised with rich troff markup,Kaz Kylheku2014-09-261-10024/+18923
* * txr.1: Fix version.Kaz Kylheku2014-09-131-1/+1
* * txr.1: Quoting issue, reported by groff.Kaz Kylheku2014-09-121-1/+1
* * lib.c (compat_fixup): void return changed to int.Kaz Kylheku2014-09-101-0/+2
* * txr.c (help): List new --compat option.Kaz Kylheku2014-09-091-0/+4
* * eval.c (eval_init): Register intrinsic partition* function.Kaz Kylheku2014-09-091-0/+41
* * eval.c (eval_init): Register intrinsic partition function.Kaz Kylheku2014-09-091-0/+42
* * gc.c (MALLOC_DELTA_THRESH): Macro remaned to DFL_MALLOC_DELTA_THRESH.Kaz Kylheku2014-09-081-0/+58
* * lib.c (symbol_setname): New static function.Kaz Kylheku2014-09-031-13/+42
* * txr.1: Document -C option.Kaz Kylheku2014-09-021-0/+11
* * eval.c (eval_init): Update registration of lisp-parse and readKaz Kylheku2014-09-021-4/+5
* * arith.c (arith_init): Register some variables: *flo-dig*,Kaz Kylheku2014-09-011-3/+37
* Version 96.txr-96Kaz Kylheku2014-08-141-2/+2
* Fix regression in previous change: we must match a compound textKaz Kylheku2014-08-131-26/+20
* * filter.c (filter_init): Expose the trie-lookup-begin,Kaz Kylheku2014-08-091-0/+58
* Bugfix: ret operator does not generate functionsKaz Kylheku2014-08-081-1/+4