gwydion-dylan (1:2.3.12pre3-1) unstable; urgency=low

  * Bugfixes.

 -- Brent A. Fulgham <bfulgham@debian.org>  Fri, 19 Mar 2004 22:44:01 -0800

gwydion-dylan (1:2.3.11release-6) unstable; urgency=low

  * Correct a problem with single-file-mode under gcc33.
  * Correct OpenGL build problem.

 -- Brent A. Fulgham <bfulgham@debian.org>  Tue, 30 Sep 2003 22:08:51 -0700

gwydion-dylan (1:2.3.11release-5) unstable; urgency=low

  * Correction to gcc identification routine for PPC.

 -- Brent A. Fulgham <bfulgham@debian.org>  Thu, 25 Sep 2003 23:04:56 -0700

gwydion-dylan (1:2.3.11release-4) unstable; urgency=low

  * Another minor tweak to help the autobuilders.

 -- Brent A. Fulgham <bfulgham@debian.org>  Mon, 22 Sep 2003 22:15:40 -0700

gwydion-dylan (1:2.3.11release-3) unstable; urgency=low

  * Swap build-depends ordering to support autobuilders.  (Closes:#211160)

 -- Brent A. Fulgham <bfulgham@debian.org>  Fri, 19 Sep 2003 07:16:08 -0700

gwydion-dylan (1:2.3.11release-2) unstable; urgency=low

  * Corrections to support autobuilding of other architectures.  Main problem
    was that only x86 had multiple gcc version requirements (due to a raft
    of optimizer bugs from the 3.2-3.3 series).
  * Corrections to support building under 'stable'.
  * Fix emacsen handling.  (Closes:#210856)
  * Correct small string handling bug.
  * Declare dependency on Automake1.7.  New autogen.sh script creates links
    for any missing "missing" script and so forth.  (Closes:#187925)

 -- Brent A. Fulgham <bfulgham@debian.org>  Mon, 15 Sep 2003 21:43:01 -0700

gwydion-dylan (1:2.3.11release-1) unstable; urgency=low

  * More upstream changes and updates.
  * Major floating point improvements.
  * Removed gcc-3.2 build dependency.
  * Depends on libgc-dev package (rather than libgc6-dev).
  * Handle various versions of gcc in a cleaner (and more consistent) fashion.

 -- Brent A. Fulgham <bfulgham@debian.org>  Mon,  8 Sep 2003 21:59:43 -0700

gwydion-dylan (2.3.11pre1-1) unstable; urgency=low

  * Upstream updates.  Lots of optimizations, bug fixes, etc.
  * Declare dependency on gcc-3.2 due to optimizer bugs.
  * Built against libgc6-dev with c102 ABI.

 -- Brent A. Fulgham <bfulgham@debian.org>  Tue, 24 Jun 2003 21:35:02 -0700

gwydion-dylan (2.3.10pre3-3) unstable; urgency=low

  * Updated GNU Emacs syntax highlighting.  It should *not* break XEmacs,
    and to activate you must add the following to your .emacs file:

    (defvar dylan-mode-hook
      (lambda()
          (progn
                (dylan-install-font-lock-defaults))))

  * Moved DUIM to its own package.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sun, 30 Mar 2003 00:07:04 -0800

gwydion-dylan (2.3.10pre3-2) unstable; urgency=low

  * Updates to add 'collections' library.
  * More complete 'machine-words' module.
  * New "fixnum-logical-shift-right" primitive.
  * New "--no-makefile" build mode.
  * Improved debugging support.
  * Minor optimizations and compiler improvements.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sat, 29 Mar 2003 00:48:59 -0800

gwydion-dylan (2.3.10pre3-1) unstable; urgency=low

  * New upstream with workarounds for gcc-3.2.2 bugs.  Now builds without
    requiring debug build.
  * More cleanups and preparations for the release.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sat,  1 Mar 2003 23:16:09 -0800

gwydion-dylan (2.3.10pre2-1) unstable; urgency=low

  * New upstream, new 'pre2' status.

 -- Brent A. Fulgham <bfulgham@debian.org>  Tue, 25 Feb 2003 23:12:07 -0800

gwydion-dylan (2.3.10pre1.5-1) unstable; urgency=low

  * New upstream release.
  * Initial build of runtime evaluator (REPL).  Not complete, but fun
    to play with.
  * Enhanced compile-time error reporting.
  * Further melange enhancements for C-code interfacing.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sun, 16 Feb 2003 20:53:43 -0800

gwydion-dylan (2.3.10pre1.3-1) unstable; urgency=low

  * Minor string comparison optimizations.
  * Build networking libraries.
  * Generate better (*slightly* more readable) C code.
  * Fix lintian errors.

 -- Brent A. Fulgham <bfulgham@debian.org>  Mon,  3 Feb 2003 22:31:46 -0800

gwydion-dylan (2.3.10pre1.1-1) unstable; urgency=low

  * Use system-provided GC, rather than build-in version.
  * Correct build dependencies for autobuilders.
  * Some corrections to better-process header files
        - Don't generate get/set routines for C void methods
        - Understand C macros
        - Properly escape characters in string constants
  * Correct some lintian errors.
  * Add dependency on bison (Closes:#175038)
  * Correct test-suite install (Closes:#170577)
  * Now uses debian-supplied Boehm garbage collector.

 -- Brent A. Fulgham <bfulgham@debian.org>  Fri, 31 Jan 2003 22:31:00 -0800

gwydion-dylan (2.3.10pre1-1) unstable; urgency=low

  * New upstream version.
  * Improved performance on copy-sequence for <byte-string>,
    and upper/lower-case conversions.
  * Improve performance of read-line from fd-stream and fd-file-stream
    by a factor of 4.
  * Improve performance of <stretchy-vector> to amortized O(1) time per
    insertion.
  * Beginnings of a single-library version of Dylan.
  * More space-efficient boolean representation.
  * Use new concatenate! function from Extensions library (rather than
    crappy version from the Dylan library.)
  * Add support for <double-integer> class (a.k.a. "long long"), and
    remove assumption that size == alignment for C types.  Add assertions
    that Dylans types and gcc's types are in agreement.
  * Add dependency on libtool (Closes: #167139)

 -- Brent A. Fulgham <bfulgham@debian.org>  Mon, 16 Dec 2002 21:05:38 -0800

gwydion-dylan (2.3.9pre4-1) unstable; urgency=low

  * Net networking library.
  * Fixes based on things found during the ICFP competition.
  * Generated C code now reuses temporaries.
  * Don't leave executable helper scripts in the source package.  Clean
    up the source package.  (Closes:Bug#159328)

 -- Brent A. Fulgham <bfulgham@debian.org>  Sat, 21 Sep 2002 21:10:04 -0700

gwydion-dylan (2.3.9pre3-4) unstable; urgency=low

  * Corrected without-bounds-checks
  * Some corrections to bignums
  * Command-line GC options
  * Some small generated C improvements
  * Correct Dylan-Mode loading routine.  (Closes:Bug#158286)

 -- Brent A. Fulgham <bfulgham@debian.org>  Mon, 26 Aug 2002 22:36:26 -0700

gwydion-dylan (2.3.9pre3-3) unstable; urgency=low

  * Fixes to meet Common Dylan standard.
  * Fixes for Melange to allow it to parse more C headers.

 -- Brent A. Fulgham <bfulgham@debian.org>  Wed, 21 Aug 2002 23:26:39 -0700

gwydion-dylan (2.3.9pre3-2) unstable; urgency=low

  * Updated to 'pre3' tag.
  * Bumped bootstrap counter for autobuilders.
  * Included Emacs mode.
  * Includes 'Testworks' testing framework.
  * Add a build-dependency on bison.  (Closes:Bug#155600)

 -- Brent A. Fulgham <bfulgham@debian.org>  Wed,  7 Aug 2002 21:11:24 -0700

gwydion-dylan (2.3.9pre2-1) unstable; urgency=low

  * New upstream sources
  * Improved limited collections (now more efficient.)
  * Build corrections and updated Boehm collector code.
  * Some readline code.
  * A few optimizations to reduce size of executables (especially
    DUIM code.)

 -- Brent A. Fulgham <bfulgham@debian.org>  Thu, 25 Jul 2002 23:00:52 -0700

gwydion-dylan (2.3.8pre1-1) unstable; urgency=low

  * Latest upstream.
  * Corrections for various PR#'s (see http://www.gwydiondylan.org for
    more details.)
  * Correct spelling error (Closes:Bug#124716).
  * Applied semi-fix for PowerPC (Ref:  Bug#135084).  Leaving bug open until
    we have a real solution.

 -- Brent A. Fulgham <bfulgham@debian.org>  Tue, 26 Feb 2002 20:27:17 -0800

gwydion-dylan (2.3.6release-1) unstable; urgency=low

  * Inlined functions now work.
  * Bignum optimizations.
  * Profiling with gprof now works.
  * Upstream release of 2.3.6 version.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sat, 29 Dec 2001 19:30:05 -0800

gwydion-dylan (2.3.6pre2cvs11102001-1) unstable; urgency=low

  * Upstream changes
  * More DUIM additions (font-select)
  * Updates to support single-file mode.
  * Support for clas-level slots.
  * More clean-up and minor optimizations.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sat, 10 Nov 2001 23:18:13 -0800

gwydion-dylan (2.3.6pre2cvs10182001-1) unstable; urgency=low

  * Upstream optimizations to compiler.
  * Implementation of DUIM/GTK+ file-select and directory-select browsers.
  * You can create DUIM apps using 'make-dylan-app -d' syntax.
  * Merging fer-transforms into optimizer.
  * Cleanups to the compiler
  * More Alpha fixes (Thanks to Christopher Chimelis <chris@debian.org>)

 -- Brent A. Fulgham <bfulgham@debian.org>  Thu, 18 Oct 2001 19:51:45 -0700

gwydion-dylan (2.3.6pre2cvs09272001-1) unstable; urgency=low

  * Correct build rules for multiple architectures in BOOTSTRAP path.

 -- Brent A. Fulgham <bfulgham@debian.org>  Fri, 28 Sep 2001 19:55:25 -0700

gwydion-dylan (2.3.6pre2cvs09222001-1) unstable; urgency=low

  * Correct problem with mindy bootstrap.  (Closes:Bug#112286)
  * Clean up some 32-bit-isms.  Many thanks to Christopher Chimelis
    for his many patches.
  * More DUIM/GTK enhancements and bug fixes.

 -- Brent A. Fulgham <bfulgham@debian.org>  Fri, 21 Sep 2001 20:12:44 -0700

gwydion-dylan (2.3.6pre1cvs09102001-2) unstable; urgency=low

  * Add build dependency for libgtk1.2-dev.  (Closes:Bug#107775)
  * Add build dependency for automake. (Closes:Bug#112107)

 -- Brent A. Fulgham <bfulgham@debian.org>  Wed, 12 Sep 2001 15:11:37 -0700

gwydion-dylan (2.3.6pre1cvs09102001-1) unstable; urgency=low

  * Current CVS.
  * DUIM/GTK+ stuff should now work.

 -- Brent A. Fulgham <bfulgham@debian.org>  Mon, 10 Sep 2001 22:31:31 -0700

gwydion-dylan (2.3.6pre1cvs08012001-2) unstable; urgency=low

  * Another update, this time with semi-working gtk bindings.
  * Updated to newer Boehm GC, which should build cleanly on
    more architectures.
  * Added build dependency on libgtk1.2-dev.  (Closes:Bug#107775)

 -- Brent A. Fulgham <bfulgham@debian.org>  Fri, 24 Aug 2001 22:54:46 -0700

gwydion-dylan (2.3.6pre1cvs08012001-1) unstable; urgency=low

  * New release.  Incorporates updates to the garbage collector,
    fixes for c-parser, updates to the ffi interface, and the
    underpinings for a soon-to-come DUIM (graphical toolkit
    based on GTK).
  * Updated build-depends and run aclocal.  (Closes:Bug#107272)

 -- Brent A. Fulgham <bfulgham@debian.org>  Wed,  1 Aug 2001 21:38:46 -0700

gwydion-dylan (2.3.6pre1cvs07242001-1) unstable; urgency=low

  * New release, with lots of new features and some optimizations
    and bug-fixes identified during the ICFP2001 contest.
  * Better name, correct mindy package to include its own libraries.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sun, 29 Jul 2001 19:57:01 -0700

gwydion-dylan (2.3.5release-2) unstable; urgency=low

  * Added some needed build-depends.

 -- Brent A. Fulgham <bfulgham@debian.org>  Mon, 16 Jul 2001 19:52:06 -0700

gwydion-dylan (2.3.5release-1) unstable; urgency=low

  * Rebuilt with better directory structure.

 -- Brent A. Fulgham <bfulgham@debian.org>  Wed, 27 Jun 2001 20:41:06 -0700

gwydion-dylan (2.3.5final-1) unstable; urgency=low

  * Minor shuffling to correct some package dependency problems.
    'gwydion-dylan'     = The Runtime
    'gwydion-dylan-dev' = The compiler and tools
    'mindy'             = The interpreter
    (Closes:Bug#95871)
  * Fix to a minor bug in Mindy that caused it to fail if the
    path to the Dylan runtime was not specified as a command-line
    parameter.
  * The real release!

 -- Brent A. Fulgham <bfulgham@debian.org>  Mon, 21 May 2001 19:52:32 -0700

gwydion-dylan (2.3.5-3) unstable; urgency=low

  * A bunch of minor fixes for DOS-style line endings so 'd2c' doesn't
    crash if someone sends you a file edited under DOS.
  * Really and Truly 2.3.5 Finally!

 -- Brent A. Fulgham <bfulgham@debian.org>  Sat, 21 Apr 2001 16:46:13 -0700

gwydion-dylan (2.3.5-2) unstable; urgency=low

  * The almost-but-not-quite 2.3.5 version.  Now with a fix for
    slot initializations, some string optimizations, and more
    bug fixes.

 -- Brent A. Fulgham <bfulgham@debian.org>  Tue, 17 Apr 2001 18:01:31 -0700

gwydion-dylan (2.3.5-1) unstable; urgency=low

  * This is really 2.3.5pre2 -- Now with class slots, and New Boehm GC.
  * Also includes some fixes to allow buildling on the Alpha, PowerPC,
    and SPARC architectures.  (Closes:Bug#89886)
  * Some predicate logic in the Makefile to only bootstrap when needed.
    Hope it works$  :-)
  * Make sure configure is present.  (Closes:Bug#91232).

 -- Brent A. Fulgham <bfulgham@debian.org>  Fri, 23 Mar 2001 21:09:43 -0800

gwydion-dylan (2.3.4-3) unstable; urgency=low

  * A few final tweaks to get everything to search the right directories.
  * Get 'parsergen' manpage into -dev where it belongs.

 -- Brent A. Fulgham <bfulgham@debian.org>  Thu, 22 Mar 2001 19:23:11 -0800

gwydion-dylan (2.3.4-2) unstable; urgency=low

  * Fixes for Alpha architecture.
  * Fixes for autobuilders.

 -- Brent A. Fulgham <bfulgham@debian.org>  Tue, 20 Mar 2001 20:31:38 -0800

gwydion-dylan (2.3.4-1) unstable; urgency=low

  * New upstream version.
  * About 100 people have promised to package this and not followed through.  I'd 
    like this to get into Debian *someday*, so I've packaged it.  If you feel like
    this is unfair drop me an e-mail.
  * Initial release, bootstrapped with Mindy.  Future release will depend on this
    release (or newer) to build from source.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sat,  3 Mar 2001 13:35:14 -0800

gwydion-dylan (2.3.2a-1) unstable; urgency=low

  * New upstream version.

 -- Neil Schemenauer <nascheme@enme.ucalgary.ca>  Mon, 30 Aug 1999 07:44:29 -0600

gwydion-dylan (2.3.1-1) unstable; urgency=low

  * Initial Release.

 -- Neil Schemenauer <nascheme@enme.ucalgary.ca> Sat, 12 Jun 1999 11:59:49 -0600

