OSDN Git Service

* Makefile.in (VPATH): Add regex directory.
authorcgf <cgf>
Thu, 20 Dec 2001 02:55:07 +0000 (02:55 +0000)
committercgf <cgf>
Thu, 20 Dec 2001 02:55:07 +0000 (02:55 +0000)
commit795df97b37ef4441786eb7fdfd05cc0a69012241
tree450b0f657016f11c465bc68923d4b3e472e326eb
parent90d1f60af3b7de155595387f94900be0dcc9686a
* Makefile.in (VPATH): Add regex directory.
(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.
28 files changed:
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/configure
winsup/cygwin/configure.in
winsup/cygwin/cygwin.din
winsup/cygwin/newsym [new file with mode: 0755]
winsup/cygwin/regex/COPYRIGHT [new file with mode: 0644]
winsup/cygwin/regex/cclass.h [new file with mode: 0644]
winsup/cygwin/regex/cname.h [new file with mode: 0644]
winsup/cygwin/regex/engine.c [new file with mode: 0644]
winsup/cygwin/regex/engine.ih [new file with mode: 0644]
winsup/cygwin/regex/mkh [new file with mode: 0755]
winsup/cygwin/regex/regcomp.c [new file with mode: 0644]
winsup/cygwin/regex/regcomp.ih [new file with mode: 0644]
winsup/cygwin/regex/regerror.c [new file with mode: 0644]
winsup/cygwin/regex/regerror.ih [new file with mode: 0644]
winsup/cygwin/regex/regex.3 [new file with mode: 0644]
winsup/cygwin/regex/regex.7 [new file with mode: 0644]
winsup/cygwin/regex/regex.h [new file with mode: 0644]
winsup/cygwin/regex/regex2.h [new file with mode: 0644]
winsup/cygwin/regex/regexec.c [new file with mode: 0644]
winsup/cygwin/regex/regfree.c [new file with mode: 0644]
winsup/cygwin/regex/tests [new file with mode: 0644]
winsup/cygwin/regex/utils.h [new file with mode: 0644]
winsup/cygwin/regexp/v8_regerror.c [moved from winsup/cygwin/regexp/regerror.c with 95% similarity]
winsup/cygwin/regexp/v8_regexp.c [moved from winsup/cygwin/regexp/regexp.c with 99% similarity]
winsup/cygwin/regexp/v8_regsub.c [moved from winsup/cygwin/regexp/regsub.c with 97% similarity]
winsup/cygwin/rmsym [new file with mode: 0755]