This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC/RFA] redesign construction of the automaton for a regex



*** orig/lib/regex.c
--- mod/lib/regex.c
***************
*** 80,85 ****
--- 80,87 ----
#undefs RE_DUP_MAX and sets it to the right value. */
#include <limits.h>
+ #define DEBUG 1
+ #include <regex.h>
#include "regex_internal.h"

Extraneous hunk (though it shows that my tests were stricter than normal :-)


Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]