summaryrefslogtreecommitdiff
path: root/modules/sys_time
Commit message (Expand)AuthorAgeFilesLines
* sys_time: Avoid #define replacements in C++ mode.Bruno Haible2010-03-081-1/+3
* gettimeofday: restore support for platforms that lack functionEric Blake2010-02-221-0/+1
* sys_time: use link-warningEric Blake2010-02-011-3/+6
* New module 'arg-nonnull'. Declare which arguments expect non-NULL values.Bruno Haible2009-12-111-1/+3
* 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
* Avoid some "gcc -pedantic" warnings.Bruno Haible2008-08-301-1/+2
* Rename sys_time_.h to sys_time.in.h.Bruno Haible2007-10-021-3/+3
* Use the synonymous term LGPLv2.Bruno Haible2007-07-161-1/+1
* * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBSTPaul Eggert2007-06-211-3/+3
* * lib/fcntl_.h: Prefer #include_next <foo.h> to #includePaul Eggert2007-05-171-0/+1
* Rename GETTIMEOFDAY_REPLACEMENT to REPLACE_GETTIMEOFDAY.Bruno Haible2007-03-041-1/+1
* * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do useJim Meyering2007-01-281-1/+1
* * modules/sys_time (Makefile.am): Build sys/time.h only when it's theJim Meyering2007-01-281-2/+2
* Use @MKDIR_P@ instead of $(MKDIR_P), since automake < 1.10 doesn't theBruno Haible2007-01-221-1/+1
* Replace HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIMEBruno Haible2007-01-191-2/+1
* Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".Jim Meyering2007-01-181-1/+2
* * MODULES.html.sh (Support for systems lacking POSIX:2001): NewPaul Eggert2007-01-181-0/+40