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
*
Copyright year bump 2021.
Kaz Kylheku
2021-01-14
1
-2
/
+2
*
Different banner text for plain mode.
Kaz Kylheku
2020-07-24
1
-2
/
+6
*
More reasonable fallback for self path: revisited.
Kaz Kylheku
2020-07-14
1
-0
/
+5
*
c_num: now takes self argument.
Kaz Kylheku
2020-06-29
1
-3
/
+3
*
Replace trivial format(nil, ...) with simpler ops.
Kaz Kylheku
2020-05-30
1
-9
/
+7
*
internals: rename misnamed curry_* functions.
Kaz Kyheku
2020-03-17
1
-1
/
+1
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
1
-2
/
+2
*
lib: streamline interning slightly.
Kaz Kylheku
2019-08-20
1
-1
/
+1
*
txr: regression: lack of file name in error messages.
Kaz Kylheku
2019-07-22
1
-1
/
+1
*
bugfix: source lineno off by one under hash bang.
Kaz Kylheku
2019-04-21
1
-3
/
+8
*
parser: always use stream-associated parser for parse_once.
Kaz Kylheku
2019-04-21
1
-6
/
+8
*
debugger: initial backtrace support.
Kaz Kylheku
2019-04-16
1
-1
/
+14
*
cmdline: intercept errors from compiled files.
Kaz Kylheku
2019-04-16
1
-1
/
+9
*
cmdline: use handler instead of catch for errors.
Kaz Kylheku
2019-04-16
1
-3
/
+2
*
repl: groundwork for recursive listener invocation.
Kaz Kylheku
2019-04-08
1
-1
/
+1
*
sysrooting: trailing slash needed on directory.
Kaz Kylheku
2019-02-16
1
-0
/
+4
*
txr-exe-path: New variable.
Kaz Kylheku
2019-02-15
1
-0
/
+1
*
command line: support -f in Hash Bang Null Hack.
Kaz Kylheku
2019-01-28
1
-3
/
+5
*
command line: improve -c option diagnostic.
Kaz Kylheku
2019-01-28
1
-2
/
+2
*
command line: better diagnosis for --args and --eargs
Kaz Kylheku
2019-01-28
1
-3
/
+15
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
1
-1
/
+1
*
Drastically reduce inclusion of <dirent.h>.
Kaz Kylheku
2018-12-11
1
-1
/
+0
*
Better identify functions that misuse COBJ-s and hashes.
Kaz Kylheku
2018-11-07
1
-4
/
+5
*
bugfix: error on empty script file.
Kaz Kylheku
2018-11-05
1
-8
/
+12
*
Hide deprecated, undocumented variables.
Kaz Kylheku
2018-10-30
1
-1
/
+2
*
initialization: use self_path_s instead of re-interning.
Kaz Kylheku
2018-10-30
1
-1
/
+1
*
Replace informality in command line help.
Kaz Kylheku
2018-05-24
1
-1
/
+1
*
More reasonable fallback for self path.
Kaz Kylheku
2018-05-04
1
-9
/
+1
*
bugfix: correcly obtain self path on Solaris.
Kaz Kylheku
2018-05-04
1
-0
/
+8
*
Mac-OS: replace nonworking method of getting self-path.
Kaz Kylheku
2018-05-04
1
-0
/
+13
*
Application code is now in a package called pub.
Kaz Kylheku
2018-04-09
1
-1
/
+2
*
Implement compiled file loading.
Kaz Kylheku
2018-04-04
1
-2
/
+10
*
Eliminate always false expression.
Kaz Kylheku
2018-02-16
1
-1
/
+1
*
Copyright year bump 2018.
Kaz Kylheku
2018-02-15
1
-1
/
+1
*
tprint and -t option: handle infinite list.
Kaz Kylheku
2017-10-12
1
-3
/
+9
*
txr -i honored despite parse-time exception.
Kaz Kylheku
2017-09-06
1
-7
/
+25
*
Revising out-of-memory handling.
Kaz Kylheku
2017-08-18
1
-14
/
+1
*
Update banner to inform about cheatsheet command.
Kaz Kylheku
2017-06-14
1
-1
/
+1
*
Refactoring hash bang support; hash bang null hack.
Kaz Kylheku
2017-05-30
1
-64
/
+65
*
command line: --eargs semantics change.
Kaz Kylheku
2017-05-30
1
-3
/
+2
*
New variable: *args-eff*.
Kaz Kylheku
2017-05-30
1
-3
/
+19
*
Adding base-name and dir-name functions.
Kaz Kylheku
2017-05-21
1
-7
/
+1
*
Connect -n option to linenoise noninteractive mode.
Kaz Kylheku
2017-04-04
1
-0
/
+2
*
Bugfix: missing warnings when main file is .txr.
Kaz Kylheku
2017-03-22
1
-2
/
+2
*
Better way for releasing deferred warnings.
Kaz Kylheku
2017-02-10
1
-2
/
+2
*
Suppress undef warnings in command line file.
Kaz Kylheku
2017-01-29
1
-0
/
+3
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
1
-2
/
+2
*
Enable unbound warnings when expanding TXR code.
Kaz Kylheku
2017-01-22
1
-0
/
+4
*
Streamline repeated intern call in txr_main.
Kaz Kylheku
2017-01-22
1
-3
/
+4
*
Deferred warnings.
Kaz Kylheku
2017-01-13
1
-0
/
+2
[next]