summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * Makefile (retest): New phony target for convenience.Kaz Kylheku2015-01-111-0/+4
* * lib.c (make_like): Bugfix. (make-like nil "abc")Kaz Kylheku2015-01-111-0/+11
* * eval.c (merge_wrap): Make generic over sequences.Kaz Kylheku2015-01-111-0/+6
* * match.c (h_trailer): Bugfix: not returning new variableKaz Kylheku2015-01-051-0/+5
* * Makefile (rebuild, clean, repatch): Fail these targets ifKaz Kylheku2015-01-011-0/+17
* * lib.c (replace_str, replace_vec): Bugfix. The replacement itemKaz Kylheku2014-12-311-0/+7
* * txr.1: Fix error. (set [seq index-list] new) corresponds toKaz Kylheku2014-12-311-0/+5
* * lib.c (simple_lazy_stream_func): Bugfix: close the streamKaz Kylheku2014-12-251-0/+11
* * stream.c (stream_init): Register make_catenated_stream inKaz Kylheku2014-12-251-0/+9
* * eval.c (ap_s, ret_s, aret_s): New symbol variables.Kaz Kylheku2014-12-231-0/+13
* * eval.c (eval_init): Registered intrinsic function unique.Kaz Kylheku2014-12-231-0/+13
* * lib.c (func_n1ov, func_n2ov, func_n3ov): New functions.Kaz Kylheku2014-12-231-0/+6
* * lib.c (func_n0o): Useless, unused function removed.Kaz Kylheku2014-12-231-0/+6
* Syntax highlighting issue: keywords in braced variable syntaxKaz Kylheku2014-12-181-0/+11
* * lib.c (copy): Support copying random state objectsKaz Kylheku2014-12-181-0/+7
* * rand.c (rand32): Bugfix: if the seed object is a randomKaz Kylheku2014-12-171-0/+10
* * rand.c (struct rand_state): Change cur member to unsigned.Kaz Kylheku2014-12-171-0/+5
* * rand.c (rstate): New inline function.Kaz Kylheku2014-12-161-0/+6
* Factor out some compiling commands into macros.Kaz Kylheku2014-12-131-0/+9
* Build bugfix: if a config.h header exists in $(top_srcdir),Kaz Kylheku2014-12-121-0/+33
* * configure (have_git): New variable and configure test for git.Kaz Kylheku2014-12-111-0/+7
* Throwing away old dependency system.Kaz Kylheku2014-12-101-6/+24
* * Makefile (ABBREV): Rewrite to take advantage of DEP_Kaz Kylheku2014-12-101-0/+14
* * Makefile (install-tests): Do not use option -c ofKaz Kylheku2014-12-091-0/+7
* Test output goes to tst/ now.Kaz Kylheku2014-12-091-0/+27
* * Makefile (($TESTS_OUT)): Do not depend on $(PROG).Kaz Kylheku2014-12-091-0/+8
* * Makefile (all): Mark as phony target.Kaz Kylheku2014-12-091-0/+4
* Condensed make output.Kaz Kylheku2014-12-091-0/+18
* Debug builds optional with --debug-also config option.Kaz Kylheku2014-12-071-0/+11
* * arith.c (tofloat, toint): Handle characters.Kaz Kylheku2014-12-051-0/+7
* * eval.c (eval_init): Register in function as intrinsic.Kaz Kylheku2014-12-051-0/+12
* * lib.c (set_diff): Bugfix: use member rather than find,Kaz Kylheku2014-12-051-0/+5
* * Makefile (INSTALL): Bugfix: touch -r $(2) does not workKaz Kylheku2014-12-051-0/+7
* * Makefile (TESTS_TMP): New variable.Kaz Kylheku2014-12-051-0/+11
* * Makefile (SRCS): Compute from top_srcdir, so we don't get a warningKaz Kylheku2014-12-051-0/+5
* * configure: Bugfix: the "share" directory has to beKaz Kylheku2014-12-051-0/+6
* TXR now builds optimized and debug at the same time.Kaz Kylheku2014-12-041-0/+25
* * Makefile (clean): add tests.clean as prerequisite.Kaz Kylheku2014-12-041-0/+6
* * Makefile (tests/009/json.out): Use eager assignmentKaz Kylheku2014-12-041-0/+5
* * Makefile (TXR): New variable. We use this to run txrKaz Kylheku2014-12-041-0/+24
* * Makefile: Adding empty .SUFFIXES: to disable built-in suffixes.Kaz Kylheku2014-12-041-0/+6
* * eval.c (eval_init): Register lequal and gequal.Kaz Kylheku2014-11-271-0/+12
* * eval.c (eval_init): Register less and greater toKaz Kylheku2014-11-271-0/+11
* * eval.c (eval_init): Register sort-group.Kaz Kylheku2014-11-211-0/+10
* * lib.c (partition_star_func): Bugfix: doing rplaca(env, seq)Kaz Kylheku2014-11-211-0/+7
* * lib.c (partition_by_func): Rename one local variable for clarity.Kaz Kylheku2014-11-211-0/+6
* * arith.c (wrap_star, wrap): New functions.Kaz Kylheku2014-11-201-0/+10
* * arith.c (succ, ssucc, sssucc, pred, ppred, pppred): New functions.Kaz Kylheku2014-11-201-0/+10
* * lib.c (where): Argument order reversed, with compat support.Kaz Kylheku2014-11-201-0/+8
* * lib.c (sel): Accept a function in place of the index list.Kaz Kylheku2014-11-201-0/+6