|
From: David B. <dav...@us...> - 2005-01-16 08:09:33
|
Update of /cvsroot/frontierkernel/Frontier/Common/PCRE In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11552/Common/PCRE Modified Files: Tag: sidewinder-merge-20050115 chartables.c get.c internal.h maketables.c pcre.c pcre.h pcre_config.h pcre_internal.h study.c Log Message: merge from head Index: get.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/PCRE/get.c,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** get.c 9 Oct 2004 18:58:15 -0000 1.1 --- get.c 16 Jan 2005 08:07:21 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /************************************************* * Perl-Compatible Regular Expressions * Index: pcre_internal.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/PCRE/pcre_internal.h,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** pcre_internal.h 9 Oct 2004 19:00:48 -0000 1.1 --- pcre_internal.h 16 Jan 2005 08:07:22 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /************************************************* * Perl-Compatible Regular Expressions * *************** *** 223,227 **** --- 226,233 ---- /* Miscellaneous definitions */ + #if !defined(__WINE_WINDEF_H) + /* 2004-12-29 trt: BOOL defined by MS WIN32 SDK windef.h - WINE doesn't define/use _WINDEF_H */ typedef int BOOL; + #endif #undef FALSE /*2003-05-03 AR*/ Index: pcre.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/PCRE/pcre.c,v retrieving revision 1.2 retrieving revision 1.2.6.1 diff -C2 -d -r1.2 -r1.2.6.1 *** pcre.c 23 Oct 2004 21:38:01 -0000 1.2 --- pcre.c 16 Jan 2005 08:07:22 -0000 1.2.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /************************************************* * Perl-Compatible Regular Expressions * Index: maketables.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/PCRE/maketables.c,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** maketables.c 9 Oct 2004 18:58:38 -0000 1.1 --- maketables.c 16 Jan 2005 08:07:22 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /************************************************* * Perl-Compatible Regular Expressions * Index: chartables.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/PCRE/chartables.c,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** chartables.c 9 Oct 2004 18:57:56 -0000 1.1 --- chartables.c 16 Jan 2005 08:07:21 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /************************************************* * Perl-Compatible Regular Expressions * Index: pcre.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/PCRE/pcre.h,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** pcre.h 9 Oct 2004 19:00:24 -0000 1.1 --- pcre.h 16 Jan 2005 08:07:22 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /************************************************* * Perl-Compatible Regular Expressions * Index: pcre_config.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/PCRE/pcre_config.h,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** pcre_config.h 9 Oct 2004 19:00:32 -0000 1.1 --- pcre_config.h 16 Jan 2005 08:07:22 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* config.h. Generated by configure. */ Index: study.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/PCRE/study.c,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** study.c 9 Oct 2004 19:00:59 -0000 1.1 --- study.c 16 Jan 2005 08:07:22 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /************************************************* * Perl-Compatible Regular Expressions * Index: internal.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/PCRE/internal.h,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** internal.h 9 Oct 2004 18:58:30 -0000 1.1 --- internal.h 16 Jan 2005 08:07:22 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /************************************************* * Perl-Compatible Regular Expressions * |