* Makefile.in (DLL_OFILES): Remove v8 regexp files.

(OBSOLETE_FUNCTIONS): Remove v8 regexp functions.
	(NEW_FUNCTIONS): Remove POSIX regex functions.
	* cygwin.din: Export POSIX regex functions with their correct symbol
	name.  Export with posix_ prefix for backward compatibility.
	* syscalls.cc (regfree): Remove ancient fake function.
	* regex/regex.h: Remove renaming regex functions within Cygwin.
	* regexp/*: Remove.
	* include /cygwin/version,.h: Bump API minor number.
This commit is contained in:
Corinna Vinschen
2008-07-29 10:40:37 +00:00
parent f2cb69fd8e
commit f9afd0ced7
13 changed files with 26 additions and 1622 deletions

View File

@ -6,13 +6,6 @@
extern "C" {
#endif
#ifdef __INSIDE_CYGWIN__
#define regcomp posix_regcomp
#define regerror posix_regerror
#define regexec posix_regexec
#define regfree posix_regfree
#endif
/* === regex2.h === */
typedef _off_t regoff_t;
typedef struct {