summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Version 138.txr-138Kaz Kylheku2016-04-161-2/+2
* Improve sock-peer documentation.Kaz Kylheku2016-04-161-19/+20
* Doc for sys:abscond* references nonexistent sym.Kaz Kylheku2016-04-161-1/+1
* Notes on glob and exceptions.Kaz Kylheku2016-04-151-0/+19
* Glob-related variables wrongly documented as special.Kaz Kylheku2016-04-151-1/+1
* Adding ftw function.Kaz Kylheku2016-04-151-0/+194
* Macros obtain* and obtain*-block.Kaz Kylheku2016-04-151-0/+76
* Fix proper-listp to proper-list-p.Kaz Kylheku2016-04-141-6/+17
* Remove @(do) from Lisp examples.Kaz Kylheku2016-04-141-17/+15
* Fix incorrect example under umeth.Kaz Kylheku2016-04-141-2/+2
* New open-socket-pair function.Kaz Kylheku2016-04-141-0/+27
* Adding fmt function.Kaz Kylheku2016-04-141-0/+17
* Improved window-map doc.Kaz Kylheku2016-04-131-6/+6
* Fix wrong documentation for window-map.Kaz Kylheku2016-04-131-7/+5
* Formatting in defstruct documentation.Kaz Kylheku2016-04-121-10/+1
* Better handling of dot position function calls.Kaz Kylheku2016-04-111-19/+60
* Fix more macro name misspellings in manual.Dave Love2016-04-101-10/+10
* Allow symbol macro in function call dot position.Kaz Kylheku2016-04-071-0/+14
* Document improper lists as macro call forms.Kaz Kylheku2016-04-071-0/+36
* Example formatting under Dot Position in Function Calls.Kaz Kylheku2016-04-071-2/+2
* Dot position in function calls described in terms of apply.Kaz Kylheku2016-04-071-21/+29
* Mistake in apply example.Kaz Kylheku2016-04-071-1/+1
* Fix inappropriate references to tree-bind.Kaz Kylheku2016-04-051-3/+3
* Cramped parenthesis under suspend.Kaz Kylheku2016-04-051-2/+2
* Incorrect obtain-block heading.Kaz Kylheku2016-04-051-1/+1
* Bugfix: support abstract UNIX socket addresses on Linux.Kaz Kylheku2016-03-311-4/+34
* Define a sock-peer syntactic place.Kaz Kylheku2016-03-311-6/+43
* Version 137.txr-137Kaz Kylheku2016-03-301-2/+2
* Rewrite intro to delimited continuations.Kaz Kylheku2016-03-291-21/+114
* Incorrect typesetting for suspend macro syntax.Kaz Kylheku2016-03-291-1/+1
* Doc restructuring: Filesystem Access seection gone.Kaz Kylheku2016-03-281-237/+235
* New macro: lset.Kaz Kylheku2016-03-281-0/+31
* Adding rightmost item search functions.Kaz Kylheku2016-03-271-1/+79
* Doc fixes under condlet.Kaz Kylheku2016-03-261-6/+4
* Methods in time struct: time-local and time-utc.Kaz Kylheku2016-03-241-1/+38
* Mistake in time-string-local doc.Kaz Kylheku2016-03-241-2/+2
* HTML formatting issue in tree-case and tc.Kaz Kylheku2016-03-241-2/+2
* Stray word removed, and formatting fix.Kaz Kylheku2016-03-241-2/+2
* HTML issue in doc.Kaz Kylheku2016-03-241-1/+1
* New semantics for @(if) directive.Kaz Kylheku2016-03-221-35/+45
* Version 136.txr-136Kaz Kylheku2016-03-201-2/+2
* Improve documentation of file open modes.Kaz Kylheku2016-03-201-73/+82
* Permissive stream open mode strings.Kaz Kylheku2016-03-191-3/+31
* Size mode meaningful in datagram sockets.Kaz Kylheku2016-03-191-0/+26
* Buffer size digit in file open mode string.Kaz Kylheku2016-03-191-0/+13
* Sockets are r+b by default, not r+.Kaz Kylheku2016-03-181-1/+10
* New l and u letters in stream open mode strings.Kaz Kylheku2016-03-181-3/+30
* Support binding in @(repeat)/@(rep) :vars.Kaz Kylheku2016-03-161-6/+35
* Timeout parameter in sock-accept.Kaz Kylheku2016-03-151-1/+10
* Make connect interruptible and support timeout.Kaz Kylheku2016-03-151-1/+10