aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/regex
AgeCommit message (Collapse)AuthorFilesLines
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
* regex/regex2.h: Ditto.
2002-09-30* environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor3-6/+6
* path.cc (path_conv::check): Ditto. * path.h (path_conv::operator int): Ditto. * regex/engine.c: Ditto throughout. * regex/regcomp.c: Ditto throughout. * regex/regexec.c: Ditto throughout.
2002-02-15* hires.h (hires::usecs): Rename from utime. Accept an argument.Christopher Faylor1-1/+1
* strace.cc (strace::microseconds): Use hires class for calculating times. * sync.h (new_muto): Use NO_COPY explicitly in declaration. * times.cc (gettimeofday): Reflect change in usecs argument. (hires::usecs): Ditto. Changed name from utime. * winsup.h (NO_COPY): Add nocommon attribute to force setting aside space for variable. * regcomp.c (REQUIRE): Add a void cast to bypass a warning.
2001-12-20* Makefile.in (VPATH): Add regex directory.Christopher Faylor18-0/+4655
(NM): new variable. (OBSOLETE_FUNCTIONS): Ditto. (NEW_FUNCTIONS): Ditto. (install-headers): Install regex.h. (install-man): New target. (install): Use new target. (DLL_OFILES): Add v8_reg* stuff. (new-cygwin1.dll): Eliminate stamp-cygwin-lib creation. (libcygwin.a): Remove obsolete functions from import lib. Add new functions. * configure.in: Detect 'nm' tool. * configure: Regenerate. * cygwin.din: Export posix_reg* functions. Eliminate export of v8 reg* functions. This is now handled in object files themselves. * regex/*: New files. * regexp/v8_*.c: New files, renamed from non v8_ equivalents.