summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement socket timeouts.Kaz Kylheku2016-03-156-2/+80
* Bad formatting under sock-shutdown.Kaz Kylheku2016-03-151-0/+1
* @(output)_destination can be a stream.Kaz Kylheku2016-03-142-27/+37
* sock-connect return value change.Kaz Kylheku2016-03-142-2/+2
* All stdio streams get line buffering with i mode.Kaz Kylheku2016-03-143-6/+21
* Obsolete statement about datagram sockets in doc.Kaz Kylheku2016-03-141-2/+0
* Version 135.txr-135Kaz Kylheku2016-03-106-596/+627
* Workaround for apparent putc bug in Cygwin.Kaz Kylheku2016-03-101-0/+7
* Run IPv6 tests only on some operating systems.Kaz Kylheku2016-03-102-4/+11
* Mac OS X: must clear sockaddr in order to bind.Kaz Kylheku2016-03-101-0/+2
* Solaris: cannot sendto on connected dgram socket.Kaz Kylheku2016-03-101-2/+8
* Documenting datagram streams.Kaz Kylheku2016-03-091-0/+99
* Bugfix in setenv: default argument handling.Kaz Kylheku2016-03-081-1/+1
* Allow nil value in setenv.Kaz Kylheku2016-03-082-3/+51
* Record adapter passes through socket ops.Kaz Kylheku2016-03-071-0/+29
* Diagnose operations on closed socket.Kaz Kylheku2016-03-071-23/+42
* Revamped naming for socket streams.Kaz Kylheku2016-03-073-10/+88
* sock_accept: uninitialized socklen_t.Kaz Kylheku2016-03-071-1/+1
* Dgram test: multiple transfers on one stream, IPv6.Kaz Kylheku2016-03-072-0/+39
* Formatting under make-struct.Kaz Kylheku2016-03-071-1/+1
* Basic regression test case for sockets.Kaz Kylheku2016-03-074-0/+45
* gc bugs: more instances of wrong mutations.Kaz Kylheku2016-03-072-2/+2
* gc bug: prepared_msg field of struct parser.Kaz Kylheku2016-03-071-1/+2
* Show failing address in sock-connect error.Kaz Kylheku2016-03-071-2/+2
* Bugfix: incorrect error string from stdio streams.Kaz Kylheku2016-03-071-1/+1
* Fix signed/unsigned warning from g++.Kaz Kylheku2016-03-061-1/+1
* Special implementation of dgram socket streams.Kaz Kylheku2016-03-063-60/+494
* Refer to correct socket function names in errors.Kaz Kylheku2016-03-061-3/+3
* Bugfix: get-string closing stream when told not to.Kaz Kylheku2016-03-061-1/+1
* Move error check from operation to wrapper.Kaz Kylheku2016-03-061-3/+2
* Access to file descriptor now via stream virtual.Kaz Kylheku2016-03-063-18/+49
* Make stdio_mode type public.Kaz Kylheku2016-03-062-14/+16
* Fix in chk_manage_vec resizing from zero.Kaz Kylheku2016-03-061-1/+1