| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * Makefile (tests/009/json.out): Use eager assignment | Kaz Kylheku | 2014-12-04 | 1 | -0/+5 |
* | * Makefile (TXR): New variable. We use this to run txr | Kaz Kylheku | 2014-12-04 | 1 | -0/+24 |
* | * Makefile: Adding empty .SUFFIXES: to disable built-in suffixes. | Kaz Kylheku | 2014-12-04 | 1 | -0/+6 |
* | * eval.c (eval_init): Register lequal and gequal. | Kaz Kylheku | 2014-11-27 | 1 | -0/+12 |
* | * eval.c (eval_init): Register less and greater to | Kaz Kylheku | 2014-11-27 | 1 | -0/+11 |
* | * eval.c (eval_init): Register sort-group. | Kaz Kylheku | 2014-11-21 | 1 | -0/+10 |
* | * lib.c (partition_star_func): Bugfix: doing rplaca(env, seq) | Kaz Kylheku | 2014-11-21 | 1 | -0/+7 |
* | * lib.c (partition_by_func): Rename one local variable for clarity. | Kaz Kylheku | 2014-11-21 | 1 | -0/+6 |
* | * arith.c (wrap_star, wrap): New functions. | Kaz Kylheku | 2014-11-20 | 1 | -0/+10 |
* | * arith.c (succ, ssucc, sssucc, pred, ppred, pppred): New functions. | Kaz Kylheku | 2014-11-20 | 1 | -0/+10 |
* | * lib.c (where): Argument order reversed, with compat support. | Kaz Kylheku | 2014-11-20 | 1 | -0/+8 |
* | * lib.c (sel): Accept a function in place of the index list. | Kaz Kylheku | 2014-11-20 | 1 | -0/+6 |
* | * lib.c (split_str): If the separator string is empty, | Kaz Kylheku | 2014-11-17 | 1 | -0/+11 |
* | * lib.c (max2, min2): Use the less comparison function | Kaz Kylheku | 2014-11-15 | 1 | -0/+10 |
* | * eval.c (opip_s, oand_s, chain_s, chand_s): New global variables. | Kaz Kylheku | 2014-11-10 | 1 | -0/+13 |
* | * lib.c (sub, ref, refset, replace, update, search_list): | Kaz Kylheku | 2014-11-06 | 1 | -0/+7 |
* | * eval.c (eval_init): Register chand intrinsic. | Kaz Kylheku | 2014-11-06 | 1 | -0/+11 |
* | Allow then-func to be omitted in iff. Cleanup. | Kaz Kylheku | 2014-11-06 | 1 | -0/+11 |
* | * lib.c (iff): Bugfix: forgotten handling of default | Kaz Kylheku | 2014-11-05 | 1 | -0/+9 |
* | New macros tb and tc. | Kaz Kylheku | 2014-10-31 | 1 | -0/+9 |
* | * lib.c (chk_grow_vec): New function. | Kaz Kylheku | 2014-10-30 | 1 | -0/+10 |
* | Implementing finalization hooks. | Kaz Kylheku | 2014-10-30 | 1 | -0/+29 |
* | * gc.h (break_obj): Missing extern added on declaration. | Kaz Kylheku | 2014-10-30 | 1 | -0/+5 |
* | Vim syntax coloring for standalone TXR Lisp (*.tl) files. | Kaz Kylheku | 2014-10-29 | 1 | -0/+11 |
* | * lib.c (type_check): Function moved to header file inline. | Kaz Kylheku | 2014-10-26 | 1 | -0/+8 |
* | * hash.c (hash_begin): Use coerce macro instead of raw C cast. | Kaz Kylheku | 2014-10-25 | 1 | -0/+7 |
* | GNU Flex's libfl library provides nothing. Let us not refer to it. It | Kaz Kylheku | 2014-10-24 | 1 | -0/+13 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 1 | -0/+11 |
* | * eval.c (eval_init): Fix incorrect, registration of | Kaz Kylheku | 2014-10-22 | 1 | -0/+5 |
* | Version 100.txr-100 | Kaz Kylheku | 2014-10-22 | 1 | -0/+10 |
* | Ensure that a hash reorganization doesn't take place | Kaz Kylheku | 2014-10-22 | 1 | -0/+31 |
* | * eval.c (interp_fun): If the function doesn't have | Kaz Kylheku | 2014-10-21 | 1 | -0/+6 |
* | * eval.c (eval_init): Register notf intrinsic function. | Kaz Kylheku | 2014-10-21 | 1 | -0/+16 |
* | * share/txr/stdlib/txr-case.txr: New file. | Kaz Kylheku | 2014-10-21 | 1 | -0/+14 |
* | Source file inclusion implemented: needed for macros. | Kaz Kylheku | 2014-10-20 | 1 | -0/+23 |
* | * match.c (match_fun): Bugfix: replace incorrect plain return | Kaz Kylheku | 2014-10-19 | 1 | -0/+10 |
* | * parser.l (lisp_parse): Bugfix: the error_stream argument | Kaz Kylheku | 2014-10-19 | 1 | -0/+10 |
* | * parser.y (r_exprs): New grammar symbol. r_exprs uses | Kaz Kylheku | 2014-10-19 | 1 | -0/+10 |