Commit History

Author SHA1 Message Date
  Daniel Llorens 40dbe69be5 Simple vectors are just vectors 5 years ago
  Andy Wingo 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 6 years ago
  Andy Wingo 1234bb1850 Update license notices in all C files 6 years ago
  Andy Wingo 791eb0c01a Remove (C) from copyright statements 6 years ago
  Andy Wingo dd8add2fa0 Make .c copyright headers uniform 6 years ago
  Andy Wingo b8d757732f Rationalize include order in C files 6 years ago
  Andy Wingo 3068bc7384 Make libguile header inclusion consistent within libguile c files 6 years ago
  Andy Wingo c495b44714 Remove Emacs local variables comments in Guile source 6 years ago
  Andy Wingo 40ade0886e Remove _scm.h 6 years ago
  Andy Wingo a7bcd66f6f Devolve symbols.h from _scm.h 6 years ago
  Andy Wingo f043d0c3dc Remove modules.h from _scm.h. 6 years ago
  Andy Wingo bf15afa6bf Move subr snarfing macros to gsubr.h. 6 years ago
  Andy Wingo d3cfabd89b Devolve numbers.h from _scm.h. 6 years ago
  Andy Wingo 7bdd546965 Remove bytevectors.h include form ports.h 6 years ago
  Andy Wingo 730cfd80e2 Devolve pairs.h 6 years ago
  Andy Wingo 460552163e Remove list.h from _scm.h 6 years ago
  Andy Wingo 5f50309448 Remove includes of validate.h. 6 years ago
  Andy Wingo 7b4ab0895b Inline definition of SIZEOF_SCM_T_BITS 6 years ago
  Andy Wingo 5176db70ca Move syscall-related private defines to their own header 6 years ago
  Andy Wingo f6ec873a8b Move "min" and "max" macros out of _scm.h 6 years ago
  Andy Wingo 83584ef231 Fix libguile subcomponent headers not to include <libguile.h> 6 years ago
  Andy Wingo c248ea10be Remove all deprecated code 7 years ago
  Andy Wingo 36023a0d2e Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK 8 years ago
  Andy Wingo 6e0965104c Add accept4 support 8 years ago
  Andy Wingo 9399c13479 Switch to accept4 8 years ago
  Andy Wingo 69ca2bb221 Elide syscalls in fdes->port 8 years ago
  Andy Wingo 69ea1fc45b Support `connect' on nonblocking sockets 8 years ago
  Andy Wingo e6cc051f8c `accept' on nonblocking socket can return #f 8 years ago
  Andy Wingo d7f39a36b1 socket: TCP_CORK, TCP_NODELAY 13 years ago
  Mark H Weaver 7d7e4bc6c0 Fix getsockopt/setsockopt handling of SO_SNDBUF/SO_RCVBUF options. 9 years ago