- Dec 02, 1997
-
-
Juan J. Quintela authored
change match by matchExport and changes related with the new type of MAtchResult
-
Juan J. Quintela authored
Added matchExport to export list and changes matchSimply and match types
-
Juan J. Quintela authored
Added matchExport to Match export list
-
Juan J. Quintela authored
data types with one constructor doesn't need WildCadr cases
-
Juan J. Quintela authored
Added -fwarn-simple-patterns option
-
Juan J. Quintela authored
Deleted NAmedThing Constraint of Outputable InPat
-
Juan J. Quintela authored
HsLit instance of Eq; need by Check
-
sof authored
New module; proper lint for patterns
-
- Nov 29, 1997
-
-
sof authored
Added Ord instance to ThreadId; added note saying that thread identifiers are currently not implemented; renamed readChanContents to getChanContents
-
sof authored
Added stuff on interface filenames being dependent on module names; documented -fwarn-duplicate-exports
-
sof authored
Document new mkdependHS options
-
sof authored
Append -lnsl when using -syslib ghc on Solaris2 boxes (BSD nwork support.); -w as synonym for -Wnot; pass -fsignatures-required through to compiler proper.
-
sof authored
doc fix
-
sof authored
-fwarn-duplicate-exports: only warn about explicit duplicates
-
sof authored
Renamed {read,write}Sample to {read,write}SampleVar
-
- Nov 28, 1997
-
-
Simon Marlow authored
prune #* and .#* when making source dist.
-
- Nov 27, 1997
-
-
Simon Marlow authored
add a few @'s.
-
Simon Marlow authored
sigh, fix a couple of dodgy references.
-
Simon Marlow authored
fix bogon in last commit.
-
- Nov 26, 1997
-
-
Simon Marlow authored
add pointer to the release notes for 2.09.
-
Simon Marlow authored
fix for booting with 2.01 <= GHC < 2.09
-
- Nov 25, 1997
-
-
sof authored
Does not belong in source tree.
-
sof authored
Move StableLoc (and assoc. access functions) from CgBindery to CgMonad. Done to avoid having to give the home of Maybe in CgBindery.hi-boot.
-
sof authored
wibble
-
sof authored
Added mapMaybeRn
-
sof authored
Check for duplicates in exports lists when -fwarn-duplicate-exports is on
-
sof authored
Added -fwarn-duplicate-exports option
-
Simon Marlow authored
Update information on Glasgow extensions and the associated libraries. Pull in Alastair Reid's library document as a temporary measure: this will be replaced by a link to the SGML version in the future.
-
Simon Marlow authored
literatize and add a few forgotten things.
-
Simon Marlow authored
add ST macros for GHC < 2.00.
-
Simon Marlow authored
Add test for "type constructor used as class name".
-
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.
-
Simon Marlow authored
Don't arbitrarily truncate function names. Reasoning: * No information is lost - the output might be poorly formatted if long cost centres are involved though. * If the user wants shorter cost centre names, explicit cost centres can be inserted.
-
Simon Marlow authored
Don't arbitrarily truncate function names. Reasoning: * If the function names are long, it just reduces the size of the graph, no information is lost. * If the user wants shorter cost center names, explicit cost centres can be inserted.
-
Simon Marlow authored
fix for "TyCon used as Class" bug.
-
Simon Marlow authored
change -i semantics to match GHC.
-
- Nov 24, 1997