summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Version 65txr-65Kaz Kylheku2012-04-201-0/+12
* * regex.c (regex_space_chars): Variable removed.Kaz Kylheku2012-04-201-0/+10
* * parser.y (regtoken): New nonterminal symbol.Kaz Kylheku2012-04-201-0/+17
* * txr.1: Documented new regex tokens.Kaz Kylheku2012-04-191-0/+2
* First cut at implementing \s, \d, \w, \S, \D and \W regex tokens.Kaz Kylheku2012-04-191-0/+35
* * eval.c (eval_init): New intrinsic functions remq*, remql*,Kaz Kylheku2012-04-151-0/+14
* * eval.c (eval_init): find-if intrinsic registered.Kaz Kylheku2012-04-141-0/+13
* * HACKING: Added notes on generational garbage collection.Kaz Kylheku2012-04-141-0/+4
* * eval.c (eval_init): New functions remove-if and keep-if.Kaz Kylheku2012-04-141-0/+10
* * configure: Restructuring configure script to be able to detectKaz Kylheku2012-04-131-0/+11
* Bugfix: multiple uses of @(next :args) seeing junk "args" stringKaz Kylheku2012-04-131-0/+15
* Improve the regex Lisp syntax by allowing strings to specifyKaz Kylheku2012-04-121-0/+12
* * txr.1: Fix misleading comment example.Kaz Kylheku2012-04-111-0/+4
* Adding patch to MPI to disable its Makefile so people don't tryKaz Kylheku2012-04-101-0/+15
* More NetBSD porting.Kaz Kylheku2012-04-101-0/+20
* * arith.c (INT_PTR_MAX_MP): New static variable.Kaz Kylheku2012-04-101-0/+16
* * configure: Switch from _POSIX_C_SOURCE=2 to _XOPEN_SOURCE.Kaz Kylheku2012-04-101-0/+9
* * Makefile (conftest.ccver): New phony target.Kaz Kylheku2012-04-101-0/+9
* * eval.c (eval_init): Expose regex-compile and regexp as intrinsics.Kaz Kylheku2012-04-101-0/+15
* Clarify which NetBSD.Kaz Kylheku2012-04-091-1/+1
* NetBSD port.Kaz Kylheku2012-04-091-0/+29
* * mpi-patches/add-mp-hash (mp_hash): Fix incorrectKaz Kylheku2012-04-091-0/+9
* * arith.c (bignum): Previously static function now exposed as external.Kaz Kylheku2012-04-081-0/+22
* * txr.vim: Fixed accidental breakage.Kaz Kylheku2012-04-081-0/+4
* * lib.c: Revert earlier change: config.h must be included before theKaz Kylheku2012-04-071-0/+6
* Fixes to get configure ccname=g++ working on OSX Lion.Kaz Kylheku2012-04-071-0/+18
* * configure: Print done and terminate line after checking forKaz Kylheku2012-04-071-0/+5
* * configure: Added new check for some clashing external names,Kaz Kylheku2012-04-071-0/+7
* * txr.1: Documented int-flo, flo-int, search-regex,Kaz Kylheku2012-04-071-0/+5
* Rounding out hash table functionality with lazy lists thatKaz Kylheku2012-04-071-0/+34
* Version 64txr-64Kaz Kylheku2012-04-061-0/+12
* ChangeLog: fix stray whitespace.Kaz Kylheku2012-04-051-4/+4
* Merge branch 'ephemeral-gc'Kaz Kylheku2012-04-051-0/+290
|\
| * * gc.c (FRESHQ_SIZE): Preprocessor symbol renamed to FRESHOBJ_VEC_SIZE.Kaz Kylheku2012-04-051-0/+5
| * * gc.c (mark_obj, sweep_one, gc_is_reachable): Check for gen > 0 ratherKaz Kylheku2012-04-051-0/+10
| * Code cleanup and tweaking.Kaz Kylheku2012-04-051-0/+25
| * The mut macro should only be used for vectors or vector-like objectsKaz Kylheku2012-04-051-0/+14
| * Bunch of fixes.Kaz Kylheku2012-04-051-0/+19
| * * hash.c (hash_grow, gethash_l, gethash, gethash_f): ReplaceKaz Kylheku2012-04-041-0/+5
| * * configure (gen_gc): Default to off.Kaz Kylheku2012-04-041-0/+7
| * Code cleanup.Kaz Kylheku2012-04-041-0/+32
| * Performance tweaking and fixes.Kaz Kylheku2012-04-031-0/+13
| * Fix failing test case tests/006/freeform-1.txr.Kaz Kylheku2012-04-031-0/+17
| * Generational GC showing signs of working. One test case inKaz Kylheku2012-04-031-0/+39
| * * eval.c (op_modplace): push replaced with mpush (mutating push).Kaz Kylheku2012-04-031-0/+17
| * * configure: Support a gen-gc configuration variable whichKaz Kylheku2012-04-031-0/+52
| * * lib.c (vec_set_length): Use set instead of assignment.Kaz Kylheku2012-04-021-0/+9
| * Start of ground-work for ephemeral GC. We must add some abstractionKaz Kylheku2012-04-011-0/+26
* | * txr.vim: @[...] syntax not marked as "contained" because itKaz Kylheku2012-04-051-0/+5
|/
* * hash.c (last_equal_key, last_equal_hash): New static variables.Kaz Kylheku2012-03-311-0/+8