- Dec 09, 1999
-
-
Simon Marlow authored
clean sgmlverb.c Obtained-from: Michael Weber <michael.weber@post.rwth-aachen.de>
-
- Nov 19, 1999
-
-
Kevin Glynn authored
Removed fix for -ve MUT times, Simon has put fix in rts/Stats.c, which is where it should be.
-
- Nov 16, 1999
-
-
Simon Marlow authored
Couple of fixes for -accept-output.
-
- Nov 12, 1999
-
-
Simon Marlow authored
Initial revision
-
- Nov 11, 1999
-
-
Simon Marlow authored
Remove old Spix stuff, replace with shiny new support for Julian's CacheProf stuff. yay!
-
- Nov 09, 1999
-
-
Kevin Glynn authored
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.
-
- Sep 21, 1999
-
-
sof authored
when mangling gcc output, make sure we distinguish between a \ at EOL and a \ in DOS paths
-
- Sep 16, 1999
-
-
sof authored
Since 'gcc -E' is the CPP we're now using, make good use of its support for directly generating dependencies.
-
- Jul 15, 1999
-
-
Simon Marlow authored
Use +RTS -S<file> rather than +RTS -s<file>, since the latter only gives summary statistics now.
-
- Jul 05, 1999
-
-
sof authored
New option, -fail, to indicate failure (whatever the return code).
-
- Feb 25, 1999
-
-
Simon Marlow authored
Include GC bytes copied in stats string.
-
- Feb 18, 1999
-
-
Simon Marlow authored
Allow -f flag to override existing symlink tree.
-
- Feb 02, 1999
-
-
Simon Marlow authored
Print total memory in use as part of -ghc-timing output.
-
- Jan 18, 1999
-
-
Simon Marlow authored
Update for new stats output.
-
- Jan 15, 1999
-
-
sof authored
Recognise "-- !!!" (as well as "--!!!") as the start of an interesting comment. The latter isn't liked by a Haskell98 tokeniser, hence the change.
-
- Jan 11, 1999
-
-
sof authored
Added new option -f, which forces the creation of 'todir' if it doesn't already exist.
-
- Dec 03, 1998
-
-
Simon Marlow authored
Oops, accidentally downgraded these files in the previous commit.
-
- Dec 02, 1998
-
-
Simon Marlow authored
Move 4.01 onto the main trunk.
-
- Nov 26, 1998
-
-
sof authored
don't include the non-conflict files that CVS leaves behind in the build tree
-
- Oct 08, 1998
-
-
Simon Marlow authored
add -s option for extra obj suffixes, like mkdependHS
-
- Oct 07, 1998
-
-
Simon Marlow authored
mangle percent symbols properly.
-
- May 11, 1998
-
-
sof authored
Tidied up -accept-output `feature\', should now work better.
-
- Apr 17, 1998
- Apr 16, 1998
-
-
Simon Marlow authored
- automatically-generated verbatim.c shouldn't be in the repository - CLEAN_FILES += verbatim.c
-
- Mar 17, 1998
-
-
Simon Marlow authored
fix SCRIPT_SUBST_VARS.
-
- Mar 11, 1998
-
-
Simon Marlow authored
Use $(CPP), not $(RAWCPP). This involves saving the cpp output to a temporary file. This change should fix 'make depend' on RedHat 5.
-
- Feb 19, 1998
-
-
sof authored
- Handle \begin{code} ... \end{code} + <code> ... </code>
-
- Feb 02, 1998
-
-
Simon Marlow authored
Remove comments of the '%... \n' variety.
-
- Jan 21, 1998
-
-
Simon Marlow authored
update: remove fastmake and msub, and add sgmlverb.
-
- Jan 14, 1998
-
-
Simon Marlow authored
remove fastmake
-
- Jan 13, 1998
-
-
Simon Marlow authored
Remove fastmake, gmake FAST=YES does the same thing now.
-
- Dec 16, 1997
-
-
Simon Marlow authored
add sgmlverb.
-
- Dec 15, 1997
-
-
Simon Marlow authored
Add verbatim for SGML.
-
- Nov 25, 1997
-
-
Simon Marlow authored
Don't try to generate stdout files if using -accept-output. It didn't work anyway: a call to pop had stomped on the variable containing the filename before it was used, setting it to the empty string. The call to touch then failed with a syntax error. This behaviour seems more useful: sometimes you really don't want to check the stdout and/or stderr, so you just don't create the file.
-
- Oct 30, 1997
-
-
sof authored
When needed , define __linux__ to silence cpp warnings
-
- Oct 02, 1997
-
-
sof authored
cygwin32 hacks
-
- Sep 24, 1997
-
-
Simon Marlow authored
couple of minor patches to verbatim from Simon P.J.'s copy.
-
Simon Marlow authored
don't use 'flex -s' to compile verbatim: it wasn't designed for it :)
-
Simon Marlow authored
aaargh, what's this doing here?
-