summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 2014-06-10 Kaz Kylheku <kaz@kylheku.com>Kaz Kylheku2014-06-104-22/+49
* * txr.c (get_self_path): Fix spelling of GetModuleFileName.Kaz Kylheku2014-06-102-3/+17
* * parser.l (yylex_destroy): The FLEX_ version are prefixed with YY_Kaz Kylheku2014-06-102-5/+8
* New variable stdlib, with a sysroot mechanism to computeKaz Kylheku2014-06-092-0/+89
* * lib.c (match_str): Extended to suffix testing, with a negativeKaz Kylheku2014-06-093-13/+44
* * Makefile: fix broken tests; numerous test cases outputKaz Kylheku2014-06-092-1/+14
* * txr.c (txr_main): New option --args.Kaz Kylheku2014-06-093-21/+77
* * txr.1: Clarify that -B is needed in some examples.Kaz Kylheku2014-06-091-30/+30
* The dumping of bindings and printing of false must nowKaz Kylheku2014-06-098-78/+48
* Fixing issue with list-like iteration over generic sequences,Kaz Kylheku2014-06-065-22/+195
* * eval.c (eval_init): Register new search function as intrinsic.Kaz Kylheku2014-06-066-32/+164
* * configure: tabs to spaces.Kaz Kylheku2014-06-061-21/+21
* * parser.l: Adding an explicit lexical rule toKaz Kylheku2014-06-052-0/+12
* * parser.l (yylex_destroy): Only rely on the FLEX_ versionKaz Kylheku2014-06-052-0/+8
* * configure (lang_flags): Removing -D_BSD_SOURCEKaz Kylheku2014-06-052-2/+52
* * configure (lang_flags): drop -D_POSIX_C_SOURCE=199309L.Kaz Kylheku2014-06-042-1/+6
* * configure: Typo in diagnostic output: wspawnlp.Kaz Kylheku2014-06-042-1/+5
* Changes for FreeBSD 9.Kaz Kylheku2014-06-043-2/+23
* * configure: Changes for building on Solaris 10 using theKaz Kylheku2014-06-042-7/+18
* * configure: Defend against legacy, non-POSIX /bin/sh implementations.Kaz Kylheku2014-06-042-0/+29
* * eval.c (eval_lisp1): Function removed.Kaz Kylheku2014-06-032-10/+12
* Documenting the return value of rplaca and rplacd, and changingKaz Kylheku2014-06-034-10/+33
* The call operator should be a function!Kaz Kylheku2014-05-203-26/+20
* Version 89txr-89Kaz Kylheku2014-05-106-5/+43
* String type related bugfixes: neglecting to handle all three kinds inKaz Kylheku2014-05-104-0/+26
* * stream.c (get_line, get_char, get_byte): Fix outdated, incorrectKaz Kylheku2014-04-142-6/+8
* * 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