summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib.c (make_like): Fix regression introduced in 102.Kaz Kylheku2015-01-272-1/+7
* * arith.c (width): New function.Kaz Kylheku2015-01-275-0/+80
* * eval.c (call_f): new global variable.Kaz Kylheku2015-01-253-2/+74
* * eval.c (eval_init): Register dupl and swap_12_21 asKaz Kylheku2015-01-255-0/+56
* * eval.c (callf): New static function.Kaz Kylheku2015-01-243-0/+47
* * txr.1: Grammar.Kaz Kylheku2015-01-241-1/+1
* Basic implementation of constantp. Does notKaz Kylheku2015-01-215-284/+370
* * stream.c (get_string): New argument, close_after_p.Kaz Kylheku2015-01-214-4/+33
* * txr.1: Minor fix in split-str-set documentation.Kaz Kylheku2015-01-212-1/+5
* Allow macros to tell what symbols have lexical functionKaz Kylheku2015-01-215-192/+305
* Version 102.txr-102Kaz Kylheku2015-01-137-230/+285
* * arith.c (zerop): Handle character arguments.Kaz Kylheku2015-01-125-1/+76
* Fix for LLVM wchar_t literals not being four byteKaz Kylheku2015-01-124-46/+60
* * signal.h (sig_save_enable, sig_save_disable):Kaz Kylheku2015-01-122-8/+15
* * glob.c: New file.Kaz Kylheku2015-01-118-1/+272
* * Makefile (retest): New phony target for convenience.Kaz Kylheku2015-01-112-0/+7
* * lib.c (make_like): Bugfix. (make-like nil "abc")Kaz Kylheku2015-01-113-0/+27
* * eval.c (merge_wrap): Make generic over sequences.Kaz Kylheku2015-01-113-15/+35
* * match.c (h_trailer): Bugfix: not returning new variableKaz Kylheku2015-01-052-2/+7
* * txr.1: Formatting fixes.Kaz Kylheku2015-01-031-2/+2
* 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