| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c (eval_init): Expose regex-compile and regexp as intrinsics. | Kaz Kylheku | 2012-04-10 | 1 | -0/+40 |
* | * arith.c (bignum): Previously static function now exposed as external. | Kaz Kylheku | 2012-04-08 | 1 | -0/+2 |
* | * txr.1: Documented int-flo, flo-int, search-regex, | Kaz Kylheku | 2012-04-07 | 1 | -0/+72 |
* | Rounding out hash table functionality with lazy lists that | Kaz Kylheku | 2012-04-07 | 1 | -0/+2 |
* | Version 64txr-64 | Kaz Kylheku | 2012-04-06 | 1 | -2/+2 |
* | If one of the blocks which are subordinate to a @(trailer) | Kaz Kylheku | 2012-03-31 | 1 | -0/+30 |
* | * match.c (h_var): Disallow the variable named by the symbol t | Kaz Kylheku | 2012-03-30 | 1 | -0/+12 |
* | * txr.1: Correction: backtracking does NOT take place into a block | Kaz Kylheku | 2012-03-30 | 1 | -3/+3 |
* | * txr.1: Documenting the debugger with an example session. | Kaz Kylheku | 2012-03-30 | 1 | -0/+192 |
* | Version 63txr-63 | Kaz Kylheku | 2012-03-30 | 1 | -2/+2 |
* | * lib.c (num_str): Much more accurate test for deciding whether | Kaz Kylheku | 2012-03-30 | 1 | -4/+41 |
* | * lib.c (min2, max2): Semantics tweak. If the numbers are equal, | Kaz Kylheku | 2012-03-29 | 1 | -0/+25 |
* | * arith.c (numeq): New function. | Kaz Kylheku | 2012-03-29 | 1 | -5/+131 |
* | * arith.c (gcd): Allow zeros. Don't issue "non-integral" | Kaz Kylheku | 2012-03-29 | 1 | -1/+92 |
* | * arith.c (dmod): New static function. | Kaz Kylheku | 2012-03-29 | 1 | -4/+34 |
* | * txr.1: Documented +, - and *. | Kaz Kylheku | 2012-03-29 | 1 | -1/+69 |
* | * txr.1: num-str added to doc stub. | Kaz Kylheku | 2012-03-29 | 1 | -1/+1 |
* | * eval.c (eval_init): New intrinsic num-str registered. | Kaz Kylheku | 2012-03-26 | 1 | -5/+34 |
* | * lib.c (rebind_s): New symbol variable. | Kaz Kylheku | 2012-03-24 | 1 | -3/+37 |
* | * eval.c (eval_init): Register match-str and match-str-tree | Kaz Kylheku | 2012-03-24 | 1 | -0/+4 |
* | Version 62txr-62 | Kaz Kylheku | 2012-03-23 | 1 | -2/+2 |
* | * RELNOTES: Updated. | Kaz Kylheku | 2012-03-23 | 1 | -2/+48 |
* | * arith.c (expo): New function. | Kaz Kylheku | 2012-03-22 | 1 | -1/+1 |
* | Fix sqrt confusion. There must be a separate isqrt | Kaz Kylheku | 2012-03-22 | 1 | -2/+6 |
* | * arith.c (floorf, ceili, sine, cosi, atang, loga): New functions. | Kaz Kylheku | 2012-03-22 | 1 | -0/+2 |
* | * arith.c (divi): New function. | Kaz Kylheku | 2012-03-21 | 1 | -1/+1 |
* | * txr.1: Doc stubs for new functions floatp, integerp, | Kaz Kylheku | 2012-03-21 | 1 | -2/+4 |
* | * eval.c (eval_init): url_decode has two parameters now, | Kaz Kylheku | 2012-03-18 | 1 | -4/+14 |
* | * eval.c (eval_init): New intrinsic functions | Kaz Kylheku | 2012-03-16 | 1 | -0/+6 |
* | Formatting fix. | Kaz Kylheku | 2012-03-16 | 1 | -3/+1 |
* | Version 61txr-61 | Kaz Kylheku | 2012-03-15 | 1 | -2/+2 |
* | * txr.1: Documented hash and vector quasiliterals. | Kaz Kylheku | 2012-03-14 | 1 | -2/+45 |
* | Implementing #H((...) ...) read/print syntax for hash tables. | Kaz Kylheku | 2012-03-14 | 1 | -1/+13 |
* | Change: @(block) requires @(end) from now on. | Kaz Kylheku | 2012-03-13 | 1 | -21/+80 |
* | Implementing URL filtering. | Kaz Kylheku | 2012-03-13 | 1 | -0/+21 |
* | Fix brace/paren mismatch. | Kaz Kylheku | 2012-03-05 | 1 | -1/+1 |
* | * eval.c (eval_init): New intrinsic function, regsub. | Kaz Kylheku | 2012-03-04 | 1 | -0/+2 |
* | Version 60 | Kaz Kylheku | 2012-03-04 | 1 | -2/+2 |
* | * eval.c (eval_init): Expose remq, remql and remqual. | Kaz Kylheku | 2012-03-03 | 1 | -0/+18 |
* | Adding major section headings for the basic directives, | Kaz Kylheku | 2012-03-01 | 1 | -0/+4 |
* | Pluralization fix in bind directive. | Kaz Kylheku | 2012-03-01 | 1 | -23/+23 |
* | Or operator computes logical or, not and. | Kaz Kylheku | 2012-03-01 | 1 | -2/+2 |
* | Confusing comment removed from examples of the op operator. | Kaz Kylheku | 2012-03-01 | 1 | -2/+0 |
* | Another instance of bad troff syntax. | Kaz Kylheku | 2012-03-01 | 1 | -5/+5 |
* | Fix bad troff syntax caused by apostrophe at the start of a line. | Kaz Kylheku | 2012-03-01 | 1 | -2/+2 |
* | Clarification about TXR Syntax. | Kaz Kylheku | 2012-03-01 | 1 | -2/+3 |
* | Capitalization. | Kaz Kylheku | 2012-03-01 | 1 | -1/+1 |
* | Minor fix. | Kaz Kylheku | 2012-03-01 | 1 | -1/+1 |
* | Version 59txr-59 | Kaz Kylheku | 2012-02-28 | 1 | -2/+2 |
* | * match.c (extract): Check for negative value of opt_nobindings, | Kaz Kylheku | 2012-02-27 | 1 | -1/+9 |