/tests/015/

>
summaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Strengthen against resource leaks upon exceptions.Kaz Kylheku2016-04-211-3/+9
* Recycle conses in unget-char and read-until-match.Kaz Kylheku2016-04-201-1/+1
* Allow unlimited character pushback in unget-char.Kaz Kylheku2016-04-191-11/+4
* Make open_socket static and register in socket.c.Kaz Kylheku2016-04-141-1/+2
*