summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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 throw used instead of throwf in defstruct.Kaz Kylheku2016-04-061-9/+9
* Diagnose bad supertype in defstruct.Kaz Kylheku2016-04-061-1/+6
* 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
* Revamp bad character messages in lexer.Kaz Kylheku2016-04-011-4/+15
* Wrap #if HAVE_SOCKETS around some functions.Kaz Kylheku2016-03-311-0/+4
* Bugfix: support abstract UNIX socket addresses on Linux.Kaz Kylheku2016-03-312-6/+39
* UTF-8 API overhaul: security, and other concerns.Kaz Kylheku2016-03-314-42/+40
* Define a sock-peer syntactic place.Kaz Kylheku2016-03-312-6/+49
* sock-set-peer shouldn't mark dgram sockets connected.Kaz Kylheku2016-03-311-1/+5
* Expose sock-set-peer function.Kaz Kylheku2016-03-311-0/+1
* Rename badly named socket-related internal funs.Kaz Kylheku2016-03-311-16/+16
* Version 137.txr-137Kaz Kylheku2016-03-306-304/+334
* linenoise: replace poor uses of size_t with int.Kaz Kylheku2016-03-291-76/+75
* Replace all stray C style casts with macros.Kaz Kylheku2016-03-298-76/+107
* 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-283-1/+45
* Adding rightmost item search functions.Kaz Kylheku2016-03-274-3/+373
* Doc fixes under condlet.Kaz Kylheku2016-03-261-6/+4
* Bugfix in error location reporting across macro expansions.Kaz Kylheku2016-03-261-2/+2
* Methods in time struct: time-local and time-utc.Kaz Kylheku2016-03-242-5/+66
* Mistake in time-string-local doc.Kaz Kylheku2016-03-241-2/+2
* Bugfix: lazy str printing not observing limit.Kaz Kylheku2016-03-241-0/+4
* 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
* Fix ctype.h functions misapplied to wide characters.Kaz Kylheku2016-03-231-3/+3
* Merge some repeated code.Kaz Kylheku2016-03-221-31/+20
* New semantics for @(if) directive.Kaz Kylheku2016-03-224-46/+107
* Version 136.txr-136Kaz Kylheku2016-03-206-132/+169
* Improve documentation of file open modes.Kaz Kylheku2016-03-201-73/+82
* Improve treatment of open mode in tail streams.Kaz Kylheku2016-03-191-2/+9
* Permissive stream open mode strings.Kaz Kylheku2016-03-194-43/+66
* Size mode meaningful in datagram sockets.Kaz Kylheku2016-03-194-12/+48
* Nuke accidental tabs.Kaz Kylheku2016-03-191-9/+9
* Buffer size digit in file open mode string.Kaz Kylheku2016-03-193-3/+40
* Sockets are r+b by default, not r+.Kaz Kylheku2016-03-182-2/+11
* New l and u letters in stream open mode strings.Kaz Kylheku2016-03-183-15/+64
* Support binding in @(repeat)/@(rep) :vars.Kaz Kylheku2016-03-164-9/+99
* Bugfix and @(repeat) and @(rep).Kaz Kylheku2016-03-161-1/+1
* Timeout parameter in sock-accept.Kaz Kylheku2016-03-152-8/+48
* Make connect interruptible and support timeout.Kaz Kylheku2016-03-152-4/+75
* Bugfix: set errno to zero in stdio_unget_byte.Kaz Kylheku2016-03-151-0/+1