Ian Lynagh | 1 Jul 2007 18:02
Picon
Gravatar

patch applied (packages/directory): Use filepath rather than our own System.Directory.Internals

Sat Jun 30 05:52:44 PDT 2007  Ian Lynagh <igloo <at> earth.li>
  * Use filepath rather than our own System.Directory.Internals

    R ./System/Directory/
    M ./System/Directory.hs -9 +20
    R ./System/Directory/Internals.hs
    M ./directory.cabal -1
Ian Lynagh | 2 Jul 2007 00:26
Picon
Gravatar

patch applied (packages/directory): Ooops, we don't have dropDrive

Sun Jul  1 15:25:33 PDT 2007  Ian Lynagh <igloo <at> earth.li>
  * Ooops, we don't have dropDrive
  Without it we sometimes do a redundant directory creation attempt, but
  no harm should be done.

    M ./System/Directory.hs -1 +1
Ian Lynagh | 2 Jul 2007 11:59
Picon
Gravatar

patch applied (packages/process): Use filepath rather than System.Directory.Internals

Mon Jul  2 02:54:08 PDT 2007  Ian Lynagh <igloo <at> earth.li>
  * Use filepath rather than System.Directory.Internals

    M ./System/Process/Internals.hs -4 +4
    M ./process.cabal -1 +1
Malcolm Wallace | 2 Jul 2007 17:05
Picon

patch applied (packages/base): change nhc98 option from -prelude to --prelude

Mon Jul  2 08:03:55 PDT 2007  Malcolm.Wallace <at> cs.york.ac.uk
  * change nhc98 option from -prelude to --prelude

    M ./Control/Monad/Instances.hs -1 +1
Simon Marlow | 3 Jul 2007 10:29
Picon
Favicon

patch applied (packages/network): FIX net001 (Windows): get some calling conventions right

Tue Jul  3 01:28:31 PDT 2007  Simon Marlow <simonmar <at> microsoft.com>
  * FIX net001 (Windows): get some calling conventions right

    M ./Network/BSD.hsc -7 +7
Simon Marlow | 3 Jul 2007 12:52
Picon
Favicon

patch applied (packages/unix): disable the getLoginName test, see #1487

Tue Jul  3 03:52:24 PDT 2007  Simon Marlow <simonmar <at> microsoft.com>
  * disable the getLoginName test, see #1487

    M ./tests/all.T -1 +1
    M ./tests/user001.hs -2 +2
    M ./tests/user001.stdout -2
Simon Marlow | 4 Jul 2007 12:49
Picon
Favicon

patch applied (packages/base): FIX #1131 (newArray_ allocates an array full of garbage)

Wed Jul  4 03:20:20 PDT 2007  Simon Marlow <simonmar <at> microsoft.com>
  * FIX #1131 (newArray_ allocates an array full of garbage)
  Now newArray_ returns a deterministic result in the ST monad, and
  behaves as before in other contexts.  The current newArray_ is renamed
  to unsafeNewArray_; the MArray class therefore has one more method
  than before.

    M ./Data/Array/Base.hs -59 +122
    M ./Data/Array/IO/Internals.hs -34 +68
    M ./Data/Array/Storable.hs -1 +3
Esa Ilari Vuokko | 5 Jul 2007 11:44

patch applied (packages/Win32): Win32 to use the C compiler given as --with-cc option.

Tue Jul  3 07:58:30 PDT 2007  Clemens Fruhwirth <clemens <at> endorphin.org>
  * Win32 to use the C compiler given as --with-cc option.

    M ./configure.ac +5
Ian Lynagh | 5 Jul 2007 14:29
Picon
Gravatar

patch applied (packages/Win32): The Win32 package didn't actually use its autoconf stuff, so remove it

Thu Jul  5 05:28:19 PDT 2007  Ian Lynagh <igloo <at> earth.li>
  * The Win32 package didn't actually use its autoconf stuff, so remove it

    R ./aclocal.m4
    R ./config.mk.in
    R ./configure.ac
Neil Mitchell | 5 Jul 2007 15:08
Picon
Gravatar

patch applied (packages/filepath): Remove the "users of the library" section from the Readme, not relevant now its a standard library

Thu Jul  5 06:07:07 PDT 2007  Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>
  * Remove the "users of the library" section from the Readme, not relevant now its a standard library

    M ./readme.txt -11

Gmane