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
2017-07-07Rename __in and __out in headers to avoid collision with Windows APIsDavid Macek
2017-07-05Synchronize <strings.h> with latest FreeBSDSebastian Huber
2017-06-19string: add strverscmpYaakov Selkowitz
2017-03-22Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz
2016-08-25Add strerror_l prototype, change str[n]casecmp_l feature testsBrian Inglis
2016-08-15Add sys/_locale.h header and fix up headersCorinna Vinschen
2016-08-15Implement per-locale string functionsCorinna Vinschen
2016-04-14Feature test macros overhaul: string.h and strings.h overlapsYaakov Selkowitz
2016-03-18Add timingsafe_memcmp()Sebastian Huber
2016-03-18Add timingsafe_bcmp()Sebastian Huber
2016-03-18Add explicit_bzero()Sebastian Huber
2016-03-18Feature test macros overhaul: string.hYaakov Selkowitz
2015-07-06Rework handling of basename variantsYaakov Selkowitz
2015-04-23Fix basename prototype collision string.h vs libgen.hCorinna Vinschen
2015-04-23string: add GNU basename(3)Yaakov Selkowitz
2015-02-06 * libc/include/complex.h (cabsl): Add prototype.Nick Clifton
2014-10-302014-10-29 Jon Turney <jon.turney@dronecode.org.uk>Jon TURNEY
2014-10-09 * libc/include/string.h (ffsl): Declare as GNU function.Corinna Vinschen
2014-09-162014-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston
2014-08-182014-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2013-07-23 * libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,Corinna Vinschen
2013-06-24* libc/include/string.h (rawmemchr): Declare.Yaakov Selkowitz
2013-01-12 * libc/include/string.h: Fix preprocessor expressions usingCorinna Vinschen
2012-11-01 * libc/include/locale.h (NULL): Fetch definition via stddef.h.Corinna Vinschen
2012-10-22 * libc/include/string.h (strdup, strndup): Declare if notCorinna Vinschen
2012-05-10 * libc/include/string.h (memrchr): Declare.Corinna Vinschen
2011-06-102011-06-09 Yaakov Selkowitz <yselkowitz@...>Jeff Johnston
2011-05-25strerror: allow user hook to comply with POSIX rulesEric Blake
2011-03-28 * libc/include/string.h (strchrnul): Declare.Corinna Vinschen
2011-03-03 * libc/include/string.h: Include sys/cdefs.h.Corinna Vinschen
2011-03-03 * libc/include/sys/cdefs.h (__CONCAT1): Define.Corinna Vinschen
2011-02-10strerror_r: provide POSIX implementationEric Blake
2011-01-10 * libc/include/string.h: Make strsignal() available unconditionally.Corinna Vinschen
2008-06-18Per Posix, strsignal returns non-const char*.Eric Blake
2008-01-12Make strstr and strcasestr O(n), not O(n^2); add memmem.Eric Blake
2007-06-28 * libc/include/string.h: Add prototypes for stpcpy and stpncpy.Corinna Vinschen
2007-06-082007-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2005-11-09* libc/include/string.h: Add cygwin-specific function declaration.Christopher Faylor
2005-08-26* libc/include/string.h: Revert previous change.Christopher Faylor
2005-08-26* libc/include/string.h: For Cygwin, Define strerror_r as per ISO C.Christopher Faylor
2005-01-242005-01-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2002-07-242002-07-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2002-06-282002-06-27 Benjamin Kosnik <bkoz@redhat.com>Jeff Johnston
2002-06-062002-06-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2002-05-252002-05-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2002-05-232002-05-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2002-05-132002-05-10 Mark Bradshaw <bradshaw@staff.crosswalk.com>Thomas Fitzsimmons
2000-08-30 * libc/string/swab.c: Specify that it's defined in <unistd.h>.Geoffrey Keating
2000-06-03* libc/include/string.h: Work around problem with strsignal and gdb.Christopher Faylor
2000-05-30* libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__Christopher Faylor