summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Changes for FreeBSD 9.Kaz Kylheku2014-06-041-0/+11
* * configure: Changes for building on Solaris 10 using theKaz Kylheku2014-06-041-0/+10
* * configure: Defend against legacy, non-POSIX /bin/sh implementations.Kaz Kylheku2014-06-041-0/+8
* * eval.c (eval_lisp1): Function removed.Kaz Kylheku2014-06-031-0/+7
* Documenting the return value of rplaca and rplacd, and changingKaz Kylheku2014-06-031-0/+13
* The call operator should be a function!Kaz Kylheku2014-05-201-0/+10
* Version 89txr-89Kaz Kylheku2014-05-101-0/+14
* String type related bugfixes: neglecting to handle all three kinds inKaz Kylheku2014-05-101-0/+16
* * stream.c (get_line, get_char, get_byte): Fix outdated, incorrectKaz Kylheku2014-04-141-0/+5
* * eval.c, gc.c, rand.c, regex.c, signal.c: Remove inclusion of unneededKaz Kylheku2014-04-131-0/+5
* * eval.c (make_var_shadowing_env): Remove unnecessary test forKaz Kylheku2014-04-111-0/+5
* * eval.c (rangev_func, range_star_v_func): Use numericKaz Kylheku2014-04-081-0/+5
* * lib.c (eql): Bugfix: not handling floating-point types!Kaz Kylheku2014-04-071-0/+6
* Version 88txr-88Kaz Kylheku2014-04-041-2/+17
* * gc.c (CHECKOBJ_VEC_SIZE, FRESHOBJ_VEC_SIZE): IncreaseKaz Kylheku2014-03-291-0/+6
* * HACKING: Updating generational GC notes in light of changes.Kaz Kylheku2014-03-291-0/+4
* Change to how locations are passed around, for the sake of generationalKaz Kylheku2014-03-291-0/+117
* Generational GC tweaks.Kaz Kylheku2014-03-291-0/+20
* * lib.c (string_time): If possible, change the timezone in theKaz Kylheku2014-03-291-0/+6
* Fix a bug arising from putting generation 1 objects into theKaz Kylheku2014-03-271-0/+28
* More generational GC fixes. One GC fix.Kaz Kylheku2014-03-271-0/+17
* Fix generational GC regression caused by fixesKaz Kylheku2014-03-271-0/+11
* * genvim.txr: Update for WLL's and QLL's.Kaz Kylheku2014-03-261-0/+6
* * eval.c (me_quasilist): New static function.Kaz Kylheku2014-03-251-0/+27
* * eval.c (expand_quasi): Bugfix: incorrect logic, failingKaz Kylheku2014-03-251-0/+6
* * parser.y (yybadtoken): Add missing cases for new tokenKaz Kylheku2014-03-251-0/+5
* Introducing word list literals.Kaz Kylheku2014-03-251-0/+18
* * eval.c (eval_init): Register last function as intrinsic.Kaz Kylheku2014-03-231-0/+10
* * eval.c (eval_init): Register empty as intrinsic.Kaz Kylheku2014-03-231-0/+14
* * eval.c (not_s): New symbol var.Kaz Kylheku2014-03-231-0/+8
* Version 87.txr-87Kaz Kylheku2014-03-221-0/+14
* * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): RevertKaz Kylheku2014-03-221-0/+5
* * eval.c (me_when): New static function.Kaz Kylheku2014-03-221-0/+7
* Second round of bugfixing on the theme of the previous commit.Kaz Kylheku2014-03-201-0/+15
* Fixing gaping bug in the handling of @-delimited expressionsKaz Kylheku2014-03-201-0/+16
* * arith.c (int_flo): Fix non-handling of negative values.Kaz Kylheku2014-03-191-0/+4
* * arith.c (tofloat, toint): New functions.Kaz Kylheku2014-03-191-0/+11
* ChangeLog: fix wrong date in entry for Version 86.Kaz Kylheku2014-03-191-1/+1
* Version 86.txr-86Kaz Kylheku2014-03-161-0/+14
* * stream.c (win_make_cmdline): I think I cracked the code ofKaz Kylheku2014-03-161-0/+12
* * configure: Detect _wspawn* functions.Kaz Kylheku2014-03-161-0/+6
* * parser.l: Bugfix. When handling a backslash-newline continuationKaz Kylheku2014-03-151-0/+17
* * parser.y (text): Allow the EMPTY token (the @(empty) syntax)Kaz Kylheku2014-03-151-0/+7
* * parser.l (regex_parse, lisp_parse): Fix neglected handling ofKaz Kylheku2014-03-141-0/+9
* * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): WeKaz Kylheku2014-03-141-0/+6
* * stream.c (run): Fix MinGW build failures. The run function doesn'tKaz Kylheku2014-03-141-0/+5
* * eval.c (eval_init): Make seed argument optional in make-random-state.Kaz Kylheku2014-03-141-0/+17
* Implementing @(if)/@(elif)/@(else) in the pattern language.Kaz Kylheku2014-03-131-0/+17
* On platforms with sigaltstack, TXR programs can now catch theKaz Kylheku2014-03-131-0/+32
* * stream.c (open_process): If execvp fails, use errno as theKaz Kylheku2014-03-131-0/+7