summaryrefslogtreecommitdiff
path: root/glib/gtimer.c
Commit message (Expand)AuthorAgeFilesLines
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-3/+5
* Document exactly what g_time_val_to_iso8601() producesSimon McVittie2011-11-171-2/+20
* Move remaining docs inlineMatthias Clasen2011-11-141-0/+11
* g_time_val_from_iso8601: clarify the docs a bitDan Winship2011-10-111-0/+5
* gtimer: remove warnings about threadsRyan Lortie2011-10-041-5/+0
* timeval: add introspection annotations to g_time_val_from_iso8601()Cosimo Cecchi2011-09-201-1/+1
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Fix off-by-1000 for GTimerOwen W. Taylor2010-11-211-2/+2
* gtimer.c: Revert accidental overwriteChun-wei Fan2010-11-091-64/+9
* Added and Moved checks for includesChun-wei Fan2010-11-091-10/+67
* Clean up g_usleep()Ryan Lortie2010-11-021-46/+2
* GTimer: switch to monotonic timeRyan Lortie2010-11-021-19/+8
* Fix build on Windows and possibly other non-Linux platformsTor Lillqvist2010-09-061-1/+1
* gtimer: Fix a compilation warningEmmanuele Bassi2010-09-041-1/+1
* More include cleanupsMatthias Clasen2010-09-031-3/+7
* Improve parsing of date-only iso8601 stringsJens Georg2010-08-261-2/+13
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Move allocator and memchunk docs from tmpl to .cRyan Lortie2010-01-301-1/+2
* GTimer: move docs from tmpl to .cRyan Lortie2010-01-301-1/+90
* Initialise variable in g_time_val_from_iso8601()Matthew W. S. Bell2009-12-021-3/+4
* g_time_val_from_iso8601: handle timezoneless datesDan Winship2009-09-011-5/+13
* Fix parsing of timezonesPeter Kjellerstedt2009-04-081-3/+3
* i * glib/gtimer.c (g_time_val_to_iso8601): Pass a time_t* to gmtime().Matthias Clasen2009-01-311-6/+5
* time_t is 64 bits in all the newer Microsoft C libraries, not just 64-bitTor Lillqvist2008-09-151-1/+1
* Fix problems on 64-bit Windows. Avoid warnings, some of which indicatedTor Lillqvist2008-07-281-0/+7
* Use the right format string to get leading zeros when converting to ISOEmmanuele Bassi2008-07-211-2/+2
* Do not set the timestamp value using time(), as it will be overwrittenEmmanuele Bassi2008-07-211-11/+21
* set tv_usec to 0 rather than 1 when a fraction of a second is notMatthias Clasen2008-06-191-16/+41
* Revert the patch for bug 527214 and related changes. GTimerMatthias Clasen2008-05-271-4/+0
* Bug 527214 – g_timer_elapsed() returns random values.Matthias Clasen2008-05-181-0/+4
* Check for gmtime_r. Use gmtime_r when available. (#511807, SebastianMatthias Clasen2008-01-281-3/+11
* Fix the date validation check. (#503029)Emmanuele Bassi2007-12-191-1/+3
* Don't try to parse dates that start with anything but a digit, a plus or aBastien Nocera2007-12-131-0/+10
* Revert an accidental ABI break by moving gettime out of theMatthias Clasen2007-01-161-1/+1
* Fix errors in the recently moved time calculations. (#395203, ChrisMatthias Clasen2007-01-121-2/+2
* Don't link glib against libpthread. (#393812)Matthias Clasen2007-01-081-156/+3
* Use nsleep to implement g_usleep on AIX. (#321974, Andrew Paprocki)Matthias Clasen2006-10-011-0/+9
* Forgotten macrosMatthias Clasen2006-09-031-1/+1
* Improve clock_gettime checkMatthias Clasen2006-09-011-9/+11
* Use Posix monotonic clocks instead of gettimeofday when available.Matthias Clasen2006-08-281-13/+96
* Fix an off-by-2 error in the leap year calculation. (#344905, Dan Winship)Matthias Clasen2006-06-201-1/+1
* Adjust docsMatthias Clasen2006-03-231-2/+2
* Check for timegm.Emmanuele Bassi2006-03-231-0/+155
* On Win32, use GetSystemTimeAsFileTime() instead of GetTickCount().Tor Lillqvist2005-03-201-19/+12
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Simplify the loop for the fix below.Manish Singh2005-02-231-12/+2
* Fix usage of nanosleep(). (#163039, Bastien Nocera)Matthias Clasen2005-02-211-2/+12
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Add g_timer_continue(). (#98536, Tim-Philipp Müller)Owen Taylor2004-01-221-0/+52
* Fix off-by-one error. (#100853)Tor Lillqvist2002-12-111-2/+2