summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile (txr-manpage.pdf): New target.Kaz Kylheku2014-09-222-0/+7
* * txr.1: Fix version.Kaz Kylheku2014-09-131-1/+1
* * txr.1: Quoting issue, reported by groff.Kaz Kylheku2014-09-121-1/+1
* * lib.c (compat_fixup): void return changed to int.Kaz Kylheku2014-09-105-7/+28
* * txr.c (help): List new --compat option.Kaz Kylheku2014-09-093-44/+85
* * txr.c (txr_main): Cleaning up option handling code.Kaz Kylheku2014-09-092-51/+86
* * eval.c (eval_init): Register intrinsic partition* function.Kaz Kylheku2014-09-095-0/+131
* * eval.c (eval_init): Register intrinsic partition function.Kaz Kylheku2014-09-095-0/+110
* * txr.c (help): Revised help text.Kaz Kylheku2014-09-092-4/+9
* * gc.c (MALLOC_DELTA_THRESH): Macro remaned to DFL_MALLOC_DELTA_THRESH.Kaz Kylheku2014-09-088-4/+116
* Make the garbage collector aware of malloced bytes, toKaz Kylheku2014-09-062-3/+22
* * lib.c (symbol_setname): New static function.Kaz Kylheku2014-09-035-20/+85
* * txr.1: Document -C option.Kaz Kylheku2014-09-024-3/+40
* * eval.c (eval_init): Update registration of lisp-parse and readKaz Kylheku2014-09-029-13/+44
* * arith.c (arith_init): Register some variables: *flo-dig*,Kaz Kylheku2014-09-016-160/+223
* Version 97.txr-97Kaz Kylheku2014-08-295-3/+29
* * eval.c (expand_quasi): Regression: fix broken handlingKaz Kylheku2014-08-292-7/+8
* * match.c (v_load): Fix regression introduced in 94: broken @(load).Kaz Kylheku2014-08-292-1/+5
* * gc.c (top): Renamed to gc_prot_top, turned extern.Kaz Kylheku2014-08-254-7/+25
* GC correctness fixes: make sure we pin down objects for which we borrowKaz Kylheku2014-08-254-10/+59
* Version 96.txr-96Kaz Kylheku2014-08-146-13/+46
* Uprooting stupidities in handling of output variables.Kaz Kylheku2014-08-134-65/+36
* Fix regression in previous change: we must match a compound textKaz Kylheku2014-08-133-34/+46
* When a variable is delimited by some form other thanKaz Kylheku2014-08-122-95/+131
* First cut at restructuring how variable matching works in the patternKaz Kylheku2014-08-113-40/+36
* * filter.c (filter_init): Expose the trie-lookup-begin,Kaz Kylheku2014-08-093-0/+68
* Bugfix: ret operator does not generate functionsKaz Kylheku2014-08-083-2/+17
* Fix wrong date.Kaz Kylheku2014-08-081-1/+1
* Version 95.txr-95Kaz Kylheku2014-08-075-4/+24
* No getppid on MinGW.Kaz Kylheku2014-08-073-0/+35
* * parser.l (yyerr): Function removed; it is not used in the lexer,Kaz Kylheku2014-08-073-39/+47
* Reentrant parser regression.Kaz Kylheku2014-08-074-75/+75
* Version 94.txr-94Kaz Kylheku2014-08-057-79/+138
* * rand.c (make_random_state): Make the seeding behaviorKaz Kylheku2014-08-052-7/+20
* * eval.c (eval_init): Fix incorrect registration ofKaz Kylheku2014-08-052-1/+7
* * parser.y: Back port from Berkeley Yacc to GNU Bison.Kaz Kylheku2014-08-053-1/+15
* Big switch to reentrant lexing and parsing.Kaz Kylheku2014-08-026-420/+513
* * signal.c (interrupt_count): New global variable.Kaz Kylheku2014-08-022-1/+13
* * configure (have_sys_time): New variable.Kaz Kylheku2014-08-015-0/+136
* * signal.c (set_sig_handler): Don't use SA_ONSTACKKaz Kylheku2014-08-013-3/+13
* * signal.c (sig_hup, sig_int, sig_quit, sig_ill, sig_trap, sig_abrt,Kaz Kylheku2014-08-013-14/+11
* * eval.c (getpid_wrap, getppid_wrap): New static functions.Kaz Kylheku2014-07-304-0/+62
* * parser.l: Allow unquotes and splices in QSPECIAL and BRACED states.Kaz Kylheku2014-07-306-7/+45
* * txr.vim: Updated.Kaz Kylheku2014-07-301-100/+101
* * eval.c (eval_init): Register uniq function.Kaz Kylheku2014-07-295-0/+61
* * eval.c (repeatv): Renamed to repeat. Turned into functionKaz Kylheku2014-07-293-9/+27
* * arith.c (plus, minus, mul): Fix missing breaksKaz Kylheku2014-07-292-0/+12
* * eval.c (eval_init): Register nconc as intrinsic.Kaz Kylheku2014-07-295-3/+32
* * lib.c (reduce_left, reduce_right): Nullify incoming sequenceKaz Kylheku2014-07-292-0/+9
* * eval.c (giterate_func, giterate): Adjusting semantics of giterate toKaz Kylheku2014-07-293-15/+21