summaryrefslogtreecommitdiff
path: root/ghc/utils/hp2ps
Commit message (Collapse)AuthorAgeFilesLines
* Reorganisation of the source treeSimon Marlow2006-04-0742-3457/+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]panne2005-07-122-2/+2
| | | | Add casts to silence warnings when using Solaris' simple-minded isupper() macro.
* [project @ 2005-02-23 11:03:42 by simonmar]simonmar2005-02-2319-18/+19
| | | | rearrange includes
* [project @ 2004-08-13 13:04:50 by simonmar]simonmar2004-08-131-1/+1
| | | | Merge backend-hacking-branch onto HEAD. Yay!
* [project @ 2004-06-04 06:51:01 by panne]panne2004-06-0410-28/+28
| | | | ANSIfication (from Ralf Wildenhues)
* [project @ 2004-04-13 13:51:20 by simonmar]simonmar2004-04-131-1/+1
| | | | | | | Fix integer truncation Subimitted by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, via Nicholas Nethercote <njn25@cam.ac.uk>
* [project @ 2003-07-30 17:09:12 by simonmar]simonmar2003-07-301-1/+1
| | | | | | Fix problem with MARK. Patch submitted by Nicholas Nethercote <njn25@cam.ac.uk>.
* [project @ 2003-02-12 11:05:41 by simonmar]simonmar2003-02-121-3/+3
| | | | Fix bug caused by non-use of function prototypes (grrr!).
* [project @ 2002-11-11 18:42:09 by panne]panne2002-11-111-12/+3
| | | | Warning police: Removed "possibly uninitialized variable" warning.
* [project @ 2002-11-11 11:18:39 by simonmar]simonmar2002-11-119-19/+24
| | | | | | | | | | | 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 @ 2001-05-07 20:23:24 by sof]sof2001-05-071-1/+0
| | | | Extraneous -O
* [project @ 2001-02-17 19:52:56 by sebc]sebc2001-02-171-1/+1
| | | | Make LIBM be detected by autoconf.
* [project @ 1997-09-05 09:16:19 by simonm]Approximately_1000_patches_recordedsimonm1997-09-051-1/+0
| | | | | | | | | | | | | | don't set $(WAYS) in ghc/mk/paths.mk, set it explicitly in the Makefiles where it is required (compiler/Makefile, lib/Makefile and runtime/Makefile). Remove the overriding of $(WAYS) from utils/*/Makefile. No need to eliminate warnings for overlapped patterns in Happy-generated parsers any more. Don't compile OccurAnal with -O if we're using a pre-version-2 GHC, since it seems there's an optimiser bug.
* [project @ 1997-09-03 23:30:13 by sof]sof1997-09-031-1/+3
| | | | Added -O to SRC_CC_OPTS
* [project @ 1997-03-24 04:28:23 by sof]sof1997-03-241-1/+1
| | | | Made WAYS immune
* [project @ 1997-03-13 09:34:46 by sof]sof1997-03-131-24/+10
| | | | Makefile following new setup
* [project @ 1996-11-21 16:45:53 by simonm]simonm1996-11-212-50/+28
| | | | New Build System!
* [project @ 1996-11-15 17:29:21 by sof]sof1996-11-152-1/+3
| | | | Documented width restriction when generating eps files
* [project @ 1996-07-25 20:43:49 by partain]partain1996-07-251-1/+1
| | | | Bulk of final changes for 2.01
* [project @ 1996-06-30 16:44:25 by partain]partain1996-06-3019-44/+44
| | | | partain changes through 960629
* [project @ 1996-06-27 16:13:29 by partain]partain1996-06-277-8/+55
| | | | partain 1.3 changes to 960626
* [project @ 1996-01-08 20:28:12 by partain]partain1996-01-0842-0/+3447
Initial revision