derick          Fri Jun 17 08:03:04 2005 EDT

  Modified files:              
    /php-src/ext/date   config.m4 config.w32 
    /php-src/ext/date/lib       dow.c parse_date.c parse_tz.c timelib.c 
                                tm2unixtime.c unixtime2tm.c .cvsignore 
    /php-src/ext/date/lib/resource      parse_date.re 
  Log:
  - Rename tl_config.h to timelib_config.h
  
  
http://cvs.php.net/diff.php/php-src/ext/date/config.m4?r1=1.6&r2=1.7&ty=u
Index: php-src/ext/date/config.m4
diff -u php-src/ext/date/config.m4:1.6 php-src/ext/date/config.m4:1.7
--- php-src/ext/date/config.m4:1.6      Thu Jun 16 19:12:08 2005
+++ php-src/ext/date/config.m4  Fri Jun 17 08:03:02 2005
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.6 2005/06/16 23:12:08 sniper Exp $
+dnl $Id: config.m4,v 1.7 2005/06/17 12:03:02 derick Exp $
 dnl config.m4 for date extension
 
 sinclude(ext/date/lib/timelib.m4)
@@ -11,7 +11,7 @@
 PHP_NEW_EXTENSION(date, php_date.c $timelib_sources, no,, $PHP_DATE_CFLAGS)
 PHP_ADD_BUILD_DIR([$ext_builddir/lib], 1)
 
-cat >> $ext_builddir/lib/tl_config.h <<EOF
+cat >> $ext_builddir/lib/timelib_config.h <<EOF
 #if PHP_WIN32
 # include "config.w32.h"
 #elif defined(NETWARE)
http://cvs.php.net/diff.php/php-src/ext/date/config.w32?r1=1.4&r2=1.5&ty=u
Index: php-src/ext/date/config.w32
diff -u php-src/ext/date/config.w32:1.4 php-src/ext/date/config.w32:1.5
--- php-src/ext/date/config.w32:1.4     Fri Jun 17 01:10:12 2005
+++ php-src/ext/date/config.w32 Fri Jun 17 08:03:02 2005
@@ -1,10 +1,10 @@
-// $Id: config.w32,v 1.4 2005/06/17 05:10:12 fmk Exp $
+// $Id: config.w32,v 1.5 2005/06/17 12:03:02 derick Exp $
 // vim:ft=javascript
 
 EXTENSION("date", "php_date.c", false, "-Iext/date/lib");
 ADD_SOURCES("ext/date/lib", "timelib.c dow.c parse_date.c parse_tz.c 
tm2unixtime.c unixtime2tm.c", "date");
 AC_DEFINE('HAVE_DATE', 1, 'Have date/time support');
 
-var tl_config = FSO.CreateTextFile("ext/date/lib/tl_config.h", true);
+var tl_config = FSO.CreateTextFile("ext/date/lib/timelib_config.h", true);
 tl_config.WriteLine("#include \"config.w32.h\"");
 tl_config.Close();
http://cvs.php.net/diff.php/php-src/ext/date/lib/dow.c?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/date/lib/dow.c
diff -u php-src/ext/date/lib/dow.c:1.3 php-src/ext/date/lib/dow.c:1.4
--- php-src/ext/date/lib/dow.c:1.3      Thu Jun 16 19:12:09 2005
+++ php-src/ext/date/lib/dow.c  Fri Jun 17 08:03:03 2005
@@ -16,9 +16,9 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dow.c,v 1.3 2005/06/16 23:12:09 sniper Exp $ */
+/* $Id: dow.c,v 1.4 2005/06/17 12:03:03 derick Exp $ */
 
-#include <tl_config.h>
+#include <timelib_config.h>
 
 #include "timelib_structs.h"
 
http://cvs.php.net/diff.php/php-src/ext/date/lib/parse_date.c?r1=1.10&r2=1.11&ty=u
Index: php-src/ext/date/lib/parse_date.c
diff -u php-src/ext/date/lib/parse_date.c:1.10 
php-src/ext/date/lib/parse_date.c:1.11
--- php-src/ext/date/lib/parse_date.c:1.10      Thu Jun 16 19:12:09 2005
+++ php-src/ext/date/lib/parse_date.c   Fri Jun 17 08:03:03 2005
@@ -1,4 +1,4 @@
-/* Generated by re2c 0.9.8.dev on Thu Jun 16 15:24:58 2005 */
+/* Generated by re2c 0.9.8.dev on Fri Jun 17 14:01:33 2005 */
 #line 1 "parse_date.re"
 /*
    +----------------------------------------------------------------------+
@@ -18,9 +18,9 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: parse_date.c,v 1.10 2005/06/16 23:12:09 sniper Exp $ */
+/* $Id: parse_date.c,v 1.11 2005/06/17 12:03:03 derick Exp $ */
 
-#include <tl_config.h>
+#include <timelib_config.h>
 
 #include <stdio.h>
 
@@ -751,7 +751,7 @@
 std:
        s->tok = cursor;
        s->len = 0;
-#line 844 "parse_date.re"
+#line 854 "parse_date.re"
 
 
 {
@@ -790,7 +790,7 @@
          0,   0,   0,   0,   0,   0,   0,   0, 
        };
 
-#line 784 "<stdout>"
+#line 794 "<stdout>"
 {
        YYCTYPE yych;
        unsigned int yyaccept;
@@ -868,14 +868,14 @@
 yy3:
        YYDEBUG(3, *YYCURSOR);
 
-#line 1263 "parse_date.re"
+#line 1273 "parse_date.re"
 {
                TIMELIB_INIT;
                s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, 
s->time);
                TIMELIB_DEINIT;
                return TIMELIB_TIMEZONE;
        }
-#line 862 "<stdout>"
+#line 872 "<stdout>"
 yy4:
        YYDEBUG(4, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -944,12 +944,12 @@
 yy7:
        YYDEBUG(7, *YYCURSOR);
 
-#line 1323 "parse_date.re"
+#line 1333 "parse_date.re"
 {
 /*             printf("unexpected character: #%d, %c\n", *s->tok, *s->tok); */
                goto std;
        }
-#line 928 "<stdout>"
+#line 938 "<stdout>"
 yy8:
        YYDEBUG(8, *YYCURSOR);
        yyaccept = 0;
@@ -1683,11 +1683,11 @@
 yy44:
        YYDEBUG(44, *YYCURSOR);
 
-#line 1312 "parse_date.re"
+#line 1322 "parse_date.re"
 {
                goto std;
        }
-#line 1587 "<stdout>"
+#line 1597 "<stdout>"
 yy45:
        YYDEBUG(45, *YYCURSOR);
        ++YYCURSOR;
@@ -1695,12 +1695,12 @@
 yy46:
        YYDEBUG(46, *YYCURSOR);
 
-#line 1317 "parse_date.re"
+#line 1327 "parse_date.re"
 {
                s->pos = cursor; s->line++;
                goto std;
        }
-#line 1596 "<stdout>"
+#line 1606 "<stdout>"
 yy47:
        YYDEBUG(47, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -2053,7 +2053,7 @@
 yy81:
        YYDEBUG(81, *YYCURSOR);
 
-#line 1296 "parse_date.re"
+#line 1306 "parse_date.re"
 {
                timelib_ull i;
 
@@ -2068,7 +2068,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 1893 "<stdout>"
+#line 1903 "<stdout>"
 yy82:
        YYDEBUG(82, *YYCURSOR);
        ++YYCURSOR;
@@ -2691,11 +2691,11 @@
 yy148:
        YYDEBUG(148, *YYCURSOR);
 
-#line 1258 "parse_date.re"
+#line 1268 "parse_date.re"
 {
                goto std;
        }
-#line 2386 "<stdout>"
+#line 2396 "<stdout>"
 yy149:
        YYDEBUG(149, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -2737,7 +2737,7 @@
 yy155:
        YYDEBUG(155, *YYCURSOR);
 
-#line 1242 "parse_date.re"
+#line 1252 "parse_date.re"
 {
                const timelib_relunit* relunit;
 
@@ -2752,7 +2752,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 2429 "<stdout>"
+#line 2439 "<stdout>"
 yy156:
        YYDEBUG(156, *YYCURSOR);
        yyaccept = 1;
@@ -3136,7 +3136,7 @@
 yy188:
        YYDEBUG(188, *YYCURSOR);
 
-#line 1226 "parse_date.re"
+#line 1236 "parse_date.re"
 {
                timelib_sll i;
 
@@ -3151,7 +3151,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 2760 "<stdout>"
+#line 2770 "<stdout>"
 yy189:
        YYDEBUG(189, *YYCURSOR);
        ++YYCURSOR;
@@ -5297,7 +5297,7 @@
 yy386:
        YYDEBUG(386, *YYCURSOR);
 
-#line 1099 "parse_date.re"
+#line 1109 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_DATE();
@@ -5308,7 +5308,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 4517 "<stdout>"
+#line 4527 "<stdout>"
 yy387:
        YYDEBUG(387, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -5378,7 +5378,7 @@
 yy397:
        YYDEBUG(397, *YYCURSOR);
 
-#line 1075 "parse_date.re"
+#line 1085 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_DATE();
@@ -5389,7 +5389,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 4576 "<stdout>"
+#line 4586 "<stdout>"
 yy398:
        YYDEBUG(398, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -5432,7 +5432,7 @@
 yy404:
        YYDEBUG(404, *YYCURSOR);
 
-#line 1172 "parse_date.re"
+#line 1182 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_DATE();
@@ -5443,7 +5443,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 4616 "<stdout>"
+#line 4626 "<stdout>"
 yy405:
        YYDEBUG(405, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -5579,7 +5579,7 @@
 yy423:
        YYDEBUG(423, *YYCURSOR);
 
-#line 1271 "parse_date.re"
+#line 1281 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_DATE();
@@ -5603,7 +5603,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_SHORTDATE_WITH_TIME;
        }
-#line 4738 "<stdout>"
+#line 4748 "<stdout>"
 yy424:
        YYDEBUG(424, *YYCURSOR);
        yyaccept = 7;
@@ -7266,7 +7266,7 @@
 yy559:
        YYDEBUG(559, *YYCURSOR);
 
-#line 1212 "parse_date.re"
+#line 1222 "parse_date.re"
 {
                TIMELIB_INIT;
                s->time->relative.y = 0 - s->time->relative.y;
@@ -7279,7 +7279,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_AGO;
        }
-#line 6142 "<stdout>"
+#line 6152 "<stdout>"
 yy560:
        YYDEBUG(560, *YYCURSOR);
        yyaccept = 1;
@@ -8913,7 +8913,7 @@
 yy669:
        YYDEBUG(669, *YYCURSOR);
 
-#line 931 "parse_date.re"
+#line 941 "parse_date.re"
 {
                DEBUG_OUTPUT("timeshort24 | timelong24 | iso8601long");
                TIMELIB_INIT;
@@ -8934,7 +8934,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_TIME24_WITH_ZONE;
        }
-#line 7573 "<stdout>"
+#line 7583 "<stdout>"
 yy670:
        YYDEBUG(670, *YYCURSOR);
        yyaccept = 10;
@@ -9061,7 +9061,7 @@
 yy684:
        YYDEBUG(684, *YYCURSOR);
 
-#line 916 "parse_date.re"
+#line 926 "parse_date.re"
 {
                DEBUG_OUTPUT("timeshort12 | timelong12");
                TIMELIB_INIT;
@@ -9075,7 +9075,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_TIME12;
        }
-#line 7684 "<stdout>"
+#line 7694 "<stdout>"
 yy685:
        YYDEBUG(685, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -9185,7 +9185,7 @@
 yy697:
        YYDEBUG(697, *YYCURSOR);
 
-#line 1051 "parse_date.re"
+#line 1061 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_DATE();
@@ -9196,7 +9196,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL;
        }
-#line 7779 "<stdout>"
+#line 7789 "<stdout>"
 yy698:
        YYDEBUG(698, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -9563,7 +9563,7 @@
 yy756:
        YYDEBUG(756, *YYCURSOR);
 
-#line 1063 "parse_date.re"
+#line 1073 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_DATE();
@@ -9574,7 +9574,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL_POINTED;
        }
-#line 8039 "<stdout>"
+#line 8049 "<stdout>"
 yy757:
        YYDEBUG(757, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -9946,7 +9946,7 @@
 yy801:
        YYDEBUG(801, *YYCURSOR);
 
-#line 1039 "parse_date.re"
+#line 1049 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_DATE();
@@ -9957,7 +9957,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 8332 "<stdout>"
+#line 8342 "<stdout>"
 yy802:
        YYDEBUG(802, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -9979,7 +9979,7 @@
 yy805:
        YYDEBUG(805, *YYCURSOR);
 
-#line 1014 "parse_date.re"
+#line 1024 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_DATE();
@@ -9992,7 +9992,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_AMERICAN;
        }
-#line 8359 "<stdout>"
+#line 8369 "<stdout>"
 yy806:
        YYDEBUG(806, *YYCURSOR);
        yyaccept = 11;
@@ -10214,7 +10214,7 @@
 yy838:
        YYDEBUG(838, *YYCURSOR);
 
-#line 1196 "parse_date.re"
+#line 1206 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_TIME();
@@ -10229,7 +10229,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_CLF;
        }
-#line 8530 "<stdout>"
+#line 8540 "<stdout>"
 yy839:
        YYDEBUG(839, *YYCURSOR);
        yyaccept = 12;
@@ -10541,7 +10541,7 @@
 yy878:
        YYDEBUG(878, *YYCURSOR);
 
-#line 1184 "parse_date.re"
+#line 1194 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_DATE();
@@ -10552,7 +10552,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 8772 "<stdout>"
+#line 8782 "<stdout>"
 yy879:
        YYDEBUG(879, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -10798,7 +10798,7 @@
 yy898:
        YYDEBUG(898, *YYCURSOR);
 
-#line 1087 "parse_date.re"
+#line 1097 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_DATE();
@@ -10809,7 +10809,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 8985 "<stdout>"
+#line 8995 "<stdout>"
 yy899:
        YYDEBUG(899, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -10967,7 +10967,7 @@
 yy919:
        YYDEBUG(919, *YYCURSOR);
 
-#line 1153 "parse_date.re"
+#line 1163 "parse_date.re"
 {
                timelib_sll w, d;
 
@@ -10985,7 +10985,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_ISO_WEEK;
        }
-#line 9119 "<stdout>"
+#line 9129 "<stdout>"
 yy920:
        YYDEBUG(920, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -11018,7 +11018,7 @@
 yy923:
        YYDEBUG(923, *YYCURSOR);
 
-#line 1141 "parse_date.re"
+#line 1151 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_DATE();
@@ -11029,7 +11029,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_PG_YEARDAY;
        }
-#line 9155 "<stdout>"
+#line 9165 "<stdout>"
 yy924:
        YYDEBUG(924, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -11105,7 +11105,7 @@
 yy930:
        YYDEBUG(930, *YYCURSOR);
 
-#line 1111 "parse_date.re"
+#line 1121 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_DATE();
@@ -11115,7 +11115,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NOCOLON;
        }
-#line 9227 "<stdout>"
+#line 9237 "<stdout>"
 yy931:
        YYDEBUG(931, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -11183,7 +11183,7 @@
 yy941:
        YYDEBUG(941, *YYCURSOR);
 
-#line 1122 "parse_date.re"
+#line 1132 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_TIME();
@@ -11201,7 +11201,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_XMLRPC_SOAP;
        }
-#line 9291 "<stdout>"
+#line 9301 "<stdout>"
 yy942:
        YYDEBUG(942, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -11882,7 +11882,7 @@
 yy1035:
        YYDEBUG(1035, *YYCURSOR);
 
-#line 1028 "parse_date.re"
+#line 1038 "parse_date.re"
 {
                TIMELIB_INIT;
                TIMELIB_HAVE_DATE();
@@ -11892,7 +11892,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 9794 "<stdout>"
+#line 9804 "<stdout>"
 yy1036:
        YYDEBUG(1036, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -12675,7 +12675,7 @@
 yy1116:
        YYDEBUG(1116, *YYCURSOR);
 
-#line 953 "parse_date.re"
+#line 963 "parse_date.re"
 {
                DEBUG_OUTPUT("gnunocolon");
                TIMELIB_INIT;
@@ -12696,7 +12696,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_GNU_NOCOLON;
        }
-#line 10432 "<stdout>"
+#line 10442 "<stdout>"
 yy1117:
        YYDEBUG(1117, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -12769,7 +12769,7 @@
 yy1124:
        YYDEBUG(1124, *YYCURSOR);
 
-#line 998 "parse_date.re"
+#line 1008 "parse_date.re"
 {
                DEBUG_OUTPUT("iso8601nocolon");
                TIMELIB_INIT;
@@ -12784,7 +12784,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_ISO_NOCOLON;
        }
-#line 10504 "<stdout>"
+#line 10514 "<stdout>"
 yy1125:
        YYDEBUG(1125, *YYCURSOR);
        yyaccept = 19;
@@ -12962,7 +12962,7 @@
 yy1140:
        YYDEBUG(1140, *YYCURSOR);
 
-#line 892 "parse_date.re"
+#line 902 "parse_date.re"
 {
                timelib_ull i;
 
@@ -12985,7 +12985,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 10671 "<stdout>"
+#line 10681 "<stdout>"
 yy1141:
        YYDEBUG(1141, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -13033,7 +13033,7 @@
 yy1149:
        YYDEBUG(1149, *YYCURSOR);
 
-#line 880 "parse_date.re"
+#line 890 "parse_date.re"
 {
                DEBUG_OUTPUT("tomorrow");
                TIMELIB_INIT;
@@ -13044,7 +13044,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 10712 "<stdout>"
+#line 10722 "<stdout>"
 yy1150:
        YYDEBUG(1150, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -13061,7 +13061,7 @@
 yy1152:
        YYDEBUG(1152, *YYCURSOR);
 
-#line 870 "parse_date.re"
+#line 880 "parse_date.re"
 {
                DEBUG_OUTPUT("today");
                TIMELIB_INIT;
@@ -13070,7 +13070,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 10732 "<stdout>"
+#line 10742 "<stdout>"
 yy1153:
        YYDEBUG(1153, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -13093,7 +13093,7 @@
 yy1155:
        YYDEBUG(1155, *YYCURSOR);
 
-#line 861 "parse_date.re"
+#line 871 "parse_date.re"
 {
                DEBUG_OUTPUT("now");
                TIMELIB_INIT;
@@ -13101,7 +13101,7 @@
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 10757 "<stdout>"
+#line 10767 "<stdout>"
 yy1156:
        YYDEBUG(1156, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -13148,7 +13148,7 @@
 yy1164:
        YYDEBUG(1164, *YYCURSOR);
 
-#line 849 "parse_date.re"
+#line 859 "parse_date.re"
 {
                DEBUG_OUTPUT("yesterday");
                TIMELIB_INIT;
@@ -13159,10 +13159,10 @@
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 10797 "<stdout>"
+#line 10807 "<stdout>"
 }
 }
-#line 1327 "parse_date.re"
+#line 1337 "parse_date.re"
 
 }
 
http://cvs.php.net/diff.php/php-src/ext/date/lib/parse_tz.c?r1=1.7&r2=1.8&ty=u
Index: php-src/ext/date/lib/parse_tz.c
diff -u php-src/ext/date/lib/parse_tz.c:1.7 php-src/ext/date/lib/parse_tz.c:1.8
--- php-src/ext/date/lib/parse_tz.c:1.7 Thu Jun 16 19:12:10 2005
+++ php-src/ext/date/lib/parse_tz.c     Fri Jun 17 08:03:03 2005
@@ -16,9 +16,9 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: parse_tz.c,v 1.7 2005/06/16 23:12:10 sniper Exp $ */
+/* $Id: parse_tz.c,v 1.8 2005/06/17 12:03:03 derick Exp $ */
 
-#include <tl_config.h>
+#include <timelib_config.h>
 
 #include <stdio.h>
 
http://cvs.php.net/diff.php/php-src/ext/date/lib/timelib.c?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/date/lib/timelib.c
diff -u php-src/ext/date/lib/timelib.c:1.2 php-src/ext/date/lib/timelib.c:1.3
--- php-src/ext/date/lib/timelib.c:1.2  Thu Jun 16 19:12:10 2005
+++ php-src/ext/date/lib/timelib.c      Fri Jun 17 08:03:03 2005
@@ -16,9 +16,9 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: timelib.c,v 1.2 2005/06/16 23:12:10 sniper Exp $ */
+/* $Id: timelib.c,v 1.3 2005/06/17 12:03:03 derick Exp $ */
 
-#include <tl_config.h>
+#include <timelib_config.h>
 
 #include "timelib_structs.h"
 #include "timelib.h"
http://cvs.php.net/diff.php/php-src/ext/date/lib/tm2unixtime.c?r1=1.6&r2=1.7&ty=u
Index: php-src/ext/date/lib/tm2unixtime.c
diff -u php-src/ext/date/lib/tm2unixtime.c:1.6 
php-src/ext/date/lib/tm2unixtime.c:1.7
--- php-src/ext/date/lib/tm2unixtime.c:1.6      Thu Jun 16 19:12:10 2005
+++ php-src/ext/date/lib/tm2unixtime.c  Fri Jun 17 08:03:03 2005
@@ -16,9 +16,9 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: tm2unixtime.c,v 1.6 2005/06/16 23:12:10 sniper Exp $ */
+/* $Id: tm2unixtime.c,v 1.7 2005/06/17 12:03:03 derick Exp $ */
 
-#include <tl_config.h>
+#include <timelib_config.h>
 #include "timelib.h"
 
 /*                                    jan  feb  mrt  apr  may  jun  jul  aug  
sep  oct  nov  dec */
http://cvs.php.net/diff.php/php-src/ext/date/lib/unixtime2tm.c?r1=1.5&r2=1.6&ty=u
Index: php-src/ext/date/lib/unixtime2tm.c
diff -u php-src/ext/date/lib/unixtime2tm.c:1.5 
php-src/ext/date/lib/unixtime2tm.c:1.6
--- php-src/ext/date/lib/unixtime2tm.c:1.5      Thu Jun 16 19:12:10 2005
+++ php-src/ext/date/lib/unixtime2tm.c  Fri Jun 17 08:03:03 2005
@@ -16,9 +16,9 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: unixtime2tm.c,v 1.5 2005/06/16 23:12:10 sniper Exp $ */
+/* $Id: unixtime2tm.c,v 1.6 2005/06/17 12:03:03 derick Exp $ */
 
-#include <tl_config.h>
+#include <timelib_config.h>
 
 #include <stdio.h>
 
http://cvs.php.net/diff.php/php-src/ext/date/lib/.cvsignore?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/date/lib/.cvsignore
diff -u php-src/ext/date/lib/.cvsignore:1.3 php-src/ext/date/lib/.cvsignore:1.4
--- php-src/ext/date/lib/.cvsignore:1.3 Thu Jun 16 19:12:09 2005
+++ php-src/ext/date/lib/.cvsignore     Fri Jun 17 08:03:03 2005
@@ -5,4 +5,4 @@
 .libs
 *.gcda
 *.gcno
-tl_config.h
+timelib_config.h
http://cvs.php.net/diff.php/php-src/ext/date/lib/resource/parse_date.re?r1=1.9&r2=1.10&ty=u
Index: php-src/ext/date/lib/resource/parse_date.re
diff -u php-src/ext/date/lib/resource/parse_date.re:1.9 
php-src/ext/date/lib/resource/parse_date.re:1.10
--- php-src/ext/date/lib/resource/parse_date.re:1.9     Thu Jun 16 19:12:10 2005
+++ php-src/ext/date/lib/resource/parse_date.re Fri Jun 17 08:03:04 2005
@@ -16,9 +16,9 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: parse_date.re,v 1.9 2005/06/16 23:12:10 sniper Exp $ */
+/* $Id: parse_date.re,v 1.10 2005/06/17 12:03:04 derick Exp $ */
 
-#include <tl_config.h>
+#include <timelib_config.h>
 
 #include <stdio.h>
 

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

Reply via email to