- Jun 08, 2000
-
-
sven.panne@aedion.de authored
autoconf hackery for CTypes{,ISO}
-
Simon Marlow authored
Remove out-of-date table that conflicts with the new one in the FFI documentation.
-
Reuben Thomas authored
Commented out the revision history.
-
Reuben Thomas authored
Improved link to Foreign hslibs stuff.
-
Reuben Thomas authored
Tidied up a table.
-
Reuben Thomas authored
Better chapter name.
-
Reuben Thomas authored
Added new FFI story from fptools/docs, and removed ccall docs. Pls mrg
-
Simon Marlow authored
Make object file splitting simpler, in preparation for conversion to the new driver. The "inject split markers" phase is now omitted, instead we generate the split markers directly. Driver: also removed now-defunct -fpedantic-bottoms flag.
-
Reuben Thomas authored
Changed ffi doc to worker-wrapper format.
-
Simon Marlow authored
remove unneeded file.
-
Simon Marlow authored
update interface file syntax
-
Simon Marlow authored
update expected output
-
Simon Marlow authored
Move read010 to rename/should_fail; this is really a renamer test.
-
- Jun 07, 2000
-
-
Reuben Thomas authored
DocBooked and moved here from hdirect/doc.
-
Keith Wansbrough authored
Fix printing of unfoldings in hi-files: lambda binders are now grouped again like they used to be, rather than printed one-at-a-time.
-
AndyGill authored
Adding types to the names inside the GOO. All needed for a langauge with unboxed types ...
-
- Jun 06, 2000
- Jun 05, 2000
-
-
sven.panne@aedion.de authored
The n-th attempt to get GCD right, this time negative Int arguments in combination with zero. Another bug in this area and I'll leap out of the window immediately... :-P
-
sven.panne@aedion.de authored
Synched with reality
-
sven.panne@aedion.de authored
Added tests for gcdInt/gcdInteger
-
- Jun 04, 2000
-
-
sven.panne@aedion.de authored
Fixed braino.
-
sven.panne@aedion.de authored
The GCD saga continues: Fixed gcdInt/gcdInteger to work correctly for non-positive values, i.e. call mpn_gcd_1 only with positive inputs, and issue an error if both operands are zero. This should fix the bug reported by Marc.
-
sven.panne@aedion.de authored
Unbreak the driver again
-
- Jun 02, 2000
-
-
Jeff Lewis authored
Class decls weren't taking functional dependencies into account when checking for ambiguous type vars. Fixed.
-
Reuben Thomas authored
Updated DocBook notes to reflect heroic efforts of Messrs Panne and Chakravarty.
-
Reuben Thomas authored
Added new greencard package.
-
Simon Marlow authored
checkTyCon shouldn't look through newtypes. Instead, we add a new function checkRepTyCon which does, and use it in the few cases where it is needed. This fixes a nasty bug with overloaded literals of newtypes, and probably a whole bunch of other lurking bugs too.
-
Simon Marlow authored
add new flag -fglasgow-exts-no-lang, which is the same as -fglsagow-exts but doesn't include the implicit -package lang. This is needed only for compiling ghc/lib/std, where hslibs/lang may or may not exist.
-
Simon Marlow authored
Fix bug in new version of hGetLine: it didn't handle unbuffered handles properly. The fix involves re-importing the old code for hGetLine :-(
-
- Jun 01, 2000
-
-
sven.panne@aedion.de authored
While adding a syslib, setup include dirs in addition to cc injects, too. The driver is really a piece from hell... :-(
-
sven.panne@aedion.de authored
The DocBook saga continues: Look for already installed catalog first.
-
Simon Marlow authored
allow infix constructors to be declared with prefix notation, eg data T a b = (:^:) a b
-
Simon Marlow authored
Test for declaring an infix constructor using prefix notation, eg. data T a b = (:^:) a b
-
Simon Marlow authored
Compile FastString with -fvia-C for the time being (Julian is working on fixing a bug in the NCG).
-
- May 31, 2000
-
-
Simon Marlow authored
fix apparent cut-n-pasto: rEC_SEL_ERROR_ID was printed as "patError".
-
Simon Marlow authored
update expected output.
-
Simon Marlow authored
update expected output
-
Simon Marlow authored
Update expected output.
-
Simon Marlow authored
Incorporate Josef's patch to fix the bogus warning about overlapping string patterns. Thanks Josef!
-