| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | * parser.y: Allow TXR to support large programs, and efficiently so. | Kaz Kylheku | 2014-10-18 | 1 | -0/+12 |
* | Deal with situation when GC is disabled and the freshobj array runs out | Kaz Kylheku | 2014-10-18 | 1 | -0/+17 |
* | * match.c (mf_all): Drop data_lineno parameter. Initialize | Kaz Kylheku | 2014-10-18 | 1 | -0/+12 |
* | * match.c (v_eof): Bugfix: we are at EOF not only when | Kaz Kylheku | 2014-10-17 | 1 | -0/+6 |
* | * match.c (dest_bind): Remove the restriction of not allowing | Kaz Kylheku | 2014-10-17 | 1 | -0/+12 |
* | * HACKING: New section Type Safety. | Kaz Kylheku | 2014-10-17 | 1 | -0/+7 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -0/+94 |
* | Purge stray occurrences of "void *" from code base. | Kaz Kylheku | 2014-10-17 | 1 | -0/+37 |
* | * arith.c (gcd): Fix semantics. If either operand is | Kaz Kylheku | 2014-10-16 | 1 | -0/+17 |
* | * arith.c (gcd, lognot): Bugfix: bignum results | Kaz Kylheku | 2014-10-16 | 1 | -0/+5 |