- 11 Sep, 2004 1 commit
-
-
panne authored
NOINLINE is mentioned in the H98 report, not NOTINLINE. MERGE TO STABLE.
-
- 10 Sep, 2004 6 commits
-
-
panne authored
Unbreak previous commit. Is QA on holiday? :-)
-
simonmar authored
RtsShouldNeverHappenCode never happens, now.
-
simonmar authored
Fix problem that shows up when building stage2 on Windows: slots of a vector table that can never happen are normally filled with the RtsShouldNeverHappen label, which currently prints as "0". On systems with leading underscores on labels, such as Windows, this turns into "_0" which is reported as an undefined symbol. Having a label print as "0" is a real hack, so the solution is to do it properly. This commit does just that.
-
simonmar authored
Another SrcSpan fix: the span of a Match now covers the entire equation, not just the rhs.
-
simonmar authored
Update to previous commit: avoid non-portable features of test(1). It looks better this way, anyway.
-
simonmar authored
Fix bug in decode_tuple (fixes tc177(prof))
-
- 09 Sep, 2004 5 commits
-
-
simonpj authored
Fix apparent typo in call to debugBelch; Win32 only I think
-
stolz authored
Move forkProcess()-prototype to RtsExternal.h where package unix can see it (avoids an 'implicit declaration' warning there)
-
panne authored
Fixed FP_LEADING_UNDERSCORE macro, removing the need for a special handling of Mac OS X again.
-
panne authored
Unified the comments in (almost) empty aclocal.m4 files
-
sseefried authored
Added case to FP_LEADING_UNDERSCORE macro for darwin platform.
-
- 08 Sep, 2004 2 commits
- 07 Sep, 2004 6 commits
-
-
stolz authored
Add cpp-protected signals sigINFO & sigWINCH if available. (An autoconf-wizard might want to look at the bottom of configure.ac, the similarities between HAVE_SIGPOLL, HAVE_SIGINFO & HAVE_SIGWINCH can surely be factored out)
-
simonmar authored
Fix up the SrcSpan on the rhs of a function binding.
-
simonmar authored
The 7-ptr-arg version of generic apply has gone away, but parts of the byte code generator hadn't been updated. This fixes the ffi009(ghci) test.
-
simonmar authored
Fix bug in finalizeWeak# (should fix memo002 and maybe one or two other tests).
-
simonmar authored
We don't need this any more.
-
simonmar authored
Fix up the automatic re-configuring stuff.
-
- 06 Sep, 2004 5 commits
-
-
ross authored
root nodes are now index.html
-
ross authored
install chunked html in html/foo
-
simonmar authored
some cleanups
-
simonmar authored
Further to the RTS messaging tidyup: export the new message API and hooks via RtsMessages.h, so that a client program can easily redirect messages.
-
simonmar authored
eliminate some more gcc 3.4 warnings
-
- 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 3 commits