summaryrefslogtreecommitdiffstats
path: root/stream.c
Commit message (Expand)AuthorAgeFilesLines
* nuke trailing newlines from exception messages.Kaz Kylheku2016-10-071-5/+5
* small bug in format: handle missing format char.Kaz Kylheku2016-10-071-0/+2
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* New function pure-rel-path-p.Kaz Kylheku2016-09-271-0/+31
* New strlist list input stream type.Kaz Kylheku2016-09-241-0/+137
* Don't open text files using "t" mode on Cygwin.Kaz Kylheku2016-07-121-1/+1
* Dynamically determine whether shell is cmd.exe.Kaz Kylheku2016-06-301-1/+18
* We would like the Windows port of TXR to open files in textKaz Kylheku2016-06-281-0/+5
* Turn flags in struct stdio_handle into bitfields.Kaz Kylheku2016-05-291-3/+3
* Support ISO C stream direction switching rules.Kaz Kylheku2016-05-281-0/+58
* Add a byte mode to stdio streams.Kaz Kylheku2016-05-281-4/+22
* Don't use sleep function in tail streams.Kaz Kylheku2016-05-231-19/+7
* Optional argument on remove-path.Kaz Kylheku2016-05-231-5/+9
* Wrong argument defaulting in record-adapter.Kaz Kylheku2016-05-091-1/+1
* Argument of flush-stream now optional.Kaz Kylheku2016-05-071-2/+3
* Redundant addr in printed rep of string-input-stream.Kaz Kylheku2016-05-071-1/+1
* New: standard stream redirection for subprocesses.Kaz Kylheku2016-05-071-11/+141
* Strengthen against resource leaks upon exceptions.Kaz Kylheku2016-04-211-1/+2
* Recycle conses in unget-char and read-until-match.Kaz Kylheku2016-04-201-1/+1
* Bugfix: optional arg defaulting in get-string.Kaz Kylheku2016-04-201-1/+2
* read-until-match can optionally keep matched text.Kaz Kylheku2016-04-201-3/+5
* Allow unlimited character pushback in unget-char.Kaz Kylheku2016-04-191-10/+5
* Incorrect format args in string stream code.Kaz Kylheku2016-04-191-1/+1
* Fix broken unget_char over string input streams.Kaz Kylheku2016-04-191-1/+1
* Make open_socket static and register in socket.c.Kaz Kylheku2016-04-141-3/+0
* Socket mode strings defaulted and checked.Kaz Kylheku2016-04-141-6/+12
* Adding fmt function.Kaz Kylheku2016-04-141-0/+6
* Wrap #if HAVE_SOCKETS around some functions.Kaz Kylheku2016-03-311-0/+4
* UTF-8 API overhaul: security, and other concerns.Kaz Kylheku2016-03-311-3/+1
* Expose sock-set-peer function.Kaz Kylheku2016-03-311-0/+1
* Replace all stray C style casts with macros.Kaz Kylheku2016-03-291-3/+3
* Improve treatment of open mode in tail streams.Kaz Kylheku2016-03-191-2/+9
* Permissive stream open mode strings.Kaz Kylheku2016-03-191-28/+22
* Size mode meaningful in datagram sockets.Kaz Kylheku2016-03-191-1/+1
* Buffer size digit in file open mode string.Kaz Kylheku2016-03-191-2/+25
* New l and u letters in stream open mode strings.Kaz Kylheku2016-03-181-4/+24
* Bugfix: set errno to zero in stdio_unget_byte.Kaz Kylheku2016-03-151-0/+1
* Implement socket timeouts.Kaz Kylheku2016-03-151-0/+8
* All stdio streams get line buffering with i mode.Kaz Kylheku2016-03-141-1/+6
* Workaround for apparent putc bug in Cygwin.Kaz Kylheku2016-03-101-0/+7
* Record adapter passes through socket ops.Kaz Kylheku2016-03-071-0/+29
* Revamped naming for socket streams.Kaz Kylheku2016-03-071-4/+55
* gc bugs: more instances of wrong mutations.Kaz Kylheku2016-03-071-1/+1
* Bugfix: incorrect error string from stdio streams.Kaz Kylheku2016-03-071-1/+1
* Special implementation of dgram socket streams.Kaz Kylheku2016-03-061-32/+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-061-15/+45
* Make stdio_mode type public.Kaz Kylheku2016-03-061-14/+2
* Replace stdio_get_line with generic routine.Kaz Kylheku2016-03-051-25/+23