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
/
string
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add timingsafe_memcmp()
Sebastian Huber
2016-03-18
3
-18
/
+73
*
Add timingsafe_bcmp()
Sebastian Huber
2016-03-18
3
-21
/
+58
*
Add explicit_bzero()
Sebastian Huber
2016-03-18
3
-46
/
+72
*
Fix compile with GCC 5 -Werror
Yaakov Selkowitz
2016-02-12
1
-1
/
+1
*
Move duplicated documentation rules to Makefile.shared
Jeff Johnston
2015-11-02
2
-21
/
+15
*
Add missing semicolons to prototypes.
Jeff Johnston
2015-11-02
2
-8
/
+8
*
Regenerate Makefile.in
Jon TURNEY
2015-06-29
1
-1
/
+1
*
Use source files which have makedoc markup, but aren't processed or included.
newlib-snapshot-20150623
Jon TURNEY
2015-06-24
2
-1
/
+5
*
Use makedoc output files which are generated but aren't included
Jon TURNEY
2015-06-24
1
-0
/
+8
*
Remove stray punctuation in ANSI_SYNOPSIS prototypes
Jon TURNEY
2015-06-23
2
-2
/
+2
*
string: add GNU basename(3)
Yaakov Selkowitz
2015-04-23
3
-2
/
+38
*
* libc/string/memccpy.c (memccpy): Fix warning about signed-unsigned
Corinna Vinschen
2014-10-09
8
-9
/
+15
*
* libc/string/strerror.c: Fix documentation so makedoc doesn't
Corinna Vinschen
2014-07-30
1
-1
/
+1
*
* libc/include/sys/errno.h: Fix comments.
Corinna Vinschen
2014-07-14
1
-17
/
+74
*
2013-12-10 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2013-12-10
3
-0
/
+19
*
2013-11-26 Julio Gutierrez <jgutleyva@gmail.com>
Joel Sherrill
2013-11-26
10
-52
/
+61
*
2013-08-08 Freddie Chopin <freddie_chopin@op.pl>
Joel Sherrill
2013-08-08
1
-1
/
+1
*
* libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
Corinna Vinschen
2013-07-23
10
-32
/
+39
*
* libc/include/string.h (rawmemchr): Declare.
Yaakov Selkowitz
2013-06-24
3
-2
/
+133
*
2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
Jeff Johnston
2013-04-29
1
-2
/
+4
*
2012-12-20 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2012-12-20
1
-9
/
+37
*
* libc/include/sys/features.h (__GNUC_PREREQ): Define. Use
Corinna Vinschen
2012-10-16
1
-2
/
+1
*
* libc/posix/engine.c(dissect): Guard diagnostic pragma for right
Corinna Vinschen
2012-08-08
1
-0
/
+3
*
Throughout, run newlib with -Wall -Werror option and fix bugs and
Corinna Vinschen
2012-08-08
1
-0
/
+2
*
* libc/include/string.h (memrchr): Declare.
Corinna Vinschen
2012-05-10
3
-2
/
+146
*
2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
Ralf Corsepius
2011-08-23
7
-12
/
+12
*
2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
Ralf Corsepius
2011-08-23
1
-0
/
+3
*
2011-08-22 Ralf Corsépius <ralf.corsepius@rtems.org>
Ralf Corsepius
2011-08-22
5
-3
/
+5
*
2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
Ralf Corsepius
2011-08-19
3
-0
/
+3
*
* libc/string/strerror.c (_strerror_r): Report "Success" for 0.
Eric Blake
2011-05-25
1
-0
/
+6
*
strerror: allow user hook to comply with POSIX rules
Eric Blake
2011-05-25
4
-25
/
+55
*
strchrnul: avoid segv
Eric Blake
2011-04-15
1
-3
/
+1
*
Check in strchrnul.c file missing in previous checkin
Corinna Vinschen
2011-03-28
1
-0
/
+49
*
* libc/include/string.h (strchrnul): Declare.
Corinna Vinschen
2011-03-28
2
-2
/
+11
*
strerror_r: provide POSIX implementation
Eric Blake
2011-02-10
5
-12
/
+90
*
2010-12-16 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2010-12-16
1
-0
/
+1
*
* lib/str-two-way.h (two_way_long_needle): Avoid bug with long
Corinna Vinschen
2010-10-06
1
-2
/
+2
*
2010-09-21 Craig Howland <howland@LGSInnovations.com>
Jeff Johnston
2010-09-22
4
-30
/
+26
*
* libc/string/strsignal.c (strsignal): Avoid duplicate case statement where
Christopher Faylor
2010-05-18
1
-1
/
+1
*
2010-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>
Jeff Johnston
2010-05-11
4
-24
/
+293
*
* libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF.
DJ Delorie
2010-04-22
1
-0
/
+1
*
Add eXtensible Data Record (XDR) support
Corinna Vinschen
2010-03-02
1
-0
/
+2
*
2010-02-24 Charles Wilson <...>
Jeff Johnston
2010-02-24
1
-2
/
+1
*
2009-10-20 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2009-10-20
1
-91
/
+92
*
2009-08-17 Craig Howland <howland@LGSInnovations.com>
Jeff Johnston
2009-08-18
1
-42
/
+10
*
* libc/string/wcwidth.c: Optimize for speed.
Corinna Vinschen
2009-06-03
2
-4
/
+82
*
* libc/ctype/jp2uc.c: Skip all definition if defined __CYGWIN__.
Corinna Vinschen
2009-06-02
1
-3
/
+1
*
* libc/string/local.h: New file.
Corinna Vinschen
2009-05-15
3
-11
/
+251
*
2009-04-23 Mike Burgess <wizardsguild@earthlink.net>
Jeff Johnston
2009-04-23
4
-29
/
+26
*
2009-04-06 Mike Burgess <wizardsguild@earthlink.net>
Jeff Johnston
2009-04-06
1
-10
/
+9
[next]