| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * stream.c (vformat): Fix bug in ~x format directive for printing | Kaz Kylheku | 2012-09-16 | 2 | -14/+17 |
* | * parser.l: Implemented hexadecimal integer constants. | Kaz Kylheku | 2012-09-16 | 3 | -5/+44 |
* | * eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash, | Kaz Kylheku | 2012-09-12 | 6 | -3/+209 |
* | Vector functions documented. | Kaz Kylheku | 2012-09-11 | 1 | -1/+170 |
* | * configure: Added test for <sys/stat.h> | Kaz Kylheku | 2012-09-11 | 6 | -0/+132 |
* | * eval.c (eval_init): new instrinsic function /= registered. | Kaz Kylheku | 2012-09-11 | 5 | -0/+39 |
* | Clarify when bug was introduced. | Kaz Kylheku | 2012-09-11 | 1 | -1/+2 |
* | * match.c (v_collect): Bug in processing of @(last) directive. | Kaz Kylheku | 2012-09-10 | 2 | -1/+9 |
* | * txr.1: Documented string library. | Kaz Kylheku | 2012-09-06 | 2 | -1/+375 |
* | 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 | 7 | -36/+318 |
* | * txr.1: Lots of new documentation. Major rearrangement of document, | Kaz Kylheku | 2012-09-01 | 2 | -1018/+1302 |
* | * eval.c (symbol_function): Bugfix: return the function rather than | Kaz Kylheku | 2012-09-01 | 2 | -1/+6 |
* | 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 | 2 | -3/+192 |
* | * txr.1: Documented print, pprint, tostring and tostringp. | Kaz Kylheku | 2012-09-01 | 2 | -0/+40 |
* | * stream.c (vformat): Bugfix: under the ~a and ~s directives, | Kaz Kylheku | 2012-08-31 | 3 | -1/+155 |
* | * eval.c (expand): Bugfix: failure to handle regular | Kaz Kylheku | 2012-08-31 | 2 | -0/+8 |
* | * txr.1: Documented chain, andf, orf and iff. | Kaz Kylheku | 2012-08-30 | 2 | -0/+100 |
* | * eval.c (eval_intrinsic): Bugfix: take the expanded form instead | Kaz Kylheku | 2012-08-30 | 3 | -2/+25 |
* | * txr.1: Documented all functions related to hashing. | Kaz Kylheku | 2012-08-30 | 2 | -2/+186 |
* | * lib.c (multi_sort_less): Fixing semantics of return value. Individual | Kaz Kylheku | 2012-08-29 | 2 | -2/+9 |
* | * lib.c (multi_sort_less): Change the semantics so that when the | Kaz Kylheku | 2012-08-29 | 2 | -5/+11 |
* | * eval.c (mapcarv): Changed to external linkage. | Kaz Kylheku | 2012-08-29 | 6 | -1/+51 |
* | * eval.c (eval_init): Registered open-command and open-process | Kaz Kylheku | 2012-05-18 | 5 | -9/+25 |
* | * stream.c (open_pipev): Bugfix: program name is included | Kaz Kylheku | 2012-05-18 | 2 | -2/+7 |
* | Implement open_pipev in terms of popen for Windows which | Kaz Kylheku | 2012-05-18 | 2 | -1/+79 |
* | * configure: New test added for fork, pipe, exec and waitpid. | Kaz Kylheku | 2012-05-18 | 2 | -0/+36 |
* | * match.c (complex_open): Likewise. | Kaz Kylheku | 2012-05-18 | 3 | -2/+6 |
* | * utf8.c (w_fopen, w_popen): Removing unnecessary casts of | Kaz Kylheku | 2012-05-18 | 2 | -4/+9 |
* | Implementing new pipe function to get around the limitation | Kaz Kylheku | 2012-05-18 | 5 | -3/+128 |
* | * match.c (v_collect): Implemented semantics for repeat symbol. | Kaz Kylheku | 2012-05-17 | 4 | -12/+59 |
* | * configure: Do not capture the stderr of GNU Make in the | Kaz Kylheku | 2012-05-17 | 3 | -2/+48 |
* | * eval.c (range_v_func, range_v_star_func): Restore the order of | Kaz Kylheku | 2012-04-24 | 2 | -2/+13 |
* | * arith.c (plus): Fixed broken (+ fixnum char) case. | Kaz Kylheku | 2012-04-24 | 2 | -2/+6 |
* | Fixes for configuring and building in a separate directory. | Kaz Kylheku | 2012-04-20 | 3 | -10/+21 |
* | Version 65txr-65 | Kaz Kylheku | 2012-04-20 | 5 | -4/+61 |
* | * regex.c (regex_space_chars): Variable removed. | Kaz Kylheku | 2012-04-20 | 2 | -22/+26 |
* | * parser.y (regtoken): New nonterminal symbol. | Kaz Kylheku | 2012-04-20 | 4 | -37/+68 |
* | * txr.1: Documented new regex tokens. | Kaz Kylheku | 2012-04-19 | 2 | -1/+17 |
* | First cut at implementing \s, \d, \w, \S, \D and \W regex tokens. | Kaz Kylheku | 2012-04-19 | 6 | -9/+188 |
* | * eval.c (eval_init): New intrinsic functions remq*, remql*, | Kaz Kylheku | 2012-04-15 | 5 | -1/+111 |
* | * eval.c (eval_init): find-if intrinsic registered. | Kaz Kylheku | 2012-04-14 | 5 | -6/+42 |
* | * HACKING: Added notes on generational garbage collection. | Kaz Kylheku | 2012-04-14 | 2 | -0/+114 |
* | * eval.c (eval_init): New functions remove-if and keep-if. | Kaz Kylheku | 2012-04-14 | 5 | -0/+99 |
* | * configure: Restructuring configure script to be able to detect | Kaz Kylheku | 2012-04-13 | 2 | -51/+76 |
* | Bugfix: multiple uses of @(next :args) seeing junk "args" string | Kaz Kylheku | 2012-04-13 | 2 | -18/+34 |
* | Improve the regex Lisp syntax by allowing strings to specify | Kaz Kylheku | 2012-04-12 | 2 | -4/+24 |
* | * txr.1: Fixed wrong comment in example. | Kaz Kylheku | 2012-04-11 | 1 | -1/+1 |