summaryrefslogtreecommitdiffstats
path: root/txr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix TEXT macro clash on Windows.Kaz Kylheku2015-08-141-0/+1
* Crafting a better parser-priming hack.Kaz Kylheku2015-08-121-0/+1
* Suppress debug stepping into auto-loaded library code.Kaz Kylheku2015-08-061-6/+22
* * txr.c (txr_main): Bugfix: debugger long option nonfunctional.Kaz Kylheku2015-08-061-1/+1
* Switching some globals to lexical and changing some names.Kaz Kylheku2015-08-031-4/+7
* * txr.c (txr_main): Bugfix: register *args-full*, the variableKaz Kylheku2015-08-031-0/+1
* Hash-bang support for .tl files.Kaz Kylheku2015-07-021-1/+1
* Adding anaphoric ifa macro.Kaz Kylheku2015-06-171-2/+5
* New --lisp option: treat unsuffixed files as Lisp.Kaz Kylheku2015-06-131-0/+4
* * txr.c (txr_main): Handle Lisp files.Kaz Kylheku2015-06-131-0/+3
* Preparing for lisp loading.Kaz Kylheku2015-06-101-2/+3
* Code simplification.Kaz Kylheku2015-06-081-10/+2
* * match.c (v_load): Call parse_once rater than parse.Kaz Kylheku2015-06-071-1/+1
* * Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines,Kaz Kylheku2015-05-071-2/+2
* Move initialization calls to more suitable place.Kaz Kylheku2015-05-011-9/+0
* New -n option. New "i" mode letter in file opening functions.Kaz Kylheku2015-03-291-0/+12
* * eval.c (prinl, pprinl): Become external functions.Kaz Kylheku2015-03-281-3/+8
* * txr.c (help): Added missing documentation for -e and -p.Kaz Kylheku2015-03-171-5/+16
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-2/+2
* * glob.c: New file.Kaz Kylheku2015-01-111-0/+4
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-241-1/+1
* Converting cast expressions to macros that are retargettedKaz Kylheku2014-10-171-1/+1
* C++ upkeep.Kaz Kylheku2014-10-141-1/+1
* * lib.c (compat_fixup): void return changed to int.Kaz Kylheku2014-09-101-4/+8
* * txr.c (help): List new --compat option.Kaz Kylheku2014-09-091-44/+71
* * txr.c (txr_main): Cleaning up option handling code.Kaz Kylheku2014-09-091-51/+81
* * txr.c (help): Revised help text.Kaz Kylheku2014-09-091-4/+5
* * gc.c (MALLOC_DELTA_THRESH): Macro remaned to DFL_MALLOC_DELTA_THRESH.Kaz Kylheku2014-09-081-0/+9
* * lib.c (symbol_setname): New static function.Kaz Kylheku2014-09-031-0/+1
* * txr.1: Document -C option.Kaz Kylheku2014-09-021-3/+17
* * eval.c (eval_init): Update registration of lisp-parse and readKaz Kylheku2014-09-021-2/+3
* Big switch to reentrant lexing and parsing.Kaz Kylheku2014-08-021-13/+10
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* * txr.c (txr_main): Allow Lisp code executed via -e and -p options toKaz Kylheku2014-07-141-2/+2
* * Makefile: install the LICENSE and METALICENSE files into the dataKaz Kylheku2014-07-071-0/+39
* * Makefile: Install share/txr/stdlib/*.txr material.Kaz Kylheku2014-06-121-0/+3
* * Makefile (txr.o): Pass TXR_VER preprocessor symbol on gcc commandKaz Kylheku2014-06-111-1/+1
* 2014-06-10 Kaz Kylheku <kaz@kylheku.com>Kaz Kylheku2014-06-101-4/+4
* * txr.c (get_self_path): Fix spelling of GetModuleFileName.Kaz Kylheku2014-06-101-3/+10
* New variable stdlib, with a sysroot mechanism to computeKaz Kylheku2014-06-091-0/+79
* * txr.c (txr_main): New option --args.Kaz Kylheku2014-06-091-0/+8
* The dumping of bindings and printing of false must nowKaz Kylheku2014-06-091-3/+5
* Version 89txr-89Kaz Kylheku2014-05-101-1/+1
* Update year in --help message.Kaz Kylheku2014-04-071-1/+1
* Version 88txr-88Kaz Kylheku2014-04-041-1/+1
* Version 87.txr-87Kaz Kylheku2014-03-221-1/+1
* Version 86.txr-86Kaz Kylheku2014-03-161-1/+1
* Version 85.txr-85Kaz Kylheku2014-03-081-1/+1
* Version 84.txr-84Kaz Kylheku2014-03-071-1/+1
* * lib.c (upop): New function.Kaz Kylheku2014-03-071-8/+8