forked from huskyproject/hptzip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
193 lines (117 loc) · 5.35 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
2004-12-17 Friday 17:55 val_khokhlov
* src/test.c (1.2): uLong was undefined if not using ZLIBDL, fixed
2004-12-17 Friday 17:55 val_khokhlov
* make/makefile.mvc (1.3): fix ZLIBDL define processing in makefile
2004-08-17 Tuesday 15:36 val_khokhlov
* make/makefile (1.11): get some vars from huskymak.cfg
2004-01-21 Wednesday 03:59 andr_lukyanov
* make/: makefile.mvc (1.2), makefile.mvcdll (1.4): Fix MSVC
compilation
2004-01-11 Sunday 15:12 mche
* src/hptzip.c (1.7): fix MSVC7 compilations and some warnings
2003-10-21 Tuesday 05:44 andr_lukyanov
* make/makefile.mvcdll (1.3): Fix MSVC compilation
2003-10-06 Monday 08:31 val_khokhlov
* src/: unzip.c (1.4), zip.c (1.4): turn off optimization (in order
to work correctly with different zlib.dll's)
2003-10-04 Saturday 20:06 d_sergienko
* make/huskymak.cfg (1.1): new variant of huskymak.cfg. will be
moved to another location in future
2003-10-04 Saturday 20:03 d_sergienko
* make/: makefile (1.10), makefile.inc (1.5), makefile.prg (1.10),
osdefs/lnx (1.5): make installation into INCDIR/LIBDIR
2003-09-29 Monday 08:12 val_khokhlov
* hptzip/hptzip.h (1.3), hptzip/hptzipdl.h (1.1), make/makefile.mvc
(1.1), make/makefile.mvcdll (1.2), src/hptzip.c (1.6), src/test.c
(1.1), src/unzip.c (1.3), src/zip.c (1.3): * win32 static library
makefile * win32 manual zlib.dll loading (for static library only,
set ZLIBDL=1)
2003-09-19 Friday 18:27 d_sergienko
* make/makefile.prg (1.9): chandeg gmake -> $(MAKE). Thanx To Pavel
Gulchouk.
2003-09-19 Friday 18:11 d_sergienko
* make/makefile.prg (1.8):
changed make -> gmake
2003-09-19 Friday 17:41 d_sergienko
* make/: makefile (1.9), makefile.prg (1.7): moved makefile.inc
upwards
2003-09-19 Friday 09:51 d_sergienko
* make/osdefs/bsd (1.5):
added some variables for bsd
2003-09-18 Thursday 20:44 d_sergienko
* make/makefile.prg (1.6): fix shared library internal name (strip
path)
2003-09-12 Friday 18:05 d_sergienko
* make/: makefile (1.8), makefile.inc (1.4), makefile.prg (1.5):
it's compiling now (work is still in progress...)
2003-09-12 Friday 18:02 d_sergienko
* make/: makefile (1.7), makefile.inc (1.3), makefile.prg (1.4),
makefile.tgt (1.2), osdefs/lnx (1.4): makefile.tgt is no longer
needed (we autogenerate it now). also project can't be compiled
now temporary (just need to save my work)
2003-09-10 Wednesday 21:20 d_sergienko
* make/: makefile (1.6), makefile.inc (1.2), makefile.prg (1.3),
makefile.tgt (1.1): new makefiles structure. now we can generate
targets in run-time.
2003-09-10 Wednesday 21:14 d_sergienko
* make/osdefs/lnx (1.3): added RM variable
2003-08-16 Saturday 12:17 d_sergienko
* Makefile (1.1), make/makefile (1.5): added for ChangeLog
autogeneration
2003-07-17 Thursday 11:57 mche
* src/hptzip.c (1.5): debug messages removed
2003-06-20 Friday 13:55 nssoft
* make/osdep.inc (1.4): Add missed endif
2003-06-19 Thursday 14:56 lmike
* make/: osdep.inc (1.3), osdefs/qnx (1.1): Added QNX support.
2003-06-16 Monday 21:03 d_sergienko
* make/: makefile (1.4), makefile.prg (1.2): new makefiles
structure.
2003-05-30 Friday 04:36 d_sergienko
* make/osdefs/bsd (1.4): fix platform name
2003-05-29 Thursday 20:04 d_sergienko
* make/: makefile (1.3), makefile.inc (1.1), makefile.prg (1.1),
osdefs/bsd (1.3), osdefs/emx (1.2), osdefs/generic (1.2),
osdefs/lnx (1.2): new makefiles (test)
2003-05-29 Thursday 17:34 d_sergienko
* make/makefile.mvcdll (1.1): added makefile for msvc (thanks to
Dmitry Pankov)
2003-05-28 Wednesday 08:21 nssoft
* make/makefile (1.2): fix compilation
2003-05-28 Wednesday 08:20 nssoft
* make/osdep.inc (1.2): add missed "else".
2003-05-14 Wednesday 15:27 nssoft
* make/osdefs/bsd (1.2): Fix platform name
2003-04-25 Friday 23:21 d_sergienko
* .cvs2cl (1.1), make/makefile (1.1), make/osdep.inc (1.1),
make/osdefs/be (1.1), make/osdefs/bsd (1.1), make/osdefs/cyg (1.1),
make/osdefs/djg (1.1), make/osdefs/emx (1.1), make/osdefs/generic
(1.1), make/osdefs/lnx (1.1): New experimental makefile model based
on GNU Make. only linux is working now.
2003-04-23 Wednesday 17:15 mche
* src/hptzip.c (1.4): fix unpack
2003-04-23 Wednesday 06:53 mche
* src/hptzip.c (1.3): fix pack
2003-04-21 Monday 09:19 pgul
* hptzip/crypt.h (1.2), hptzip/hptzip.h (1.2), hptzip/ioapi.h
(1.2), hptzip/iowin32.h (1.2), hptzip/unzip.h (1.2), hptzip/zconf.h
(1.2), hptzip/zip.h (1.2), hptzip/zlib.h (1.2),
make/hptzipDll.vcproj (1.2), src/hptzip.c (1.2), src/ioapi.c (1.2),
src/iowin32.c (1.2), src/unzip.c (1.2), src/zip.c (1.2): dos2unix
2003-04-21 Monday 09:17 pgul
* readme.txt (1.3): translate russian to english
2003-04-21 Monday 08:12 mche
* hptzip/crypt.h (1.1), hptzip/hptzip.h (1.1), hptzip/ioapi.h
(1.1), hptzip/iowin32.h (1.1), hptzip/unzip.h (1.1), hptzip/zconf.h
(1.1), hptzip/zip.h (1.1), hptzip/zlib.h (1.1), hpt_patch_desc.txt
(1.2), hpt_zipInternalsupp.txt (1.2), hptzip.cpp (1.2), hptzip.h
(1.2), makefile.mvcdll (1.2), readme.txt (1.2), src/hptzip.c (1.1),
src/ioapi.c (1.1), make/hptzipDll.vcproj (1.1), src/iowin32.c
(1.1), src/unzip.c (1.1), src/zip.c (1.1): hptzip - library for
compress and decompress files using zlib
2002-08-25 Sunday 13:52 mche
* hpt_patch_desc.txt (1.1), hpt_zipInternalsupp.txt (1.1),
readme.txt (1.1): no message
2002-08-25 Sunday 08:33 mche
* hptzip.cpp (1.1), hptzip.h (1.1), makefile.mvcdll (1.1): Initial
revision