index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
txr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header file cleanup.
Kaz Kylheku
2016-01-22
1
-2
/
+0
*
Copyright year bump.
Kaz Kylheku
2015-12-31
1
-1
/
+1
*
New --debug-expansion option.
Kaz Kylheku
2015-12-18
1
-0
/
+11
*
TXR_COMPAT option.
Kaz Kylheku
2015-11-20
1
-0
/
+23
*
Stop using C library setjmp/longjmp.
Kaz Kylheku
2015-10-25
1
-1
/
+0
*
Most uses of auto_str should be static_str.
Kaz Kylheku
2015-10-16
1
-3
/
+3
*
Go into listener if no arguments are given.
Kaz Kylheku
2015-10-13
1
-0
/
+24
*
Capitalization in help text.
Kaz Kylheku
2015-10-13
1
-3
/
+3
*
Bugfix: *args* not bound for command line expressions.
Kaz Kylheku
2015-09-10
1
-2
/
+7
*
Bugfix: make self-path visible to Lisp.
Kaz Kylheku
2015-09-10
1
-2
/
+5
*
C++: fix goto repl which skips initializations.
Kaz Kylheku
2015-09-09
1
-3
/
+3
*
Wrap call to repl with #if HAVE_TERMIOS.
Kaz Kylheku
2015-09-09
1
-0
/
+2
*
Go into repl after processing txr file also.
Kaz Kylheku
2015-09-07
1
-2
/
+9
*
Enter repl after processing options and loading file.
Kaz Kylheku
2015-09-07
1
-3
/
+15
*
Better stream name for command line expressions.
Kaz Kylheku
2015-09-06
1
-2
/
+3
*
Syntax errors refer to REPL line number.
Kaz Kylheku
2015-09-05
1
-2
/
+3
*
Basic REPL based on linenoise.
Kaz Kylheku
2015-09-05
1
-0
/
+12
*
Document previously undocumented command line options.
Kaz Kylheku
2015-08-24
1
-0
/
+3
*
New --yydebug option.
Kaz Kylheku
2015-08-24
1
-0
/
+14
*
Fix TEXT macro clash on Windows.
Kaz Kylheku
2015-08-14
1
-0
/
+1
*
Crafting a better parser-priming hack.
Kaz Kylheku
2015-08-12
1
-0
/
+1
*
Suppress debug stepping into auto-loaded library code.
Kaz Kylheku
2015-08-06
1
-6
/
+22
*
* txr.c (txr_main): Bugfix: debugger long option nonfunctional.
Kaz Kylheku
2015-08-06
1
-1
/
+1
*
Switching some globals to lexical and changing some names.
Kaz Kylheku
2015-08-03
1
-4
/
+7
*
* txr.c (txr_main): Bugfix: register *args-full*, the variable
Kaz Kylheku
2015-08-03
1
-0
/
+1
*
Hash-bang support for .tl files.
Kaz Kylheku
2015-07-02
1
-1
/
+1
*
Adding anaphoric ifa macro.
Kaz Kylheku
2015-06-17
1
-2
/
+5
*
New --lisp option: treat unsuffixed files as Lisp.
Kaz Kylheku
2015-06-13
1
-0
/
+4
*
* txr.c (txr_main): Handle Lisp files.
Kaz Kylheku
2015-06-13
1
-0
/
+3
*
Preparing for lisp loading.
Kaz Kylheku
2015-06-10
1
-2
/
+3
*
Code simplification.
Kaz Kylheku
2015-06-08
1
-10
/
+2
*
* match.c (v_load): Call parse_once rater than parse.
Kaz Kylheku
2015-06-07
1
-1
/
+1
*
* Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines,
Kaz Kylheku
2015-05-07
1
-2
/
+2
*
Move initialization calls to more suitable place.
Kaz Kylheku
2015-05-01
1
-9
/
+0
*
New -n option. New "i" mode letter in file opening functions.
Kaz Kylheku
2015-03-29
1
-0
/
+12
*
* eval.c (prinl, pprinl): Become external functions.
Kaz Kylheku
2015-03-28
1
-3
/
+8
*
* txr.c (help): Added missing documentation for -e and -p.
Kaz Kylheku
2015-03-17
1
-5
/
+16
*
Update copyright notices from 2014 to 2015.
Kaz Kylheku
2015-02-01
1
-2
/
+2
*
* glob.c: New file.
Kaz Kylheku
2015-01-11
1
-0
/
+4
*
* Makefile: Removing trailing spaces.
Kaz Kylheku
2014-10-24
1
-1
/
+1
*
Converting cast expressions to macros that are retargetted
Kaz Kylheku
2014-10-17
1
-1
/
+1
*
C++ upkeep.
Kaz Kylheku
2014-10-14
1
-1
/
+1
*
* lib.c (compat_fixup): void return changed to int.
Kaz Kylheku
2014-09-10
1
-4
/
+8
*
* txr.c (help): List new --compat option.
Kaz Kylheku
2014-09-09
1
-44
/
+71
*
* txr.c (txr_main): Cleaning up option handling code.
Kaz Kylheku
2014-09-09
1
-51
/
+81
*
* txr.c (help): Revised help text.
Kaz Kylheku
2014-09-09
1
-4
/
+5
*
* gc.c (MALLOC_DELTA_THRESH): Macro remaned to DFL_MALLOC_DELTA_THRESH.
Kaz Kylheku
2014-09-08
1
-0
/
+9
*
* lib.c (symbol_setname): New static function.
Kaz Kylheku
2014-09-03
1
-0
/
+1
*
* txr.1: Document -C option.
Kaz Kylheku
2014-09-02
1
-3
/
+17
*
* eval.c (eval_init): Update registration of lisp-parse and read
Kaz Kylheku
2014-09-02
1
-2
/
+3
[next]