[go: up one dir, main page]

File: ChangeLog

package info (click to toggle)
z80dasm 1.1.0-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 484 kB
  • ctags: 145
  • sloc: ansic: 2,118; sh: 844; makefile: 98
file content (321 lines) | stat: -rw-r--r-- 7,241 bytes parent folder | download
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
2007-09-14 11:25  avian

	* debian/changelog: New Debian version

2007-09-04 14:27  avian

	* ChangeLog, NEWS: Updated NEWS file.

2007-09-04 14:04  avian

	* test/: Makefile.am, test.bin, test.blocks: Included block
	  definition for test.bin.

2007-09-04 13:46  avian

	* configure.in: Updated version

2007-09-04 13:31  avian

	* src/z80dasm.1: Updated man page.

2007-08-31 15:33  avian

	* src/: dz80.c, symtab.c, symtab.h: New reference type (from defw
	  directive)

2007-08-31 15:15  avian

	* src/: blocks.c, blocks.h, dz80.c, symtab.c: Added support for
	  "pointers" block type.

2007-08-31 15:02  avian

	* src/blocks.c: Added a TODO comment

2007-08-31 15:02  avian

	* src/dz80.c: Cleaned up global variables.

2007-08-31 14:55  avian

	* src/: blocks.c, blocks.h, dz80.c, dz80.h, dz80dat.c, symload.c,
	  symtab.c, symtab.h, utils.c, utils.h: Each block is now
	  disassembled in a separate loop.  Block end is now defined as
	  address of the last byte + 1.  Overlapping blocks are now
	  supported in some cases (when a smaller block fits inside a
	  larger one) Moved the rest of the opcode definitions from dz80.c
	  to dz80dat.c

2007-08-30 11:22  avian

	* src/: utils.c, utils.h: Missing files

2007-08-24 12:06  avian

	* src/symtab.c: Symbols that are first seen in a "call" instruction
	  are named "subXXXXh" instead of "lXXXXh".

2007-08-02 12:24  avian

	* src/blocks.c, src/symtab.c, test/stress: Added some todos.

2007-08-02 12:08  avian

	* src/: Makefile.am, blocks.c, dz80.c, symload.c, symtab.c,
	  symtab.h: Support for "include" directive in symbol files.  Sort
	  symbols by value when writing a symbol file.	Check if any data
	  falls outside z80 address space.

2007-08-01 23:29  avian

	* src/dz80.c: Fixed block start/end comments so that they appear
	  before the block start/end label.

2007-07-20 19:19  avian

	* src/dz80.c: Input symbol file is now read before the output
	  symbol file is opened (in case they are the same)

2007-07-18 23:30  avian

	* src/: Makefile.am, blocks.c, blocks.h, cmdline.c, dz80.c, dz80.h,
	  symload.c, symtab.c, symtab.h: Added support for data blocks.

2007-07-17 21:19  avian

	* src/: Makefile.am, cmdline.c, dz80.c, dz80.h, symload.c,
	  symtab.c, symtab.h, table.c: Initial symbol table can be loaded
	  from a file

2007-07-16 23:57  avian

	* src/: dz80.c, dz80.h, symtab.c, symtab.h, table.c: Complete
	  rewrite of the symbol table handling code.

2007-07-15 19:58  avian

	* src/: Makefile.am, dz80.c, symtab.c, symtab.h, table.c: Began
	  rewriting symbol table code. New symbol handling code currently
	  just affects symbol file.

2007-07-08 18:15  avian

	* debian/copyright: Fixed download URL

2007-07-08 18:15  avian

	* debian/changelog: Changed UNRELEASED to unstable

2007-07-08 18:15  avian

	* debian/rules: Fixed typo

2007-07-08 11:42  tag RELEASE_1_0_1

2007-07-08 11:42  avian

	* debian/changelog: Fixed changelog encoding

2007-07-08 11:33  avian

	* ChangeLog, NEWS, configure.in, debian/changelog: New release

2007-07-06 12:43  avian

	* debian/: Makefile.am, watch: Added Debian watch file.

2007-07-04 13:46  avian

	* debian/copyright: Added upstream URL.

2007-07-04 13:19  avian

	* debian/: changelog, control: Start synopsis with lower-case
	  letter.  Add "closes" to the changelog.

2007-07-01 13:45  avian

	* debian/: changelog, control: Moved to UTF-8

2007-07-01 13:26  avian

	* debian/changelog: Fixed mail address in changelog

2007-06-28 23:13  avian

	* debian/rules: Fixed distclean rule.

2007-06-28 23:05  avian

	* debian/rules, test/Makefile.am, test/stress: Fixed broken test
	  scripts

2007-06-28 22:36  avian

	* debian/rules: Stress test before building a package.

2007-06-28 22:36  avian

	* README: Added a note about testing.

2007-06-28 22:33  avian

	* Makefile.am, configure.in: Added testing suite to the
	  distribution.

2007-06-28 22:32  avian

	* src/table.c: Removed unnecessary defines.

2007-06-28 22:32  avian

	* test/: .cvsignore, Makefile, Makefile.am: Added testing suite to
	  distribution.

2007-06-28 22:32  avian

	* test/stress: Redirected output to a file.

2007-06-27 13:34  avian

	* src/dz80.c: Use PACKAGE_STRING from autoconf.

2007-06-27 13:32  avian

	* src/dz80.c: Replace unprintable characters with . in ASCII source
	  print.

2007-06-27 13:18  avian

	* ChangeLog, debian/rules: Fixed typo.

2007-06-27 13:09  avian

	* Makefile.am: Added autogen to distribution.

2007-06-27 13:09  avian

	* README: Moved stuff to NEWS file

2007-06-27 13:08  avian

	* configure.in: New-style AC_INIT

2007-06-27 13:07  avian

	* debian/docs: Removed README, added NEWS file

2007-06-27 13:07  avian

	* debian/changelog: Changed to non-native Debian version

2007-06-27 13:06  avian

	* debian/rules: Run autogen.sh at configure time.  Added
	  cross-compilation rules Added dh_installchangelogs Added noopt
	  rules

2007-06-27 13:05  avian

	* debian/copyright: Typo

2007-06-27 13:05  avian

	* debian/control: Fixed build-depends.	Expanded package
	  description.

2007-06-27 13:04  avian

	* AUTHORS: Written AUTHORS file

2007-06-27 13:03  avian

	* NEWS: Added a list of changes from dz80 to z80dasm.

2007-06-27 12:38  avian

	* src/cmdline.c: Use autoconf variables for package name and bug
	  report address.

2007-06-26 11:17  avian

	* INSTALL: Replaced with stock autoconf install instructions.

2007-06-26 11:04  avian

	* src/: cmdline.c, dz80.c, table.c, z80dasm.1: Better explanations
	  for the --reduced command-line option.

2007-06-26 10:55  avian

	* src/table.c: Replaced #defines with enum.

2007-06-25 21:38  avian

	* src/table.c: Fixed indentation in prilist() function.  Added
	  copyright note.

2007-06-25 21:17  avian

	* src/cmdline.c: Return 0 on --version command line option.

2007-06-25 21:15  avian

	* src/dz80.c: Check return value of tmpfile() for error.

2007-06-14 23:38  tag RELEASE_1_0_0

2007-06-14 23:38  avian

	* src/dz80.c: Fixed incompled opcode handling again

2007-06-14 23:15  avian

	* README, src/dz80.c: Fixed handling of partial opcodes at the end
	  of input

2007-06-14 23:06  avian

	* test/stress: Added stress testing tool

2007-06-14 21:20  avian

	* .cvsignore, Makefile.am, configure.in, debian/.cvsignore,
	  debian/Makefile.am, debian/changelog, debian/compat,
	  debian/control, debian/copyright, debian/rules, debian/docs:
	  Debianized

2007-06-14 21:03  avian

	* README, src/Makefile.am, src/z80dasm.1: Added documentation

2007-06-14 13:29  avian

	* LICENSE, src/Makefile.am, src/cmdline.c, src/dz80.c, src/dz80.h,
	  src/dz80dat.c, src/table.c, test/Makefile, test/test.bin: Lots of
	  stuff

2007-06-14 10:13  avian

	* Makefile.am, src/.cvsignore, src/Makefile.am: Foo

2007-06-14 10:12  avian

	* .cvsignore, AUTHORS, COPYING, ChangeLog, Makefile, NEWS,
	  autogen.sh, configure.in, dz80-3.0.lsm, dz80.c, dz80dat.c,
	  table.c, src/.cvsignore, src/dz80.c, src/dz80.h, src/dz80dat.c,
	  src/table.c: Moved to autotools

2007-06-14 09:50  tag START

2007-06-14 09:50  avian

	* INSTALL, LICENSE, Makefile, README, dz80-3.0.lsm, dz80.c,
	  dz80dat.c, table.c: Initial import

2007-06-14 09:50  avian

	* INSTALL, LICENSE, Makefile, README, dz80-3.0.lsm, dz80.c,
	  dz80dat.c, table.c: Initial revision