Age | Commit message (Expand) | Author | Files | Lines |
2018-06-21 | Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types | Andy Wingo | 1 | -9/+9 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Make .c copyright headers uniform | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -7/+7 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -19/+19 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Devolve symbols.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Remove modules.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Remove bytevectors.h include form ports.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove list.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -1/+0 |
2018-06-17 | Inline definition of SIZEOF_SCM_T_BITS | Andy Wingo | 1 | -2/+2 |
2018-06-17 | Move syscall-related private defines to their own header | Andy Wingo | 1 | -0/+1 |
2018-06-17 | Move "min" and "max" macros out of _scm.h | Andy Wingo | 1 | -1/+3 |
2018-06-14 | Fix libguile subcomponent headers not to include <libguile.h> | Andy Wingo | 1 | -1/+2 |
2017-05-22 | Remove all deprecated code | Andy Wingo | 1 | -5/+0 |
2017-02-21 | Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK | Andy Wingo | 1 | -2/+5 |
2017-02-15 | Add accept4 support | Andy Wingo | 1 | -6/+20 |
2017-02-15 | Switch to accept4 | Andy Wingo | 1 | -1/+1 |
2017-02-14 | Elide syscalls in fdes->port | Andy Wingo | 1 | -4/+10 |
2016-06-09 | Support `connect' on nonblocking sockets | Andy Wingo | 1 | -2/+5 |
2016-06-09 | `accept' on nonblocking socket can return #f | Andy Wingo | 1 | -11/+14 |
2016-06-04 | socket: TCP_CORK, TCP_NODELAY | Andy Wingo | 1 | -0/+9 |
2016-05-22 | Fix getsockopt/setsockopt handling of SO_SNDBUF/SO_RCVBUF options. | Mark H Weaver | 1 | -28/+2 |
2014-04-25 | Merge branch 'stable-2.0'v2.1.0 | Mark H Weaver | 1 | -3/+1 |
2014-03-11 | Use 'offsetof' to avoid undefined behavior. | Mark H Weaver | 1 | -1/+1 |
2014-02-27 | Rely on Gnulib for <unistd.h>. | Mark H Weaver | 1 | -2/+0 |
2014-02-08 | Merge commit 'b9b88351ea2c4b43a6f90938554dc5693b17e328' | Andy Wingo | 1 | -45/+1 |
2014-02-08 | Deprecate htons, htonl, ntohs, ntohl | Andy Wingo | 1 | -45/+1 |
2014-01-09 | Merge branch 'stable-2.0' | Mark H Weaver | 1 | -1/+1 |
2013-12-15 | Hide EINTR returns from 'accept'. | Ludovic Courtès | 1 | -1/+1 |
2013-07-16 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -1/+1 |
2013-06-16 | Define `AF_UNIX' only when Unix-domain sockets are supported. | Ludovic Courtès | 1 | -1/+1 |
2013-03-28 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -26/+25 |
2013-03-18 | Define the new Linux-specific `SO_REUSEPORT'. | Ludovic Courtès | 1 | -0/+5 |
2013-03-09 | mingw include order for socket.c | Andy Wingo | 1 | -17/+19 |
2013-03-09 | squish remove some mingw-specific code that is covered by gnulib | Andy Wingo | 1 | -14/+2 |
2013-01-07 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -1/+7 |
2012-12-10 | Verify the value of `SHUT_RD' and related constants. | Ludovic Courtès | 1 | -1/+7 |
2012-02-08 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -4/+4 |
2012-02-02 | Improve the usage of variable names in C docstrings. | Bake Timmons | 1 | -4/+4 |
2011-05-13 | merge strictness branch from 2.0 | Andy Wingo | 1 | -5/+5 |
2011-05-13 | scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc | Andy Wingo | 1 | -2/+2 |
2011-05-13 | scm_is_eq for SCM vals, not == or != | Andy Wingo | 1 | -3/+3 |
2011-05-12 | remove all deprecated code | Andy Wingo | 1 | -126/+31 |