summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* If one of the blocks which are subordinate to a @(trailer)Kaz Kylheku2012-03-311-0/+22
* * match.c (h_var): Disallow the variable named by the symbol tKaz Kylheku2012-03-301-0/+9
* * txr.1: Correction: backtracking does NOT take place into a blockKaz Kylheku2012-03-301-0/+5
* * txr.1: Documenting the debugger with an example session.Kaz Kylheku2012-03-301-0/+4
* Version 63txr-63Kaz Kylheku2012-03-301-0/+12
* * lib.c (num_str): Much more accurate test for deciding whetherKaz Kylheku2012-03-301-0/+10
* * arith.c (numeq): Fix misplaced parenthesis.Kaz Kylheku2012-03-291-0/+4
* * lib.c (min2, max2): Semantics tweak. If the numbers are equal,Kaz Kylheku2012-03-291-0/+7
* * arith.c (numeq): New function.Kaz Kylheku2012-03-291-0/+18
* * arith.c (gcd): Allow zeros. Don't issue "non-integral"Kaz Kylheku2012-03-291-0/+16
* * arith.c (dmod): New static function.Kaz Kylheku2012-03-291-0/+9
* * txr.1: Documented +, - and *.Kaz Kylheku2012-03-291-0/+4
* * txr.1: num-str added to doc stub.Kaz Kylheku2012-03-291-0/+6
* * lib.c (obj_print, obj_pprint): Do not use the #<lazy-string ..>Kaz Kylheku2012-03-281-0/+5
* * stream.c (vformat): Compensate for differences in printfKaz Kylheku2012-03-271-0/+8
* Filtering on lists and nested lists is hereby made to work.Kaz Kylheku2012-03-261-0/+19
* * match.c (v_output): Bugfix: we should flush the streamKaz Kylheku2012-03-261-0/+8
* * eval.c (eval_init): New intrinsic num-str registered.Kaz Kylheku2012-03-261-0/+17
* * arith.c (to_float): Fix unterminated argument list in throwf.Kaz Kylheku2012-03-261-0/+6
* * lib.c (rebind_s): New symbol variable.Kaz Kylheku2012-03-241-0/+12
* Bug #35989Kaz Kylheku2012-03-241-0/+7
* Performance improvement in the GC: keep at least one heap's worthKaz Kylheku2012-03-241-0/+14
* * eval.c (eval_init): Register match-str and match-str-treeKaz Kylheku2012-03-241-0/+11
* Bugfix: code like @(skip)@{var /partial/} whereKaz Kylheku2012-03-241-0/+17
* * lib.c (search_str): If start_num is nil, default it to zero.Kaz Kylheku2012-03-241-0/+5