[PHP-CVS] svn: /php/php-src/trunk/ext/date/lib/ parse_date.c

2011-06-23 Thread Nuno Lopes
nlopess  Thu, 23 Jun 2011 15:00:00 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=312406

Log:
MFB: properly regen file to fix coverage data

Changed paths:
U   php/php-src/trunk/ext/date/lib/parse_date.c

diffs exceeded maximum size
-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/trunk/ext/date/lib/ parse_date.c parse_date.re

2011-03-28 Thread Nuno Lopes
nlopess  Mon, 28 Mar 2011 09:11:28 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=309776

Log:
MFB (r309775): fix last commit

Changed paths:
U   php/php-src/trunk/ext/date/lib/parse_date.c
U   php/php-src/trunk/ext/date/lib/parse_date.re

diffs exceeded maximum size
-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/date/lib/ parse_date.c parse_date.re

2011-03-28 Thread Derick Rethans
On Mon, 28 Mar 2011, Nuno Lopes wrote:

 nlopess  Mon, 28 Mar 2011 09:11:28 +
 
 Revision: http://svn.php.net/viewvc?view=revisionrevision=309776
 
 Log:
 MFB (r309775): fix last commit

It doesn't fix anything, it's just a MFB... and you changed the .c 
file in the same (incorrect) way.

cheers,
Derick

-- 
http://derickrethans.nl | http://xdebug.org
Like Xdebug? Consider a donation: http://xdebug.org/donate.php
twitter: @derickr and @xdebug

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] svn: /php/php-src/trunk/ext/date/lib/ parse_date.c parse_date.re parse_iso_intervals.re

2009-07-29 Thread Derick Rethans
derick   Wed, 29 Jul 2009 15:41:21 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=286516

Log:
- Fixed headers...
#- It makes sense to change the .re files instead of just the generated .c
#  files...

Changed paths:
U   php/php-src/trunk/ext/date/lib/parse_date.c
U   php/php-src/trunk/ext/date/lib/parse_date.re
U   php/php-src/trunk/ext/date/lib/parse_iso_intervals.re

Modified: php/php-src/trunk/ext/date/lib/parse_date.c
===
--- php/php-src/trunk/ext/date/lib/parse_date.c 2009-07-29 15:34:59 UTC (rev 
286515)
+++ php/php-src/trunk/ext/date/lib/parse_date.c 2009-07-29 15:41:21 UTC (rev 
286516)
@@ -1,10 +1,10 @@
-/* Generated by re2c 0.13.5 on Wed Jul 29 16:31:12 2009 */
+/* Generated by re2c 0.13.5 on Wed Jul 29 16:40:36 2009 */
 #line 1 ext/date/lib/parse_date.re
 /*
+--+
-   | PHP Version 5|
+   | PHP Version 6|
+--+
-   | Copyright (c) 1997-2006 The PHP Group|
+   | Copyright (c) 1997-2009 The PHP Group|
+--+
| This source file is subject to version 3.01 of the PHP license,  |
| that is bundled with this package in the file LICENSE, and is|

Modified: php/php-src/trunk/ext/date/lib/parse_date.re
===
--- php/php-src/trunk/ext/date/lib/parse_date.re2009-07-29 15:34:59 UTC 
(rev 286515)
+++ php/php-src/trunk/ext/date/lib/parse_date.re2009-07-29 15:41:21 UTC 
(rev 286516)
@@ -1,8 +1,8 @@
 /*
+--+
-   | PHP Version 5|
+   | PHP Version 6|
+--+
-   | Copyright (c) 1997-2006 The PHP Group|
+   | Copyright (c) 1997-2009 The PHP Group|
+--+
| This source file is subject to version 3.01 of the PHP license,  |
| that is bundled with this package in the file LICENSE, and is|

Modified: php/php-src/trunk/ext/date/lib/parse_iso_intervals.re
===
--- php/php-src/trunk/ext/date/lib/parse_iso_intervals.re   2009-07-29 
15:34:59 UTC (rev 286515)
+++ php/php-src/trunk/ext/date/lib/parse_iso_intervals.re   2009-07-29 
15:41:21 UTC (rev 286516)
@@ -1,8 +1,8 @@
 /*
+--+
-   | PHP Version 5|
+   | PHP Version 6|
+--+
-   | Copyright (c) 1997-2006 The PHP Group|
+   | Copyright (c) 1997-2009 The PHP Group|
+--+
| This source file is subject to version 3.01 of the PHP license,  |
| that is bundled with this package in the file LICENSE, and is|

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php