ghcBuilder, build 2, step 5: repo versions

Program: "./darcs-all"
Args: ["changes","--last=1"]
== running darcs changes --last=1 --repodir .
Thu Feb 4 10:48:49 GMT 2010 Simon Marlow <marlowsd@gmail.com>
* Implement SSE2 floating-point support in the x86 native code generator (#594)
Ignore-this: 7290454bf6b2f3612b933c4f23e8a471
The new flag -msse2 enables code generation for SSE2 on x86. It
results in substantially faster floating-point performance; the main
reason for doing this was that our x87 code generation is appallingly
bad, and since we plan to drop -fvia-C soon, we need a way to generate
half-decent floating-point code.
The catch is that SSE2 is only available on CPUs that support it (P4+,
AMD K8+). We'll have to think hard about whether we should enable it
by default for the libraries we ship. In the meantime, at least
-msse2 should be an acceptable replacement for "-fvia-C
-optc-ffast-math -fexcess-precision".
SSE2 also has the advantage of performing all operations at the
correct precision, so floating-point results are consistent with other
platforms.
I also tweaked the x87 code generation a bit while I was here, now
it's slighlty less bad than before.
== running darcs changes --last=1 --repodir ghc-tarballs
Fri Nov 20 15:28:44 GMT 2009 Ian Lynagh <igloo@earth.li>
* Switch back to the old perl binary
We now use the binary that has come with GHC distributions for some
time, rather than the MSYS binary that requires extra DLLs.
== running darcs changes --last=1 --repodir utils/hsc2hs
Fri Jan 8 12:52:52 GMT 2010 Ian Lynagh <igloo@earth.li>
* Fix the in-tree hsc2hs
It only had a -I flag for an inplace directory that doesn't exist.
Now it also has one for the in-tree $(TOP)/includes.
== running darcs changes --last=1 --repodir utils/haddock
Mon Jan 4 15:22:16 GMT 2010 simonpj@microsoft.com
* Fix imports for new location of splitKindFunTys
Ignore-this: 59b7361f2e044671e105207cb04d5b46
== running darcs changes --last=1 --repodir libraries/array
Sun Nov 29 15:49:52 GMT 2009 Ian Lynagh <igloo@earth.li>
* Tweak layout to work with the alternative layout rule
== running darcs changes --last=1 --repodir libraries/base
Wed Feb 3 02:55:37 GMT 2010 benl@cse.unsw.edu.au
* Stifle warning about unused return value
== running darcs changes --last=1 --repodir libraries/binary
Wed Sep 16 18:44:14 BST 2009 Don Stewart <dons@galois.com>
* Bump minor version: no API changes or semantic changes
== running darcs changes --last=1 --repodir libraries/Cabal
Wed Dec 30 20:46:13 GMT 2009 Ian Lynagh <igloo@earth.li>
* Get the correct value of $topdir on Windows with GHC 6.12.1
== running darcs changes --last=1 --repodir libraries/containers
Sun Nov 29 15:45:19 GMT 2009 Ian Lynagh <igloo@earth.li>
* Tweak layout to work with the alternative layout rule
== running darcs changes --last=1 --repodir libraries/directory
Wed Feb 3 07:09:57 GMT 2010 benl@cse.unsw.edu.au
* On Solaris, _FILE_OFFSET_BITS must be defined before including sys/stat.h
== running darcs changes --last=1 --repodir libraries/dph
Sun Jan 3 23:11:02 GMT 2010 Simon Marlow <marlowsd@gmail.com>
* add dependencies on the dph-prim GHCi lib for modules with TH/annotations
Ignore-this: 551dd8ff2bec4058120d6b34657229cb
fixes failure with make -j
== running darcs changes --last=1 --repodir libraries/extensible-exceptions
Sun Sep 20 15:18:57 BST 2009 Ian Lynagh <igloo@earth.li>
* Bump version to 0.1.1.1
== running darcs changes --last=1 --repodir libraries/filepath
Wed Dec 16 21:34:21 GMT 2009 Sergei Trofimovich <slyfox@community.haskell.org>
* lower base requirement down to base-2
Ignore-this: 51811f50ae13b1772cda99d532f72372
At least ghc-6.6.1 is able to build it without problems.
(package can be used in cabal-1.8, which is known to work
on ghc-6.4+)
== running darcs changes --last=1 --repodir libraries/ghc-prim
Mon Nov 23 19:46:09 GMT 2009 Ian Lynagh <igloo@earth.li>
* Add new GHC.Magic module
== running darcs changes --last=1 --repodir libraries/haskeline
Wed Feb 3 07:49:31 GMT 2010 benl@cse.unsw.edu.au
* Re-fix "inbuf" on linux, it wants a (char **) without the const, sigh.
== running darcs changes --last=1 --repodir libraries/haskell98
Sun Sep 20 15:19:17 BST 2009 Ian Lynagh <igloo@earth.li>
* Bump version to 1.0.1.1
== running darcs changes --last=1 --repodir libraries/hpc
Fri Jan 15 10:21:41 GMT 2010 tora@zonetora.co.uk
* Use a fixed size value when reading from Memory for ModuleInfo's
Ignore-this: a7cef3dacbb29c22a12f654c616f500e
== running darcs changes --last=1 --repodir libraries/integer-gmp
Mon Jan 18 21:51:42 GMT 2010 Ian Lynagh <igloo@earth.li>
* MERGED: Pass GMP paths when compiling mkGmpDerivedConstants; fixes trac #3784
Ian Lynagh <igloo@earth.li>**20100118191831
== running darcs changes --last=1 --repodir libraries/integer-simple
Sun Sep 20 15:19:30 BST 2009 Ian Lynagh <igloo@earth.li>
* Pad version to 0.1.0.0
== running darcs changes --last=1 --repodir libraries/mtl
Sat Dec 5 16:59:11 GMT 2009 Ian Lynagh <igloo@earth.li>
* Add comments to "OPTIONS_GHC -fno-warn-orphans" pragmas
Also changed an OPTIONS pragma to OPTIONS_GHC
== running darcs changes --last=1 --repodir libraries/old-locale
Sun Sep 20 15:19:38 BST 2009 Ian Lynagh <igloo@earth.li>
* Bump version to 1.0.0.2
== running darcs changes --last=1 --repodir libraries/old-time
Wed Jan 27 14:35:26 GMT 2010 Ian Lynagh <igloo@earth.li>
* Bump version number
== running darcs changes --last=1 --repodir libraries/pretty
Sun Sep 20 15:19:46 BST 2009 Ian Lynagh <igloo@earth.li>
* Bump version to 1.0.1.1
== running darcs changes --last=1 --repodir libraries/process
Fri Dec 11 10:05:40 GMT 2009 Simon Marlow <marlowsd@gmail.com>
* Add comments re: #431
Ignore-this: 98ababbd89b873bdab7ccb398d28d4b9
== running darcs changes --last=1 --repodir libraries/random
Sun Sep 20 15:19:53 BST 2009 Ian Lynagh <igloo@earth.li>
* Bump version to 1.0.0.2
== running darcs changes --last=1 --repodir libraries/template-haskell
Sat Jan 16 22:18:32 GMT 2010 Ian Lynagh <igloo@earth.li>
* Tighten the base dep; fixes trac #3809
== running darcs changes --last=1 --repodir libraries/terminfo
Tue Sep 15 07:12:27 BST 2009 Judah Jacobson <judah.jacobson@gmail.com>
tagged 0.3.1.1
Ignore-this: d14b6a68fb5817563a8743774fa18c50
== running darcs changes --last=1 --repodir libraries/unix
Wed Jan 27 11:46:00 GMT 2010 Simon Marlow <marlowsd@gmail.com>
* check for EINTR in openFd
Ignore-this: 28859b6a74c6d47d5c92db0eb688fa4c
== running darcs changes --last=1 --repodir libraries/utf8-string
Thu Jun 25 17:04:27 BST 2009 Ian Lynagh <igloo@earth.li>
tagged 2009-06-25
== running darcs changes --last=1 --repodir libraries/Win32
Fri Jan 22 12:28:22 GMT 2010 Simon Marlow <marlowsd@gmail.com>
* failWith: allow GetErrorMessage to return NULL (#3815)
Ignore-this: 7fa97a6867f091aa54d86e9618eea017
== running darcs changes --last=1 --repodir testsuite
Tue Feb 2 12:06:26 GMT 2010 Simon Marlow <marlowsd@gmail.com>
* accept output (#3848)
Ignore-this: b7b4edeaa4bd7fdd746f7bf787e9b03a
== nofib repo not present; skipping
== Checking for old bytestring repo
== Checking for unpulled tarball patches
Result: ExitSuccess