summaryrefslogtreecommitdiff
path: root/lib/gettimeofday.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* gettimeofday: Remove workaround for Mac OS X 10.0.Bruno Haible2020-07-261-11/+0
* Don't assume that UNICODE is not defined.Bruno Haible2020-05-301-0/+4
* Fix compilation error on native Windows (regression from 2020-05-28).Bruno Haible2020-05-291-0/+4
* Avoid dynamic loading of Windows API functions when possible.Bruno Haible2020-05-291-2/+8
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* all: Update URLs to msdn.microsoft.com.Bruno Haible2019-03-141-3/+3
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Avoid -Wcast-function-type warnings from casts after GetProcAddress.Bruno Haible2018-08-181-0/+4
* Continue to use spaces for indentation, not tabs.Bruno Haible2018-06-251-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
* gettimeofday: Increase precision on mingw.Bruno Haible2017-05-111-32/+39
* New module 'localtime-buffer', split off from module 'gettimeofday'.Bruno Haible2017-05-011-67/+6
* gettimeofday: Provide higher resolution on native Windows.Bruno Haible2017-04-301-8/+54
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* 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
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* sys_time: Override 'struct timeval' on some native Windows platforms.Bruno Haible2012-01-281-0/+11
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: adjust cpp indentation to reflect nesting depthJim Meyering2011-02-221-3/+3
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* gettimeofday: provide correct functionEric Blake2010-02-231-1/+1
* 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
* Avoid compilation error in C++ mode.Bruno Haible2009-08-091-2/+2
* gettimeofday: move more declarations out of functionsJim Meyering2009-01-201-5/+7
* gettimeofday: avoid warning: nested extern declaration of 'localtime'Daniel P. Berrange2009-01-191-2/+3
* Use rpl_ prefix for functions, so as to avoid endless recursions in weird cases.Bruno Haible2007-10-171-3/+3
* * lib/gettimeofday.c (rpl_gettimeofday): Remove declarationJim Meyering2007-02-211-2/+0
* * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): AlsoEric Blake2007-01-181-1/+1
* * MODULES.html.sh (Support for systems lacking POSIX:2001): NewPaul Eggert2007-01-181-74/+51
* Two more fixes to revised gettimeofday module.Bruno Haible2007-01-171-7/+18
* Various fixes to Martin Lambers' gettimeofday patch.Bruno Haible2007-01-171-54/+46
* Patch from Martin Lambers <marlam@marlam.de>, from 2005-10-08Bruno Haible2007-01-171-8/+50
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-4/+3
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+3
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Add wrappers for gmtime and tzset, too.Paul Eggert2003-08-141-2/+37
* Fix a problem seen only on nonconforming systems whereby ls.c'sJim Meyering2002-05-271-3/+21
* Don't include gtod.h.Jim Meyering2001-11-261-9/+4
* (rpl_gettimeofday): Declare local variable `result'.Jim Meyering2001-09-251-0/+2
* *** empty log message ***Jim Meyering2001-08-121-0/+71