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
*
Completion of fallback list implementation.
Kaz Kylheku
2016-11-16
1
-2
/
+28
*
Handle interpreted functions in circle printing.
Kaz Kylheku
2016-11-10
1
-0
/
+7
*
Implement *package* special var; package overhaul.
Kaz Kylheku
2016-11-08
1
-2
/
+2
*
New #; syntax for erasing following object.
Kaz Kylheku
2016-11-07
1
-1
/
+1
*
repl: don't send error trace to *stderr*.
Kaz Kylheku
2016-10-21
1
-1
/
+1
*
Check call graph circularity in circ_backpatch.
Kaz Kylheku
2016-10-20
1
-7
/
+13
*
Adding notation for cycles and shared structure.
Kaz Kylheku
2016-10-18
1
-1
/
+176
*
Detect cycles in rlcp_tree.
Kaz Kylheku
2016-10-18
1
-0
/
+10
*
listener: put each result into linenoise.
Kaz Kylheku
2016-10-12
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
-4
/
+3
*
Bugfix: -Dvar=val not seen in some Lisp code.
Kaz Kylheku
2016-09-23
1
-3
/
+7
*
Check for Cygnal when deciding where user home is.
Kaz Kylheku
2016-07-27
1
-19
/
+9
*
Handle two possible home dir locations on Cygwin.
Kaz Kylheku
2016-06-27
1
-1
/
+27
*
Handle nonexistent HOME env var in repl.
Kaz Kylheku
2016-06-27
1
-3
/
+3
*
Fix memory leak in parser object.
Kaz Kylheku
2016-06-07
1
-0
/
+1
*
Implement listener variable for selection style.
Kaz Kylheku
2016-05-19
1
-2
/
+5
*
New feature: self-load-path symbol macro.
Kaz Kylheku
2016-05-18
1
-0
/
+4
*
Regex syntax errors trigger exception.
Kaz Kylheku
2016-04-21
1
-1
/
+5
*
Close source files after parsing.
Kaz Kylheku
2016-04-15
1
-1
/
+4
*
Replace all stray C style casts with macros.
Kaz Kylheku
2016-03-29
1
-2
/
+2
*
Header file cleanup.
Kaz Kylheku
2016-01-22
1
-3
/
+0
*
Pastes produced using :read are now numbered.
Kaz Kylheku
2016-01-13
1
-4
/
+6
*
New internal function scat: variable arg cat_str.
Kaz Kylheku
2016-01-10
1
-3
/
+3
*
Copyright year bump.
Kaz Kylheku
2015-12-31
1
-1
/
+1
*
Fix regression in tab completion.
Kaz Kylheku
2015-12-30
1
-1
/
+1
*
Error reports trace through layers of macroexpansion.
Kaz Kylheku
2015-11-28
1
-25
/
+2
*
Report chain of macro-expansions in errors.
Kaz Kylheku
2015-11-25
1
-3
/
+12
*
Implementing *print-base* and ~d format directive.
Kaz Kylheku
2015-11-14
1
-3
/
+3
*
New iread function.
Kaz Kylheku
2015-11-07
1
-3
/
+27
*
Fix *listener-hist-len* in ~/.txr_profile not working.
Kaz Kylheku
2015-10-27
1
-3
/
+5
*
Stop using C library setjmp/longjmp.
Kaz Kylheku
2015-10-25
1
-1
/
+0
*
Bugfix: unterminated format argument list in repl code.
Kaz Kylheku
2015-10-18
1
-1
/
+1
*
New way of handling exceptions without unwinding.
Kaz Kylheku
2015-10-14
1
-1
/
+3
*
Interactive listener: substring completion.
Kaz Kylheku
2015-10-03
1
-1
/
+4
*
Treat .( and (( context in completion.
Kaz Kylheku
2015-09-27
1
-1
/
+3
*
Fix race in ~/.txr_profile security check.
Kaz Kylheku
2015-09-23
1
-8
/
+8
*
repl: give details about source of error exception.
Kaz Kylheku
2015-09-23
1
-0
/
+10
*
Atom insert feature.
Kaz Kylheku
2015-09-18
1
-0
/
+39
*
Set the tempfile suffix.
Kaz Kylheku
2015-09-18
1
-0
/
+1
*
Improved ~/.txr_profile checks, with security.
Kaz Kylheku
2015-09-18
1
-6
/
+15
*
Change how error locations are reported in REPL.
Kaz Kylheku
2015-09-17
1
-2
/
+2
*
Whitespace fix.
Kaz Kylheku
2015-09-17
1
-1
/
+1
*
Listener configuration variables.
Kaz Kylheku
2015-09-17
1
-0
/
+12
*
Implement ~/.txr_profile mechanism.
Kaz Kylheku
2015-09-13
1
-0
/
+34
*
Don't supply trivial completion which matches prefix.
Kaz Kylheku
2015-09-13
1
-0
/
+3
*
Treat comment lines in repl, and plug memory leak.
Kaz Kylheku
2015-09-11
1
-2
/
+14
*
New :read command in repl for direct stdin parse.
Kaz Kylheku
2015-09-11
1
-1
/
+23
*
Better EOF check in read-eval stream function.
Kaz Kylheku
2015-09-11
1
-1
/
+10
*
Quit if input form is :quit not its value.
Kaz Kylheku
2015-09-11
1
-2
/
+2
[next]