| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c (eval_init): find-if intrinsic registered. | Kaz Kylheku | 2012-04-14 | 5 | -6/+42 |
* | * HACKING: Added notes on generational garbage collection. | Kaz Kylheku | 2012-04-14 | 2 | -0/+114 |
* | * eval.c (eval_init): New functions remove-if and keep-if. | Kaz Kylheku | 2012-04-14 | 5 | -0/+99 |
* | * configure: Restructuring configure script to be able to detect | Kaz Kylheku | 2012-04-13 | 2 | -51/+76 |
* | Bugfix: multiple uses of @(next :args) seeing junk "args" string | Kaz Kylheku | 2012-04-13 | 2 | -18/+34 |
* | Improve the regex Lisp syntax by allowing strings to specify | Kaz Kylheku | 2012-04-12 | 2 | -4/+24 |
* | * txr.1: Fixed wrong comment in example. | Kaz Kylheku | 2012-04-11 | 1 | -1/+1 |
* | * txr.1: Fix misleading comment example. | Kaz Kylheku | 2012-04-11 | 2 | -1/+6 |
* | Provide access to line number info and source path. | Kaz Kylheku | 2012-04-11 | 6 | -1/+17 |
* | Adding patch to MPI to disable its Makefile so people don't try | Kaz Kylheku | 2012-04-10 | 4 | -0/+66 |
* | More NetBSD porting. | Kaz Kylheku | 2012-04-10 | 4 | -2/+51 |
* | * arith.c (INT_PTR_MAX_MP): New static variable. | Kaz Kylheku | 2012-04-10 | 5 | -6/+38 |
* | * configure: Switch from _POSIX_C_SOURCE=2 to _XOPEN_SOURCE. | Kaz Kylheku | 2012-04-10 | 3 | -5/+14 |
* | * Makefile (conftest.ccver): New phony target. | Kaz Kylheku | 2012-04-10 | 3 | -20/+44 |
* | * eval.c (eval_init): Expose regex-compile and regexp as intrinsics. | Kaz Kylheku | 2012-04-10 | 6 | -2/+65 |
* | Clarify which NetBSD. | Kaz Kylheku | 2012-04-09 | 1 | -1/+1 |
* | NetBSD port. | Kaz Kylheku | 2012-04-09 | 3 | -69/+130 |
* | * mpi-patches/add-mp-hash (mp_hash): Fix incorrect | Kaz Kylheku | 2012-04-09 | 2 | -6/+15 |
* | * arith.c (bignum): Previously static function now exposed as external. | Kaz Kylheku | 2012-04-08 | 9 | -4/+90 |
* | * txr.vim: Remove duplicate lines. | Kaz Kylheku | 2012-04-08 | 1 | -4/+0 |
* | * txr.vim: Fixed accidental breakage. | Kaz Kylheku | 2012-04-08 | 2 | -1/+5 |
* | * lib.c: Revert earlier change: config.h must be included before the | Kaz Kylheku | 2012-04-07 | 2 | -1/+7 |
* | Fixes to get configure ccname=g++ working on OSX Lion. | Kaz Kylheku | 2012-04-07 | 3 | -37/+76 |
* | * configure: Print done and terminate line after checking for | Kaz Kylheku | 2012-04-07 | 2 | -0/+7 |
* | * configure: Added new check for some clashing external names, | Kaz Kylheku | 2012-04-07 | 3 | -1/+48 |
* | * txr.1: Documented int-flo, flo-int, search-regex, | Kaz Kylheku | 2012-04-07 | 2 | -0/+77 |
* | Rounding out hash table functionality with lazy lists that | Kaz Kylheku | 2012-04-07 | 9 | -11/+138 |
* | Version 64txr-64 | Kaz Kylheku | 2012-04-06 | 5 | -4/+43 |
* | ChangeLog: fix stray whitespace. | Kaz Kylheku | 2012-04-05 | 1 | -4/+4 |
* | Merge branch 'ephemeral-gc' | Kaz Kylheku | 2012-04-05 | 12 | -159/+654 |
|\ |
|
| * | * gc.c (FRESHQ_SIZE): Preprocessor symbol renamed to FRESHOBJ_VEC_SIZE. | Kaz Kylheku | 2012-04-05 | 2 | -4/+9 |
| * | * gc.c (mark_obj, sweep_one, gc_is_reachable): Check for gen > 0 rather | Kaz Kylheku | 2012-04-05 | 2 | -3/+15 |
| * | Code cleanup and tweaking. | Kaz Kylheku | 2012-04-05 | 4 | -24/+68 |
| * | The mut macro should only be used for vectors or vector-like objects | Kaz Kylheku | 2012-04-05 | 3 | -12/+26 |
| * | Bunch of fixes. | Kaz Kylheku | 2012-04-05 | 7 | -8/+28 |
| * | * hash.c (hash_grow, gethash_l, gethash, gethash_f): Replace | Kaz Kylheku | 2012-04-04 | 2 | -4/+9 |
| * | * configure (gen_gc): Default to off. | Kaz Kylheku | 2012-04-04 | 3 | -1/+23 |
| * | Code cleanup. | Kaz Kylheku | 2012-04-04 | 2 | -67/+91 |
| * | Performance tweaking and fixes. | Kaz Kylheku | 2012-04-03 | 2 | -4/+20 |
| * | Fix failing test case tests/006/freeform-1.txr. | Kaz Kylheku | 2012-04-03 | 2 | -6/+29 |
| * | Generational GC showing signs of working. One test case in | Kaz Kylheku | 2012-04-03 | 4 | -82/+189 |
| * | * eval.c (op_modplace): push replaced with mpush (mutating push). | Kaz Kylheku | 2012-04-03 | 7 | -7/+32 |
| * | * configure: Support a gen-gc configuration variable which | Kaz Kylheku | 2012-04-03 | 12 | -58/+195 |
| * | * lib.c (vec_set_length): Use set instead of assignment. | Kaz Kylheku | 2012-04-02 | 3 | -3/+15 |
| * | Start of ground-work for ephemeral GC. We must add some abstraction | Kaz Kylheku | 2012-04-01 | 5 | -30/+59 |
* | | * txr.vim: @[...] syntax not marked as "contained" because it | Kaz Kylheku | 2012-04-05 | 2 | -1/+6 |
|/ |
|
* | * hash.c (last_equal_key, last_equal_hash): New static variables. | Kaz Kylheku | 2012-03-31 | 2 | -23/+58 |
* | If one of the blocks which are subordinate to a @(trailer) | Kaz Kylheku | 2012-03-31 | 5 | -11/+100 |
* | * match.c (h_var): Disallow the variable named by the symbol t | Kaz Kylheku | 2012-03-30 | 3 | -10/+45 |
* | * txr.1: Correction: backtracking does NOT take place into a block | Kaz Kylheku | 2012-03-30 | 2 | -3/+8 |