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

