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
...
*
Fix some C style casts to use casting macros.
Kaz Kylheku
2016-12-07
1
-1
/
+1
*
Expose compat option value as sys:compat variable.
Kaz Kylheku
2016-11-29
1
-0
/
+2
*
Revive -b option for binding Lisp variables.
Kaz Kylheku
2016-11-20
1
-3
/
+21
*
Switch to user package before entering repl.
Kaz Kylheku
2016-11-14
1
-0
/
+1
*
Synchronize license comments with LICENSE.
Kaz Kylheku
2016-10-01
1
-16
/
+17
*
Overhaul of self-load-path mechanism.
Kaz Kylheku
2016-09-26
1
-2
/
+4
*
Change misleading missing license diagnostic.
Kaz Kylheku
2016-09-26
1
-3
/
+3
*
Bugfix: -Dvar=val not seen in some Lisp code.
Kaz Kylheku
2016-09-23
1
-0
/
+5
*
Address -c not working with --lisp.
Kaz Kylheku
2016-09-01
1
-0
/
+6
*
Preparations for bundling Cygwin library.
Kaz Kylheku
2016-06-27
1
-11
/
+25
*
New --free-all option for freeing memory on exit.
Kaz Kylheku
2016-06-07
1
-3
/
+19
*
The stdlib variable gets a trailing slash.
Kaz Kylheku
2016-06-05
1
-1
/
+9
*
Stand-alone application support.
Kaz Kylheku
2016-05-25
1
-18
/
+43
*
New variable: txr-path.
Kaz Kylheku
2016-05-25
1
-0
/
+7
*
Bugfix: strange diagostic for -B-c.
Kaz Kylheku
2016-05-23
1
-2
/
+7
*
Few more drop_privilege calls in txr_main.
Kaz Kylheku
2016-05-23
1
-0
/
+2
*
Help text upkeep.
Kaz Kylheku
2016-05-18
1
-0
/
+7
*
New feature: self-load-path symbol macro.
Kaz Kylheku
2016-05-18
1
-0
/
+2
*
*args*, *args-full* and self-path in listener.
Kaz Kylheku
2016-05-07
1
-8
/
+10
*
Copyright in --help text.
Kaz Kylheku
2016-05-05
1
-1
/
+1
*
Condense --help text.
Reini Urban
2016-05-05
1
-1
/
+0
*
Typo in --help.
Reini Urban
2016-05-05
1
-1
/
+1
*
New --reexec option.
Kaz Kylheku
2016-05-05
1
-0
/
+8
*
Fix treatment of "false" in out-of-memory handler.
Kaz Kylheku
2016-05-04
1
-1
/
+2
*
Calculate sysroot even if executable is renamed.
Kaz Kylheku
2016-05-04
1
-1
/
+17
*
Consolidate sysroot calculation.
Kaz Kylheku
2016-05-04
1
-16
/
+19
*
Implement setgid script support.
Kaz Kylheku
2016-05-02
1
-2
/
+2
*
Close source files after parsing.
Kaz Kylheku
2016-04-15
1
-0
/
+4
*
Adding --eargs mechanism.
Kaz Kylheku
2016-02-02
1
-1
/
+22
*
Support setuid operation.
Kaz Kylheku
2016-01-23
1
-1
/
+28
*
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
[prev]
[next]