summaryrefslogtreecommitdiff
path: root/modules/sys_select
Commit message (Expand)AuthorAgeFilesLines
* gen-header: new modulePaul Eggert2021-12-241-5/+5
* maint: omit unnecessary ‘rm -f $@-t $@’Paul Eggert2021-12-221-2/+1
* Move AM_V_GEN to recipe startPaul Eggert2021-12-211-2/+2
* Fix creation of build directories with non-recursive-gnulib-prefix-hack.Bruno Haible2021-12-151-1/+1
* Support several gnulib-tool invocations under the same configure.ac.Bruno Haible2021-04-111-1/+2
* sys_select: Avoid "was expanded before it was required" warning.Bruno Haible2017-05-151-1/+1
* signal-h: Rename from signal.Bruno Haible2011-09-241-1/+1
* Rename module 'warn-on-use' to 'snippet/warn-on-use'.Bruno Haible2011-07-121-1/+1
* Rename module 'c++defs' to 'snippet/c++defs'.Bruno Haible2011-07-121-1/+1
* sys_select: define sigset_t more portablyPaul Eggert2011-07-061-0/+1
* pselect: new modulePaul Eggert2011-06-301-0/+3
* sys_select: don't depend on sys_socketPaul Eggert2011-06-301-1/+1
* gnulib-tool: Better isolation between different gnulib-tool invocations.Bruno Haible2011-06-081-1/+1
* Allow multiple gnulib generated include files to be combined.Bruno Haible2011-05-291-1/+2
* Ensure to rebuild generated .h files when config.status has changed.Bruno Haible2011-04-061-1/+1
* libposix: Revert the unreviewed part of yesterday's big merge.Bruce Korb2011-02-061-2/+0
* libposix: Add _HEADERS primaries to posix modules.Bruce Korb2011-02-051-0/+2
* Avoid line length limitation from HP NonStop system header files.Bruno Haible2010-10-041-0/+1
* sys_select: Avoid #define replacements in C++ mode.Bruno Haible2010-03-081-1/+3
* warn-on-use: use instead of link-warningEric Blake2010-01-201-3/+3
* link-warning: always build headers with link warningsEric Blake2009-12-311-1/+1
* link-warning: Add copyright notice.Bruno Haible2009-12-091-1/+1
* maint: make Include sections of modules consistentEric Blake2009-09-171-1/+1
* Use $(MKDIR_P) instead of @MKDIR_P@.Simon Josefsson2009-09-011-1/+1
* annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)Jim Meyering2009-08-221-3/+3
* Work around select() bug on Interix 3.5.Bruno Haible2009-03-131-0/+1
* Add a link warning when the 'select' module is not used.Bruno Haible2008-10-061-0/+2
* New module 'select'.Bruno Haible2008-10-051-2/+1
* strengthen self-containedness check for sys/select.hPaolo Bonzini2008-09-291-0/+1
* implement full-blown select(2) for winsockPaolo Bonzini2008-09-241-0/+3
* Avoid some "gcc -pedantic" warnings.Bruno Haible2008-08-301-1/+2
* Rename sys_select_.h to sys_select.in.h.Bruno Haible2007-10-021-3/+3
* Use the synonymous term LGPLv2.Bruno Haible2007-07-161-1/+1
* * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.Paul Eggert2007-06-211-3/+3
* * lib/dirent_.h: Prefer #include_next <foo.h> to #includePaul Eggert2007-05-171-0/+1
* Make <sys/select.h> self-contained, i.e. make it possible to include itBruno Haible2007-03-071-2/+6
* Use @MKDIR_P@ instead of $(MKDIR_P), since automake < 1.10 doesn't theBruno Haible2007-01-221-1/+1
* Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".Jim Meyering2007-01-181-1/+2
* Mark generated files as "DO NOT EDIT".Bruno Haible2006-10-071-1/+3
* Don't make generated files read-only. That would bother too manyJim Meyering2006-09-081-1/+0
* Fix global typo in last change: use chmod u-w, not chmod u-x.Jim Meyering2006-09-071-1/+1
* Make generated files be read-only.Jim Meyering2006-09-061-0/+2
* Add sys_select module.Simon Josefsson2006-06-271-0/+32