summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * eval.c, gc.c, rand.c, regex.c, signal.c: Remove inclusion of unneededKaz Kylheku2014-04-136-6/+5
* * eval.c (make_var_shadowing_env): Remove unnecessary test forKaz Kylheku2014-04-112-8/+9
* * eval.c (rangev_func, range_star_v_func): Use numericKaz Kylheku2014-04-082-3/+8
* * lib.c (eql): Bugfix: not handling floating-point types!Kaz Kylheku2014-04-072-5/+19
* Update year in --help message.Kaz Kylheku2014-04-071-1/+1
* Version 88txr-88Kaz Kylheku2014-04-046-25/+79
* * gc.c (CHECKOBJ_VEC_SIZE, FRESHOBJ_VEC_SIZE): IncreaseKaz Kylheku2014-03-292-2/+8
* * HACKING: Updating generational GC notes in light of changes.Kaz Kylheku2014-03-292-34/+47
* Change to how locations are passed around, for the sake of generationalKaz Kylheku2014-03-2919-348/+476
* Generational GC tweaks.Kaz Kylheku2014-03-292-19/+45
* * lib.c (string_time): If possible, change the timezone in theKaz Kylheku2014-03-292-0/+11
* Fix a bug arising from putting generation 1 objects into theKaz Kylheku2014-03-273-24/+103
* More generational GC fixes. One GC fix.Kaz Kylheku2014-03-275-20/+38
* Fix generational GC regression caused by fixesKaz Kylheku2014-03-272-12/+23
* * genvim.txr, txr.vim: Remove commented-out directives.Kaz Kylheku2014-03-262-4/+0
* * genvim.txr: Update for WLL's and QLL's.Kaz Kylheku2014-03-263-70/+62
* * eval.c (me_quasilist): New static function.Kaz Kylheku2014-03-258-52/+179
* * eval.c (expand_quasi): Bugfix: incorrect logic, failingKaz Kylheku2014-03-252-8/+17
* * parser.y (yybadtoken): Add missing cases for new tokenKaz Kylheku2014-03-252-0/+7
* Introducing word list literals.Kaz Kylheku2014-03-254-11/+102
* * txr.vim: regenerated.Kaz Kylheku2014-03-231-106/+107
* * eval.c (eval_init): Register last function as intrinsic.Kaz Kylheku2014-03-235-0/+34
* * eval.c (eval_init): Register empty as intrinsic.Kaz Kylheku2014-03-235-3/+67
* * eval.c (not_s): New symbol var.Kaz Kylheku2014-03-233-5/+72
* Version 87.txr-87Kaz Kylheku2014-03-226-5/+45
* * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): RevertKaz Kylheku2014-03-222-20/+5
* txr.1: Improve dwim operator description.Kaz Kylheku2014-03-221-11/+28
* * eval.c (me_when): New static function.Kaz Kylheku2014-03-223-0/+29
* Second round of bugfixing on the theme of the previous commit.Kaz Kylheku2014-03-202-19/+70
* Fixing gaping bug in the handling of @-delimited expressionsKaz Kylheku2014-03-202-24/+40
* Fix iskeyword so /= and / are highlighted properly.Kaz Kylheku2014-03-192-10/+10
* * arith.c (int_flo): Fix non-handling of negative values.Kaz Kylheku2014-03-192-4/+8
* * arith.c (tofloat, toint): New functions.Kaz Kylheku2014-03-195-0/+91
* ChangeLog: fix wrong date in entry for Version 86.Kaz Kylheku2014-03-191-1/+1
* Version 86.txr-86Kaz Kylheku2014-03-166-6/+89
* * stream.c (win_make_cmdline): I think I cracked the code ofKaz Kylheku2014-03-162-1/+16
* * configure: Detect _wspawn* functions.Kaz Kylheku2014-03-163-0/+51
* Document that leading whitespace before a backslash lineKaz Kylheku2014-03-151-2/+15
* * parser.l: Bugfix. When handling a backslash-newline continuationKaz Kylheku2014-03-155-11/+36
* * parser.y (text): Allow the EMPTY token (the @(empty) syntax)Kaz Kylheku2014-03-153-1/+14
* * parser.l (regex_parse, lisp_parse): Fix neglected handling ofKaz Kylheku2014-03-143-2/+14
* * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): WeKaz Kylheku2014-03-142-0/+26
* * stream.c (run): Fix MinGW build failures. The run function doesn'tKaz Kylheku2014-03-142-1/+6
* * eval.c (eval_init): Make seed argument optional in make-random-state.Kaz Kylheku2014-03-144-9/+52
* * parser.y: nuke tabs.Kaz Kylheku2014-03-131-9/+9
* Implementing @(if)/@(elif)/@(else) in the pattern language.Kaz Kylheku2014-03-136-16/+173
* * txr.vim: Update.Kaz Kylheku2014-03-131-36/+37
* On platforms with sigaltstack, TXR programs can now catch theKaz Kylheku2014-03-135-1/+141
* * stream.c (open_process): If execvp fails, use errno as theKaz Kylheku2014-03-133-5/+118
* * lib.c (iffi): Bugfix: was still using incorrect, outdated optionalKaz Kylheku2014-03-122-2/+6