| Commit message (Expand) | Author | Age | Files | Lines |
* | 2014-06-10 Kaz Kylheku <kaz@kylheku.com> | Kaz Kylheku | 2014-06-10 | 4 | -22/+49 |
* | * txr.c (get_self_path): Fix spelling of GetModuleFileName. | Kaz Kylheku | 2014-06-10 | 2 | -3/+17 |
* | * parser.l (yylex_destroy): The FLEX_ version are prefixed with YY_ | Kaz Kylheku | 2014-06-10 | 2 | -5/+8 |
* | New variable stdlib, with a sysroot mechanism to compute | Kaz Kylheku | 2014-06-09 | 2 | -0/+89 |
* | * lib.c (match_str): Extended to suffix testing, with a negative | Kaz Kylheku | 2014-06-09 | 3 | -13/+44 |
* | * Makefile: fix broken tests; numerous test cases output | Kaz Kylheku | 2014-06-09 | 2 | -1/+14 |
* | * txr.c (txr_main): New option --args. | Kaz Kylheku | 2014-06-09 | 3 | -21/+77 |
* | * txr.1: Clarify that -B is needed in some examples. | Kaz Kylheku | 2014-06-09 | 1 | -30/+30 |
* | The dumping of bindings and printing of false must now | Kaz Kylheku | 2014-06-09 | 8 | -78/+48 |
* | Fixing issue with list-like iteration over generic sequences, | Kaz Kylheku | 2014-06-06 | 5 | -22/+195 |
* | * eval.c (eval_init): Register new search function as intrinsic. | Kaz Kylheku | 2014-06-06 | 6 | -32/+164 |
* | * configure: tabs to spaces. | Kaz Kylheku | 2014-06-06 | 1 | -21/+21 |
* | * parser.l: Adding an explicit lexical rule to | Kaz Kylheku | 2014-06-05 | 2 | -0/+12 |
* | * parser.l (yylex_destroy): Only rely on the FLEX_ version | Kaz Kylheku | 2014-06-05 | 2 | -0/+8 |
* | * configure (lang_flags): Removing -D_BSD_SOURCE | Kaz Kylheku | 2014-06-05 | 2 | -2/+52 |
* | * configure (lang_flags): drop -D_POSIX_C_SOURCE=199309L. | Kaz Kylheku | 2014-06-04 | 2 | -1/+6 |
* | * configure: Typo in diagnostic output: wspawnlp. | Kaz Kylheku | 2014-06-04 | 2 | -1/+5 |
* | Changes for FreeBSD 9. | Kaz Kylheku | 2014-06-04 | 3 | -2/+23 |
* | * configure: Changes for building on Solaris 10 using the | Kaz Kylheku | 2014-06-04 | 2 | -7/+18 |
* | * configure: Defend against legacy, non-POSIX /bin/sh implementations. | Kaz Kylheku | 2014-06-04 | 2 | -0/+29 |
* | * eval.c (eval_lisp1): Function removed. | Kaz Kylheku | 2014-06-03 | 2 | -10/+12 |
* | Documenting the return value of rplaca and rplacd, and changing | Kaz Kylheku | 2014-06-03 | 4 | -10/+33 |
* | The call operator should be a function! | Kaz Kylheku | 2014-05-20 | 3 | -26/+20 |
* | Version 89txr-89 | Kaz Kylheku | 2014-05-10 | 6 | -5/+43 |
* | String type related bugfixes: neglecting to handle all three kinds in | Kaz Kylheku | 2014-05-10 | 4 | -0/+26 |
* | * stream.c (get_line, get_char, get_byte): Fix outdated, incorrect | Kaz Kylheku | 2014-04-14 | 2 | -6/+8 |
* | * eval.c, gc.c, rand.c, regex.c, signal.c: Remove inclusion of unneeded | Kaz Kylheku | 2014-04-13 | 6 | -6/+5 |
* | * eval.c (make_var_shadowing_env): Remove unnecessary test for | Kaz Kylheku | 2014-04-11 | 2 | -8/+9 |
* | * eval.c (rangev_func, range_star_v_func): Use numeric | Kaz Kylheku | 2014-04-08 | 2 | -3/+8 |
* | * lib.c (eql): Bugfix: not handling floating-point types! | Kaz Kylheku | 2014-04-07 | 2 | -5/+19 |
* | Update year in --help message. | Kaz Kylheku | 2014-04-07 | 1 | -1/+1 |
* | Version 88txr-88 | Kaz Kylheku | 2014-04-04 | 6 | -25/+79 |
* | * gc.c (CHECKOBJ_VEC_SIZE, FRESHOBJ_VEC_SIZE): Increase | Kaz Kylheku | 2014-03-29 | 2 | -2/+8 |
* | * HACKING: Updating generational GC notes in light of changes. | Kaz Kylheku | 2014-03-29 | 2 | -34/+47 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 19 | -348/+476 |
* | Generational GC tweaks. | Kaz Kylheku | 2014-03-29 | 2 | -19/+45 |
* | * lib.c (string_time): If possible, change the timezone in the | Kaz Kylheku | 2014-03-29 | 2 | -0/+11 |
* | Fix a bug arising from putting generation 1 objects into the | Kaz Kylheku | 2014-03-27 | 3 | -24/+103 |
* | More generational GC fixes. One GC fix. | Kaz Kylheku | 2014-03-27 | 5 | -20/+38 |
* | Fix generational GC regression caused by fixes | Kaz Kylheku | 2014-03-27 | 2 | -12/+23 |
* | * genvim.txr, txr.vim: Remove commented-out directives. | Kaz Kylheku | 2014-03-26 | 2 | -4/+0 |
* | * genvim.txr: Update for WLL's and QLL's. | Kaz Kylheku | 2014-03-26 | 3 | -70/+62 |
* | * eval.c (me_quasilist): New static function. | Kaz Kylheku | 2014-03-25 | 8 | -52/+179 |
* | * eval.c (expand_quasi): Bugfix: incorrect logic, failing | Kaz Kylheku | 2014-03-25 | 2 | -8/+17 |
* | * parser.y (yybadtoken): Add missing cases for new token | Kaz Kylheku | 2014-03-25 | 2 | -0/+7 |
* | Introducing word list literals. | Kaz Kylheku | 2014-03-25 | 4 | -11/+102 |
* | * txr.vim: regenerated. | Kaz Kylheku | 2014-03-23 | 1 | -106/+107 |
* | * eval.c (eval_init): Register last function as intrinsic. | Kaz Kylheku | 2014-03-23 | 5 | -0/+34 |
* | * eval.c (eval_init): Register empty as intrinsic. | Kaz Kylheku | 2014-03-23 | 5 | -3/+67 |
* | * eval.c (not_s): New symbol var. | Kaz Kylheku | 2014-03-23 | 3 | -5/+72 |