| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * configure: Added test for <sys/stat.h> | Kaz Kylheku | 2012-09-11 | 1 | -0/+26 |
* | * eval.c (eval_init): new instrinsic function /= registered. | Kaz Kylheku | 2012-09-11 | 1 | -0/+15 |
* | * txr.1: Documented string library. | Kaz Kylheku | 2012-09-06 | 1 | -1/+371 |
* | Spelling, grammar and stylistic fixes. Arguments in function | Kaz Kylheku | 2012-09-03 | 1 | -228/+250 |
* | Some string functions documented. | Kaz Kylheku | 2012-09-02 | 1 | -0/+222 |
* | * eval.c (eval_init): Follow function renames. | Kaz Kylheku | 2012-09-02 | 1 | -9/+258 |
* | * txr.1: Lots of new documentation. Major rearrangement of document, | Kaz Kylheku | 2012-09-01 | 1 | -1018/+1297 |
* | Fixing accidental edit. | Kaz Kylheku | 2012-09-01 | 1 | -1/+1 |
* | * txr.1: Minor corrections, and documented most stream functions, | Kaz Kylheku | 2012-09-01 | 1 | -3/+187 |
* | * txr.1: Documented print, pprint, tostring and tostringp. | Kaz Kylheku | 2012-09-01 | 1 | -0/+36 |
* | * stream.c (vformat): Bugfix: under the ~a and ~s directives, | Kaz Kylheku | 2012-08-31 | 1 | -0/+146 |
* | * txr.1: Documented chain, andf, orf and iff. | Kaz Kylheku | 2012-08-30 | 1 | -0/+96 |
* | * eval.c (eval_intrinsic): Bugfix: take the expanded form instead | Kaz Kylheku | 2012-08-30 | 1 | -0/+15 |
* | * txr.1: Documented all functions related to hashing. | Kaz Kylheku | 2012-08-30 | 1 | -2/+182 |
* | * eval.c (mapcarv): Changed to external linkage. | Kaz Kylheku | 2012-08-29 | 1 | -0/+2 |
* | * eval.c (eval_init): Registered open-command and open-process | Kaz Kylheku | 2012-05-18 | 1 | -1/+3 |
* | Implementing new pipe function to get around the limitation | Kaz Kylheku | 2012-05-18 | 1 | -1/+1 |
* | * match.c (v_collect): Implemented semantics for repeat symbol. | Kaz Kylheku | 2012-05-17 | 1 | -0/+19 |
* | Version 65txr-65 | Kaz Kylheku | 2012-04-20 | 1 | -2/+2 |
* | * txr.1: Documented new regex tokens. | Kaz Kylheku | 2012-04-19 | 1 | -1/+15 |
* | * eval.c (eval_init): New intrinsic functions remq*, remql*, | Kaz Kylheku | 2012-04-15 | 1 | -1/+37 |
* | * eval.c (eval_init): find-if intrinsic registered. | Kaz Kylheku | 2012-04-14 | 1 | -1/+1 |
* | * eval.c (eval_init): New functions remove-if and keep-if. | Kaz Kylheku | 2012-04-14 | 1 | -0/+43 |
* | * txr.1: Fixed wrong comment in example. | Kaz Kylheku | 2012-04-11 | 1 | -1/+1 |
* | * txr.1: Fix misleading comment example. | Kaz Kylheku | 2012-04-11 | 1 | -1/+2 |
* | Provide access to line number info and source path. | Kaz Kylheku | 2012-04-11 | 1 | -0/+4 |
* | * 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 |