summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix error handling in dgram case of sock-accept.Kaz Kylheku2016-04-141-10/+11
* Socket mode strings defaulted and checked.Kaz Kylheku2016-04-141-6/+12
* Adding fmt function.Kaz Kylheku2016-04-143-0/+24
* Trace expansion more in expansion-time errors.Kaz Kylheku2016-04-131-5/+32
* Bugfix: track origin for built-in macros.Kaz Kylheku2016-04-131-0/+1
* More thorough job of tracking expansion origins.Kaz Kylheku2016-04-131-7/+6
* Improved window-map doc.Kaz Kylheku2016-04-131-6/+6
* Fix wrong documentation for window-map.Kaz Kylheku2016-04-131-7/+5
* Broken argument handling in umethod.Kaz Kylheku2016-04-131-2/+3
* lib-version variable doesn't autoloadKaz Kylheku2016-04-121-1/+1
* Formatting in defstruct documentation.Kaz Kylheku2016-04-121-10/+1
* Don't expand replacements of symbol macros.Kaz Kylheku2016-04-122-5/+8
* Harden glob: continuations, exceptions, re-entry.Kaz Kylheku2016-04-112-1/+38
* Remove frame popping action from uw_continue.Kaz Kylheku2016-04-112-6/+4
* Typo in comment.Kaz Kylheku2016-04-111-1/+1
* Better handling of dot position function calls.Kaz Kylheku2016-04-112-31/+110
* Fix more macro name misspellings in manual.Dave Love2016-04-101-10/+10
* New frame type to block bad unwinding and cont capture.Kaz Kylheku2016-04-082-4/+32
* Remove patch-related function from configure.Kaz Kylheku2016-04-081-18/+0
* Allow symbol macro in function call dot position.Kaz Kylheku2016-04-072-1/+19
* 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