| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * debug.c (help): Help text updated. | Kaz Kylheku | 2013-01-10 | 2 | -2/+8 |
* | * lib.c (int_str): Fix gaping bug introduced by previous commit, | Kaz Kylheku | 2012-10-31 | 2 | -0/+9 |
* | Merge branch 'master' of ssh://kylheku.com/git/txr | Kaz Kylheku | 2012-10-31 | 4 | -9/+22 |
|\ |
|
| * | * lib.c (string_lt): Bugfix: wcscmp returns some value less than zero, | Kaz Kylheku | 2012-10-30 | 2 | -2/+6 |
| * | Forgotten ChangeLog commit. | Kaz Kylheku | 2012-10-30 | 1 | -0/+9 |
| * | * mpi-patches/config-types: Include the header as "config.h" | Kaz Kylheku | 2012-10-30 | 2 | -7/+7 |
* | | * arith.c (bignum_from_long): New function. | Kaz Kylheku | 2012-10-01 | 4 | -6/+34 |
|/ |
|
* | * eval.c: Allow the test form of a for loop to be omitted, | Kaz Kylheku | 2012-09-25 | 3 | -6/+17 |
* | Spelling dammit. | Kaz Kylheku | 2012-09-25 | 1 | -1/+1 |
* | * RELNOTES: Correct incorrect 2011 yeras on all 2012 dates. | Kaz Kylheku | 2012-09-25 | 2 | -14/+19 |
* | * eval.c (apply): Fix in error message: hard coded "apply" instead | Kaz Kylheku | 2012-09-24 | 2 | -1/+6 |
* | Bugfix: internal funcall functions not handling functions | Kaz Kylheku | 2012-09-24 | 2 | -1/+123 |
* | * arith.c (logand): Fix incorrect return value. | Kaz Kylheku | 2012-09-24 | 2 | -1/+5 |
* | * arith.c (logtest): New function. | Kaz Kylheku | 2012-09-18 | 7 | -3/+170 |
* | Documenting bit ops. | Kaz Kylheku | 2012-09-17 | 1 | -0/+101 |
* | Bring syntax highlighting function list up to date. | Kaz Kylheku | 2012-09-17 | 1 | -5/+7 |
* | * stream.c (vformat): Slight change in ~s directive. For a floating | Kaz Kylheku | 2012-09-17 | 3 | -2/+12 |
* | * arith.c (comp_trunc, logcomp): logcomp renamed to lognot, | Kaz Kylheku | 2012-09-17 | 4 | -8/+17 |
* | * arith.c (highest_significant_bit): New static function. | Kaz Kylheku | 2012-09-17 | 5 | -11/+262 |
* | * mpi-patches/add-bitops: Bugfixes: mp_2comp is extended to properly | Kaz Kylheku | 2012-09-16 | 2 | -13/+26 |
* | * arith.c (logand, logior, logxor): Bugfix: result needs to be | Kaz Kylheku | 2012-09-16 | 5 | -10/+111 |
* | Adding complementing function. | Kaz Kylheku | 2012-09-16 | 5 | -7/+85 |
* | Starting work on adding bit operations. The semantics is that | Kaz Kylheku | 2012-09-16 | 6 | -0/+418 |
* | * 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 |