| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c (merge_wrap): Make generic over sequences. | Kaz Kylheku | 2015-01-11 | 3 | -15/+35 |
* | * match.c (h_trailer): Bugfix: not returning new variable | Kaz Kylheku | 2015-01-05 | 2 | -2/+7 |
* | * txr.1: Formatting fixes. | Kaz Kylheku | 2015-01-03 | 1 | -2/+2 |
* | Version 101.txr-101 | Kaz Kylheku | 2015-01-01 | 4 | -5/+96 |
* | * Makefile (rebuild, clean, repatch): Fail these targets if | Kaz Kylheku | 2015-01-01 | 2 | -4/+30 |
* | * lib.c (replace_str, replace_vec): Bugfix. The replacement item | Kaz Kylheku | 2014-12-31 | 2 | -87/+98 |
* | * txr.1: Fix error. (set [seq index-list] new) corresponds to | Kaz Kylheku | 2014-12-31 | 2 | -3/+13 |
* | * lib.c (simple_lazy_stream_func): Bugfix: close the stream | Kaz Kylheku | 2014-12-25 | 4 | -10/+28 |
* | * stream.c (stream_init): Register make_catenated_stream in | Kaz Kylheku | 2014-12-25 | 5 | -297/+313 |
* | * txr.1: Small fix under get-lines. | Kaz Kylheku | 2014-12-25 | 1 | -1/+1 |
* | * eval.c (ap_s, ret_s, aret_s): New symbol variables. | Kaz Kylheku | 2014-12-23 | 5 | -311/+372 |
* | * eval.c (eval_init): Registered intrinsic function unique. | Kaz Kylheku | 2014-12-23 | 7 | -18/+109 |
* | * lib.c (func_n1ov, func_n2ov, func_n3ov): New functions. | Kaz Kylheku | 2014-12-23 | 3 | -0/+30 |
* | * lib.c (func_n0o): Useless, unused function removed. | Kaz Kylheku | 2014-12-23 | 3 | -8/+6 |
* | Syntax highlighting issue: keywords in braced variable syntax | Kaz Kylheku | 2014-12-18 | 4 | -2/+16 |
* | * lib.c (copy): Support copying random state objects | Kaz Kylheku | 2014-12-18 | 3 | -12/+28 |
* | * rand.c (rand32): Bugfix: if the seed object is a random | Kaz Kylheku | 2014-12-17 | 3 | -6/+27 |
* | * rand.c (struct rand_state): Change cur member to unsigned. | Kaz Kylheku | 2014-12-17 | 2 | -1/+6 |
* | * rand.c (rstate): New inline function. | Kaz Kylheku | 2014-12-16 | 2 | -8/+17 |
* | Factor out some compiling commands into macros. | Kaz Kylheku | 2014-12-13 | 2 | -16/+33 |
* | Build bugfix: if a config.h header exists in $(top_srcdir), | Kaz Kylheku | 2014-12-12 | 3 | -88/+152 |
* | * configure: typo in message. | Kaz Kylheku | 2014-12-11 | 1 | -1/+1 |
* | * configure (have_git): New variable and configure test for git. | Kaz Kylheku | 2014-12-11 | 3 | -0/+29 |
* | Throwing away old dependency system. | Kaz Kylheku | 2014-12-10 | 4 | -129/+47 |
* | * Makefile (ABBREV): Rewrite to take advantage of DEP_ | Kaz Kylheku | 2014-12-10 | 4 | -52/+112 |
* | * Makefile (install-tests): Do not use option -c of | Kaz Kylheku | 2014-12-09 | 2 | -2/+9 |
* | Test output goes to tst/ now. | Kaz Kylheku | 2014-12-09 | 3 | -41/+69 |
* | * Makefile (($TESTS_OUT)): Do not depend on $(PROG). | Kaz Kylheku | 2014-12-09 | 2 | -3/+9 |
* | * Makefile (all): Mark as phony target. | Kaz Kylheku | 2014-12-09 | 2 | -0/+5 |
* | Condensed make output. | Kaz Kylheku | 2014-12-09 | 2 | -48/+83 |
* | Debug builds optional with --debug-also config option. | Kaz Kylheku | 2014-12-07 | 3 | -2/+26 |
* | * arith.c (tofloat, toint): Handle characters. | Kaz Kylheku | 2014-12-05 | 3 | -1/+36 |
* | * eval.c (eval_init): Register in function as intrinsic. | Kaz Kylheku | 2014-12-05 | 7 | -212/+351 |
* | * lib.c (set_diff): Bugfix: use member rather than find, | Kaz Kylheku | 2014-12-05 | 2 | -1/+6 |
* | * Makefile (INSTALL): Bugfix: touch -r $(2) does not work | Kaz Kylheku | 2014-12-05 | 2 | -2/+9 |
* | * Makefile (TESTS_TMP): New variable. | Kaz Kylheku | 2014-12-05 | 2 | -8/+18 |
* | * Makefile (SRCS): Compute from top_srcdir, so we don't get a warning | Kaz Kylheku | 2014-12-05 | 2 | -2/+10 |
* | * configure: Bugfix: the "share" directory has to be | Kaz Kylheku | 2014-12-05 | 2 | -0/+8 |
* | TXR now builds optimized and debug at the same time. | Kaz Kylheku | 2014-12-04 | 4 | -38/+107 |
* | * Makefile (clean): add tests.clean as prerequisite. | Kaz Kylheku | 2014-12-04 | 2 | -4/+16 |
* | * Makefile (tests/009/json.out): Use eager assignment | Kaz Kylheku | 2014-12-04 | 2 | -1/+6 |
* | * Makefile (TXR): New variable. We use this to run txr | Kaz Kylheku | 2014-12-04 | 2 | -27/+60 |
* | * Makefile: Adding empty .SUFFIXES: to disable built-in suffixes. | Kaz Kylheku | 2014-12-04 | 2 | -0/+12 |
* | * eval.c (eval_init): Register lequal and gequal. | Kaz Kylheku | 2014-11-27 | 7 | -222/+317 |
* | * eval.c (eval_init): Register less and greater to | Kaz Kylheku | 2014-11-27 | 5 | -6/+70 |
* | * eval.c (eval_init): Register sort-group. | Kaz Kylheku | 2014-11-21 | 5 | -1/+53 |
* | * lib.c (partition_star_func): Bugfix: doing rplaca(env, seq) | Kaz Kylheku | 2014-11-21 | 2 | -8/+14 |
* | * lib.c (partition_by_func): Rename one local variable for clarity. | Kaz Kylheku | 2014-11-21 | 2 | -9/+14 |
* | * arith.c (wrap_star, wrap): New functions. | Kaz Kylheku | 2014-11-20 | 5 | -0/+86 |
* | * arith.c (succ, ssucc, sssucc, pred, ppred, pppred): New functions. | Kaz Kylheku | 2014-11-20 | 5 | -0/+84 |