summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
...
* * eval.c (eval_init): Expose regex-compile and regexp as intrinsics.Kaz Kylheku2012-04-101-0/+40
* * arith.c (bignum): Previously static function now exposed as external.Kaz Kylheku2012-04-081-0/+2
* * txr.1: Documented int-flo, flo-int, search-regex,Kaz Kylheku2012-04-071-0/+72
* Rounding out hash table functionality with lazy lists thatKaz Kylheku2012-04-071-0/+2
* Version 64txr-64Kaz Kylheku2012-04-061-2/+2
* If one of the blocks which are subordinate to a @(trailer)Kaz Kylheku2012-03-311-0/+30
* * match.c (h_var): Disallow the variable named by the symbol tKaz Kylheku2012-03-301-0/+12
* * txr.1: Correction: backtracking does NOT take place into a blockKaz Kylheku2012-03-301-3/+3
* * txr.1: Documenting the debugger with an example session.Kaz Kylheku2012-03-301-0/+192
* Version 63txr-63Kaz Kylheku2012-03-301-2/+2
* * lib.c (num_str): Much more accurate test for deciding whetherKaz Kylheku2012-03-301-4/+41
* * lib.c (min2, max2): Semantics tweak. If the numbers are equal,Kaz Kylheku2012-03-291-0/+25
* * arith.c (numeq): New function.Kaz Kylheku2012-03-291-5/+131
* * arith.c (gcd): Allow zeros. Don't issue "non-integral"Kaz Kylheku2012-03-291-1/+92
* * arith.c (dmod): New static function.Kaz Kylheku2012-03-291-4/+34
* * txr.1: Documented +, - and *.Kaz Kylheku2012-03-291-1/+69
* * txr.1: num-str added to doc stub.Kaz Kylheku2012-03-291-1/+1
* * 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