summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 101.txr-101Kaz Kylheku2015-01-014-5/+96
* * Makefile (rebuild, clean, repatch): Fail these targets ifKaz Kylheku2015-01-012-4/+30
* * lib.c (replace_str, replace_vec): Bugfix. The replacement itemKaz Kylheku2014-12-312-87/+98
* * txr.1: Fix error. (set [seq index-list] new) corresponds toKaz Kylheku2014-12-312-3/+13
* * lib.c (simple_lazy_stream_func): Bugfix: close the streamKaz Kylheku2014-12-254-10/+28
* * stream.c (stream_init): Register make_catenated_stream inKaz Kylheku2014-12-255-297/+313
* * txr.1: Small fix under get-lines.Kaz Kylheku2014-12-251-1/+1
* * eval.c (ap_s, ret_s, aret_s): New symbol variables.Kaz Kylheku2014-12-235-311/+372
* * eval.c (eval_init): Registered intrinsic function unique.Kaz Kylheku2014-12-237-18/+109
* * lib.c (func_n1ov, func_n2ov, func_n3ov): New functions.Kaz Kylheku2014-12-233-0/+30
* * lib.c (func_n0o): Useless, unused function removed.Kaz Kylheku2014-12-233-8/+6
* Syntax highlighting issue: keywords in braced variable syntaxKaz Kylheku2014-12-184-2/+16
* * lib.c (copy): Support copying random state objectsKaz Kylheku2014-12-183-12/+28
* * rand.c (rand32): Bugfix: if the seed object is a randomKaz Kylheku2014-12-173-6/+27
* * rand.c (struct rand_state): Change cur member to unsigned.Kaz Kylheku2014-12-172-1/+6
* * rand.c (rstate): New inline function.Kaz Kylheku2014-12-162-8/+17
* Factor out some compiling commands into macros.Kaz Kylheku2014-12-132-16/+33
* Build bugfix: if a config.h header exists in $(top_srcdir),Kaz Kylheku2014-12-123-88/+152
* * configure: typo in message.Kaz Kylheku2014-12-111-1/+1
* * configure (have_git): New variable and configure test for git.Kaz Kylheku2014-12-113-0/+29
* Throwing away old dependency system.Kaz Kylheku2014-12-104-129/+47
* * Makefile (ABBREV): Rewrite to take advantage of DEP_Kaz Kylheku2014-12-104-52/+112
* * Makefile (install-tests): Do not use option -c ofKaz Kylheku2014-12-092-2/+9
* Test output goes to tst/ now.Kaz Kylheku2014-12-093-41/+69
* * Makefile (($TESTS_OUT)): Do not depend on $(PROG).Kaz Kylheku2014-12-092-3/+9
* * Makefile (all): Mark as phony target.Kaz Kylheku2014-12-092-0/+5
* Condensed make output.Kaz Kylheku2014-12-092-48/+83
* Debug builds optional with --debug-also config option.Kaz Kylheku2014-12-073-2/+26
* * arith.c (tofloat, toint): Handle characters.Kaz Kylheku2014-12-053-1/+36
* * eval.c (eval_init): Register in function as intrinsic.Kaz Kylheku2014-12-057-212/+351
* * lib.c (set_diff): Bugfix: use member rather than find,Kaz Kylheku2014-12-052-1/+6
* * Makefile (INSTALL): Bugfix: touch -r $(2) does not workKaz Kylheku2014-12-052-2/+9
* * Makefile (TESTS_TMP): New variable.Kaz Kylheku2014-12-052-8/+18
* * Makefile (SRCS): Compute from top_srcdir, so we don't get a warningKaz Kylheku2014-12-052-2/+10
* * configure: Bugfix: the "share" directory has to beKaz Kylheku2014-12-052-0/+8
* TXR now builds optimized and debug at the same time.Kaz Kylheku2014-12-044-38/+107
* * Makefile (clean): add tests.clean as prerequisite.Kaz Kylheku2014-12-042-4/+16
* * Makefile (tests/009/json.out): Use eager assignmentKaz Kylheku2014-12-042-1/+6
* * Makefile (TXR): New variable. We use this to run txrKaz Kylheku2014-12-042-27/+60
* * Makefile: Adding empty .SUFFIXES: to disable built-in suffixes.Kaz Kylheku2014-12-042-0/+12
* * eval.c (eval_init): Register lequal and gequal.Kaz Kylheku2014-11-277-222/+317
* * eval.c (eval_init): Register less and greater toKaz Kylheku2014-11-275-6/+70
* * eval.c (eval_init): Register sort-group.Kaz Kylheku2014-11-215-1/+53
* * lib.c (partition_star_func): Bugfix: doing rplaca(env, seq)Kaz Kylheku2014-11-212-8/+14
* * lib.c (partition_by_func): Rename one local variable for clarity.Kaz Kylheku2014-11-212-9/+14
* * arith.c (wrap_star, wrap): New functions.Kaz Kylheku2014-11-205-0/+86
* * arith.c (succ, ssucc, sssucc, pred, ppred, pppred): New functions.Kaz Kylheku2014-11-205-0/+84
* * lib.c (where): Argument order reversed, with compat support.Kaz Kylheku2014-11-204-3/+21
* * lib.c (sel): Accept a function in place of the index list.Kaz Kylheku2014-11-203-2/+23
* * txr.1: Random fixes.Kaz Kylheku2014-11-171-3/+3