Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-18 * localtime.cc (tzload): Don't change global timezone informationCorinna Vinschen
2010-10-30* localtime.cc (is_upper): Rename to isupper and include ctype.h to pull inChristopher Faylor
2009-06-14 * localtime.cc (time2): Take another stab at fixing a compiler warning.Corinna Vinschen
2009-06-14* localtime.cc (time2): Take a stab at fixing a compiler warning.Christopher Faylor
2009-06-12 * localtime.cc (time2): Change "spring gap" to "spring forward gap"Corinna Vinschen
2009-06-12 * localtime.cc (time2): Add workaround for spring gap problem. AddCorinna Vinschen
2009-04-14 * localtime.cc (tzload): Implement setting __tzrule's offset memberCorinna Vinschen
2008-09-11* localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2007-12-11 * localtime.cc (tzset): Guard by a muto for thread safety.Corinna Vinschen
2007-12-11 * localtime.cc (tzset): Call tzsetwall only if it hasn't beenCorinna Vinschen
2007-08-01 * localtime.cc (tzsetwall): Don't set TZ.Corinna Vinschen
2005-11-18 * libc: Add subdirectory.Corinna Vinschen
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-02-24 * localtime.cc: Implement setting __tzrule's offset member usingCorinna Vinschen
2005-02-19 * localtime.cc: Temporary implementation of setting __tzrule's offsetCorinna Vinschen
2004-02-08* localtime.cc (localtime_r): Call tzset.Christopher Faylor
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-12-01 * include/tzfile.h: Remove duplicate definition of TM_SUNDAY.Corinna Vinschen
2002-12-202002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor
2002-05-07 * localtime.cc (tzsetwall): Use wildabbr if generated timezone nameCorinna Vinschen
2001-12-19Fix up comments.Christopher Faylor
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor
2001-07-26 * localtime.c: Changed whole file to become C++ clean. Rename toCorinna Vinschen