- 05 Sep, 2004 2 commits
-
-
panne authored
* HTML documentation for "foo.xml" goes into directory "foo" again, not "foo-html". This is nicer and consistent with the behaviour for building the docs from SGML. * Disabled building PostScript documentation in the spec files for now, there are some strange issues with the FO->PS conversion for some files which have to be clarified first.
-
panne authored
Re-nuked SGML support, I crept back in with a previous commit. >:-(
-
- 03 Sep, 2004 4 commits
-
-
panne authored
The HTML documentation subdirectories have a "-html" suffix nowadays
-
panne authored
Check for exit code *and* stderr when testing for "-input" in FP_PROG_AR_SUPPORTS_INPUTS macro.
-
simonmar authored
Cleanup: all (well, most) messages from the RTS now go through the functions in RtsUtils: barf(), debugBelch() and errorBelch(). The latter two were previously called belch() and prog_belch() respectively. See the comments for the right usage of these message functions. One reason for doing this is so that we can avoid spurious uses of stdout/stderr by Haskell apps on platforms where we shouldn't be using them (eg. non-console apps on Windows).
-
simonmar authored
Fix bug in isEmptyMVar#
-
- 02 Sep, 2004 6 commits
-
-
simonpj authored
Preserve ExprWithTySig after type checking
-
simonpj authored
Make error messages consistent
-
ross authored
devolve some library-specific configuration
-
simonmar authored
Rearrange so that Regs.h include comes before inline function definitions. I'm guessing that newer versions of gcc are less picky about this, which is why we hadn't noticed it.
-
simonmar authored
Make the UPD_IND macros compatible with older gccs that don't accept declarations in the middle of a block.
-
dons authored
$T_PRE_APP char now appears to be a '#' on OpenBSD/x86.
-
- 01 Sep, 2004 8 commits
-
-
ross authored
devolve the recently added dirent checks to a new libraries/base/configure.ac
-
panne authored
Guerrilla tactics: Added --enable-hopengl
-
panne authored
Nuked SGMLDocWays
-
simonmar authored
Minore package GHC fixes, and a couple of changes for Visual Studio. Messages from the compiler should now go through a new API in ErrUtils, so that they can be redirected by the GHC client if necessary. (currently not all messages go through this interface, but some of them do).
-
simonmar authored
Better fix for previous from Ian Lynagh.
-
simonmar authored
Apply the fix from [ 1015205 ] ghc-split fails to quote path when used as regex namely escape backslashes in the pathname $Tmp_prefix before using it as a regex. The fix doesn't look like it solves the general case, but it'll do for now.
-
simonmar authored
Catch exit(127) result from raw system, and report that we couldn't execute the program. This is a semi-hack; all exec() errors get reported as exit(127) by rawSystem, but if we treat it just like a program that does exit(127) then the user sees no output.
-
simonmar authored
Fix profiling (ASSIGN_CCSID macros had gone away).
-
- 31 Aug, 2004 8 commits
-
-
sof authored
RTS_SYMBOLS: added closure_flags (innards-peeking user code may use this); merge to STABLE
-
panne authored
Fixed version/release magic. Actually I think we're doing things the wrong way here: We should use AC_INIT with a version parameter as the central place for this info and substitute what's needed into the rest of the files.
-
ross authored
markup fixes (and one typo) in arrow notation section
-
ross authored
add the Debian location for XSL stylesheets
-
simonmar authored
Get the version number into ghc-pkg by creating Version.hs from the Makefile to avoid GHC and possibly shell versionitis.
-
simonmar authored
Try to fix up the previous commit. I'm not sure if this is quite right, but it should be closer.
-
simonmar authored
Warning fix on Win32.
-
simonmar authored
Rationalise the install settings a bit. Before, if you had $OWNER or $GROUP set in your environment, then these would lead to options being given to install, possibly with unexpected results. This caused install to fail for at least one person. Now, $(INSTALL_OWNER) and $(INSTALL_GROUP) are set via config.mk/build.mk as with other settings.
-
- 30 Aug, 2004 8 commits
-
-
sof authored
turns out that 5.04.x differs in how args are quoted across plats; try to cope.
-
panne authored
Cleaned up FPTOOLS_UNDERSCORE (changequote is evil!) and renamed it to FP_LEADING_UNDERSCORE
-
panne authored
The crusade against configuration bit rot continues: Cleaned up header checks
-
panne authored
Removed duplicate tests for headers
-
panne authored
Nuked tests already done via standard AC_INCLUDES_DEFAULT
-
panne authored
Removed unused function checks
-
sof authored
doh
-
sof authored
escape GHC_PKG_VERSION double quotes on all platforms when compiling with <=6.0.x
-
- 28 Aug, 2004 3 commits
- 27 Aug, 2004 1 commit
-
-
sof authored
all target: if building GMP, only descend into gmp/ when way=""
-