summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * mpi-patches/add-bitops: Bugfixes: mp_2comp is extended to properlyKaz Kylheku2012-09-162-13/+26
* * arith.c (logand, logior, logxor): Bugfix: result needs to beKaz Kylheku2012-09-165-10/+111
* Adding complementing function.Kaz Kylheku2012-09-165-7/+85
* Starting work on adding bit operations. The semantics is thatKaz Kylheku2012-09-166-0/+418
* * stream.c (vformat): Fix bug in ~x format directive for printingKaz Kylheku2012-09-162-14/+17
* * parser.l: Implemented hexadecimal integer constants.Kaz Kylheku2012-09-163-5/+44
* * eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash,Kaz Kylheku2012-09-126-3/+209
* Vector functions documented.Kaz Kylheku2012-09-111-1/+170
* * configure: Added test for <sys/stat.h>Kaz Kylheku2012-09-116-0/+132
* * eval.c (eval_init): new instrinsic function /= registered.Kaz Kylheku2012-09-115-0/+39
* Clarify when bug was introduced.Kaz Kylheku2012-09-111-1/+2
* * match.c (v_collect): Bug in processing of @(last) directive.Kaz Kylheku2012-09-102-1/+9
* * txr.1: Documented string library.Kaz Kylheku2012-09-062-1/+375