summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (eval_init): New intrinsic num-str registered.Kaz Kylheku2012-03-261-5/+34
* * lib.c (rebind_s): New symbol variable.Kaz Kylheku2012-03-241-3/+37
* * eval.c (eval_init): Register match-str and match-str-treeKaz Kylheku2012-03-241-0/+4
* Version 62txr-62Kaz Kylheku2012-03-231-2/+2
* * RELNOTES: Updated.Kaz Kylheku2012-03-231-2/+48
* * arith.c (expo): New function.Kaz Kylheku2012-03-221-1/+1
* Fix sqrt confusion. There must be a separate isqrtKaz Kylheku2012-03-221-2/+6
* * arith.c (floorf, ceili, sine, cosi, atang, loga): New functions.Kaz Kylheku2012-03-221-0/+2
* * arith.c (divi): New function.Kaz Kylheku2012-03-211-1/+1
* * txr.1: Doc stubs for new functions floatp, integerp,Kaz Kylheku2012-03-211-2/+4
* * eval.c (eval_init): url_decode has two parameters now,Kaz Kylheku2012-03-181-4/+14
* * eval.c (eval_init): New intrinsic functionsKaz Kylheku2012-03-161-0/+6
* Formatting fix.Kaz Kylheku2012-03-161-3/+1
* Version 61txr-61Kaz Kylheku2012-03-151-2/+2
* * txr.1: Documented hash and vector quasiliterals.Kaz Kylheku2012-03-141-2/+45
* Implementing #H((...) ...) read/print syntax for hash tables.Kaz Kylheku2012-03-141-1/+13
* Change: @(block) requires @(end) from now on.Kaz Kylheku2012-03-131-21/+80
* Implementing URL filtering.Kaz Kylheku2012-03-131-0/+21
* Fix brace/paren mismatch.Kaz Kylheku2012-03-051-1/+1
* * eval.c (eval_init): New intrinsic function, regsub.Kaz Kylheku2012-03-041-0/+2
* Version 60Kaz Kylheku2012-03-041-2/+2
* * eval.c (eval_init): Expose remq, remql and remqual.Kaz Kylheku2012-03-031-0/+18
* Adding major section headings for the basic directives,Kaz Kylheku2012-03-011-0/+4
* Pluralization fix in bind directive.Kaz Kylheku2012-03-011-23/+23
* Or operator computes logical or, not and.Kaz Kylheku2012-03-011-2/+2
* Confusing comment removed from examples of the op operator.Kaz Kylheku2012-03-011-2/+0
* Another instance of bad troff syntax.Kaz Kylheku2012-03-011-5/+5
* Fix bad troff syntax caused by apostrophe at the start of a line.Kaz Kylheku2012-03-011-2/+2
* Clarification about TXR Syntax.Kaz Kylheku2012-03-011-2/+3
* Capitalization.Kaz Kylheku2012-03-011-1/+1
* Minor fix.Kaz Kylheku2012-03-011-1/+1
* Version 59txr-59Kaz Kylheku2012-02-281-2/+2
* * match.c (extract): Check for negative value of opt_nobindings,Kaz Kylheku2012-02-271-1/+9
* Fix the issue properly, once and for all, of how to determineKaz Kylheku2012-02-271-1/+1
* Bug #35625Kaz Kylheku2012-02-261-0/+6
* * parser.l (num_esc): Skip octal indicator 'o' if present.Kaz Kylheku2012-02-251-3/+4
* Version 58txr-58Kaz Kylheku2012-02-251-2/+2
* * parser.l (source_loc_str): Missing function re-written.Kaz Kylheku2012-02-251-0/+5
* * debug.c (debug): Use new way of getting line number.Kaz Kylheku2012-02-241-0/+18
* Remove wrong output.Kaz Kylheku2012-02-241-1/+1
* Ensuring all arguments to .IP that contain spaces are quoted.Kaz Kylheku2012-02-241-19/+19
* Eliminating unnecessary heading and associated indentation level.Kaz Kylheku2012-02-241-2/+0
* Found more broken headings requiring quoting.Kaz Kylheku2012-02-241-2/+2
* Clarification in until/last.Kaz Kylheku2012-02-241-6/+7
* Fixed nroff errors resulting in incorrect output text.Kaz Kylheku2012-02-241-2/+2
* Fixing disappearing backslash.Kaz Kylheku2012-02-241-1/+1
* * lib.c (sub_list, replace_list, lazy_sub_str, sub_str,Kaz Kylheku2012-02-221-0/+8
* * eval.c (del_s): New symbol variable.Kaz Kylheku2012-02-221-1/+11
* * eval.c (eval_init): Intrinsic bindings for sub, ref, refsetKaz Kylheku2012-02-221-1/+1
* Introducing optional arguments.Kaz Kylheku2012-02-211-6/+18