| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix dates.txr-67 | Kaz Kylheku | 2013-07-13 | 1 | -1/+1 |
* | Version 67 | Kaz Kylheku | 2013-07-13 | 1 | -0/+8 |
* | * txr.1: Fix slipup, where call is referred to as funcall. | Kaz Kylheku | 2013-07-12 | 1 | -1/+1 |
* | Version 67 | Kaz Kylheku | 2013-07-12 | 1 | -2/+25 |
* | * match.c (require_s): New variable. | Kaz Kylheku | 2013-06-11 | 1 | -3/+24 |
* | * eval.c (eval_init): tok-str acquires new parameter | Kaz Kylheku | 2013-06-11 | 1 | -1/+8 |
* | * eval.c (eval_init): lazy-str's third argument is optional. | Kaz Kylheku | 2013-06-11 | 1 | -13/+213 |
* | * eval.c (eval_init): Register tok_str as intrinsic. | Kaz Kylheku | 2013-05-20 | 1 | -0/+22 |
* | * txr.1: Corrected wrong function name in documentation | Kaz Kylheku | 2013-05-20 | 1 | -2/+2 |
* | * txr.1: Misleading documentation updated for split-str, which | Kaz Kylheku | 2013-05-20 | 1 | -8/+18 |
* | Fix date. | Kaz Kylheku | 2013-05-16 | 1 | -1/+1 |
* | Version 66.txr-66 | Kaz Kylheku | 2013-05-16 | 1 | -2/+2 |
* | * eval.c (eval_init): New intrinsics, time-string-local and | Kaz Kylheku | 2013-05-15 | 1 | -5/+29 |
* | * match.c (match_fun): Support debug stop on the function | Kaz Kylheku | 2013-05-15 | 1 | -0/+27 |
* | * txr.1: Documented match-fun, source-loc, source-loc-str | Kaz Kylheku | 2013-05-15 | 1 | -0/+51 |
* | * txr.1: Documented time and url encoding/decoding functions. | Kaz Kylheku | 2013-05-14 | 1 | -0/+63 |
* | * eval.c (eval_init): State argument in random-fixnum should be | Kaz Kylheku | 2013-05-14 | 1 | -1/+101 |
* | * RELNOTES: Updated in preparation for release. | Kaz Kylheku | 2013-05-14 | 1 | -1/+209 |
* | * eval.c (eval_init): New instrinsic function iffi registered. | Kaz Kylheku | 2013-01-11 | 1 | -2/+14 |
* | * eval.c: Allow the test form of a for loop to be omitted, | Kaz Kylheku | 2012-09-25 | 1 | -5/+7 |
* | * arith.c (logtest): New function. | Kaz Kylheku | 2012-09-18 | 1 | -2/+94 |
* | Documenting bit ops. | Kaz Kylheku | 2012-09-17 | 1 | -0/+101 |
* | * stream.c (vformat): Slight change in ~s directive. For a floating | Kaz Kylheku | 2012-09-17 | 1 | -1/+1 |
* | * parser.l: Implemented hexadecimal integer constants. | Kaz Kylheku | 2012-09-16 | 1 | -3/+11 |
* | * eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash, | Kaz Kylheku | 2012-09-12 | 1 | -0/+58 |
* | Vector functions documented. | Kaz Kylheku | 2012-09-11 | 1 | -1/+170 |
* | * 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 |