summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-27 14:32:05 +0000
committerpixel <pixel>2007-07-27 14:32:05 +0000
commit63bd3b7faf8ea2ddbbe475b0c16c40e4d703aeaa (patch)
tree036d6e398c10fbeade6b5a64a30a9fc45f7aa49b
parent6c1ab7da376ae7f78a075dda5c5be0dabce20931 (diff)
Upgrading to Lua-5.1
-rw-r--r--MSVC/dirent/dirent.c4
-rw-r--r--MSVC/dirent/dirent.h4
-rw-r--r--MSVC/readline/dirent.c4
-rw-r--r--MSVC/readline/dirent.h4
-rw-r--r--doc/rfc1866.txt14
-rw-r--r--lib/lua/src/ltests.c2
-rw-r--r--lib/zlib/include/deflate.h2
-rw-r--r--lib/zlib/include/zconf.h2
-rw-r--r--lib/zlib/include/zutil.h2
-rw-r--r--lib/zlib/src/adler32.c2
-rw-r--r--lib/zlib/src/compress.c2
-rw-r--r--lib/zlib/src/crc32.c2
-rw-r--r--lib/zlib/src/deflate.c2
-rw-r--r--lib/zlib/src/gzio.c2
-rw-r--r--lib/zlib/src/trees.c2
-rw-r--r--lib/zlib/src/uncompr.c2
-rw-r--r--lib/zlib/src/zutil.c2
17 files changed, 27 insertions, 27 deletions
diff --git a/MSVC/dirent/dirent.c b/MSVC/dirent/dirent.c
index d062d63..e93caa5 100644
--- a/MSVC/dirent/dirent.c
+++ b/MSVC/dirent/dirent.c
@@ -9,9 +9,9 @@
* Significantly revised and rewinddir, seekdir and telldir added by Colin
* Peters <colin@fu.is.saga-u.ac.jp>
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
* $Author: pixel $
- * $Date: 2004-11-27 21:01:21 $
+ * $Date: 2007-07-27 14:32:05 $
*
*/
diff --git a/MSVC/dirent/dirent.h b/MSVC/dirent/dirent.h
index 8c4a657..661607c 100644
--- a/MSVC/dirent/dirent.h
+++ b/MSVC/dirent/dirent.h
@@ -15,9 +15,9 @@
* DISCLAIMED. This includeds but is not limited to warranties of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
* $Author: pixel $
- * $Date: 2004-11-27 21:01:21 $
+ * $Date: 2007-07-27 14:32:05 $
*
*/
diff --git a/MSVC/readline/dirent.c b/MSVC/readline/dirent.c
index 475ef6a..3a83496 100644
--- a/MSVC/readline/dirent.c
+++ b/MSVC/readline/dirent.c
@@ -9,9 +9,9 @@
* Significantly revised and rewinddir, seekdir and telldir added by Colin
* Peters <colin@fu.is.saga-u.ac.jp>
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
* $Author: pixel $
- * $Date: 2004-11-27 21:47:24 $
+ * $Date: 2007-07-27 14:32:05 $
*
*/
diff --git a/MSVC/readline/dirent.h b/MSVC/readline/dirent.h
index 011fc8f..1366f0b 100644
--- a/MSVC/readline/dirent.h
+++ b/MSVC/readline/dirent.h
@@ -15,9 +15,9 @@
* DISCLAIMED. This includeds but is not limited to warranties of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
* $Author: pixel $
- * $Date: 2004-11-27 21:47:24 $
+ * $Date: 2007-07-27 14:32:05 $
*
*/
diff --git a/doc/rfc1866.txt b/doc/rfc1866.txt
index 4367018..5b63331 100644
--- a/doc/rfc1866.txt
+++ b/doc/rfc1866.txt
@@ -2707,7 +2707,7 @@ RFC 1866 Hypertext Markup Language - 2.0 November 1995
Document Type Definition for the HyperText Markup Language
(HTML DTD)
- $Id: rfc1866.txt,v 1.1 2001-09-20 23:27:02 Pixel Exp $
+ $Id: rfc1866.txt,v 1.2 2007-07-27 14:32:05 pixel Exp $
Author: Daniel W. Connolly <connolly@w3.org>
See Also: html.decl, html-1.dtd
@@ -3406,7 +3406,7 @@ RFC 1866 Hypertext Markup Language - 2.0 November 1995
Document Type Definition for the HyperText Markup Language
with strict validation (HTML Strict DTD).
- $Id: rfc1866.txt,v 1.1 2001-09-20 23:27:02 Pixel Exp $
+ $Id: rfc1866.txt,v 1.2 2007-07-27 14:32:05 pixel Exp $
Author: Daniel W. Connolly <connolly@w3.org>
See Also: http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html
@@ -3451,7 +3451,7 @@ RFC 1866 Hypertext Markup Language - 2.0 November 1995
Document Type Definition for the HyperText Markup Language
with Level 1 Extensions (HTML Level 1 DTD).
- $Id: rfc1866.txt,v 1.1 2001-09-20 23:27:02 Pixel Exp $
+ $Id: rfc1866.txt,v 1.2 2007-07-27 14:32:05 pixel Exp $
Author: Daniel W. Connolly <connolly@w3.org>
See Also: http://info.cern.ch/hypertext/WWW/MarkUp/MarkUp.html
@@ -3497,7 +3497,7 @@ RFC 1866 Hypertext Markup Language - 2.0 November 1995
Document Type Definition for the HyperText Markup Language
Struct Level 1
- $Id: rfc1866.txt,v 1.1 2001-09-20 23:27:02 Pixel Exp $
+ $Id: rfc1866.txt,v 1.2 2007-07-27 14:32:05 pixel Exp $
Author: Daniel W. Connolly <connolly@w3.org>
See Also: http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html
@@ -3624,7 +3624,7 @@ FEATURES
--
>
<!--
- $Id: rfc1866.txt,v 1.1 2001-09-20 23:27:02 Pixel Exp $
+ $Id: rfc1866.txt,v 1.2 2007-07-27 14:32:05 pixel Exp $
Author: Daniel W. Connolly <connolly@w3.org>
@@ -3659,7 +3659,7 @@ RFC 1866 Hypertext Markup Language - 2.0 November 1995
catalog entries:
-- catalog: SGML Open style entity catalog for HTML --
- -- $Id: rfc1866.txt,v 1.1 2001-09-20 23:27:02 Pixel Exp $ --
+ -- $Id: rfc1866.txt,v 1.2 2007-07-27 14:32:05 pixel Exp $ --
-- Ways to refer to Level 2: most general to most specific --
PUBLIC "-//IETF//DTD HTML//EN" html.dtd
@@ -3736,7 +3736,7 @@ RFC 1866 Hypertext Markup Language - 2.0 November 1995
%ISOlat1;
-->
<!-- Modified for use in HTML
- $Id: rfc1866.txt,v 1.1 2001-09-20 23:27:02 Pixel Exp $ -->
+ $Id: rfc1866.txt,v 1.2 2007-07-27 14:32:05 pixel Exp $ -->
<!ENTITY AElig CDATA "&#198;" -- capital AE diphthong (ligature) -->
<!ENTITY Aacute CDATA "&#193;" -- capital A, acute accent -->
<!ENTITY Acirc CDATA "&#194;" -- capital A, circumflex accent -->
diff --git a/lib/lua/src/ltests.c b/lib/lua/src/ltests.c
index a332684..287023c 100644
--- a/lib/lua/src/ltests.c
+++ b/lib/lua/src/ltests.c
@@ -1,5 +1,5 @@
/*
-** $Id: ltests.c,v 1.4 2004-11-27 21:46:07 pixel Exp $
+** $Id: ltests.c,v 1.5 2007-07-27 14:32:05 pixel Exp $
** Internal Module for Debugging of the Lua Implementation
** See Copyright Notice in lua.h
*/
diff --git a/lib/zlib/include/deflate.h b/lib/zlib/include/deflate.h
index c1d3734..d4e5825 100644
--- a/lib/zlib/include/deflate.h
+++ b/lib/zlib/include/deflate.h
@@ -8,7 +8,7 @@
subject to change. Applications should only use zlib.h.
*/
-/* @(#) $Id: deflate.h,v 1.5 2005-10-13 16:12:18 pixel Exp $ */
+/* @(#) $Id: deflate.h,v 1.6 2007-07-27 14:32:06 pixel Exp $ */
#ifndef DEFLATE_H
#define DEFLATE_H
diff --git a/lib/zlib/include/zconf.h b/lib/zlib/include/zconf.h
index 68d1a67..ffc45db 100644
--- a/lib/zlib/include/zconf.h
+++ b/lib/zlib/include/zconf.h
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: zconf.h,v 1.5 2005-10-13 16:12:18 pixel Exp $ */
+/* @(#) $Id: zconf.h,v 1.6 2007-07-27 14:32:06 pixel Exp $ */
#ifndef ZCONF_H
#define ZCONF_H
diff --git a/lib/zlib/include/zutil.h b/lib/zlib/include/zutil.h
index b4348dc..0f5f432 100644
--- a/lib/zlib/include/zutil.h
+++ b/lib/zlib/include/zutil.h
@@ -8,7 +8,7 @@
subject to change. Applications should only use zlib.h.
*/
-/* @(#) $Id: zutil.h,v 1.5 2005-10-13 16:12:18 pixel Exp $ */
+/* @(#) $Id: zutil.h,v 1.6 2007-07-27 14:32:06 pixel Exp $ */
#ifndef ZUTIL_H
#define ZUTIL_H
diff --git a/lib/zlib/src/adler32.c b/lib/zlib/src/adler32.c
index 66127b5..c9137cc 100644
--- a/lib/zlib/src/adler32.c
+++ b/lib/zlib/src/adler32.c
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: adler32.c,v 1.5 2005-10-13 16:12:18 pixel Exp $ */
+/* @(#) $Id: adler32.c,v 1.6 2007-07-27 14:32:06 pixel Exp $ */
#define ZLIB_INTERNAL
#include "zlib.h"
diff --git a/lib/zlib/src/compress.c b/lib/zlib/src/compress.c
index e82b885..6c8942e 100644
--- a/lib/zlib/src/compress.c
+++ b/lib/zlib/src/compress.c
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: compress.c,v 1.5 2005-10-13 16:12:18 pixel Exp $ */
+/* @(#) $Id: compress.c,v 1.6 2007-07-27 14:32:06 pixel Exp $ */
#define ZLIB_INTERNAL
#include "zlib.h"
diff --git a/lib/zlib/src/crc32.c b/lib/zlib/src/crc32.c
index 4143da7..26a3456 100644
--- a/lib/zlib/src/crc32.c
+++ b/lib/zlib/src/crc32.c
@@ -9,7 +9,7 @@
* factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
*/
-/* @(#) $Id: crc32.c,v 1.5 2005-10-13 16:12:18 pixel Exp $ */
+/* @(#) $Id: crc32.c,v 1.6 2007-07-27 14:32:06 pixel Exp $ */
/*
Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
diff --git a/lib/zlib/src/deflate.c b/lib/zlib/src/deflate.c
index 6a5442f..62a16e1 100644
--- a/lib/zlib/src/deflate.c
+++ b/lib/zlib/src/deflate.c
@@ -47,7 +47,7 @@
*
*/
-/* @(#) $Id: deflate.c,v 1.5 2005-10-13 16:12:18 pixel Exp $ */
+/* @(#) $Id: deflate.c,v 1.6 2007-07-27 14:32:06 pixel Exp $ */
#include "deflate.h"
diff --git a/lib/zlib/src/gzio.c b/lib/zlib/src/gzio.c
index 69ec165..69d2438 100644
--- a/lib/zlib/src/gzio.c
+++ b/lib/zlib/src/gzio.c
@@ -5,7 +5,7 @@
* Compile this file with -DNO_GZCOMPRESS to avoid the compression code.
*/
-/* @(#) $Id: gzio.c,v 1.8 2005-10-13 16:12:18 pixel Exp $ */
+/* @(#) $Id: gzio.c,v 1.9 2007-07-27 14:32:06 pixel Exp $ */
#include <stdio.h>
diff --git a/lib/zlib/src/trees.c b/lib/zlib/src/trees.c
index acb8053..47782f1 100644
--- a/lib/zlib/src/trees.c
+++ b/lib/zlib/src/trees.c
@@ -29,7 +29,7 @@
* Addison-Wesley, 1983. ISBN 0-201-06672-6.
*/
-/* @(#) $Id: trees.c,v 1.5 2005-10-13 16:12:18 pixel Exp $ */
+/* @(#) $Id: trees.c,v 1.6 2007-07-27 14:32:06 pixel Exp $ */
/* #define GEN_TREES_H */
diff --git a/lib/zlib/src/uncompr.c b/lib/zlib/src/uncompr.c
index f294253..879dca0 100644
--- a/lib/zlib/src/uncompr.c
+++ b/lib/zlib/src/uncompr.c
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: uncompr.c,v 1.5 2005-10-13 16:12:18 pixel Exp $ */
+/* @(#) $Id: uncompr.c,v 1.6 2007-07-27 14:32:06 pixel Exp $ */
#define ZLIB_INTERNAL
#include "zlib.h"
diff --git a/lib/zlib/src/zutil.c b/lib/zlib/src/zutil.c
index a89fec4..636f115 100644
--- a/lib/zlib/src/zutil.c
+++ b/lib/zlib/src/zutil.c
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: zutil.c,v 1.5 2005-10-13 16:12:18 pixel Exp $ */
+/* @(#) $Id: zutil.c,v 1.6 2007-07-27 14:32:06 pixel Exp $ */
#include "zutil.h"