summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
...
* Treat comment lines in repl, and plug memory leak.Kaz Kylheku2015-09-111-2/+10
* New :read command in repl for direct stdin parse.Kaz Kylheku2015-09-111-0/+25
* Quit if input form is :quit not its value.Kaz Kylheku2015-09-111-1/+1
* Document some special keys supported by linenoise.Kaz Kylheku2015-09-111-2/+5
* linenoise: Ctrl-C cleanly cancels completion.Kaz Kylheku2015-09-111-3/+15
* Version 115.txr-115Kaz Kylheku2015-09-101-2/+2
* Fix misspelled :toinger filter.Kaz Kylheku2015-09-101-1/+1
* Bugfix: *args* not bound for command line expressions.Kaz Kylheku2015-09-101-8/+14
* Don't scan C source code for Lisp symbols.Kaz Kylheku2015-09-101-0/+38
* Bugfix: make self-path visible to Lisp.Kaz Kylheku2015-09-101-0/+21
* Formatting under new macro.Kaz Kylheku2015-09-091-0/+1
* Documented interactive listener.Kaz Kylheku2015-09-081-0/+343
* New functions, subtypep and typep.Kaz Kylheku2015-09-081-0/+144
* Random states of type random-state, not *random-state*.Kaz Kylheku2015-09-081-0/+8
* Debugger and compatibility now major sections.Kaz Kylheku2015-09-071-5/+7
* kill function returns boolean rather than integer.Kaz Kylheku2015-09-071-1/+11
* Adding raise function.Kaz Kylheku2015-09-071-0/+17
* Parse errors lose program prefix and parens.Kaz Kylheku2015-09-061-0/+10
* Version 114.txr-114Kaz Kylheku2015-09-021-2/+2
* Unix password database access.Kaz Kylheku2015-09-011-0/+79
* Document new time structure and functions.Kaz Kylheku2015-09-011-0/+65
* Documenting stat structure.Kaz Kylheku2015-09-011-25/+47
* Fix bad .meta/.metn formatting.Kaz Kylheku2015-09-011-5/+5
* Fix wrong description of :wholeKaz Kylheku2015-09-011-2/+32
* Struct documentation.Kaz Kylheku2015-08-311-5/+750
* Document alternation syntax.Kaz Kylheku2015-08-291-0/+8
* Fix duplication in manpage.Kaz Kylheku2015-08-251-15/+1
* Document previously undocumented command line options.Kaz Kylheku2015-08-241-0/+21
* Compatibility <= 107 allows redefinition of builtins.Kaz Kylheku2015-08-241-1/+6
* New function: shuffle.Kaz Kylheku2015-08-241-0/+21
* Use of new args for function calls in interpreter.Kaz Kylheku2015-08-231-12/+68
* Clarification about @rest in do/op syntax.Kaz Kylheku2015-08-231-9/+20
* Missing notes about global lexical variables.Kaz Kylheku2015-08-201-8/+43
* Wording in description of quasiquote.Kaz Kylheku2015-08-201-2/+2
* Version 113.txr-113Kaz Kylheku2015-08-141-2/+2
* Troff formatting macros must not generate control sequences.Kaz Kylheku2015-08-191-4/+4
* Fix man page markup errors.Dave Love2015-08-171-22/+22
* Improved wording about auto-loading.Kaz Kylheku2015-08-161-5/+6
* Allow slashes in regex passed to regex-parse.Kaz Kylheku2015-08-151-3/+32
* Formatting fix under clamp function.Kaz Kylheku2015-08-141-1/+1
* Version 112.txr-112Kaz Kylheku2015-08-141-2/+2
* New function, clamp.Kaz Kylheku2015-08-131-0/+38
* Observe display width in format.Kaz Kylheku2015-08-131-3/+23
* New display-width function.Kaz Kylheku2015-08-131-0/+27
* Floating-point constant tightening.Kaz Kylheku2015-08-121-3/+4
* Revision to .. syntax.Kaz Kylheku2015-08-121-21/+15
* Dot with no whitespace generates qref syntax.Kaz Kylheku2015-08-101-0/+41
* Version 111.txr-111Kaz Kylheku2015-08-081-2/+2
* Suppress debug stepping into auto-loaded library code.Kaz Kylheku2015-08-061-0/+7
* * txr.1: Formatting issue in in-line code block under giterate.Kaz Kylheku2015-08-051-1/+1