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
*
Copyright year bump 2018.
Kaz Kylheku
2018-02-15
1
-1
/
+1
*
New listener variable: *listener-pprint-s*.
Kaz Kylheku
2018-02-12
1
-1
/
+6
*
Use rplaca and rplacd instead of set over car_l/cdr_l.
Kaz Kylheku
2018-01-01
1
-1
/
+1
*
read, iread: source location recording now conditional.
Kaz Kylheku
2017-12-29
1
-4
/
+20
*
listener: handle incomplete buf literals.
Kaz Kylheku
2017-07-30
1
-1
/
+23
*
listener: inform linenoise of incomplete syntax.
Kaz Kylheku
2017-06-16
1
-1
/
+151
*
Refactoring hash bang support; hash bang null hack.
Kaz Kylheku
2017-05-30
1
-12
/
+2
*
cobj: rename poorly named default operation.
Kaz Kylheku
2017-05-15
1
-1
/
+1
*
listener: :p and :prompt commands.
Kaz Kylheku
2017-04-06
1
-0
/
+8
*
Connect -n option to linenoise noninteractive mode.
Kaz Kylheku
2017-04-04
1
-0
/
+3
*
listener: completion sensitive for slots and methods.
Kaz Kylheku
2017-03-21
1
-8
/
+19
*
Rename badly named default_bool_arg
Kaz Kylheku
2017-03-17
1
-4
/
+4
*
Better way for releasing deferred warnings.
Kaz Kylheku
2017-02-10
1
-1
/
+1
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
Dump deferred warnings in eval_intrinsic.
Kaz Kylheku
2017-01-15
1
-2
/
+9
*
Rebind *stderr* on entry into repl.
Kaz Kylheku
2017-01-15
1
-0
/
+4
*
Deferred warnings.
Kaz Kylheku
2017-01-13
1
-3
/
+11
*
parser: fix problems at EOF involving #; syntax.
Kaz Kylheku
2016-12-06
1
-10
/
+29
*
Expander warns about unbound variables.
Kaz Kylheku
2016-11-26
1
-0
/
+12
*
bugfix: reading hash literals with circ notation.
Kaz Kylheku
2016-11-23
1
-1
/
+12
*
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
[next]