summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bugfix: missing warnings when main file is .txr.Kaz Kylheku2017-03-222-2/+5
* listener: completion sensitive for slots and methods.Kaz Kylheku2017-03-216-12/+74
* Version 172.txr-172Kaz Kylheku2017-03-196-698/+753
* Restore package and package alist in handlers.Kaz Kylheku2017-03-183-0/+39
* Use original *packages-alist* value for auto-load.Kaz Kylheku2017-03-181-0/+1
* Sandboxing support via *package-alist*.Kaz Kylheku2017-03-174-12/+84
* Rename badly named default_bool_argKaz Kylheku2017-03-1716-65/+65
* linenoise: close descriptor before external edit.Kaz Kylheku2017-03-171-1/+6
* trace: implement redefinition checks.Kaz Kylheku2017-03-176-0/+40
* trace: detect inheritance, change name and warn.Kaz Kylheku2017-03-171-10/+32
* Document opt function.Kaz Kylheku2017-03-171-0/+38
* New function: static-slot-home.Kaz Kylheku2017-03-163-0/+61
* structs: remove unused param from some functions.Kaz Kylheku2017-03-161-20/+19
* Fix misleading "no such slot" for static slot lookup.Kaz Kylheku2017-03-161-2/+8
* TXR query for cleaning Inkscape SVG.Kaz Kylheku2017-03-161-0/+41
* Seal transparent areas of 16x16 icon.Kaz Kylheku2017-03-162-0/+0
* Icon refresh.Kaz Kylheku2017-03-154-1/+106
* umask: arg optional, return old value.Kaz Kylheku2017-03-151-3/+7
* parser: support uref dot as top-level expr.Kaz Kylheku2017-03-151-0/+8
* parser: factor repeated uref-related code.Kaz Kylheku2017-03-151-32/+20
* Version 171.txr-171Kaz Kylheku2017-03-146-574/+633
* doc: typeset references to directives as code/codn.Kaz Kylheku2017-03-141-26/+74