postgresql/src/backend/regex
Bruce Momjian f71c924f10 [ Patch comments in three pieces.]
Attached is a pacth against 7.2 which adds locale awareness to the
character classes of the regular expression engine.

...

> > I still think the xdigit class could be handled the same way the digit
> > class is (by enumeration rather than using the isxdigit function). That
> > saves you a cicle, and I don't think there's any loss.
>
> In fact, I will email you when I apply the original patch.

I miss that case :-(. Here is the pached patch.

...

Here is a patch which addresses Tatsuo's concerns (it does return an
static struct instead of constructing it).
2002-04-24 01:51:11 +00:00
..
COPYRIGHT Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
engine.c Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
Makefile Add dependency for regexec.c 2001-10-04 04:16:16 +00:00
re_format.7 Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
regcomp.c [ Patch comments in three pieces.] 2002-04-24 01:51:11 +00:00
regerror.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
regex.3 Make regular-expression error messages a tad less obscure, 2001-03-19 22:27:46 +00:00
regexec.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
regfree.c Clean up portability problems in regexp package: change all routine 2001-02-13 00:02:36 +00:00
retest.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
WHATSNEW Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00