summaryrefslogtreecommitdiff
path: root/lib/nanosleep.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Help making signal handlers more reliable.Bruno Haible2019-03-191-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* nanosleep: fix return code for interrupted replacementPádraig Brady2015-09-211-10/+12
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* Talk about "native Windows API", not "Woe32".Bruno Haible2012-01-071-1/+1
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* nanosleep: fix integer overflow problemPaul Eggert2011-06-251-3/+2
* nanosleep: simplify carryingPaul Eggert2011-06-251-11/+3
* maint: adjust cpp indentation to reflect nesting depthJim Meyering2011-02-221-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* sleep, nanosleep: Work around Linux 2.6.9 nanosleep bug.Bruno Haible2010-11-121-6/+7
* nanosleep: Make replacement POSIX compliant.Bruno Haible2010-10-081-30/+39
* Implement nanosleep for native Windows.Bruno Haible2010-04-041-1/+97
* nanosleep: Fix C++ test error on mingw.Bruno Haible2010-04-041-5/+5
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-16/+16
* nanosleep: improve port to mingwEric Blake2009-11-201-0/+6
* nanosleep: work around cygwin bugEric Blake2009-11-201-46/+36
* avoid misc. warningsJim Meyering2009-02-041-1/+1
* Simplify code.Bruno Haible2008-06-221-5/+9
* Use sigaction module rather than signal().Eric Blake2008-06-211-13/+2
* Fix nanosleep module on mingw.Eric Blake2008-06-211-4/+2
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* New module 'time', so that apps can include <time.h> as perPaul Eggert2007-02-121-5/+3
* * MODULES.html.sh (Support for systems lacking POSIX:2001): NewPaul Eggert2007-01-181-14/+6
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* * nanosleep.c: Include <sys/types.h> before sys/select.h, to avoidJim Meyering2006-09-121-1/+1
* Work around a bug in both the Linux and SunOS 64-bit kernels:Paul Eggert2006-08-311-9/+68
* * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.Paul Eggert2006-05-191-5/+28
* Sync from coreutils.Paul Eggert2005-09-231-3/+1
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+3
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Merge from coreutils.Paul Eggert2005-05-021-10/+14
* Merge from coreutils.Paul Eggert2004-08-071-5/+3
* nanosleep merge from coreutilsPaul Eggert2004-05-131-6/+12
* Reflect renaming: nanosleep.h -> timespec.h.Jim Meyering2002-03-011-2/+2
* (SIGCONT): Define if not already defined.Jim Meyering2000-07-021-0/+7
* tweak indentationJim Meyering2000-03-071-1/+1