summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 69.txr-69Kaz Kylheku2013-10-235-19/+43
* * txr.1: Fixed documentation bug. expt with three or moreKaz Kylheku2013-10-212-3/+11
* Task #11433. Implement continuation of multipleKaz Kylheku2013-10-114-4/+148
* * txr.1: Fix reversed arguments in documentation for time-string-localKaz Kylheku2013-10-112-2/+7
* Version 68.txr-68Kaz Kylheku2013-10-075-4/+44
* Improving behavior of op and fixing a bug.Kaz Kylheku2013-10-064-23/+96
* New feature: :vars argument in repeat and rep directives in an outputKaz Kylheku2013-10-063-9/+62
* * filter.c, utf8.c: Tabs changed to spaces. For some reason, filter.cKaz Kylheku2013-08-093-102/+107
* Fix dates.txr-67Kaz Kylheku2013-07-132-2/+2
* Version 67Kaz Kylheku2013-07-133-3/+25
* * parser.l: Diagnose unrecognized escape sequences in stringKaz Kylheku2013-07-132-1/+16
* * txr.1: Fix slipup, where call is referred to as funcall.Kaz Kylheku2013-07-122-1/+5
* Version 67Kaz Kylheku2013-07-127-6/+61
* * txr.vim: Bringing up to date.Kaz Kylheku2013-07-122-6/+20
* * match.c (require_s): New variable.Kaz Kylheku2013-06-114-4/+55
* * eval.c (eval_init): tok-str acquires new parameterKaz Kylheku2013-06-115-5/+28
* * eval.c (eval_init): lazy-str's third argument is optional.Kaz Kylheku2013-06-114-32/+258
* 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-224-1/+60
* * eval.c (eval_init): Register tok_str as intrinsic.Kaz Kylheku2013-05-205-0/+59
* * txr.1: Corrected wrong function name in documentationKaz Kylheku2013-05-202-2/+7
* * txr.1: Misleading documentation updated for split-str, whichKaz Kylheku2013-05-202-8/+24
* Fix date.Kaz Kylheku2013-05-161-1/+1
* Version 66.txr-66Kaz Kylheku2013-05-165-5/+17
* * eval.c (eval_init): New intrinsics, time-string-local andKaz Kylheku2013-05-156-5/+88
* * match.c (match_fun): Support debug stop on the functionKaz Kylheku2013-05-153-4/+50
* * txr.1: Documented match-fun, source-loc, source-loc-strKaz Kylheku2013-05-151-0/+51
* * txr.1: Documented time and url encoding/decoding functions.Kaz Kylheku2013-05-142-0/+67
* * eval.c (eval_init): State argument in random-fixnum should beKaz Kylheku2013-05-143-2/+109
* * RELNOTES: Updated in preparation for release.Kaz Kylheku2013-05-146-4/+330
* * eval.c (eval_init): New instrinsic function iffi registered.Kaz Kylheku2013-01-115-4/+37
* * debug.c (help): Help text updated.Kaz Kylheku2013-01-102-2/+8
* * lib.c (int_str): Fix gaping bug introduced by previous commit,Kaz Kylheku2012-10-312-0/+9
* Merge branch 'master' of ssh://kylheku.com/git/txrKaz Kylheku2012-10-314-9/+22
|\
| * * lib.c (string_lt): Bugfix: wcscmp returns some value less than zero,Kaz Kylheku2012-10-302-2/+6
| * Forgotten ChangeLog commit.Kaz Kylheku2012-10-301-0/+9
| * * mpi-patches/config-types: Include the header as "config.h"Kaz Kylheku2012-10-302-7/+7
* | * arith.c (bignum_from_long): New function.Kaz Kylheku2012-10-014-6/+34
|/
* * eval.c: Allow the test form of a for loop to be omitted,Kaz Kylheku2012-09-253-6/+17
* Spelling dammit.Kaz Kylheku2012-09-251-1/+1
* * RELNOTES: Correct incorrect 2011 yeras on all 2012 dates.Kaz Kylheku2012-09-252-14/+19
* * eval.c (apply): Fix in error message: hard coded "apply" insteadKaz Kylheku2012-09-242-1/+6
* Bugfix: internal funcall functions not handling functionsKaz Kylheku2012-09-242-1/+123
* * arith.c (logand): Fix incorrect return value.Kaz Kylheku2012-09-242-1/+5
* * arith.c (logtest): New function.Kaz Kylheku2012-09-187-3/+170
* Documenting bit ops.Kaz Kylheku2012-09-171-0/+101
* Bring syntax highlighting function list up to date.Kaz Kylheku2012-09-171-5/+7
* * stream.c (vformat): Slight change in ~s directive. For a floatingKaz Kylheku2012-09-173-2/+12
* * arith.c (comp_trunc, logcomp): logcomp renamed to lognot,Kaz Kylheku2012-09-174-8/+17
* * arith.c (highest_significant_bit): New static function.Kaz Kylheku2012-09-175-11/+262