Date: 03/29/99
- Next message: cmv: "[PHP-DEV] CVS update: php3/doc/functions"
- Previous message: cmv: "[PHP-DEV] CVS update: php3/doc/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Monday March 29, 1999 @ 15:26
Author: cmv
Update of /repository/php3/regex
In directory asf:/u/temp/cvs-serv6509/regex
Modified Files:
engine.ih regcomp.ih regerror.ih regex.h
Log Message:
make the date() docs nicer ... with an example of each option
Index: php3/regex/engine.ih
diff -c php3/regex/engine.ih:1.6 php3/regex/engine.ih:1.7
*** php3/regex/engine.ih:1.6 Wed Dec 23 09:18:38 1998
--- php3/regex/engine.ih Mon Mar 29 15:26:10 1999
***************
*** 1,9 ****
! /* ========= begin header generated by ../../regex/mkh ========= */
#ifdef __cplusplus
extern "C" {
#endif
! /* === ../../regex/engine.c === */
static int matcher(register struct re_guts *g, char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
static char *dissect(register struct match *m, char *start, char *stop, sopno startst, sopno stopst);
static char *backref(register struct match *m, char *start, char *stop, sopno startst, sopno stopst, sopno lev);
--- 1,9 ----
! /* ========= begin header generated by ./mkh ========= */
#ifdef __cplusplus
extern "C" {
#endif
! /* === engine.c === */
static int matcher(register struct re_guts *g, char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
static char *dissect(register struct match *m, char *start, char *stop, sopno startst, sopno stopst);
static char *backref(register struct match *m, char *start, char *stop, sopno startst, sopno stopst, sopno lev);
***************
*** 32,35 ****
#ifdef __cplusplus
}
#endif
! /* ========= end header generated by ../../regex/mkh ========= */
--- 32,35 ----
#ifdef __cplusplus
}
#endif
! /* ========= end header generated by ./mkh ========= */
Index: php3/regex/regcomp.ih
diff -c php3/regex/regcomp.ih:1.7 php3/regex/regcomp.ih:1.8
*** php3/regex/regcomp.ih:1.7 Wed Dec 23 09:18:39 1998
--- php3/regex/regcomp.ih Mon Mar 29 15:26:11 1999
***************
*** 1,9 ****
! /* ========= begin header generated by ../../regex/mkh ========= */
#ifdef __cplusplus
extern "C" {
#endif
! /* === ../../regex/regcomp.c === */
static void p_ere(register struct parse *p, int stop);
static void p_ere_exp(register struct parse *p);
static void p_str(register struct parse *p);
--- 1,9 ----
! /* ========= begin header generated by ./mkh ========= */
#ifdef __cplusplus
extern "C" {
#endif
! /* === regcomp.c === */
static void p_ere(register struct parse *p, int stop);
static void p_ere_exp(register struct parse *p);
static void p_str(register struct parse *p);
***************
*** 45,48 ****
#ifdef __cplusplus
}
#endif
! /* ========= end header generated by ../../regex/mkh ========= */
--- 45,48 ----
#ifdef __cplusplus
}
#endif
! /* ========= end header generated by ./mkh ========= */
Index: php3/regex/regerror.ih
diff -c php3/regex/regerror.ih:1.6 php3/regex/regerror.ih:1.7
*** php3/regex/regerror.ih:1.6 Wed Dec 23 09:18:39 1998
--- php3/regex/regerror.ih Mon Mar 29 15:26:11 1999
***************
*** 1,12 ****
! /* ========= begin header generated by ../../regex/mkh ========= */
#ifdef __cplusplus
extern "C" {
#endif
! /* === ../../regex/regerror.c === */
static char *regatoi(const regex_t *preg, char *localbuf);
#ifdef __cplusplus
}
#endif
! /* ========= end header generated by ../../regex/mkh ========= */
--- 1,12 ----
! /* ========= begin header generated by ./mkh ========= */
#ifdef __cplusplus
extern "C" {
#endif
! /* === regerror.c === */
static char *regatoi(const regex_t *preg, char *localbuf);
#ifdef __cplusplus
}
#endif
! /* ========= end header generated by ./mkh ========= */
Index: php3/regex/regex.h
diff -c php3/regex/regex.h:1.5 php3/regex/regex.h:1.6
*** php3/regex/regex.h:1.5 Mon Dec 28 04:44:01 1998
--- php3/regex/regex.h Mon Mar 29 15:26:11 1999
***************
*** 1,5 ****
- /* $Id: regex.h,v 1.5 1998/12/28 09:44:01 sas Exp $ */
-
#ifndef _REGEX_H_
#define _REGEX_H_ /* never again */
/* ========= begin header generated by ./mkh ========= */
--- 1,3 ----
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: cmv: "[PHP-DEV] CVS update: php3/doc/functions"
- Previous message: cmv: "[PHP-DEV] CVS update: php3/doc/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

