Ignore:
Timestamp:
Sep 7, 2004, 4:49:39 AM (21 years ago)
Author:
bird
Message:

GCC v3.3.4 - official sources.

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 to 1.1.1.3
    r1475 r1476  
     12004-05-31  Release Manager
     2
     3        * GCC 3.3.4 Released.
     4
    152004-02-14  Release Manager
    26
     
    254258- added makelcc.bat for lcc-win32 (Tom St Denis)
    255259- 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 gdr Exp $. 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.
    257261- check for unistd.h in configure (for off_t)
    258262- remove useless check parameter in inflate_blocks_free
  • branches/GNU/src/gcc/zlib/adler32.c

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    44 */
    55
    6 /* @(#) $Id: adler32.c,v 1.3 2002/03/11 22:11:16 tromey Exp $ */
     6/* @(#) $Id: adler32.c,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */
    77
    88#include "zlib.h"
  • branches/GNU/src/gcc/zlib/compress.c

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    44 */
    55
    6 /* @(#) $Id: compress.c,v 1.3 2002/03/11 22:11:16 tromey Exp $ */
     6/* @(#) $Id: compress.c,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */
    77
    88#include "zlib.h"
  • branches/GNU/src/gcc/zlib/configure

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    15811581linux-gnu*)
    15821582  case $host_cpu in
    1583   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
     1583  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
    15841584    lt_cv_deplibs_check_method=pass_all ;;
    15851585  *)
  • branches/GNU/src/gcc/zlib/contrib/iostream2/zstream.h

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    2222/*
    2323 * zstream.h - C++ interface to the 'zlib' general purpose compression library
    24  * $Id: zstream.h,v 1.2 2002/03/11 21:49:46 tromey Exp $
     24 * $Id: zstream.h,v 1.1 1999/05/04 19:30:27 tromey Exp $
    2525 */
    2626
  • branches/GNU/src/gcc/zlib/crc32.c

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    44 */
    55
    6 /* @(#) $Id: crc32.c,v 1.3 2002/03/11 22:11:16 tromey Exp $ */
     6/* @(#) $Id: crc32.c,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */
    77
    88#include "zlib.h"
  • branches/GNU/src/gcc/zlib/deflate.c

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    4848 */
    4949
    50 /* @(#) $Id: deflate.c,v 1.3 2002/03/11 22:11:16 tromey Exp $ */
     50/* @(#) $Id: deflate.c,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */
    5151
    5252#include "deflate.h"
  • branches/GNU/src/gcc/zlib/deflate.h

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    99 */
    1010
    11 /* @(#) $Id: deflate.h,v 1.3 2002/03/11 22:11:16 tromey Exp $ */
     11/* @(#) $Id: deflate.h,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */
    1212
    1313#ifndef _DEFLATE_H
  • branches/GNU/src/gcc/zlib/example.c

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    44 */
    55
    6 /* @(#) $Id: example.c,v 1.3 2002/03/11 22:11:16 tromey Exp $ */
     6/* @(#) $Id: example.c,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */
    77
    88#include <stdio.h>
  • branches/GNU/src/gcc/zlib/gzio.c

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    66 */
    77
    8 /* @(#) $Id: gzio.c,v 1.3 2002/03/11 22:11:17 tromey Exp $ */
     8/* @(#) $Id: gzio.c,v 1.1.1.2 2002/03/11 21:53:24 tromey Exp $ */
    99
    1010#include <stdio.h>
  • branches/GNU/src/gcc/zlib/minigzip.c

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    1414 */
    1515
    16 /* @(#) $Id: minigzip.c,v 1.3 2002/03/11 22:11:17 tromey Exp $ */
     16/* @(#) $Id: minigzip.c,v 1.1.1.2 2002/03/11 21:53:26 tromey Exp $ */
    1717
    1818#include <stdio.h>
  • branches/GNU/src/gcc/zlib/trees.c

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    3030 */
    3131
    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 $ */
    3333
    3434/* #define GEN_TREES_H */
  • branches/GNU/src/gcc/zlib/uncompr.c

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    44 */
    55
    6 /* @(#) $Id: uncompr.c,v 1.3 2002/03/11 22:11:18 tromey Exp $ */
     6/* @(#) $Id: uncompr.c,v 1.1.1.2 2002/03/11 21:53:27 tromey Exp $ */
    77
    88#include "zlib.h"
  • branches/GNU/src/gcc/zlib/zconf.h

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    44 */
    55
    6 /* @(#) $Id: zconf.h,v 1.3 2002/03/11 22:11:18 tromey Exp $ */
     6/* @(#) $Id: zconf.h,v 1.1.1.2 2002/03/11 21:53:27 tromey Exp $ */
    77
    88#ifndef _ZCONF_H
  • branches/GNU/src/gcc/zlib/zutil.c

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    44 */
    55
    6 /* @(#) $Id: zutil.c,v 1.3 2002/03/11 22:11:18 tromey Exp $ */
     6/* @(#) $Id: zutil.c,v 1.1.1.2 2002/03/11 21:53:27 tromey Exp $ */
    77
    88#include "zutil.h"
  • branches/GNU/src/gcc/zlib/zutil.h

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1475 r1476  
    99 */
    1010
    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 $ */
    1212
    1313#ifndef _Z_UTIL_H
Note: See TracChangeset for help on using the changeset viewer.