summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/localtime.cc
Commit message (Expand)AuthorAgeFilesLines
* TZ: Replace unreliable isupper calls on wcharsCorinna Vinschen2016-05-251-2/+4
* Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen2015-04-231-0/+10
* * localtime.cc (__cygwin_gettzoffset): New function for access fromCorinna Vinschen2015-01-081-0/+25
* * localtime.cc (tzload): Fix loading latest timezone offsets intoCorinna Vinschen2015-01-071-4/+19
* * localtime.cc (tzload): Fix leaking memory (CID 60001).Corinna Vinschen2014-06-231-1/+1
* * localtime.cc: Define TM_GMTOFF and TM_ZONE based on __TM_GMTOFF andCorinna Vinschen2014-03-051-9/+21
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-251-2/+2
* * Makefile.in (localtime_CFLAGS): Define as -fwrapv since localtimeCorinna Vinschen2013-05-141-43/+19
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-657/+998
* * localtime.cc (tzload): Don't change global timezone informationCorinna Vinschen2011-04-181-14/+26
* * localtime.cc (is_upper): Rename to isupper and include ctype.h to pull inChristopher Faylor2010-10-301-13/+19
* * localtime.cc (time2): Take another stab at fixing a compiler warning.Corinna Vinschen2009-06-141-1/+1
* * localtime.cc (time2): Take a stab at fixing a compiler warning.Christopher Faylor2009-06-141-1/+1
* * localtime.cc (time2): Change "spring gap" to "spring forward gap"Corinna Vinschen2009-06-121-3/+3
* * localtime.cc (time2): Add workaround for spring gap problem. AddCorinna Vinschen2009-06-121-1/+22
* * localtime.cc (tzload): Implement setting __tzrule's offset memberCorinna Vinschen2009-04-141-0/+4
* * localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor2008-09-111-1/+2
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-5/+0
* * localtime.cc (tzset): Guard by a muto for thread safety.Corinna Vinschen2007-12-111-3/+9
* * localtime.cc (tzset): Call tzsetwall only if it hasn't beenCorinna Vinschen2007-12-111-1/+2
* * localtime.cc (tzsetwall): Don't set TZ.Corinna Vinschen2007-08-011-0/+4
* * libc: Add subdirectory.Corinna Vinschen2005-11-181-0/+1
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-9/+9
* * localtime.cc: Implement setting __tzrule's offset member usingCorinna Vinschen2005-02-231-23/+13
* * localtime.cc: Temporary implementation of setting __tzrule's offsetCorinna Vinschen2005-02-191-0/+20
* * localtime.cc (localtime_r): Call tzset.Christopher Faylor2004-02-081-0/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-32/+24
* * include/tzfile.h: Remove duplicate definition of TM_SUNDAY.Corinna Vinschen2003-12-011-1/+1
* 2002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2002-12-201-1/+3
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-3/+3
* * localtime.cc (tzsetwall): Use wildabbr if generated timezone nameCorinna Vinschen2002-05-071-7/+7
* Fix up comments.Christopher Faylor2001-12-191-3/+0
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-131-1/+1
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-2/+2
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-3/+3
* * localtime.c: Changed whole file to become C++ clean. Rename toCorinna Vinschen2001-07-251-0/+2163