summaryrefslogtreecommitdiff
path: root/m4/fcntl-o.m4
Commit message (Collapse)AuthorAgeFilesLines
* Update to gnulib 0.0.7865-a828.Andy Wingo2013-02-181-1/+1
|
* Update Gnulib to v0.0-7695-g26c0590.Ludovic Courtès2012-11-171-1/+12
| | | | | * gnulib-local/m4/canonicalize.m4.diff: Remove. * Makefile.am (EXTRA_DIST): Adjust accordingly.
* Update Gnulib to v0.0-6827-g39c3009; use the `dirfd' module.Ludovic Courtès2012-01-161-1/+1
| | | | | | | * m4/gnulib-cache.m4: Use `dirfd'. * libguile/filesys.c: Include Gnulib's <dirent.h> directly. (dirfd): Remove. Suggested by Bruno Haible <bruno@clisp.org>.
* Update Gnulib to v0.0-6523-gb3609c1.Ludovic Courtès2011-10-221-2/+13
|
* gnulib updateAndy Wingo2011-06-161-0/+112
| | | | | | | | | Added pipe2 and open modules, to get O_CLOEXEC. * libguile/Makefile.am (guile_filter_doc_snarfage$(EXEEXT)): Add gnulib here, in the native build case, for rpl_fflush if needed. foo
* Update Gnulib; add new modules.Ludovic Courtès2011-02-141-112/+0
| | | | | | | | | | | This updates Gnulib to v0.0-4889-ge375fe3. * m4/gnulib-cache.m4: Add `accept', `bind', `close', `connect', `getpeername', `getsockname', `getsockopt', `listen', `malloc', `malloca', `recv', `recvfrom', `send', `sendto', `setsockopt', `shutdown', `socket', and `sockets', requested by Jan Nieuwenhuizen <janneke-list@xs4all.nl> for cross-MinGW32 builds. Add `trunc', requested by Mark H Weaver <mhw@netris.org>.
* Use Gnulib's `nproc'.Ludovic Courtès2010-12-071-18/+45
| | | | | | This updates Gnulib to v0.0-4496-g6491120. * m4/gnulib-cache.m4: Add `nproc'.
* Use Gnulib's `stat-time' module; update Gnulib.Ludovic Courtès2010-09-041-2/+6
| | | | | | This updates Gnulib files to v0.0-4207-gc82b481. * m4/gnulib-cache.m4: Add `stat-time'.
* Update Gnulib to v0.0-3955-g8ab5996.Ludovic Courtès2010-05-291-1/+1
|
* Use Gnulib's `getaddrinfo' module.Ludovic Courtès2010-02-141-0/+81
* m4/gnulib-cache.m4: Add `getaddrinfo'. * libguile/Makefile.am (libguile_la_LDFLAGS): Add `$(GETADDRINFO_LIB) $(HOSTENT_LIB) $(SERVENT_LIB)'.