Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -168/+0 |
| | | | | | | | | | | | | | | | Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too. | ||||
* | [project @ 2005-07-12 17:07:56 by panne] | panne | 2005-07-12 | 1 | -1/+1 |
| | | | | Add casts to silence warnings when using Solaris' simple-minded isupper() macro. | ||||
* | [project @ 2005-02-23 11:03:42 by simonmar] | simonmar | 2005-02-23 | 1 | -1/+1 |
| | | | | rearrange includes | ||||
* | [project @ 2002-11-11 11:18:39 by simonmar] | simonmar | 2002-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | Increase the size of many of the int variables used in hp2ps to 64 bits on a 32 bit machine, since they can easily overflow if the program runs for a few seconds. Fortunately there was a useful typedef to change - I couldn't be bothered figuring out exactly which variables to make wider, and the performance of hp2ps isn't really critical anyhow (this change makes it about 30% slower, but who cares). | ||||
* | [project @ 1996-01-08 20:28:12 by partain] | partain | 1996-01-08 | 1 | -0/+168 |
Initial revision |