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
/
parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
New function: txr-parse.
Kaz Kylheku
2020-04-02
1
-0
/
+41
*
listener: if no new lines, don't save history.
Kaz Kylheku
2020-02-18
1
-1
/
+1
*
listener: save history early with :save command.
Kaz Kylheku
2020-02-18
1
-15
/
+26
*
listener: append to .txr_history instead of clobbering.
Kaz Kyheku
2020-02-18
1
-4
/
+11
*
repl: catch exceptions during completion.
Kaz Kylheku
2020-02-04
1
-2
/
+14
*
fstat: turn into true alias.
Kaz Kylheku
2020-02-04
1
-1
/
+1
*
sysif: fix inappropriate use of w_ convention.
Kaz Kylheku
2020-01-15
1
-1
/
+1
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
1
-1
/
+1
*
listener: C++ enum issue.
Kaz Kylheku
2019-12-13
1
-1
/
+1
*
load: bug: source loc gathered for .tlo files.
Kaz Kylheku
2019-11-29
1
-1
/
+3
*
listener: fix buggy balanced line check.
Kaz Kylheku
2019-11-24
1
-2
/
+7
*
lib: use stack-allocated hash iterators everywhere.
Kaz Kylheku
2019-11-01
1
-4
/
+9
*
circle notation: use faster access in backpatch.
Kaz Kylheku
2019-10-25
1
-7
/
+5
*
circle notation: recycle conses in backpatching.
Kaz Kylheku
2019-10-24
1
-2
/
+8
*
circle notation: some backpatching optimizations.
Kaz Kylheku
2019-10-21
1
-6
/
+13
*
parser: use eq-based hash for circular notation.
Kaz Kylheku
2019-10-11
1
-1
/
+1
*
tree: circular notation support.
Kaz Kylheku
2019-10-07
1
-0
/
+25
*
circle notation: bugfix for hash_userdata.
Kaz Kylheku
2019-10-07
1
-0
/
+3
*
New data type: tnode.
Kaz Kylheku
2019-09-22
1
-0
/
+25
*
parser: bugfix: uninitialized ignore flag.
Kaz Kylheku
2019-08-20
1
-0
/
+1
*
parser: rename circ_suppress flag.
Kaz Kylheku
2019-08-18
1
-1
/
+1
*
listener: don't flush lines when writing files.
Kaz Kylheku
2019-08-12
1
-1
/
+11
*
txr: regression: lack of file name in error messages.
Kaz Kylheku
2019-07-22
1
-6
/
+9
*
regression: unsuffixed cmdline arg treated as Lisp.
Kaz Kylheku
2019-06-10
1
-8
/
+14
*
loading: try unsuffixed files directly last.
Kaz Kylheku
2019-05-01
1
-34
/
+41
*
lib: more nuanced file access errors.
Kaz Kylheku
2019-05-01
1
-1
/
+2
*
bugfix: source lineno off by one under hash bang.
Kaz Kylheku
2019-04-21
1
-0
/
+8
*
parser: always use stream-associated parser for parse_once.
Kaz Kylheku
2019-04-21
1
-4
/
+4
*
exceptions: allow description field in catch frames.
Kaz Kylheku
2019-04-10
1
-1
/
+1
*
repl: groundwork for recursive listener invocation.
Kaz Kylheku
2019-04-08
1
-7
/
+17
*
listener: ensure history and temp files are rw-------.
Kaz Kylheku
2019-03-26
1
-3
/
+10
*
listener: return value regression.
Kaz Kylheku
2019-03-01
1
-2
/
+2
*
listener: fix buffer overflow loading overlong history line.
Kaz Kylheku
2019-03-01
1
-6
/
+1
*
parser: gc bug in handling circular notation.
Kaz Kylheku
2019-02-24
1
-1
/
+3
*
listener: fix hang when stringifying output.
Kaz Kylheku
2019-02-21
1
-1
/
+2
*
listener: fix buffer overflow reading external file.
Kaz Kylheku
2019-02-15
1
-6
/
+1
*
Optimize hash operation with unsafe car/cdr.
Kaz Kylheku
2019-02-14
1
-3
/
+3
*
gethash_c: review uses and improve or replace.
Kaz Kylheku
2019-02-14
1
-8
/
+8
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
1
-1
/
+1
*
Eliminate ALLOCA_H.
Kaz Kylheku
2018-12-31
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
-23
/
+28
*
compiler: optimize dwim.
Kaz Kylheku
2018-11-04
1
-1
/
+1
*
listener: use temp file when saving history.
Kaz Kylheku
2018-11-02
1
-2
/
+8
*
listener: avoid unnecessary string duplication.
Kaz Kylheku
2018-11-02
1
-2
/
+1
*
repl: bugfix: abort on window size change.
Kaz Kylheku
2018-10-31
1
-3
/
+21
*
repl: allocate the "catch all" exception list once.
Kaz Kylheku
2018-10-31
1
-5
/
+3
*
compiler: use symtab caching for global lexicals.
Kaz Kylheku
2018-10-26
1
-1
/
+1
*
load: do not record source location for compiled files.
Kaz Kylheku
2018-06-21
1
-1
/
+6
*
bugfix: fatal exception on missing .txr_history.
Kaz Kylheku
2018-05-27
1
-2
/
+10
[next]