pgsql/src/include/regex (regex2.h)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/regex (regex2.h)
Date: 2000-12-03 20:45:38
Message-ID: 200012032045.eB3Kjc628927@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, December 3, 2000 @ 15:45:38
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/regex
from hub.org:/home/projects/pgsql/tmp/cvs-serv28817/src/include/regex

Modified Files:
regex2.h

----------------------------- Log Message -----------------------------

Ensure that all uses of <ctype.h> functions are applied to unsigned-char
values, whether the local char type is signed or not. This is necessary
for portability. Per discussion on pghackers around 9/16/00.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-12-03 20:45:39 pgsql/src/interfaces/libpgtcl (pgtclCmds.c)
Previous Message tgl 2000-12-03 20:45:37 pgsql/src/backend/utils/error (elog.c)