| Commit message (Expand) | Author | Age | Files | Lines |
* | * stream.c (vformat): Slight change in ~s directive. For a floating | Kaz Kylheku | 2012-09-17 | 1 | -0/+10 |
* | * arith.c (comp_trunc, logcomp): logcomp renamed to lognot, | Kaz Kylheku | 2012-09-17 | 1 | -0/+9 |
* | * arith.c (highest_significant_bit): New static function. | Kaz Kylheku | 2012-09-17 | 1 | -0/+32 |
* | * mpi-patches/add-bitops: Bugfixes: mp_2comp is extended to properly | Kaz Kylheku | 2012-09-16 | 1 | -0/+9 |
* | * arith.c (logand, logior, logxor): Bugfix: result needs to be | Kaz Kylheku | 2012-09-16 | 1 | -0/+15 |
* | Adding complementing function. | Kaz Kylheku | 2012-09-16 | 1 | -0/+12 |
* | Starting work on adding bit operations. The semantics is that | Kaz Kylheku | 2012-09-16 | 1 | -0/+15 |
* | * stream.c (vformat): Fix bug in ~x format directive for printing | Kaz Kylheku | 2012-09-16 | 1 | -0/+9 |
* | * parser.l: Implemented hexadecimal integer constants. | Kaz Kylheku | 2012-09-16 | 1 | -0/+8 |
* | * eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash, | Kaz Kylheku | 2012-09-12 | 1 | -0/+15 |
* | * configure: Added test for <sys/stat.h> | Kaz Kylheku | 2012-09-11 | 1 | -0/+17 |
* | * eval.c (eval_init): new instrinsic function /= registered. | Kaz Kylheku | 2012-09-11 | 1 | -0/+10 |
* | 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 | 1 | -0/+7 |
* | * txr.1: Documented string library. | Kaz Kylheku | 2012-09-06 | 1 | -0/+4 |
* | * eval.c (eval_init): Follow function renames. | Kaz Kylheku | 2012-09-02 | 1 | -0/+30 |
* | * txr.1: Lots of new documentation. Major rearrangement of document, | Kaz Kylheku | 2012-09-01 | 1 | -0/+5 |
* | * eval.c (symbol_function): Bugfix: return the function rather than | Kaz Kylheku | 2012-09-01 | 1 | -0/+5 |
* | * txr.1: Minor corrections, and documented most stream functions, | Kaz Kylheku | 2012-09-01 | 1 | -0/+5 |
* | * txr.1: Documented print, pprint, tostring and tostringp. | Kaz Kylheku | 2012-09-01 | 1 | -0/+4 |
* | * stream.c (vformat): Bugfix: under the ~a and ~s directives, | Kaz Kylheku | 2012-08-31 | 1 | -0/+8 |
* | * eval.c (expand): Bugfix: failure to handle regular | Kaz Kylheku | 2012-08-31 | 1 | -0/+6 |
* | * txr.1: Documented chain, andf, orf and iff. | Kaz Kylheku | 2012-08-30 | 1 | -0/+4 |
* | * eval.c (eval_intrinsic): Bugfix: take the expanded form instead | Kaz Kylheku | 2012-08-30 | 1 | -0/+8 |
* | * txr.1: Documented all functions related to hashing. | Kaz Kylheku | 2012-08-30 | 1 | -0/+4 |
* | * lib.c (multi_sort_less): Fixing semantics of return value. Individual | Kaz Kylheku | 2012-08-29 | 1 | -0/+5 |
* | * lib.c (multi_sort_less): Change the semantics so that when the | Kaz Kylheku | 2012-08-29 | 1 | -0/+6 |
* | * eval.c (mapcarv): Changed to external linkage. | Kaz Kylheku | 2012-08-29 | 1 | -0/+14 |
* | * eval.c (eval_init): Registered open-command and open-process | Kaz Kylheku | 2012-05-18 | 1 | -0/+13 |
* | * stream.c (open_pipev): Bugfix: program name is included | Kaz Kylheku | 2012-05-18 | 1 | -0/+5 |
* | Implement open_pipev in terms of popen for Windows which | Kaz Kylheku | 2012-05-18 | 1 | -0/+14 |
* | * configure: New test added for fork, pipe, exec and waitpid. | Kaz Kylheku | 2012-05-18 | 1 | -0/+5 |
* | * match.c (complex_open): Likewise. | Kaz Kylheku | 2012-05-18 | 1 | -0/+4 |
* | * utf8.c (w_fopen, w_popen): Removing unnecessary casts of | Kaz Kylheku | 2012-05-18 | 1 | -0/+5 |
* | Implementing new pipe function to get around the limitation | Kaz Kylheku | 2012-05-18 | 1 | -0/+24 |
* | * match.c (v_collect): Implemented semantics for repeat symbol. | Kaz Kylheku | 2012-05-17 | 1 | -0/+17 |
* | * configure: Do not capture the stderr of GNU Make in the | Kaz Kylheku | 2012-05-17 | 1 | -0/+7 |
* | * eval.c (range_v_func, range_v_star_func): Restore the order of | Kaz Kylheku | 2012-04-24 | 1 | -0/+11 |
* | * arith.c (plus): Fixed broken (+ fixnum char) case. | Kaz Kylheku | 2012-04-24 | 1 | -0/+4 |
* | Fixes for configuring and building in a separate directory. | Kaz Kylheku | 2012-04-20 | 1 | -0/+12 |
* | Version 65txr-65 | Kaz Kylheku | 2012-04-20 | 1 | -0/+12 |
* | * regex.c (regex_space_chars): Variable removed. | Kaz Kylheku | 2012-04-20 | 1 | -0/+10 |
* | * parser.y (regtoken): New nonterminal symbol. | Kaz Kylheku | 2012-04-20 | 1 | -0/+17 |
* | * txr.1: Documented new regex tokens. | Kaz Kylheku | 2012-04-19 | 1 | -0/+2 |
* | First cut at implementing \s, \d, \w, \S, \D and \W regex tokens. | Kaz Kylheku | 2012-04-19 | 1 | -0/+35 |
* | * eval.c (eval_init): New intrinsic functions remq*, remql*, | Kaz Kylheku | 2012-04-15 | 1 | -0/+14 |
* | * eval.c (eval_init): find-if intrinsic registered. | Kaz Kylheku | 2012-04-14 | 1 | -0/+13 |
* | * HACKING: Added notes on generational garbage collection. | Kaz Kylheku | 2012-04-14 | 1 | -0/+4 |
* | * eval.c (eval_init): New functions remove-if and keep-if. | Kaz Kylheku | 2012-04-14 | 1 | -0/+10 |
* | * configure: Restructuring configure script to be able to detect | Kaz Kylheku | 2012-04-13 | 1 | -0/+11 |