summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Version 69.txr-69Kaz Kylheku2013-10-231-1/+13
* * txr.1: Fixed documentation bug. expt with three or moreKaz Kylheku2013-10-211-0/+5
* Task #11433. Implement continuation of multipleKaz Kylheku2013-10-111-0/+17
* * txr.1: Fix reversed arguments in documentation for time-string-localKaz Kylheku2013-10-111-0/+5
* Version 68.txr-68Kaz Kylheku2013-10-071-0/+12
* Improving behavior of op and fixing a bug.Kaz Kylheku2013-10-061-0/+23
* New feature: :vars argument in repeat and rep directives in an outputKaz Kylheku2013-10-061-0/+13
* * filter.c, utf8.c: Tabs changed to spaces. For some reason, filter.cKaz Kylheku2013-08-091-0/+5
* Version 67Kaz Kylheku2013-07-131-2/+9
* * parser.l: Diagnose unrecognized escape sequences in stringKaz Kylheku2013-07-131-0/+7
* * txr.1: Fix slipup, where call is referred to as funcall.Kaz Kylheku2013-07-121-0/+4
* Version 67Kaz Kylheku2013-07-121-1/+17
* * txr.vim: Bringing up to date.Kaz Kylheku2013-07-121-0/+4
* * match.c (require_s): New variable.Kaz Kylheku2013-06-111-0/+15
* * eval.c (eval_init): tok-str acquires new parameterKaz Kylheku2013-06-111-0/+10
* * eval.c (eval_init): lazy-str's third argument is optional.Kaz Kylheku2013-06-111-0/+20
* ChangeLog fixup after rebase: move entry out of chronologicalKaz Kylheku2013-05-221-9/+8
* * eval.c (eval_init): lazy string related functions become intrinsics.Kaz Kylheku2013-05-221-0/+9
* * eval.c (eval_init): Register tok_str as intrinsic.Kaz Kylheku2013-05-201-0/+10
* * txr.1: Corrected wrong function name in documentationKaz Kylheku2013-05-201-0/+5
* * txr.1: Misleading documentation updated for split-str, whichKaz Kylheku2013-05-201-0/+6
* Version 66.txr-66Kaz Kylheku2013-05-161-0/+12
* * eval.c (eval_init): New intrinsics, time-string-local andKaz Kylheku2013-05-151-0/+14
* * match.c (match_fun): Support debug stop on the functionKaz Kylheku2013-05-151-0/+8
* * txr.1: Documented time and url encoding/decoding functions.Kaz Kylheku2013-05-141-0/+4
* * eval.c (eval_init): State argument in random-fixnum should beKaz Kylheku2013-05-141-0/+7
* * RELNOTES: Updated in preparation for release.Kaz Kylheku2013-05-141-0/+15
* * eval.c (eval_init): New instrinsic function iffi registered.Kaz Kylheku2013-01-111-0/+12
* * debug.c (help): Help text updated.Kaz Kylheku2013-01-101-0/+6
* * lib.c (int_str): Fix gaping bug introduced by previous commit,Kaz Kylheku2012-10-311-0/+6
* Merge branch 'master' of ssh://kylheku.com/git/txrKaz Kylheku2012-10-311-0/+14
|\
| * * lib.c (string_lt): Bugfix: wcscmp returns some value less than zero,Kaz Kylheku2012-10-301-0/+5
| * Forgotten ChangeLog commit.Kaz Kylheku2012-10-301-0/+9
* | * arith.c (bignum_from_long): New function.Kaz Kylheku2012-10-011-0/+11
|/
* * eval.c: Allow the test form of a for loop to be omitted,Kaz Kylheku2012-09-251-0/+8
* Spelling dammit.Kaz Kylheku2012-09-251-1/+1
* * RELNOTES: Correct incorrect 2011 yeras on all 2012 dates.Kaz Kylheku2012-09-251-0/+5
* * eval.c (apply): Fix in error message: hard coded "apply" insteadKaz Kylheku2012-09-241-0/+5
* Bugfix: internal funcall functions not handling functionsKaz Kylheku2012-09-241-0/+10
* * arith.c (logand): Fix incorrect return value.Kaz Kylheku2012-09-241-0/+4
* * arith.c (logtest): New function.Kaz Kylheku2012-09-181-0/+25
* * stream.c (vformat): Slight change in ~s directive. For a floatingKaz Kylheku2012-09-171-0/+10
* * arith.c (comp_trunc, logcomp): logcomp renamed to lognot,Kaz Kylheku2012-09-171-0/+9
* * arith.c (highest_significant_bit): New static function.Kaz Kylheku2012-09-171-0/+32
* * mpi-patches/add-bitops: Bugfixes: mp_2comp is extended to properlyKaz Kylheku2012-09-161-0/+9
* * arith.c (logand, logior, logxor): Bugfix: result needs to beKaz Kylheku2012-09-161-0/+15
* Adding complementing function.Kaz Kylheku2012-09-161-0/+12
* Starting work on adding bit operations. The semantics is thatKaz Kylheku2012-09-161-0/+15
* * stream.c (vformat): Fix bug in ~x format directive for printingKaz Kylheku2012-09-161-0/+9
* * parser.l: Implemented hexadecimal integer constants.Kaz Kylheku2012-09-161-0/+8