Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo in hp2ps help output | Joachim Breitner | 2013-06-13 | 1 | -1/+1 |
| | | | | As spotted by Julian Gilbey and reported at http://bugs.debian.org/710305 | ||||
* | Remove some antiquated C constructs | Ian Lynagh | 2011-08-01 | 1 | -2/+1 |
| | | | | | | | | Fixes validate on amd64/Linux with: SRC_CC_OPTS += -Wmissing-parameter-type SRC_CC_OPTS += -Wold-style-declaration SRC_CC_OPTS += -Wold-style-definition | ||||
* | multipage_hp2ps | Ravi Nanavati | 2006-09-29 | 1 | -0/+1 |
| | | | | | | | | | | Add support for splitting the key index over multiple pages in hp2ps Multipage support can be requested with the -M command-line flag or inferred if the number of bands requested is greater than 20 (the limit on the number of bands displayed has been removed) Please include this change in the 6.6 branch as well as HEAD | ||||
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+59 |
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. |