Changeset 1476 for branches/GNU/src/gcc/zlib
- Timestamp:
- Sep 7, 2004, 4:49:39 AM (21 years ago)
- Location:
- branches/GNU/src/gcc/zlib
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc/zlib/ChangeLog
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 1 2004-05-31 Release Manager 2 3 * GCC 3.3.4 Released. 4 1 5 2004-02-14 Release Manager 2 6 … … 254 258 - added makelcc.bat for lcc-win32 (Tom St Denis) 255 259 - in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe) 256 - Avoid expanded $Id: ChangeLog,v 1.6.20. 7 2004/02/14 20:20:54 gdrExp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.260 - Avoid expanded $Id: ChangeLog,v 1.6.20.6 2003/10/16 19:45:39 mmitchel Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion. 257 261 - check for unistd.h in configure (for off_t) 258 262 - remove useless check parameter in inflate_blocks_free -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/adler32.c
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 4 4 */ 5 5 6 /* @(#) $Id: adler32.c,v 1. 3 2002/03/11 22:11:16tromey Exp $ */6 /* @(#) $Id: adler32.c,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */ 7 7 8 8 #include "zlib.h" -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/compress.c
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 4 4 */ 5 5 6 /* @(#) $Id: compress.c,v 1. 3 2002/03/11 22:11:16tromey Exp $ */6 /* @(#) $Id: compress.c,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */ 7 7 8 8 #include "zlib.h" -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/configure
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 1581 1581 linux-gnu*) 1582 1582 case $host_cpu in 1583 alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )1583 alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* ) 1584 1584 lt_cv_deplibs_check_method=pass_all ;; 1585 1585 *) -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/contrib/iostream2/zstream.h
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 22 22 /* 23 23 * zstream.h - C++ interface to the 'zlib' general purpose compression library 24 * $Id: zstream.h,v 1. 2 2002/03/11 21:49:46tromey Exp $24 * $Id: zstream.h,v 1.1 1999/05/04 19:30:27 tromey Exp $ 25 25 */ 26 26 -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/crc32.c
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 4 4 */ 5 5 6 /* @(#) $Id: crc32.c,v 1. 3 2002/03/11 22:11:16tromey Exp $ */6 /* @(#) $Id: crc32.c,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */ 7 7 8 8 #include "zlib.h" -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/deflate.c
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 48 48 */ 49 49 50 /* @(#) $Id: deflate.c,v 1. 3 2002/03/11 22:11:16tromey Exp $ */50 /* @(#) $Id: deflate.c,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */ 51 51 52 52 #include "deflate.h" -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/deflate.h
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 9 9 */ 10 10 11 /* @(#) $Id: deflate.h,v 1. 3 2002/03/11 22:11:16tromey Exp $ */11 /* @(#) $Id: deflate.h,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */ 12 12 13 13 #ifndef _DEFLATE_H -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/example.c
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 4 4 */ 5 5 6 /* @(#) $Id: example.c,v 1. 3 2002/03/11 22:11:16tromey Exp $ */6 /* @(#) $Id: example.c,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */ 7 7 8 8 #include <stdio.h> -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/gzio.c
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 6 6 */ 7 7 8 /* @(#) $Id: gzio.c,v 1. 3 2002/03/11 22:11:17tromey Exp $ */8 /* @(#) $Id: gzio.c,v 1.1.1.2 2002/03/11 21:53:24 tromey Exp $ */ 9 9 10 10 #include <stdio.h> -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/minigzip.c
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 14 14 */ 15 15 16 /* @(#) $Id: minigzip.c,v 1. 3 2002/03/11 22:11:17tromey Exp $ */16 /* @(#) $Id: minigzip.c,v 1.1.1.2 2002/03/11 21:53:26 tromey Exp $ */ 17 17 18 18 #include <stdio.h> -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/trees.c
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 30 30 */ 31 31 32 /* @(#) $Id: trees.c,v 1. 3 2002/03/11 22:11:17 tromey Exp $ */32 /* @(#) $Id: trees.c,v 1.1.1.2 2002/03/11 21:53:27 tromey Exp $ */ 33 33 34 34 /* #define GEN_TREES_H */ -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/uncompr.c
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 4 4 */ 5 5 6 /* @(#) $Id: uncompr.c,v 1. 3 2002/03/11 22:11:18tromey Exp $ */6 /* @(#) $Id: uncompr.c,v 1.1.1.2 2002/03/11 21:53:27 tromey Exp $ */ 7 7 8 8 #include "zlib.h" -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/zconf.h
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 4 4 */ 5 5 6 /* @(#) $Id: zconf.h,v 1. 3 2002/03/11 22:11:18tromey Exp $ */6 /* @(#) $Id: zconf.h,v 1.1.1.2 2002/03/11 21:53:27 tromey Exp $ */ 7 7 8 8 #ifndef _ZCONF_H -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/zutil.c
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 4 4 */ 5 5 6 /* @(#) $Id: zutil.c,v 1. 3 2002/03/11 22:11:18tromey Exp $ */6 /* @(#) $Id: zutil.c,v 1.1.1.2 2002/03/11 21:53:27 tromey Exp $ */ 7 7 8 8 #include "zutil.h" -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/zutil.h
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1475 r1476 9 9 */ 10 10 11 /* @(#) $Id: zutil.h,v 1. 3 2002/03/11 22:11:18 tromey Exp $ */11 /* @(#) $Id: zutil.h,v 1.1.1.2 2002/03/11 21:53:28 tromey Exp $ */ 12 12 13 13 #ifndef _Z_UTIL_H -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.