summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Makefile: detect when y.tab.h doesn't change.Kaz Kylheku2017-04-191-0/+5
* New buffer data type.Kaz Kylheku2017-04-164-4/+71
* Bugfix: incorrect substitution in suspend macro.Kaz Kylheku2017-04-151-1/+1
* Bugfix expansion: return-from, sys:abscond-from, block*.Kaz Kylheku2017-04-151-3/+8
* Protect internal symbols from uninterning.Kaz Kylheku2017-04-154-3/+273
* Make it a warning only when built-ins redefined.Kaz Kylheku2017-04-141-4/+4
* Honor *print-circle* disabling in print methods.Kaz Kylheku2017-04-121-6/+10
* Bugfix: missing usr:end and usr:single symbols.Kaz Kylheku2017-04-111-0/+6
* New path slot in stat struct.Kaz Kylheku2017-04-085-15/+40
* parser: add some error cases to hash notations.Kaz Kylheku2017-04-081-1/+9
* parser: refactor grammar to banish #[] etc.Kaz Kylheku2017-04-071-16/+26
* listener: :p and :prompt commands.Kaz Kylheku2017-04-062-0/+42
* Indexing in variable subst applies to any sequence.Kaz Kylheku2017-04-053-14/+47
* quasiliterals: issue in printing embedded syms.Kaz Kylheku2017-04-051-28/+35
* Version 174.txr-174Kaz Kylheku2017-04-046-78/+118
* parser: C++ regression.Kaz Kylheku2017-04-041-30/+30
* Connect -n option to linenoise noninteractive mode.Kaz Kylheku2017-04-043-1/+21
* linenoise: support forcing of noninteractive mode.Kaz Kylheku2017-04-042-1/+14
* parser: bugfix: don't scan @NUM in QSPECIAL state.Kaz Kylheku2017-04-041-3/+6
* New time-parse-local and time-parse-utc functions.Kaz Kylheku2017-04-044-6/+56
* linenoise: bugfix: use persistent stream for non-tty.Kaz Kylheku2017-04-031-12/+18
* apply and iapply bugfix: split sequences into args.Kaz Kylheku2017-04-032-3/+21
* doc: add notes to copy-struct.Kaz Kylheku2017-04-031-0/+42
* doc: hash-update grammar.Kaz Kylheku2017-04-021-1/+1
* doc: run-on paragraph under car, cdr, nullfiy method.Kaz Kylheku2017-04-021-1/+3
* doc: clarify behavior of mutated keys in hashing.Kaz Kylheku2017-04-021-3/+27
* parser: fix a...b syntax error.Kaz Kylheku2017-04-021-0/+6
* parser: do not reject 0.1..0.2 range.Kaz Kylheku2017-04-021-2/+1
* parser: diagnose syntax like 0.1.2 and .1.1.Kaz Kylheku2017-04-021-3/+3
* Bugfix: .1 treated as dot if preceded by space.Kaz Kylheku2017-04-021-4/+4
* Get rid of config/ directory.Kaz Kylheku2017-03-312-124/+115
* build: defend against $(top_srcdir) interference.Kaz Kylheku2017-03-311-0/+11
* Fix broken out-of-tree build.Kaz Kylheku2017-03-311-1/+2
* Important improvement in opip: support slot access.Kaz Kylheku2017-03-292-2/+11
* Package prefix handling on directive symbols.Kaz Kylheku2017-03-272-30/+161
* Lexer refactoring: special syntax tokens.Kaz Kylheku2017-03-271-90/+43
* Version 173.txr-173Kaz Kylheku2017-03-256-148/+182
* termios: broken go-cbreak method.Kaz Kylheku2017-03-251-1/+1
* Windows: improve 16x16 icon.Kaz Kylheku2017-03-242-0/+0
* Windows: shortcuts should start in user profile dir.Kaz Kylheku2017-03-241-0/+1
* doc: cross reference call-finalizers.Kaz Kylheku2017-03-241-0/+4
* doc: reference to nonexistent special var.Kaz Kylheku2017-03-241-2/+2
* Short-circuit lisp-1 expander for atoms.Kaz Kylheku2017-03-241-0/+3
* bugfix: neglected unbound warnings in DWIM syntax.Kaz Kylheku2017-03-241-0/+4
* trace: wrong function printed in traces.Kaz Kylheku2017-03-241-3/+4
* Some basic tests for finalization.Kaz Kylheku2017-03-242-0/+105
* Warn when a nonexistent slot is referenced.Kaz Kylheku2017-03-233-10/+89
* call-finalizers: allow recursion.Kaz Kylheku2017-03-232-41/+76
* Bind variable during directive delimited match.Kaz Kylheku2017-03-222-1/+48
* Remove useless consume_prefix call.Kaz Kylheku2017-03-221-2/+0