summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
...
* Version 119.txr-119Kaz Kylheku2015-10-101-2/+2
* New macro: with-objects.Kaz Kylheku2015-10-101-0/+49
* Add note to :init and :fini.Kaz Kylheku2015-10-091-0/+14
* Various stream-related with- macros introduced.Kaz Kylheku2015-10-081-0/+171
* Adding defex macro and related functions.Kaz Kylheku2015-10-081-0/+125
* Add note to Limitations of interactive listener.Kaz Kylheku2015-10-081-0/+3
* Doc fixes: interactive listener section.Kaz Kylheku2015-10-071-3/+4
* Adding promisep function.Kaz Kylheku2015-10-071-0/+21
* New function: reset-struct.Kaz Kylheku2015-10-061-0/+33
* New function: replace-struct.Kaz Kylheku2015-10-061-0/+42
* New function: clear-struct.Kaz Kylheku2015-10-061-0/+18
* New function: call-finalizers.Kaz Kylheku2015-10-061-0/+17
* Fix misleading documentation under if/iffi.Kaz Kylheku2015-10-061-4/+4
* New function, expand-right.Kaz Kylheku2015-10-061-0/+72
* New function: ginterate.Kaz Kylheku2015-10-061-1/+17
* New functions take, drop, {take,drop}-{while,until}.Kaz Kylheku2015-10-051-0/+181
* Copy lazy strings without forcing.Kaz Kylheku2015-10-051-0/+12
* Optional arguments in boa construction.Kaz Kylheku2015-10-041-3/+34
* Interactive listener: substring completion.Kaz Kylheku2015-10-031-3/+29
* Missing formatting added under meth.Kaz Kylheku2015-10-031-1/+1
* slot-p renamed to slotp, conforming with Lisp conventions.Kaz Kylheku2015-10-031-3/+12
* Missing compatibility notes.Kaz Kylheku2015-10-031-0/+6
* New umeth and umethod macro and function.Kaz Kylheku2015-10-031-0/+81
* linenoise: Ctrl-X/Ctrl-[AWR] relative to hist pos.Kaz Kylheku2015-10-021-2/+8
* Struct methods and functions set up named block.Kaz Kylheku2015-10-021-1/+18
* linenoise: insert previous line command.Kaz Kylheku2015-10-021-0/+8
* Syntax formatting fixes in structs documentation.Kaz Kylheku2015-10-011-6/+6
* Version 118.txr-118Kaz Kylheku2015-10-011-2/+2
* linenoise: Ctrl-A/E overloaded in multi-line mode.Kaz Kylheku2015-10-011-2/+9
* Allow super to take an instance as an argument.Kaz Kylheku2015-10-011-2/+3
* New super-method function.Kaz Kylheku2015-10-011-0/+31
* Support for reverse order in finalization.Kaz Kylheku2015-10-011-18/+26
* Bad formatting in version 113 compat notes.Kaz Kylheku2015-09-301-1/+2
* Formatting fix in struct passwd and group headings.Kaz Kylheku2015-09-301-2/+2
* struct :init :fini specifiers.Kaz Kylheku2015-09-291-0/+58
* Implementation of static slots for structures.Kaz Kylheku2015-09-291-50/+349
* linenoise: backspace also causes parenthesis jump.Kaz Kylheku2015-09-271-0/+4
* linenoise: paren matching jump finds closes paren.Kaz Kylheku2015-09-271-2/+15
* linemode: multi-line behavior for Ctrl-A/Ctrl-E.Kaz Kylheku2015-09-251-0/+4
* Version 117.txr-117Kaz Kylheku2015-09-231-2/+2
* doc: note another race in path-private-to-me-pKaz Kylheku2015-09-231-1/+13
* doc: stat functions return structure.Kaz Kylheku2015-09-231-1/+1
* linenoise: forward paren jump too.Kaz Kylheku2015-09-221-2/+10
* linenoise: selection endpoint toggle with Ctrl-^.Kaz Kylheku2015-09-221-0/+8
* linenoise: jump to matching parenthesisKaz Kylheku2015-09-221-0/+12
* linenoise: new Ctrl-X Ctrl-K command to delete line.Kaz Kylheku2015-09-211-0/+7
* linenoise: multi-line behavior for del to bol/eol.Kaz Kylheku2015-09-211-3/+6
* linenoise: much more sane, per-history-item undo.Kaz Kylheku2015-09-211-19/+28
* linenoise: undo feature.Kaz Kylheku2015-09-201-0/+26
* linenoise: visual select and clipboard copy/paste.Kaz Kylheku2015-09-201-0/+101