| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c (call_f): new global variable. | Kaz Kylheku | 2015-01-25 | 1 | -0/+10 |
* | * eval.c (eval_init): Register dupl and swap_12_21 as | Kaz Kylheku | 2015-01-25 | 1 | -0/+12 |
* | * eval.c (callf): New static function. | Kaz Kylheku | 2015-01-24 | 1 | -0/+7 |
* | Basic implementation of constantp. Does not | Kaz Kylheku | 2015-01-21 | 1 | -0/+12 |
* | * stream.c (get_string): New argument, close_after_p. | Kaz Kylheku | 2015-01-21 | 1 | -0/+12 |
* | * txr.1: Minor fix in split-str-set documentation. | Kaz Kylheku | 2015-01-21 | 1 | -0/+4 |
* | Allow macros to tell what symbols have lexical function | Kaz Kylheku | 2015-01-21 | 1 | -0/+12 |
* | Version 102.txr-102 | Kaz Kylheku | 2015-01-13 | 1 | -0/+12 |
* | * arith.c (zerop): Handle character arguments. | Kaz Kylheku | 2015-01-12 | 1 | -0/+12 |
* | Fix for LLVM wchar_t literals not being four byte | Kaz Kylheku | 2015-01-12 | 1 | -0/+18 |
* | * signal.h (sig_save_enable, sig_save_disable): | Kaz Kylheku | 2015-01-12 | 1 | -0/+9 |
* | * glob.c: New file. | Kaz Kylheku | 2015-01-11 | 1 | -0/+21 |
* | * Makefile (retest): New phony target for convenience. | Kaz Kylheku | 2015-01-11 | 1 | -0/+4 |
* | * lib.c (make_like): Bugfix. (make-like nil "abc") | Kaz Kylheku | 2015-01-11 | 1 | -0/+11 |
* | * eval.c (merge_wrap): Make generic over sequences. | Kaz Kylheku | 2015-01-11 | 1 | -0/+6 |
* | * match.c (h_trailer): Bugfix: not returning new variable | Kaz Kylheku | 2015-01-05 | 1 | -0/+5 |
* | * Makefile (rebuild, clean, repatch): Fail these targets if | Kaz Kylheku | 2015-01-01 | 1 | -0/+17 |
* | * lib.c (replace_str, replace_vec): Bugfix. The replacement item | Kaz Kylheku | 2014-12-31 | 1 | -0/+7 |
* | * txr.1: Fix error. (set [seq index-list] new) corresponds to | Kaz Kylheku | 2014-12-31 | 1 | -0/+5 |
* | * lib.c (simple_lazy_stream_func): Bugfix: close the stream | Kaz Kylheku | 2014-12-25 | 1 | -0/+11 |
* | * stream.c (stream_init): Register make_catenated_stream in | Kaz Kylheku | 2014-12-25 | 1 | -0/+9 |
* | * eval.c (ap_s, ret_s, aret_s): New symbol variables. | Kaz Kylheku | 2014-12-23 | 1 | -0/+13 |
* | * eval.c (eval_init): Registered intrinsic function unique. | Kaz Kylheku | 2014-12-23 | 1 | -0/+13 |
* | * lib.c (func_n1ov, func_n2ov, func_n3ov): New functions. | Kaz Kylheku | 2014-12-23 | 1 | -0/+6 |
* | * lib.c (func_n0o): Useless, unused function removed. | Kaz Kylheku | 2014-12-23 | 1 | -0/+6 |
* | Syntax highlighting issue: keywords in braced variable syntax | Kaz Kylheku | 2014-12-18 | 1 | -0/+11 |
* | * lib.c (copy): Support copying random state objects | Kaz Kylheku | 2014-12-18 | 1 | -0/+7 |
* | * rand.c (rand32): Bugfix: if the seed object is a random | Kaz Kylheku | 2014-12-17 | 1 | -0/+10 |
* | * rand.c (struct rand_state): Change cur member to unsigned. | Kaz Kylheku | 2014-12-17 | 1 | -0/+5 |
* | * rand.c (rstate): New inline function. | Kaz Kylheku | 2014-12-16 | 1 | -0/+6 |
* | Factor out some compiling commands into macros. | Kaz Kylheku | 2014-12-13 | 1 | -0/+9 |
* | Build bugfix: if a config.h header exists in $(top_srcdir), | Kaz Kylheku | 2014-12-12 | 1 | -0/+33 |
* | * configure (have_git): New variable and configure test for git. | Kaz Kylheku | 2014-12-11 | 1 | -0/+7 |
* | Throwing away old dependency system. | Kaz Kylheku | 2014-12-10 | 1 | -6/+24 |
* | * Makefile (ABBREV): Rewrite to take advantage of DEP_ | Kaz Kylheku | 2014-12-10 | 1 | -0/+14 |
* | * Makefile (install-tests): Do not use option -c of | Kaz Kylheku | 2014-12-09 | 1 | -0/+7 |
* | Test output goes to tst/ now. | Kaz Kylheku | 2014-12-09 | 1 | -0/+27 |
* | * Makefile (($TESTS_OUT)): Do not depend on $(PROG). | Kaz Kylheku | 2014-12-09 | 1 | -0/+8 |
* | * Makefile (all): Mark as phony target. | Kaz Kylheku | 2014-12-09 | 1 | -0/+4 |
* | Condensed make output. | Kaz Kylheku | 2014-12-09 | 1 | -0/+18 |
* | Debug builds optional with --debug-also config option. | Kaz Kylheku | 2014-12-07 | 1 | -0/+11 |
* | * arith.c (tofloat, toint): Handle characters. | Kaz Kylheku | 2014-12-05 | 1 | -0/+7 |
* | * eval.c (eval_init): Register in function as intrinsic. | Kaz Kylheku | 2014-12-05 | 1 | -0/+12 |
* | * lib.c (set_diff): Bugfix: use member rather than find, | Kaz Kylheku | 2014-12-05 | 1 | -0/+5 |
* | * Makefile (INSTALL): Bugfix: touch -r $(2) does not work | Kaz Kylheku | 2014-12-05 | 1 | -0/+7 |
* | * Makefile (TESTS_TMP): New variable. | Kaz Kylheku | 2014-12-05 | 1 | -0/+11 |
* | * Makefile (SRCS): Compute from top_srcdir, so we don't get a warning | Kaz Kylheku | 2014-12-05 | 1 | -0/+5 |
* | * configure: Bugfix: the "share" directory has to be | Kaz Kylheku | 2014-12-05 | 1 | -0/+6 |
* | TXR now builds optimized and debug at the same time. | Kaz Kylheku | 2014-12-04 | 1 | -0/+25 |
* | * Makefile (clean): add tests.clean as prerequisite. | Kaz Kylheku | 2014-12-04 | 1 | -0/+6 |