[xdebug-dev] xdebug xdebug/php_xdebug.h xdebug/usefulstuff.c xdebug/usefulstuff.h xdebug/xdebug.c xdebug/xdebug_code_coverage.c xdebug/xdebug_code_coverage.h xdebug/xdebug_com.c xdebug/xdebug_com.h xdebug/xdebug_compat.h xdebug/xdebug_handler_dbgp.c xdebug/xdebug_handler_dbgp.h xdebug/xdebug_handler_gdb.c xdebug/xdebug_handler_gdb.h xdebug/xdebug_handler_php3.c xdebug/xdebug_handler_php3.h xdebug/xdebug_handlers.c xdebug/xdebug_handlers.h xdebug/xdebug_mm.h xdebug/xdebug_private.c xdebug/xdebug_private.h xdebug/xdebug_profiler.c xdebug/xdebug_profiler.h xdebug/xdebug_str.c xdebug/xdebug_str.h xdebug/xdebug_superglobals.c xdebug/xdebug_superglobals.h xdebug/xdebug_var.c xdebug/xdebug_var.h xdebug/xdebug_xml.c xdebug/xdebug_xml.h xdebug/debugclient/main.c xdebug/debugclient/usefulstuff.c xdebug/debugclient/usefulstuff.h

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Sun, 1 Jan 2006 16:27:28 +0100

Date: Sun Jan 1 16:27:27 CET 2006
User: Derick Rethans
Directory: xdebug

Log Message:
- Bumb year.

Modified files:
           xdebug/php_xdebug.h (version: 1.98)
           xdebug/usefulstuff.c (version: 1.24)
           xdebug/usefulstuff.h (version: 1.14)
           xdebug/xdebug.c (version: 1.288)
           xdebug/xdebug_code_coverage.c (version: 1.15)
           xdebug/xdebug_code_coverage.h (version: 1.8)
           xdebug/xdebug_com.c (version: 1.13)
           xdebug/xdebug_com.h (version: 1.11)
           xdebug/xdebug_compat.h (version: 1.6)
           xdebug/xdebug_handler_dbgp.c (version: 1.75)
           xdebug/xdebug_handler_dbgp.h (version: 1.15)
           xdebug/xdebug_handler_gdb.c (version: 1.78)
           xdebug/xdebug_handler_gdb.h (version: 1.28)
           xdebug/xdebug_handler_php3.c (version: 1.20)
           xdebug/xdebug_handler_php3.h (version: 1.14)
           xdebug/xdebug_handlers.c (version: 1.15)
           xdebug/xdebug_handlers.h (version: 1.31)
           xdebug/xdebug_mm.h (version: 1.2)
           xdebug/xdebug_private.c (version: 1.4)
           xdebug/xdebug_private.h (version: 1.16)
           xdebug/xdebug_profiler.c (version: 1.32)
           xdebug/xdebug_profiler.h (version: 1.10)
           xdebug/xdebug_str.c (version: 1.7)
           xdebug/xdebug_str.h (version: 1.5)
           xdebug/xdebug_superglobals.c (version: 1.17)
           xdebug/xdebug_superglobals.h (version: 1.5)
           xdebug/xdebug_var.c (version: 1.63)
           xdebug/xdebug_var.h (version: 1.21)
           xdebug/xdebug_xml.c (version: 1.9)
           xdebug/xdebug_xml.h (version: 1.4)
           xdebug/debugclient/main.c (version: 1.32)
           xdebug/debugclient/usefulstuff.c (version: 1.10)
           xdebug/debugclient/usefulstuff.h (version: 1.8)

[FILE: /xdebug/php_xdebug.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- xdebug/php_xdebug.h:1.97 Sat Dec 31 09:54:10 2005 GMT
+++ xdebug/php_xdebug.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -20,9 +20,9 @@
 #define PHP_XDEBUG_H
 
 #define XDEBUG_NAME "Xdebug"
-#define XDEBUG_VERSION "2.0.0beta5"
+#define XDEBUG_VERSION "2.0.0rc1-dev"
 #define XDEBUG_AUTHOR "Derick Rethans"
-#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2005 by Derick Rethans"
+#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2006 by Derick Rethans"
 #define XDEBUG_URL "http://xdebug.org"
 
 #include "php.h"

[FILE: /xdebug/usefulstuff.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- xdebug/usefulstuff.c:1.23 Wed Sep 15 05:52:18 2004 GMT
+++ xdebug/usefulstuff.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/usefulstuff.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xdebug/usefulstuff.h:1.13 Mon Aug 30 12:00:20 2004 GMT
+++ xdebug/usefulstuff.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -r1.287 -r1.288
--- xdebug/xdebug.c:1.287 Sat Dec 31 09:34:52 2005 GMT
+++ xdebug/xdebug.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -2492,7 +2492,7 @@
         XDEBUG_VERSION,
         XDEBUG_AUTHOR,
         XDEBUG_URL,
- "Copyright (c) 2002, 2003, 2004, 2005",
+ "Copyright (c) 2002, 2003, 2004, 2005, 2006",
         xdebug_zend_startup,
         xdebug_zend_shutdown,
         NULL, /* activate_func_t */

[FILE: /xdebug/xdebug_code_coverage.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xdebug/xdebug_code_coverage.c:1.14 Fri Dec 24 13:41:16 2004 GMT
+++ xdebug/xdebug_code_coverage.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_code_coverage.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xdebug/xdebug_code_coverage.h:1.7 Wed Oct 06 04:56:28 2004 GMT
+++ xdebug/xdebug_code_coverage.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_com.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xdebug/xdebug_com.c:1.12 Tue Oct 19 20:38:28 2004 GMT
+++ xdebug/xdebug_com.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_com.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdebug/xdebug_com.h:1.10 Thu Sep 18 12:31:56 2003 GMT
+++ xdebug/xdebug_com.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_compat.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdebug/xdebug_compat.h:1.5 Thu Sep 29 18:42:27 2005 GMT
+++ xdebug/xdebug_compat.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_handler_dbgp.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- xdebug/xdebug_handler_dbgp.c:1.74 Sat Dec 31 09:34:52 2005 GMT
+++ xdebug/xdebug_handler_dbgp.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -1891,7 +1891,7 @@
 
 char *xdebug_dbgp_get_revision(void)
 {
- return "$Revision: 1.74 $";
+ return "$Revision: 1.75 $";
 }
 
 int xdebug_dbgp_cmdloop(xdebug_con *context TSRMLS_DC)

[FILE: /xdebug/xdebug_handler_dbgp.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xdebug/xdebug_handler_dbgp.h:1.14 Thu Nov 11 15:30:12 2004 GMT
+++ xdebug/xdebug_handler_dbgp.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_handler_gdb.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- xdebug/xdebug_handler_gdb.c:1.77 Tue Oct 26 06:41:19 2004 GMT
+++ xdebug/xdebug_handler_gdb.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -1334,7 +1334,7 @@
 
 char *xdebug_gdb_get_revision(void)
 {
- return "$Revision: 1.77 $";
+ return "$Revision: 1.78 $";
 }
 
 int xdebug_gdb_init(xdebug_con *context, int mode)

[FILE: /xdebug/xdebug_handler_gdb.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xdebug/xdebug_handler_gdb.h:1.27 Wed Apr 21 16:19:31 2004 GMT
+++ xdebug/xdebug_handler_gdb.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_handler_php3.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xdebug/xdebug_handler_php3.c:1.19 Wed Apr 21 16:19:31 2004 GMT
+++ xdebug/xdebug_handler_php3.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -74,7 +74,7 @@
 
 char *xdebug_php3_get_revision(void)
 {
- return "$Revision: 1.19 $";
+ return "$Revision: 1.20 $";
 }
 
 int xdebug_php3_init(xdebug_con *context, int mode)

[FILE: /xdebug/xdebug_handler_php3.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xdebug/xdebug_handler_php3.h:1.13 Wed Apr 21 16:19:31 2004 GMT
+++ xdebug/xdebug_handler_php3.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_handlers.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xdebug/xdebug_handlers.c:1.14 Wed Dec 24 17:59:13 2003 GMT
+++ xdebug/xdebug_handlers.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_handlers.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- xdebug/xdebug_handlers.h:1.30 Wed Apr 21 16:19:31 2004 GMT
+++ xdebug/xdebug_handlers.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_mm.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug/xdebug_mm.h:1.1 Sun Oct 12 12:28:59 2003 GMT
+++ xdebug/xdebug_mm.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_private.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdebug/xdebug_private.c:1.3 Tue Mar 02 08:37:47 2004 GMT
+++ xdebug/xdebug_private.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_private.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xdebug/xdebug_private.h:1.15 Mon Nov 15 11:45:13 2004 GMT
+++ xdebug/xdebug_private.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_profiler.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- xdebug/xdebug_profiler.c:1.31 Fri Dec 30 14:59:02 2005 GMT
+++ xdebug/xdebug_profiler.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_profiler.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xdebug/xdebug_profiler.h:1.9 Wed Oct 06 05:09:35 2004 GMT
+++ xdebug/xdebug_profiler.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_str.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug/xdebug_str.c:1.6 Sun Nov 28 20:53:28 2004 GMT
+++ xdebug/xdebug_str.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_str.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdebug/xdebug_str.h:1.4 Sun Nov 02 09:32:25 2003 GMT
+++ xdebug/xdebug_str.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_superglobals.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xdebug/xdebug_superglobals.c:1.16 Tue Oct 26 06:41:19 2004 GMT
+++ xdebug/xdebug_superglobals.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_superglobals.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdebug/xdebug_superglobals.h:1.4 Mon Jun 23 19:55:48 2003 GMT
+++ xdebug/xdebug_superglobals.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_var.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- xdebug/xdebug_var.c:1.62 Tue Dec 20 09:26:58 2005 GMT
+++ xdebug/xdebug_var.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_var.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- xdebug/xdebug_var.h:1.20 Tue Feb 01 21:53:44 2005 GMT
+++ xdebug/xdebug_var.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_xml.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdebug/xdebug_xml.c:1.8 Tue Feb 01 21:53:44 2005 GMT
+++ xdebug/xdebug_xml.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_xml.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdebug/xdebug_xml.h:1.3 Mon Aug 02 20:04:34 2004 GMT
+++ xdebug/xdebug_xml.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/debugclient/main.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- xdebug/debugclient/main.c:1.31 Sat Sep 24 18:00:12 2005 GMT
+++ xdebug/debugclient/main.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -160,7 +160,7 @@
 
         /* Display copyright notice and version number */
         printf("Xdebug Simple DBGp client (%s)\n", DEBUGCLIENT_VERSION);
- printf("Copyright 2002-2005 by Derick Rethans.\n");
+ printf("Copyright 2002-2006 by Derick Rethans.\n");
 #ifdef HAVE_LIBEDIT
         printf("- libedit support: enabled\n");
 #endif

[FILE: /xdebug/debugclient/usefulstuff.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xdebug/debugclient/usefulstuff.c:1.9 Wed Oct 29 08:52:08 2003 GMT
+++ xdebug/debugclient/usefulstuff.c Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/debugclient/usefulstuff.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xdebug/debugclient/usefulstuff.h:1.7 Wed Oct 29 08:52:07 2003 GMT
+++ xdebug/debugclient/usefulstuff.h Sun Jan 01 14:27:27 2006 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003 Derick Rethans |
+ | Copyright (c) 2002, 2003, 2004, 2005, 2006 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
Received on Sun Jan 01 2006 - 16:27:35 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST