aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/regex
AgeCommit message (Expand)AuthorFilesLines
2016-11-24regex: Fix typo in CHaddrangeCorinna Vinschen1-1/+1
2016-08-20Introduce __current_locale_charset/__locale_charsetCorinna Vinschen1-2/+2
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen1-6/+2
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen1-4/+3
2015-10-20Fix compiler errors/warnings when compiling with -O3Corinna Vinschen1-1/+1
2014-06-23 * regex/regcomp.c (computematchjumps): Free local memory in case ofCorinna Vinschen1-0/+3
2013-07-21 * regex/regcomp.c (wgetnext): Add a kludge to be more glibc compatible.Corinna Vinschen1-0/+12
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen2-6/+4
2013-04-22 Adapt to changes in newlib's sys/cdefs.h:Corinna Vinschen1-4/+0
2012-06-11 * regex/regcomp.c (p_ere): Allow vertical-line followingYaakov Selkowitz1-0/+3
2012-02-13 * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen1-13/+0
2010-02-14* regex/regcomp.c (xwcrtomb): Fix one explicable and one inexcplicable CChristopher Faylor1-2/+2
2010-02-13 * regex/regcomp.c (xwcrtomb): Don't convert Unicode chars outside theCorinna Vinschen1-8/+11
2010-02-12 * regex/regcomp.c (wgetnext): Use size_t as type for n2 since that'sCorinna Vinschen2-2/+3
2010-02-12 * regex/regcomp.c (xwcrtomb): New function to convert wide charsCorinna Vinschen2-5/+54
2010-02-11 * regex/engine.c (step): Drop Cygwin-specific definition.Corinna Vinschen3-22/+25
2010-02-04* regcomp.c (p_ere): Workaround incorrect compiler warning.Christopher Faylor2-3/+3
2010-02-04 * regex/engine.c (step): Declare and define with `int ch' rather thanCorinna Vinschen1-6/+11
2010-02-04 Replace regex files with multibyte-aware version from FreeBSD.Corinna Vinschen18-2103/+2658
2009-05-06 * libc/minires.c (scanline): Fix type in calls to ctype functionsCorinna Vinschen2-8/+8
2009-05-04* libc/minires.c (scanline): Accommodate ctype changes which disallow use of anChristopher Faylor2-8/+8
2008-07-29 * Makefile.in (DLL_OFILES): Remove v8 regexp files.Corinna Vinschen1-7/+0
2005-12-23* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor2-2/+2
2005-05-02white space and minor comment cleanup.Christopher Faylor1-1/+1
2003-04-10 * regex/regex.h: Define regoff_t as _off_t.Corinna Vinschen2-2/+2
2002-09-30* environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor3-6/+6
2002-02-15* hires.h (hires::usecs): Rename from utime. Accept an argument.Christopher Faylor1-1/+1
2001-12-20* Makefile.in (VPATH): Add regex directory.Christopher Faylor18-0/+4655