summaryrefslogtreecommitdiff
path: root/libguile/poll.c
Commit message (Expand)AuthorAgeFilesLines
* Fix use of uninstalled header by installed headersAndy Wingo2018-10-071-0/+1
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Make .c copyright headers uniformAndy Wingo2018-06-201-1/+2
* Rationalize include order in C filesAndy Wingo2018-06-201-0/+1
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-12/+12
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Remove modules.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve vectors.h include from ports.hAndy Wingo2018-06-191-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Remove errno.h include from _scm.h.Andy Wingo2018-06-171-0/+1
* Move syscall-related private defines to their own headerAndy Wingo2018-06-171-0/+1
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-1/+3
* Prevent TOCTTOU bugs in C portsAndy Wingo2017-02-081-4/+6
* Remove scm_t_port_internalAndy Wingo2016-05-131-6/+6
* Make port buffering fields privateAndy Wingo2016-05-131-6/+6
* Remove size field from port buffersAndy Wingo2016-04-171-5/+6
* Generic port facility provides buffering uniformlyAndy Wingo2016-04-061-4/+4
* Fix POLLOUT assignment from port buffersAndy Wingo2016-04-041-4/+8
* rely on gnulib for `poll'Jason Earl2013-03-101-11/+2
* add check for struct pollfdAndy Wingo2013-03-091-4/+4
* ice-9/poll: verify sizeof(struct pollfd)Andy Wingo2011-12-041-0/+1
* fix bugs in primitive-pollAndy Wingo2010-12-131-3/+13
* ice-9 poll handles buffered io tooAndy Wingo2010-12-061-4/+76
* add (ice-9 poll), a poll wrapperAndy Wingo2010-12-031-0/+146