summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * Makefile (all): Mark as phony target.Kaz Kylheku2014-12-091-0/+4
* Condensed make output.Kaz Kylheku2014-12-091-0/+18
* Debug builds optional with --debug-also config option.Kaz Kylheku2014-12-071-0/+11
* * arith.c (tofloat, toint): Handle characters.Kaz Kylheku2014-12-051-0/+7
* * eval.c (eval_init): Register in function as intrinsic.Kaz Kylheku2014-12-051-0/+12
* * lib.c (set_diff): Bugfix: use member rather than find,Kaz Kylheku2014-12-051-0/+5
* * Makefile (INSTALL): Bugfix: touch -r $(2) does not workKaz Kylheku2014-12-051-0/+7
* * Makefile (TESTS_TMP): New variable.Kaz Kylheku2014-12-051-0/+11
* * Makefile (SRCS): Compute from top_srcdir, so we don't get a warningKaz Kylheku2014-12-051-0/+5
* * configure: Bugfix: the "share" directory has to beKaz Kylheku2014-12-051-0/+6
* TXR now builds optimized and debug at the same time.Kaz Kylheku2014-12-041-0/+25
* * Makefile (clean): add tests.clean as prerequisite.Kaz Kylheku2014-12-041-0/+6
* * Makefile (tests/009/json.out): Use eager assignmentKaz Kylheku2014-12-041-0/+5
* * Makefile (TXR): New variable. We use this to run txrKaz Kylheku2014-12-041-0/+24
* * Makefile: Adding empty .SUFFIXES: to disable built-in suffixes.Kaz Kylheku2014-12-041-0/+6
* * eval.c (eval_init): Register lequal and gequal.Kaz Kylheku2014-11-271-0/+12
* * eval.c (eval_init): Register less and greater toKaz Kylheku2014-11-271-0/+11
* * eval.c (eval_init): Register sort-group.Kaz Kylheku2014-11-211-0/+10
* * lib.c (partition_star_func): Bugfix: doing rplaca(env, seq)Kaz Kylheku2014-11-211-0/+7
* * lib.c (partition_by_func): Rename one local variable for clarity.Kaz Kylheku2014-11-211-0/+6
* * arith.c (wrap_star, wrap): New functions.Kaz Kylheku2014-11-201-0/+10
* * arith.c (succ, ssucc, sssucc, pred, ppred, pppred): New functions.Kaz Kylheku2014-11-201-0/+10
* * lib.c (where): Argument order reversed, with compat support.Kaz Kylheku2014-11-201-0/+8
* * lib.c (sel): Accept a function in place of the index list.Kaz Kylheku2014-11-201-0/+6
* * lib.c (split_str): If the separator string is empty,Kaz Kylheku2014-11-171-0/+11
* * lib.c (max2, min2): Use the less comparison functionKaz Kylheku2014-11-151-0/+10
* * eval.c (opip_s, oand_s, chain_s, chand_s): New global variables.Kaz Kylheku2014-11-101-0/+13
* * lib.c (sub, ref, refset, replace, update, search_list):Kaz Kylheku2014-11-061-0/+7
* * eval.c (eval_init): Register chand intrinsic.Kaz Kylheku2014-11-061-0/+11
* Allow then-func to be omitted in iff. Cleanup.Kaz Kylheku2014-11-061-0/+11
* * lib.c (iff): Bugfix: forgotten handling of defaultKaz Kylheku2014-11-051-0/+9
* New macros tb and tc.Kaz Kylheku2014-10-311-0/+9
* * lib.c (chk_grow_vec): New function.Kaz Kylheku2014-10-301-0/+10
* Implementing finalization hooks.Kaz Kylheku2014-10-301-0/+29
* * gc.h (break_obj): Missing extern added on declaration.Kaz Kylheku2014-10-301-0/+5
* Vim syntax coloring for standalone TXR Lisp (*.tl) files.Kaz Kylheku2014-10-291-0/+11
* * lib.c (type_check): Function moved to header file inline.Kaz Kylheku2014-10-261-0/+8
* * hash.c (hash_begin): Use coerce macro instead of raw C cast.Kaz Kylheku2014-10-251-0/+7
* GNU Flex's libfl library provides nothing. Let us not refer to it. ItKaz Kylheku2014-10-241-0/+13
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-241-0/+11
* * eval.c (eval_init): Fix incorrect, registration ofKaz Kylheku2014-10-221-0/+5
* Version 100.txr-100Kaz Kylheku2014-10-221-0/+10
* Ensure that a hash reorganization doesn't take placeKaz Kylheku2014-10-221-0/+31
* * eval.c (interp_fun): If the function doesn't haveKaz Kylheku2014-10-211-0/+6
* * eval.c (eval_init): Register notf intrinsic function.Kaz Kylheku2014-10-211-0/+16
* * share/txr/stdlib/txr-case.txr: New file.Kaz Kylheku2014-10-211-0/+14
* Source file inclusion implemented: needed for macros.Kaz Kylheku2014-10-201-0/+23
* * match.c (match_fun): Bugfix: replace incorrect plain returnKaz Kylheku2014-10-191-0/+10
* * parser.l (lisp_parse): Bugfix: the error_stream argumentKaz Kylheku2014-10-191-0/+10
* * parser.y (r_exprs): New grammar symbol. r_exprs usesKaz Kylheku2014-10-191-0/+10