Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
2eb018ff
Commit
2eb018ff
authored
Mar 11, 2002
by
Tom Tromey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dummy commit in preparation for import
From-SVN: r50605
parent
6c40858f
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
15 additions
and
15 deletions
+15
-15
zlib/ChangeLog
+1
-1
zlib/adler32.c
+1
-1
zlib/compress.c
+1
-1
zlib/contrib/iostream2/zstream.h
+1
-1
zlib/crc32.c
+1
-1
zlib/deflate.c
+1
-1
zlib/deflate.h
+1
-1
zlib/example.c
+1
-1
zlib/gzio.c
+1
-1
zlib/minigzip.c
+1
-1
zlib/trees.c
+1
-1
zlib/uncompr.c
+1
-1
zlib/zconf.h
+1
-1
zlib/zutil.c
+1
-1
zlib/zutil.h
+1
-1
No files found.
zlib/ChangeLog
View file @
2eb018ff
...
@@ -221,7 +221,7 @@ Changes in 1.0.6 (19 Jan 1998)
...
@@ -221,7 +221,7 @@ Changes in 1.0.6 (19 Jan 1998)
- use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
- use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
- added makelcc.bat for lcc-win32 (Tom St Denis)
- added makelcc.bat for lcc-win32 (Tom St Denis)
- in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
- in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
- Avoid expanded $Id: ChangeLog,v 1.
1 1999/05/04 19:30:26 tromey
Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
- Avoid expanded $Id: ChangeLog,v 1.
2 2001/06/09 20:31:02 aoliva
Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
- check for unistd.h in configure (for off_t)
- check for unistd.h in configure (for off_t)
- remove useless check parameter in inflate_blocks_free
- remove useless check parameter in inflate_blocks_free
- avoid useless assignment of s->check to itself in inflate_blocks_new
- avoid useless assignment of s->check to itself in inflate_blocks_new
...
...
zlib/adler32.c
View file @
2eb018ff
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
/* @(#) $Id$ */
/* @(#) $Id
: adler32.c,v 1.1 1999/05/04 19:30:26 tromey Exp
$ */
#include "zlib.h"
#include "zlib.h"
...
...
zlib/compress.c
View file @
2eb018ff
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
/* @(#) $Id$ */
/* @(#) $Id
: compress.c,v 1.1 1999/05/04 19:30:26 tromey Exp
$ */
#include "zlib.h"
#include "zlib.h"
...
...
zlib/contrib/iostream2/zstream.h
View file @
2eb018ff
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
/*
/*
* zstream.h - C++ interface to the 'zlib' general purpose compression library
* zstream.h - C++ interface to the 'zlib' general purpose compression library
* $Id: zstream.h
1.1 1997-06-25 12:00:56+02 tyge Exp tyge
$
* $Id: zstream.h
,v 1.1 1999/05/04 19:30:27 tromey Exp
$
*/
*/
#include <strstream.h>
#include <strstream.h>
...
...
zlib/crc32.c
View file @
2eb018ff
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
/* @(#) $Id$ */
/* @(#) $Id
: crc32.c,v 1.1 1999/05/04 19:30:26 tromey Exp
$ */
#include "zlib.h"
#include "zlib.h"
...
...
zlib/deflate.c
View file @
2eb018ff
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
*
*
*/
*/
/* @(#) $Id$ */
/* @(#) $Id
: deflate.c,v 1.1 1999/05/04 19:30:26 tromey Exp
$ */
#include "deflate.h"
#include "deflate.h"
...
...
zlib/deflate.h
View file @
2eb018ff
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
subject to change. Applications should only use zlib.h.
subject to change. Applications should only use zlib.h.
*/
*/
/* @(#) $Id$ */
/* @(#) $Id
: deflate.h,v 1.1 1999/05/04 19:30:26 tromey Exp
$ */
#ifndef _DEFLATE_H
#ifndef _DEFLATE_H
#define _DEFLATE_H
#define _DEFLATE_H
...
...
zlib/example.c
View file @
2eb018ff
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
/* @(#) $Id$ */
/* @(#) $Id
: example.c,v 1.1 1999/05/04 19:30:26 tromey Exp
$ */
#include <stdio.h>
#include <stdio.h>
#include "zlib.h"
#include "zlib.h"
...
...
zlib/gzio.c
View file @
2eb018ff
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
* Compile this file with -DNO_DEFLATE to avoid the compression code.
* Compile this file with -DNO_DEFLATE to avoid the compression code.
*/
*/
/* @(#) $Id$ */
/* @(#) $Id
: gzio.c,v 1.1 1999/05/04 19:30:26 tromey Exp
$ */
#include <stdio.h>
#include <stdio.h>
...
...
zlib/minigzip.c
View file @
2eb018ff
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
* or in pipe mode.
* or in pipe mode.
*/
*/
/* @(#) $Id$ */
/* @(#) $Id
: minigzip.c,v 1.1 1999/05/04 19:30:27 tromey Exp
$ */
#include <stdio.h>
#include <stdio.h>
#include "zlib.h"
#include "zlib.h"
...
...
zlib/trees.c
View file @
2eb018ff
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
* Addison-Wesley, 1983. ISBN 0-201-06672-6.
* Addison-Wesley, 1983. ISBN 0-201-06672-6.
*/
*/
/* @(#) $Id$ */
/* @(#) $Id
: trees.c,v 1.1 1999/05/04 19:30:27 tromey Exp
$ */
/* #define GEN_TREES_H */
/* #define GEN_TREES_H */
...
...
zlib/uncompr.c
View file @
2eb018ff
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
/* @(#) $Id$ */
/* @(#) $Id
: uncompr.c,v 1.1 1999/05/04 19:30:27 tromey Exp
$ */
#include "zlib.h"
#include "zlib.h"
...
...
zlib/zconf.h
View file @
2eb018ff
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
/* @(#) $Id$ */
/* @(#) $Id
: zconf.h,v 1.1 1999/05/04 19:30:27 tromey Exp
$ */
#ifndef _ZCONF_H
#ifndef _ZCONF_H
#define _ZCONF_H
#define _ZCONF_H
...
...
zlib/zutil.c
View file @
2eb018ff
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
/* @(#) $Id$ */
/* @(#) $Id
: zutil.c,v 1.1 1999/05/04 19:30:27 tromey Exp
$ */
#include "zutil.h"
#include "zutil.h"
...
...
zlib/zutil.h
View file @
2eb018ff
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
subject to change. Applications should only use zlib.h.
subject to change. Applications should only use zlib.h.
*/
*/
/* @(#) $Id$ */
/* @(#) $Id
: zutil.h,v 1.1 1999/05/04 19:30:27 tromey Exp
$ */
#ifndef _Z_UTIL_H
#ifndef _Z_UTIL_H
#define _Z_UTIL_H
#define _Z_UTIL_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment