summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * lib.c (split_str): If the separator string is empty,Kaz Kylheku2014-11-174-2/+67
* * lib.c (max2, min2): Use the less comparison functionKaz Kylheku2014-11-154-10/+23
* * eval.c (opip_s, oand_s, chain_s, chand_s): New global variables.Kaz Kylheku2014-11-105-186/+332
* * lib.c (sub, ref, refset, replace, update, search_list):Kaz Kylheku2014-11-062-6/+13
* * eval.c (eval_init): Register chand intrinsic.Kaz Kylheku2014-11-065-1/+54
* Allow then-func to be omitted in iff. Cleanup.Kaz Kylheku2014-11-064-18/+51
* * lib.c (iff): Bugfix: forgotten handling of defaultKaz Kylheku2014-11-053-9/+11
* New macros tb and tc.Kaz Kylheku2014-10-313-0/+111
* * lib.c (chk_grow_vec): New function.Kaz Kylheku2014-10-304-13/+46
* Implementing finalization hooks.Kaz Kylheku2014-10-304-51/+341
* * gc.h (break_obj): Missing extern added on declaration.Kaz Kylheku2014-10-302-1/+6
* Vim syntax coloring for standalone TXR Lisp (*.tl) files.Kaz Kylheku2014-10-294-54/+336
* * lib.c (type_check): Function moved to header file inline.Kaz Kylheku2014-10-263-5/+17
* * hash.c (hash_begin): Use coerce macro instead of raw C cast.Kaz Kylheku2014-10-253-4/+10
* GNU Flex's libfl library provides nothing. Let us not refer to it. ItKaz Kylheku2014-10-244-7/+23
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-2423-194/+210
* * eval.c (eval_init): Fix incorrect, registration ofKaz Kylheku2014-10-222-1/+6
* Version 100.txr-100Kaz Kylheku2014-10-225-4/+79
* Ensure that a hash reorganization doesn't take placeKaz Kylheku2014-10-225-7/+122
* * eval.c (interp_fun): If the function doesn't haveKaz Kylheku2014-10-212-5/+19