Next | Query returned 41 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2007-01-07 01:16:14 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
Fix PKGNAME after update. Noted by Ben Secrest on pkgsrc-users.
   2006-10-21 13:19:28 by Masao Uebayashi | Files touched by this commit (6)
Log message:
Update hugs to September 2006 release.

A new minor release of Hugs, fixing a few bugs with the May 2006 release,
and with libraries roughly matching the forthcoming GHC 6.6 release.
   2006-09-23 15:36:06 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Require bison. hugs's configure is not happy with byacc for
unknown reasons and since some platforms have at least even
weaker yacc's than the BSDs, don't try to hack around that.
   2006-09-17 18:49:57 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
Add optional support for readline and enable it by default.  Otherwise
the command line interpreter behaves oddly.  Reported by yamt@.
Bump PKGREVISION to 1.
   2006-08-03 20:50:32 by Julio M. Merino Vidal | Files touched by this commit (2)
Log message:
Add a buildlink3.mk file and a package.mk file both aimed at making easy
the creation of packages for Hugs modules libraries.  The former provides
the dependency on hugs and the latter an easy way to launch the Cabal
build utility.
   2006-08-01 16:33:59 by Julio M. Merino Vidal | Files touched by this commit (9)
Log message:
Update to 200605:

- November 2002

Feature highlights of this new release are:

* Much improved FFI support (contributed by Alastair Reid), bringing Hugs
  really very close to the Haskell FFI specification.
* Adoption of a significant subset of GHC's hierarchical libraries
  (contributed by Ross Paterson).
* An (allegedly) complete implementation of the Haskell98 module system
  (Sigbjorn Finne).
* Numerous bug fixes since the previous major release in Dec 2001.

- November 2003

There has been substantial internal restructuring. In addition to numerous
bug fixes, user-visible changes include:

* The beginnings of a User's Guide (though still incomplete).
* The Double type is now double-precision on most architectures.
* Hugs now relies on the same hierarchical libraries as GHC and Nhc98, and
  provides almost all of them. For now, compatibility with the old libraries
  is provided by stub modules, but users are encouraged to migrate to the
  new libraries.
* Full support for imprecise exceptions (but not asynchronous ones). Most
  runtime errors are now reported by applying print to an Exception
  (formerly the built-in printer was applied to the faulty redex).
* Integrated .NET support (on Windows platforms).
* The -e, -f, -i, -N, -W and -X options and the :project command have been
  removed.
* A searchpath may include an entry of the form "directory/*", meaning all
  the immediate subdirectories of directory (see -Pstr).

- March 2005

This release is primarily targeted at Unix systems to gain experience with
new features. The new Cabal-based library build system has the potential to
make building on Windows easier, but it's not there yet. Volunteers welcome.

In addition to numerous bug fixes, user-visible changes include:

* The default current module is now the empty module Hugs.Base instead of
  the Prelude (see Section 2.2).
* The Char type and the Char module now support Unicode as specified in the
  Haskell 98 Report (contributed by Dmitry Golubovsky). Character oriented
  I/O uses a byte encoding of characters determined by the current locale
  (see Section 3.3).
* The new -X option can be used to group several options into one argument.
  This is now needed for executable runhugs scripts (using the Unix "#!"
  feature) that require two or more options (see Section 4.1).
* The syntax of the ffihugs command has changed (see Section 4.2). The +G
  and +L options are gone, and a new -i option can be used to specify
  include files.
* Hugs now has basic support for the Cabal packaging system (see Section 3.4).

- May 2006

* The default current module is now the empty module Hugs (see Section 2.2).
* The compatibility libraries are no longer included on the default search
  path. You can access them by adding "{Hugs}/oldlib" to the search path
  (see -Pstr), but they will be removed in the next release.
* Rewritten graphical Windows interface (contributed by Neil Mitchell; see
  Section 4.3).
* New :main command (contributed by Neil Mitchell).
   2005-11-03 23:35:53 by Roland Illig | Files touched by this commit (6)
Log message:
Fixed wrong use of WRKSRC.
   2005-09-28 22:52:28 by Roland Illig | Files touched by this commit (180)
Log message:
Replaced "# defined" with "yes" in Makefile variables like \ 
GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
   2005-06-16 08:58:08 by Johnny C. Lam | Files touched by this commit (465)
Log message:
Create directories before installing files into them.

Next | Query returned 41 messages, browsing 21 to 30 | Previous