diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/lua/src/ltests.c | 2 | ||||
-rw-r--r-- | lib/zlib/include/deflate.h | 2 | ||||
-rw-r--r-- | lib/zlib/include/zconf.h | 2 | ||||
-rw-r--r-- | lib/zlib/include/zutil.h | 2 | ||||
-rw-r--r-- | lib/zlib/src/adler32.c | 2 | ||||
-rw-r--r-- | lib/zlib/src/compress.c | 2 | ||||
-rw-r--r-- | lib/zlib/src/crc32.c | 2 | ||||
-rw-r--r-- | lib/zlib/src/deflate.c | 2 | ||||
-rw-r--r-- | lib/zlib/src/gzio.c | 2 | ||||
-rw-r--r-- | lib/zlib/src/trees.c | 2 | ||||
-rw-r--r-- | lib/zlib/src/uncompr.c | 2 | ||||
-rw-r--r-- | lib/zlib/src/zutil.c | 2 |
12 files changed, 12 insertions, 12 deletions
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" |