| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Version 68.txr-68 | Kaz Kylheku | 2013-10-07 | 5 | -4/+44 |
* | Improving behavior of op and fixing a bug. | Kaz Kylheku | 2013-10-06 | 4 | -23/+96 |
* | New feature: :vars argument in repeat and rep directives in an output | Kaz Kylheku | 2013-10-06 | 3 | -9/+62 |
* | * filter.c, utf8.c: Tabs changed to spaces. For some reason, filter.c | Kaz Kylheku | 2013-08-09 | 3 | -102/+107 |
* | Fix dates.txr-67 | Kaz Kylheku | 2013-07-13 | 2 | -2/+2 |
* | Version 67 | Kaz Kylheku | 2013-07-13 | 3 | -3/+25 |
* | * parser.l: Diagnose unrecognized escape sequences in string | Kaz Kylheku | 2013-07-13 | 2 | -1/+16 |
* | * txr.1: Fix slipup, where call is referred to as funcall. | Kaz Kylheku | 2013-07-12 | 2 | -1/+5 |
* | Version 67 | Kaz Kylheku | 2013-07-12 | 7 | -6/+61 |
* | * txr.vim: Bringing up to date. | Kaz Kylheku | 2013-07-12 | 2 | -6/+20 |
* | * match.c (require_s): New variable. | Kaz Kylheku | 2013-06-11 | 4 | -4/+55 |
* | * eval.c (eval_init): tok-str acquires new parameter | Kaz Kylheku | 2013-06-11 | 5 | -5/+28 |
* | * eval.c (eval_init): lazy-str's third argument is optional. | Kaz Kylheku | 2013-06-11 | 4 | -32/+258 |
* | ChangeLog fixup after rebase: move entry out of chronological | Kaz Kylheku | 2013-05-22 | 1 | -9/+8 |
* | * eval.c (eval_init): lazy string related functions become intrinsics. | Kaz Kylheku | 2013-05-22 | 4 | -1/+60 |
* | * eval.c (eval_init): Register tok_str as intrinsic. | Kaz Kylheku | 2013-05-20 | 5 | -0/+59 |
* | * txr.1: Corrected wrong function name in documentation | Kaz Kylheku | 2013-05-20 | 2 | -2/+7 |
* | * txr.1: Misleading documentation updated for split-str, which | Kaz Kylheku | 2013-05-20 | 2 | -8/+24 |
* | Fix date. | Kaz Kylheku | 2013-05-16 | 1 | -1/+1 |
* | Version 66.txr-66 | Kaz Kylheku | 2013-05-16 | 5 | -5/+17 |
* | * eval.c (eval_init): New intrinsics, time-string-local and | Kaz Kylheku | 2013-05-15 | 6 | -5/+88 |
* | * match.c (match_fun): Support debug stop on the function | Kaz Kylheku | 2013-05-15 | 3 | -4/+50 |
* | * 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 | 2 | -0/+67 |
* | * eval.c (eval_init): State argument in random-fixnum should be | Kaz Kylheku | 2013-05-14 | 3 | -2/+109 |
* | * RELNOTES: Updated in preparation for release. | Kaz Kylheku | 2013-05-14 | 6 | -4/+330 |
* | * eval.c (eval_init): New instrinsic function iffi registered. | Kaz Kylheku | 2013-01-11 | 5 | -4/+37 |
* | * 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 |