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
2023-03-20Cygwin: regex: fix faulty check for valid range expressionCorinna Vinschen
2023-03-20Cygwin: regex: fix freeing g->charjump in low memory conditionCorinna Vinschen
2023-03-16Cygwin: regex: NONCHAR: re-add cast to intCorinna Vinschen
2023-03-16Cygwin: regex: wgetnext: Re-add kludge to be more glibc compatibleCorinna Vinschen
2023-03-16Cygwin: regex: convert wchar_t to wint_t throughoutCorinna Vinschen
2023-03-16Cygwin: regex: fix build errorsCorinna Vinschen
2023-03-16Cygwin: replace regex with latest verbatim FreeBSD versionCorinna Vinschen
2023-02-24Cygwin: convert Windows locale handling from LCID to ISO5646 stringsCorinna Vinschen
2023-02-19Cygwin: convert __collate_range_cmp to __wcollate_range_cmpCorinna Vinschen
2023-02-14Cygwin: regex: convert wchar_t to wint_tCorinna Vinschen
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2016-11-24regex: Fix typo in CHaddrangeCorinna Vinschen
2016-08-20Introduce __current_locale_charset/__locale_charsetCorinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen
2015-10-20Fix compiler errors/warnings when compiling with -O3Corinna Vinschen
2014-06-23 * regex/regcomp.c (computematchjumps): Free local memory in case ofCorinna Vinschen
2013-07-21 * regex/regcomp.c (wgetnext): Add a kludge to be more glibc compatible.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-04-22 Adapt to changes in newlib's sys/cdefs.h:Corinna Vinschen
2012-06-12 * regex/regcomp.c (p_ere): Allow vertical-line followingYaakov Selkowitz
2012-02-13 * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen
2010-02-15* regex/regcomp.c (xwcrtomb): Fix one explicable and one inexcplicable CChristopher Faylor
2010-02-13 * regex/regcomp.c (xwcrtomb): Don't convert Unicode chars outside theCorinna Vinschen
2010-02-12 * regex/regcomp.c (wgetnext): Use size_t as type for n2 since that'sCorinna Vinschen
2010-02-12 * regex/regcomp.c (xwcrtomb): New function to convert wide charsCorinna Vinschen
2010-02-12 * regex/engine.c (step): Drop Cygwin-specific definition.Corinna Vinschen
2010-02-05* regcomp.c (p_ere): Workaround incorrect compiler warning.Christopher Faylor
2010-02-04 * regex/engine.c (step): Declare and define with `int ch' rather thanCorinna Vinschen
2010-02-04 Replace regex files with multibyte-aware version from FreeBSD.Corinna Vinschen
2009-05-06 * libc/minires.c (scanline): Fix type in calls to ctype functionsCorinna Vinschen
2009-05-04* libc/minires.c (scanline): Accommodate ctype changes which disallow use of anChristopher Faylor
2008-07-29 * Makefile.in (DLL_OFILES): Remove v8 regexp files.Corinna Vinschen
2005-12-24* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor
2005-05-02white space and minor comment cleanup.Christopher Faylor
2003-04-10 * regex/regex.h: Define regoff_t as _off_t.Corinna Vinschen
2002-09-30* environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor
2002-02-15* hires.h (hires::usecs): Rename from utime. Accept an argument.Christopher Faylor
2001-12-20* Makefile.in (VPATH): Add regex directory.Christopher Faylor