regex.h   regex.h 
skipping to change at line 102 skipping to change at line 102
REG_ECOLLATE, /* Unknown collating element. */ REG_ECOLLATE, /* Unknown collating element. */
REG_ECTYPE, /* Unknown character class name. */ REG_ECTYPE, /* Unknown character class name. */
REG_EESCAPE, /* Trailing backslash. */ REG_EESCAPE, /* Trailing backslash. */
REG_ESUBREG, /* Invalid back reference. */ REG_ESUBREG, /* Invalid back reference. */
REG_EBRACK, /* "[]" imbalance */ REG_EBRACK, /* "[]" imbalance */
REG_EPAREN, /* "\(\)" or "()" imbalance */ REG_EPAREN, /* "\(\)" or "()" imbalance */
REG_EBRACE, /* "\{\}" or "{}" imbalance */ REG_EBRACE, /* "\{\}" or "{}" imbalance */
REG_BADBR, /* Invalid content of {} */ REG_BADBR, /* Invalid content of {} */
REG_ERANGE, /* Invalid use of range operator */ REG_ERANGE, /* Invalid use of range operator */
REG_ESPACE, /* Out of memory. */ REG_ESPACE, /* Out of memory. */
REG_BADRPT REG_BADRPT /* Invalid use of repetition operators. */
} reg_errcode_t; } reg_errcode_t;
/* POSIX regcomp() flags. */ /* POSIX regcomp() flags. */
#define REG_EXTENDED 1 #define REG_EXTENDED 1
#define REG_ICASE (REG_EXTENDED << 1) #define REG_ICASE (REG_EXTENDED << 1)
#define REG_NEWLINE (REG_ICASE << 1) #define REG_NEWLINE (REG_ICASE << 1)
#define REG_NOSUB (REG_NEWLINE << 1) #define REG_NOSUB (REG_NEWLINE << 1)
/* Extra regcomp() flags. */ /* Extra regcomp() flags. */
#define REG_BASIC 0 #define REG_BASIC 0
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 tre-config.h   tre-config.h 
/* lib/tre-config.h. Generated by configure. */ /* lib/tre-config.h. Generated from tre-config.h.in by configure. */
/* tre-config.h.in. This file has all definitions that are needed in /* tre-config.h.in. This file has all definitions that are needed in
`regex.h'. Note that this file must contain only the bare minimum `regex.h'. Note that this file must contain only the bare minimum
of definitions without the TRE_ prefix to avoid conflicts between of definitions without the TRE_ prefix to avoid conflicts between
definitions here and definitions included from somewhere else. */ definitions here and definitions included from somewhere else. */
/* Define to 1 if you have the <libutf8.h> header file. */ /* Define to 1 if you have the <libutf8.h> header file. */
/* #undef HAVE_LIBUTF8_H */ /* #undef HAVE_LIBUTF8_H */
/* Define to 1 if the system has the type `reg_errcode_t'. */ /* Define to 1 if the system has the type `reg_errcode_t'. */
/* #undef HAVE_REG_ERRCODE_T */ /* #undef HAVE_REG_ERRCODE_T */
skipping to change at line 35 skipping to change at line 35
/* Define to the absolute path to the system regex.h */ /* Define to the absolute path to the system regex.h */
/* #undef TRE_SYSTEM_REGEX_H_PATH */ /* #undef TRE_SYSTEM_REGEX_H_PATH */
/* Define to include the system regex.h from TRE regex.h */ /* Define to include the system regex.h from TRE regex.h */
/* #undef TRE_USE_SYSTEM_REGEX_H */ /* #undef TRE_USE_SYSTEM_REGEX_H */
/* Define to enable wide character (wchar_t) support. */ /* Define to enable wide character (wchar_t) support. */
#define TRE_WCHAR 1 #define TRE_WCHAR 1
/* TRE version string. */ /* TRE version string. */
#define TRE_VERSION "0.7.4" #define TRE_VERSION "0.7.5"
/* TRE version level 1. */ /* TRE version level 1. */
#define TRE_VERSION_1 0 #define TRE_VERSION_1 0
/* TRE version level 2. */ /* TRE version level 2. */
#define TRE_VERSION_2 7 #define TRE_VERSION_2 7
/* TRE version level 3. */ /* TRE version level 3. */
#define TRE_VERSION_3 4 #define TRE_VERSION_3 5
 End of changes. 3 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/