index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
newlib
/
libc
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
*
newlib/libc/time/strptime.c(strptime_l) add %F %s support for strptime
Brian Inglis
2017-08-25
1
-2
/
+32
*
Unify names of all lock objects
Freddie Chopin
2017-02-06
1
-3
/
+3
*
Add missing headers to fix implicit function defns
Pat Pannuto
2017-01-16
2
-0
/
+3
*
get_alt_digits: Fix typo in allocation
Corinna Vinschen
2016-10-22
1
-1
/
+1
*
Implement GNU extension strptime_l
Corinna Vinschen
2016-08-23
1
-39
/
+41
*
Implement GNU extension wcsftime_l
Corinna Vinschen
2016-08-23
1
-3
/
+2
*
Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS targets only
Corinna Vinschen
2016-08-16
1
-2
/
+12
*
Rename __get_locale_XXX to __get_XXX_locale to use unified naming scheme
Corinna Vinschen
2016-08-15
1
-1
/
+1
*
Implement per-locale string functions
Corinna Vinschen
2016-08-15
1
-38
/
+62
*
Consolidate wctomb/mbtowc calls for POSIX-1.2008
Corinna Vinschen
2016-08-15
1
-1
/
+1
*
POSIX-1.2008 per-thread locales, groundwork part 2
Corinna Vinschen
2016-08-15
2
-4
/
+4
*
Regenerate newlib Makefiles
Jon Turney
2016-07-04
1
-3
/
+16
*
Always assign return value to passed pointer in time function.
Jeff Johnston
2016-05-02
1
-7
/
+6
*
Move duplicated documentation rules to Makefile.shared
Jeff Johnston
2015-11-02
2
-23
/
+19
*
Consistently use an em-dash in math functions.
Jeff Johnston
2015-11-02
1
-1
/
+1
*
strftime: Add support for %s (seconds since epoch)
Brian Inglis
2015-10-27
1
-25
/
+99
*
Fix SYNOPSIS prototypes without marked up parameter names
Jon TURNEY
2015-06-23
1
-2
/
+2
*
gmtime_r: Use faster algorithm by Howard Hinnant
Freddie Chopin
2015-06-15
1
-71
/
+35
*
Avoid excessive locking and calling tzset in time functions.
Corinna Vinschen
2015-04-23
3
-5
/
+17
*
Add _tzset_unlocked and _tzset_unlocked_r
Corinna Vinschen
2015-04-23
3
-23
/
+24
*
Move tzset calls to time functions.
Craig Howland
2015-04-23
3
-0
/
+5
*
strftime: use tzname if TM_ZONE is NULL
Yaakov Selkowitz
2015-04-23
1
-3
/
+3
*
* libc/time/strftime.c (__strftime): Utilize __TM_GMTOFF and __TM_ZONE
Corinna Vinschen
2015-01-08
1
-6
/
+32
*
* libc/time/gmtime_r.c (gmtime_r): Fixed bug in calculations for dates
Corinna Vinschen
2014-12-08
1
-36
/
+71
*
* libc/stdlib/strtod.c (sulp): Cast to int32_t to avoid overflow.
Corinna Vinschen
2014-11-12
1
-4
/
+4
*
* libc/time/gmtime_r.c (gmtime_r): Remove dead code.
Corinna Vinschen
2014-10-20
1
-5
/
+0
*
2014-09-15 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2014-09-15
1
-4
/
+4
*
2014-09-12 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2014-09-12
1
-1
/
+1
*
2014-09-12 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2014-09-12
2
-0
/
+91
*
2014-09-11 Freddie Chopin <freddie_chopin@op.pl>
Jeff Johnston
2014-09-11
6
-294
/
+228
*
* libc/time/mktm_r.c (_mktm_r): Optimize speed.
Corinna Vinschen
2014-09-04
1
-16
/
+34
*
* libc/time/clock.c (clock): Fix warnings about signed-unsigned
Corinna Vinschen
2014-09-04
3
-5
/
+5
*
2013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
Joel Sherrill
2013-11-26
1
-1
/
+1
*
2013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
Joel Sherrill
2013-11-25
1
-2
/
+2
*
2013-11-25 Sahil Patnayakuni <sahil.patnayakuni@gmail.com>
Joel Sherrill
2013-11-25
5
-17
/
+18
*
2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
Jeff Johnston
2013-04-29
3
-6
/
+12
*
2012-12-20 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2012-12-20
1
-9
/
+37
*
* libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning.
Corinna Vinschen
2012-08-10
1
-1
/
+1
*
Throughout, run newlib with -Wall -Werror option and fix bugs and
Corinna Vinschen
2012-08-08
1
-2
/
+2
*
2011-12-19 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2011-12-19
1
-0
/
+1
*
* libc/time/strftime.c (get_era_info): Fix off-by-one error in month
Corinna Vinschen
2011-12-12
1
-3
/
+3
*
* libc/time/mktm_r.c: (__tzcalc_limits) Fix Julian day calculation.
Corinna Vinschen
2011-10-11
2
-13
/
+34
*
* libc/time/mktm_r.c (_mktm_r): Fix previous fix.
Corinna Vinschen
2011-08-26
1
-2
/
+1
*
* libc/time/mktm_r.c (_mktm_r): Fix computing tm_year.
Corinna Vinschen
2011-08-24
1
-1
/
+1
*
2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
Ralf Corsepius
2011-08-19
1
-0
/
+1
*
* libc/time/mktime.c (validate_structure): Account for tm_mon possibly
Corinna Vinschen
2011-08-19
1
-6
/
+7
*
* libc/time/mktime.c (mktime): Lock global timezone info while
Corinna Vinschen
2011-06-27
1
-0
/
+4
*
* libc/time/asctime_r.c (asctime_r): Replace call to sprintf with call
Corinna Vinschen
2011-06-14
3
-5
/
+8
*
* libc/time/tzset_r.c (tzset_r): Correct behavior for changing from
Corinna Vinschen
2011-06-14
1
-1
/
+5
*
* libc/time/strptime.c (strptime): Fill in tm_yday when all of tm_year,
Corinna Vinschen
2011-05-12
1
-0
/
+81
[next]