philip Mon Aug 27 21:05:31 2007 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Removing debug information as people tend to commit this bogus information as
is.
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/xml_proto.php?r1=1.53&r2=1.54&diff_form
philip Thu Aug 2 03:06:52 2007 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
DocBook 5 Update
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/xml_proto.php?r1=1.51&r2=1.52&diff_format=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xm
philip Thu Apr 5 04:22:45 2007 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Expand the constant search, examples that now work:
* REGISTER_FOO_CONST(BAR); // _CONST or _CONSTANT
* REGISTER_FOO_CONSTANT("BAR"); // BAR or "BAR"
* REGISTE
philip Wed Apr 4 07:32:52 2007 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Use &Functions; in
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/xml_proto.php?r1=1.49&r2=1.50&diff_format=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts
philip Fri Feb 2 17:52:34 2007 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
WS for XML output, and added purpose (the description found within
the prototype sources) to the description role
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/xml_p
philip Sun Jan 28 17:27:35 2007 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
extension filenames, directories, and ids should be lowercased
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/xml_proto.php?r1=1.47&r2=1.48&diff_format=u
Index: phpdoc/
philip Tue Sep 5 15:06:06 2006 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Fix grammar from last commit (*sigh*)
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/xml_proto.php?r1=1.46&r2=1.47&diff_format=u
Index: phpdoc/scripts/xml_proto.php
diff
philip Tue Sep 5 14:46:28 2006 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Renamed the 'exceptions' role to 'errors'
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/xml_proto.php?r1=1.45&r2=1.46&diff_format=u
Index: phpdoc/scripts/xml_proto.php
sorry for this commit.. I really messed up the consoles :P
I'll rollback it in the next commit.
Nuno
- Original Message -
From: "Nuno Lopes" <[EMAIL PROTECTED]>
To:
Sent: Sunday, July 23, 2006 8:31 PM
Subject: [PHP-DOC] cvs: phpdoc /scripts xml_proto.php
nlo
nlopess Sun Jul 23 19:49:46 2006 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
also rewrite the constant handling, that should now catch more constants
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/xml_proto.php?r1=1.44&r2=1.45&diff_format=u
Index: p
nlopess Sun Jul 23 19:31:23 2006 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
also upgrade parse_desc(). the http pecl extension should be parsable by now
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/xml_proto.php?r1=1.43&r2=1.44&diff_format=u
Inde
nlopess Sun Jul 23 19:27:39 2006 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
also upgrade parse_desc(). the http pecl extension should be parsable by now
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/xml_proto.php?r1=1.42&r2=1.43&diff_format=u
Inde
nlopess Sun Jul 23 19:08:44 2006 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
rewrite parse_proto() and parse_file() functions, so that they use regexes
instead of hand-made parsers, which are impossible to maintain
http://cvs.php.net/viewvc.cgi/p
nlopess Sun Jul 23 18:25:40 2006 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
remove the changelog, the version var and the advertising tag. they have no
useful use..
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/xml_proto.php?r1=1.40&r2=1.41&diff_
seanTue Jan 31 16:14:01 2006 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Fix reference.xml (comment configure/ini entities; fix &no.resource; (para))
http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/xml_proto.php?r1=1.39&r2=1.40&diff_format=u
Ind
seanWed Sep 14 14:42:17 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
no.resource, not no.resources
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.38&r2=1.39&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml
betzThu Sep 8 15:53:16 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
adjust
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.37&r2=1.38&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.37 phpdoc
Friedhelm Betz wrote:
> I guess those revision comments should be the revision number of the
> generated file not the revision number from xml_proto.php itself.
> So this should be
> ''."\n" .
> instead
> ''."\n" .
It's not a big deal as it gets updated with the first commit but we
can obviously r
vrana Thu Sep 8 15:39:43 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Disable automatic updating of generated $Revision
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.36&r2=1.37&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -
Jakub Vrana wrote:
fwrite($fp, ''."\n" .
- ''."\n" .
+ ''."\n" .
+ "\n" .
+ "\n" .
"\n" .
"\n" .
" $extension_name Functions\n" .
@@ -244,7 +246,7 @@
$functype = trim($funclist[$i]["function_type"]);
fwrite($fp, ''."\n" .
- ''.
betzThu Sep 8 15:29:20 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
no tabs
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.35&r2=1.36&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.35 phpdoc/
Jakub Vrana wrote:
fwrite($fp, ''."\n" .
- ''."\n" .
+ ''."\n" .
+ "\n" .
+ "\n" .
"\n" .
"\n" .
" $extension_name Functions\n" .
@@ -244,7 +246,7 @@
$functype = trim($funclist[$i]["function_type"]);
fwrite($fp, ''."\n" .
-
Gabor Hojtsy wrote:
> The intention was to genearte sample comments for Purpose and
> Membership, right?
Right. It was there but when I was merging changes I forgot to include
it. Thanks.
Jakub Vrana
vrana Wed Sep 7 04:20:44 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Purpose and Membership tags (thanks to Goba)
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.34&r2=1.35&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u php
> /*
> @@ -159,7 +159,7 @@
>}
>
>fwrite($fp, ''."\n" .
> - ''."\n" .
> + ''."\n" .
> "\n" .
> "\n" .
> " $extension_name Functions\n" .
> @@ -244,7 +244,7 @@
> $functype = trim($funclist[$i]["function_type"]);
>
> fwrite($fp, ''."\n" .
> -
vrana Wed Sep 7 02:59:46 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Run extensions.xml.php
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.33&r2=1.34&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.
seanSun Aug 14 11:12:18 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
write .cvsignore
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.32&r2=1.33&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.
seanSat Aug 13 15:00:13 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
actually displaying the entity's contents is confusing on output
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.31&r2=1.32&ty=u
Index: phpdoc/scripts/xml_p
philip Mon Aug 8 16:42:47 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
refpurpose is on one line
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.30&r2=1.31&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_
vrana Mon Jul 25 08:01:01 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Missing
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.29&r2=1.30&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.29 phpdo
vrana Mon Jul 25 07:57:55 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Missing semicolon
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.28&r2=1.29&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1
vrana Mon Jul 25 07:39:51 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Categorize in appendices/extensions.xml
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.27&r2=1.28&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/s
vrana Mon Jun 6 10:15:22 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Addition to manual.xml.in is not needed anymore
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.26&r2=1.27&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u
dbs Mon May 9 10:30:41 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Correct common parameter return type problem (s/long/int/).
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.25&r2=1.26&ty=u
Index: phpdoc/scripts/xml_pro
dbs Mon May 9 09:54:03 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Fix extension names with illegal characters. Leave directory names as-is.
Fix undefined reference to $num_const in write_reference_xml.
http://cvs.php.net/diff.php/p
dbs Tue Apr 12 19:55:27 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
listitem should be indented to same depth as term in variablelist
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.23&r2=1.24&ty=u
Index: phpdoc/scripts/x
nlopess Tue Feb 15 08:27:53 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
fix example title
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.22&r2=1.23&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1
Modified files:
/phpdoc/scripts xml_proto.php
Log:
only link to constants.xml if the file was generated
# we need to do the same with configure.xml and ini.xml, but this script
doesn't generate those files, suggestions ?
For configure, you can parse the php-src/ext/config.m4. You can easily
didou Tue Jan 25 11:39:48 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
only link to constants.xml if the file was generated
# we need to do the same with configure.xml and ini.xml, but this script
doesn't generate those files, suggestions ?
didou Tue Jan 25 11:18:27 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Fix entities reference (missing ;) and fix the output for functions without
parameters
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.20&r2=1.21&ty=u
Inde
nlopess Sat Jan 8 06:46:14 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
xml fixes
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.19&r2=1.20&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.19 phpd
philip Mon Jan 3 15:21:27 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Implemented the new doc style
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.18&r2=1.19&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/x
didou Sun Jan 2 15:40:01 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
add a line break in the notes
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.17&r2=1.18&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml
didou Tue Dec 28 05:23:22 2004 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Fix spacing in the generated files
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.16&r2=1.17&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/script
vrana Fri Sep 10 09:32:36 2004 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Use role=reference instead of &
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.15&r2=1.16&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/x
vrana Wed Aug 4 04:50:17 2004 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Add & by hand before it will be integrated
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.14&r2=1.15&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdo
nlopess Thu May 6 10:26:21 2004 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
fix filenames for OO functions
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.13&r2=1.14&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xm
didou Tue Feb 24 07:27:32 2004 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
use the right variable
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.12&r2=1.13&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.
nlopess Tue Feb 24 05:22:38 2004 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
php 5 compliance
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.11&r2=1.12&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.
didou Tue Jul 8 09:52:34 2003 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
removing unneeded for warn.undocumented.func
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.9 phpdoc/scripts/xml_proto.php:1.10
--- phpdoc/sc
bradmsswMon Jul 7 23:29:13 2003 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
problem with version check. Didn't work with PHP 5. Make it work now.
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.8 phpdoc/scrip
betzSun Feb 23 12:54:20 2003 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
minor changes, type correctings, valid xml
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.5 phpdoc/scripts/xml_proto.php:1.6
--- phpdoc/script
:)
On Sun, 27 Oct 2002, Brad House wrote:
> hah, oops, no wondering which project I work on
>
> -Brad
>
>
> Philip Olson wrote:
> > philip Sun Oct 27 15:13:00 2002 EDT
> >
> > Modified files:
> > /phpdoc/scripts xml_proto.php
> > Log:
> > mcve -> $extens
hah, oops, no wondering which project I work on
-Brad
Philip Olson wrote:
philip Sun Oct 27 15:13:00 2002 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
mcve -> $extension_name
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.4
philip Sun Oct 27 15:13:00 2002 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
mcve -> $extension_name
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.4 phpdoc/scripts/xml_proto.php:1.5
--- phpdoc/scripts/xml_proto.php:
gobaSun Oct 27 05:02:55 2002 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Adding code sent by Brad House
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.3 phpdoc/scripts/xml_proto.php:1.4
--- phpdoc/scripts/xml_pro
philip Thu Oct 24 17:48:44 2002 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
write_xml_files() : $Revision was being evaluated on commit, let's not allow that.
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.2 phpdoc/
That makes sense :)
On Thu, 24 Oct 2002, Gabor Hojtsy wrote:
> > Hmm, $Revision automatically changed ... I swear my
> > diff didn't show that :) Would \$Revision make a
> > difference?
>
> > > - "\n" .
> > > + "\n" .
>
> I don't think so.
>
> "\n" .
>
> wou
> Hmm, $Revision automatically changed ... I swear my
> diff didn't show that :) Would \$Revision make a
> difference?
> > - "\n" .
> > + "\n" .
I don't think so.
"\n" .
would ;) The trick is that $ and Revision should not come
after each other. in \$Revision th
Hmm, $Revision automatically changed ... I swear my
diff didn't show that :) Would \$Revision make a
difference?
Regards,
Philip
On Thu, 24 Oct 2002, Philip Olson wrote:
> philipThu Oct 24 16:52:36 2002 EDT
>
> Modified files:
> /phpdoc/scripts xml_proto
philip Thu Oct 24 16:52:36 2002 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
write_xml_files() : Check for references in argument names. & -> &
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.1 phpdoc/scripts/xml_pro
61 matches
Mail list logo