summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * eval.c (not_null): New static function.Kaz Kylheku2014-06-171-0/+9
* * eval.c (eval_init): register tuples as intrinsic.Kaz Kylheku2014-06-171-0/+11
* * lib.c (obj_print): Render character DC00 as "pnul".Kaz Kylheku2014-06-151-0/+14
* * eval.c (eval_init): Register pos_max, pos_min, find_max,Kaz Kylheku2014-06-151-0/+20
* * eval.c (eval_init): where and sel registered as intrinsicsKaz Kylheku2014-06-151-0/+13
* Bugfix: range and range* broken when "to" argument isKaz Kylheku2014-06-151-0/+9
* * Makefile: Install share/txr/stdlib/*.txr material.Kaz Kylheku2014-06-121-0/+13
* * match.c (v_load): use the abs_path_p function instead ofKaz Kylheku2014-06-121-0/+14
* Version 90txr-90Kaz Kylheku2014-06-111-0/+14
* * Makefile (txr.o): Pass TXR_VER preprocessor symbol on gcc commandKaz Kylheku2014-06-111-0/+21
* * eval.c (eval_init): Change registration of string_cmpKaz Kylheku2014-06-101-0/+20
* 2014-06-10 Kaz Kylheku <kaz@kylheku.com>Kaz Kylheku2014-06-101-0/+15
* * txr.c (get_self_path): Fix spelling of GetModuleFileName.Kaz Kylheku2014-06-101-0/+7
* * parser.l (yylex_destroy): The FLEX_ version are prefixed with YY_Kaz Kylheku2014-06-101-0/+5
* New variable stdlib, with a sysroot mechanism to computeKaz Kylheku2014-06-091-0/+10
* * lib.c (match_str): Extended to suffix testing, with a negativeKaz Kylheku2014-06-091-0/+7
* * Makefile: fix broken tests; numerous test cases outputKaz Kylheku2014-06-091-0/+6
* * txr.c (txr_main): New option --args.Kaz Kylheku2014-06-091-0/+7
* The dumping of bindings and printing of false must nowKaz Kylheku2014-06-091-0/+26
* Fixing issue with list-like iteration over generic sequences,Kaz Kylheku2014-06-061-0/+27
* * eval.c (eval_init): Register new search function as intrinsic.Kaz Kylheku2014-06-061-0/+13
* * parser.l: Adding an explicit lexical rule toKaz Kylheku2014-06-051-0/+7
* * parser.l (yylex_destroy): Only rely on the FLEX_ versionKaz Kylheku2014-06-051-0/+6
* * configure (lang_flags): Removing -D_BSD_SOURCEKaz Kylheku2014-06-051-0/+13
* * configure (lang_flags): drop -D_POSIX_C_SOURCE=199309L.Kaz Kylheku2014-06-041-0/+5
* * configure: Typo in diagnostic output: wspawnlp.Kaz Kylheku2014-06-041-0/+4
* 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