OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [services/] [compress/] [zlib/] [current/] [ChangeLog] - Blame information for rev 867

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2009-04-28  John Dallaway  
2
 
3
        * cdl/compress_zlib.cdl: Fix display and description strings for
4
        LDFLAGS manipulation options.
5
 
6
2009-03-09  John Dallaway  
7
 
8
        * cdl/compress_zlib.cdl: Reference test executable filenames for
9
        compatibility with the eCos Configuration Tool.
10
 
11
2005-10-16  Peter Korsgaard  
12
 
13
        * cdl/compress_zlib.cdl (CYGFUN_COMPRESS_ZLIB_GZIO): New option to
14
        include zlib stdio-like utility functions.
15
 
16
2005-07-27  Peter Korsgaard  
17
 
18
        * src/ChangeLog:
19
        * src/configure:
20
        * src/deflate.c:
21
        * src/deflate.h:
22
        * src/FAQ:
23
        * src/gzio.c:
24
        * src/Make_vms.com:
25
        * src/adler32.c:
26
        * src/compress.c:
27
        * src/example.c:
28
        * src/minigzip.c:
29
        * src/infback.c:
30
        * src/inffast.c:
31
        * src/inflate.c:
32
        * src/inflate.h:
33
        * src/inftrees.c:
34
        * src/inftrees.h:
35
        * src/Makefile:
36
        * src/Makefile.in:
37
        * src/README:
38
        * src/README.eCos:
39
        * src/trees.c:
40
        * src/zlib.3:
41
        * src/zutil.c:
42
        * src/zutil.h:
43
        * include/zlib.h:
44
        * include/zconf.h: Upgrade to zlib-1.2.3
45
 
46
2005-06-28  Peter Korsgaard  
47
 
48
        * src/ChangeLog:
49
        * src/configure:
50
        * src/deflate.c:
51
        * src/deflate.h:
52
        * src/FAQ:
53
        * src/gzio.c:
54
        * src/INDEX:
55
        * src/infback.c:
56
        * src/inffast.c:
57
        * src/inflate.c:
58
        * src/Makefile:
59
        * src/Makefile.in:
60
        * src/README:
61
        * src/trees.c:
62
        * src/zlib.3:
63
        * src/zutil.h:
64
        * include/zlib.h:
65
        * include/zconf.h: Upgrade to zlib-1.2.2
66
 
67
2005-03-27  Andrew Lunn  
68
 
69
        * tests/zlib1.c: Include diag.h for diag_printf proto.
70
 
71
2004-05-25  Gary Thomas  
72
 
73
        * src/zutil.h: Fix redefine of 'crc32'
74
 
75
        * include/zconf.h: Force define of __ECOS__ to make it easier for
76
        applications to use this library.  Also define Z_PREFIX to minimize
77
        namespace pollution.  !CYGSEM_COMPRESS_ZLIB_DEFLATE_MAKES_GZIP now
78
        implies NO_GZCOMPRESS and NO_GZIP.
79
 
80
2004-05-24  Gary Thomas  
81
 
82
        * tests/zlib2.c:
83
        * tests/zlib1.c:
84
        * src/zutil.h:
85
        * src/zutil.c:
86
        * src/zlib.3:
87
        * src/uncompr.c:
88
        * src/trees.c:
89
        * src/minigzip.c:
90
        * src/inftrees.h:
91
        * src/inftrees.c:
92
        * src/inflate.h:
93
        * src/inflate.c:
94
        * src/inffixed.h:
95
        * src/inffast.h:
96
        * src/inffast.c:
97
        * src/infback.c:
98
        * src/gzio.c:
99
        * src/example.c:
100
        * src/deflate.h:
101
        * src/deflate.c:
102
        * src/configure:
103
        * src/compress.c:
104
        * src/algorithm.txt:
105
        * src/adler32.c:
106
        * src/README.eCos:
107
        * src/README:
108
        * src/Makefile.in:
109
        * src/Makefile:
110
        * src/INDEX:
111
        * src/FAQ:
112
        * include/zlib.h:
113
        * include/zconf.h:
114
        * cdl/compress_zlib.cdl: Upgrade to zlib-1.2.1
115
 
116
2004-04-29  Oyvind Harboe 
117
 
118
        * src/inffixed.h: added "const" to tables that do not
119
        change in order to save RAM. Ca. 4k.
120
 
121
2003-11-20  Andrew Lunn  
122
 
123
        * tests/zlib[12].c: Modified the text to the gcc3.3 friendly.
124
 
125
2003-11-13  Daniel Néri  
126
 
127
        * Upgrade to zlib 1.1.4 and additional fix for inflate bug on
128
        machines with 16-bit pointers.
129
 
130
2003-09-08  Thomas Koeller  
131
 
132
        * cdl/compress_zlib.cdl : Displayed package name was wrong.
133
 
134
2002-10-10  Andrew Lunn  
135
 
136
        * include/zutil.h:
137
        * include/zlib.h:
138
        * src/inflate.c (inflate): Use the CRC function from the CRC
139
        package.
140
        * src/crc32.c: Removed.
141
 
142
2002-09-09  Mark Salter  
143
 
144
        * inflate.c (inflate): Fix CRC calculation over multiple invocations
145
        with same output buffer.
146
 
147
2002-02-18  Jesper Skov  
148
 
149
        * src/infblock.c: Applied fix for double-free which could cause a
150
        zlib crash. Fixed indentation.
151
 
152
2001-10-15  Gary Thomas  
153
 
154
        * include/zconf.h:
155
        * cdl/compress_zlib.cdl:
156
        Define new interface CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC which allows
157
        users of this code (applications) to provide their own allocators.
158
 
159
2001-04-02  Jesper Skov  
160
 
161
        * tests/zlib2.c: Removed BAD_CRC state.
162
 
163
2001-03-12  Jesper Skov  
164
 
165
        * src/inflate.c: Remove BAD_CRC state. Do separate CRC for
166
        gzippped data.
167
        * include/zlib.h: Removed Z_BAD_CRC hack. Rename crc32 function.
168
        * src/crc32.c: Include zlib.h header from
169
        include/cyg/compress. Rename function.
170
        * cdl/compress_zlib.cdl: Build the crc32.c file.
171
 
172
2001-03-09  Jesper Skov  
173
 
174
        * src/compress.c: Include zlib.h header from include/cyg/compress.
175
        * src/uncompr.c: Same.
176
        * tests/zlib1.c: Added.
177
        * tests/zlib2.c: Added.
178
        * cdl/compress_zlib.cdl: Compile tests. Compile
179
        files holding compress/uncompress functions.
180
 
181
        * cdl/compress_zlib.cdl: Don't warn about prototypes when building.
182
 
183
2001-03-08  Jesper Skov  
184
 
185
        * cdl/compress_zlib.cdl: Add isoinfra requirement.
186
 
187
        * include/zconf.h: Override STDC check.
188
 
189
        * include/zlib.h: Added new BAD_CRC return type. Comment out crc32
190
        declaration.
191
 
192
        * src/inflate.c: Added additional states to allow for gzip header
193
        decoding.
194
 
195
        * src/adler32.c: Include zlib.h header from include/cyg/compress.
196
        * src/zutil.h: Same.
197
 
198
        * Import zlib 1.1.3 sources, but leave out some sub
199
        directories. See src/README.eCos for details.
200
 
201
//===========================================================================
202
// ####GPLCOPYRIGHTBEGIN####
203
// -------------------------------------------
204
// This file is part of eCos, the Embedded Configurable Operating System.
205
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
206
//
207
// This program is free software; you can redistribute it and/or modify
208
// it under the terms of the GNU General Public License as published by
209
// the Free Software Foundation; either version 2 or (at your option) any
210
// later version.
211
//
212
// This program is distributed in the hope that it will be useful, but
213
// WITHOUT ANY WARRANTY; without even the implied warranty of
214
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
215
// General Public License for more details.
216
//
217
// You should have received a copy of the GNU General Public License
218
// along with this program; if not, write to the
219
// Free Software Foundation, Inc., 51 Franklin Street,
220
// Fifth Floor, Boston, MA  02110-1301, USA.
221
// -------------------------------------------
222
// ####GPLCOPYRIGHTEND####
223
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.