summaryrefslogtreecommitdiff
path: root/glafp-utils
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2001-05-03 15:50:10 by simonmar]simonmar2001-05-031-1/+1
| | | | | redirect CPP output to /dev/null; gcc 2.96 seems to behave differently that 2.95 when the -E and -MMD flags are given.
* [project @ 2001-03-20 21:21:46 by panne]panne2001-03-201-0/+16
| | | | | SuSE's Version 7.1 once again broke DocBook, so as a last resort we use a home-made CATALOG. >:-(
* [project @ 2001-02-26 17:09:17 by rrt]rrt2001-02-261-0/+2
| | | | | Compile lndir for Cygwin even under mingwin, because mingwin doesn't have symlinks (or sys/param.h).
* [project @ 2001-02-21 16:24:34 by simonmar]simonmar2001-02-216-552/+64
| | | | | Make this work with GHC 4.08, and remove duplicate (old) copy of Andy Gill's HTML combinator package.
* [project @ 2001-02-07 16:56:47 by rrt]rrt2001-02-071-2/+2
| | | | | | | | Comment out evil use of egrep. WARNING: If you have to use egrep, then work out a way of stopping it adding a \n to the end of the output file; otherwise you will mess up the test results again, and I will give you a jolly good SPANKING.
* [project @ 2001-01-18 14:48:02 by rrt]rrt2001-01-181-2/+0
| | | | | Merge fix from ghc-4-07-branch (remove spurious bug-catching code that messes up stderr files).
* [project @ 2000-11-21 10:00:44 by simonmar]simonmar2000-11-211-0/+3
| | | | add \$Id\$
* [project @ 2000-11-06 12:00:49 by simonmar]simonmar2000-11-061-1/+2
| | | | sgmlverb.c is in maintainer-clean
* [project @ 2000-11-03 11:29:00 by simonmar]simonmar2000-11-031-1/+3
| | | | don't generate heimdall.summary unless -heimdall is on.
* [project @ 2000-11-03 11:25:35 by simonmar]simonmar2000-11-031-1/+1
| | | | | | | Prepend "./" to the command to run only if the file exists in the current directory, rather than based on whether the command begins with a ''/'. This means that 'make HC=ghc-4.08.1' in ghc/tests works as expected.
* [project @ 2000-09-05 10:16:40 by simonmar]simonmar2000-09-056-13/+13
| | | | | | | Rename the make variable TMPDIR to DEFAULT_TMPDIR. This fixes the problem that saying 'TMPDIR=/foo make' in an fptools tree didn't work, because GNU make is in the habit of overriding an environment variable with the value of the corresponding make variable in a sub-process.
* [project @ 2000-07-17 18:44:16 by keithw]keithw2000-07-171-2/+32
| | | | | Insert code to handle instruction counts from Heimdall, as well as CacheProf.
* [project @ 2000-07-11 15:30:30 by simonmar]simonmar2000-07-111-2/+1
| | | | undo what appears to be an accidental commit
* [project @ 2000-07-10 16:15:33 by rrt]rrt2000-07-104-496/+497
| | | | | | Removed carriage returns (\r) from source files. Please don't check in such things; they can cause problems on Cygwin (funnily enough). I'm looking into how to avoid commiting carriage returns when working under Windows.
* [project @ 2000-07-05 15:42:19 by keithw]keithw2000-07-052-4/+15
| | | | Add -t flag to specify title of report.
* [project @ 2000-06-29 13:07:04 by rrt]rrt2000-06-291-1/+1
| | | | Remove /bin/ from /bin/rm to avoid problems with systems where it's elsewhere.
* [project @ 2000-06-26 13:05:25 by rrt]rrt2000-06-262-2/+1
| | | | Fix it Good'n'Proper.
* [project @ 2000-06-26 12:48:47 by rrt]rrt2000-06-262-49/+8
| | | | | | Remove lots of junk from db2ps.sh, and make it find db2dvi properly. (I'll merge it)
* [project @ 2000-06-18 16:26:52 by simonmar]simonmar2000-06-181-0/+4
| | | | | | | | | | | | | Add FreeBSD-compatible catalog. This one works on my FreeBSD 4.0 box with the following packages installed: docbook-3.1 dsssl-docbook-modular-1.52 jade-1.2.1 iso8879-1986 alternatively, installing the 'docproj' meta-package gets everything you need.
* [project @ 2000-06-01 10:45:09 by panne]panne2000-06-0110-28/+7
| | | | The DocBook saga continues: Look for already installed catalog first.
* [project @ 2000-05-31 13:22:25 by rrt]rrt2000-05-314-41/+17
| | | | Update to use DOCBOOK_CATALOG to get the correct catalog.
* [project @ 2000-05-19 14:29:20 by rrt]rrt2000-05-191-0/+23
| | | | | New member of the family. Look out for .redhat, .mandrake, .beos, .w95,... coming soon.
* [project @ 2000-05-18 17:15:46 by panne]panne2000-05-184-32/+48
| | | | | | | | | | | * A shell-classic: Inserted space before ] (the lexical syntax of shells is always resource of miracles...) * Made searching for a catalog a little bit more cunning: If SGML_CATALOG_FILES is not set, try FPTOOLS_CATALOG_FILE, then /usr/share/sgml/CATALOG.docbkdsl, the SuSE-Linux default, don't know about Red Hat, Debian, etc. This way "make dvi html pdf ps rtf" works out of the box, at least for me. :-)
* [project @ 2000-05-16 14:59:32 by rrt]rrt2000-05-163-4/+4
| | | | Put the -c flag in the right place.
* [project @ 2000-05-16 14:18:16 by rrt]rrt2000-05-165-0/+9
| | | | Added FPTOOLS_CATALOG_FILE
* [project @ 2000-05-16 10:45:23 by rrt]rrt2000-05-1611-14/+98
| | | | | Much pain in order to get the horrid heap of brokenness that is the DocBook catalog system to work.
* [project @ 2000-05-14 17:13:48 by panne]panne2000-05-141-1/+1
| | | | Recurse into docbook subdir, too
* [project @ 2000-05-12 16:59:26 by rrt]rrt2000-05-121-2/+2
| | | | Changed jade to $JADE
* [project @ 2000-05-12 16:53:16 by rrt]rrt2000-05-125-5/+5
| | | | Corrected TOP.
* [project @ 2000-05-12 16:49:42 by rrt]rrt2000-05-1211-21/+69
| | | | | Reorganisation to parametrise *.sh files on name of Jade, which is now found by the configure script.
* [project @ 2000-05-12 15:50:14 by rrt]rrt2000-05-121-0/+81
| | | | db2html now parametrised on location of files it needs (GIFs and CSS).
* [project @ 2000-05-12 15:48:20 by rrt]rrt2000-05-1213-0/+20
| | | | | Added to repository: GIFs and CSS that are copied to HTML directories by db2html.
* [project @ 2000-05-12 15:46:53 by rrt]rrt2000-05-121-0/+43
| | | | New driver.
* [project @ 2000-05-12 15:46:26 by rrt]rrt2000-05-121-0/+14
| | | | Makes db2html from db2html.sh
* [project @ 2000-05-12 15:45:48 by rrt]rrt2000-05-125-103/+3
| | | | db2html is now produced from db2html.sh
* [project @ 2000-05-12 12:56:45 by rrt]rrt2000-05-123-7/+7
| | | | Changed absolute paths to use SGML_TOP.
* [project @ 2000-05-12 12:56:15 by rrt]rrt2000-05-121-0/+3
| | | | Added docbook.
* [project @ 2000-05-10 12:26:14 by rrt]rrt2000-05-105-0/+253
| | | | | DocBook scripts from Cygnus DocBook tools; the first visible sign of freedom from the tyranny of RPMs.
* [project @ 2000-04-27 10:44:02 by simonmar]simonmar2000-04-272-2/+11
| | | | | Give this subdir a proper target.mk, and set $(TOP) properly in boilerplate.mk.
* [project @ 2000-03-02 11:39:45 by keithw]keithw2000-03-021-16/+17
| | | | Move `Average' line back to bottom of table to save confusion.
* [project @ 2000-03-01 18:38:45 by keithw]keithw2000-03-012-50/+122
| | | | | | | | | | Display (overall) averages for per-module statistics as well as for per-program statistics. Also, with `-d' (default; `-n' to turn off) compute geometric standard deviations and display +/- 1 s.d. points as well as average. Note that since these are *geometric*, the lower point will appear closer to the average than the upper. This is correct behaviour.
* [project @ 2000-02-24 17:45:53 by simonmar]simonmar2000-02-241-1/+6
| | | | update for format changes in cacheprof.out.summary.
* [project @ 2000-02-18 10:26:19 by simonmar]simonmar2000-02-181-1/+5
| | | | Add copyright & Id
* [project @ 2000-02-18 10:25:53 by simonmar]simonmar2000-02-181-2/+2
| | | | Module size wasn't taking into account the data section.
* [project @ 1999-12-09 11:23:16 by simonmar]simonmar1999-12-091-0/+2
| | | | | | clean sgmlverb.c Obtained-from: Michael Weber <michael.weber@post.rwth-aachen.de>
* [project @ 1999-11-19 03:44:07 by kglynn]kglynn1999-11-191-9/+0
| | | | | Removed fix for -ve MUT times, Simon has put fix in rts/Stats.c, which is where it should be.
* [project @ 1999-11-16 11:32:09 by simonmar]simonmar1999-11-161-2/+2
| | | | Couple of fixes for -accept-output.
* [project @ 1999-11-12 11:54:09 by simonmar]simonmar1999-11-129-0/+1714
| | | | Initial revision
* [project @ 1999-11-11 15:09:51 by simonmar]simonmar1999-11-111-89/+21
| | | | | Remove old Spix stuff, replace with shiny new support for Julian's CacheProf stuff. yay!
* [project @ 1999-11-09 00:14:50 by kglynn]kglynn1999-11-091-3/+12
| | | | | Support for negative timings in the stats file. (I've seen times of -0.00). If a timing is negative then set it to 0.