This project is mirrored from https://gitlab.haskell.org/ghc/ghc.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 12 Sep, 1999 6 commits
-
-
sof authored
inputReady() and mingw - always return 1, not 0
-
sof authored
Export toInt and fromInt from Int as well as from the (now uncool) rag-bag that is GlaExts, since Hugs supports them too.
-
sof authored
s/ZONE/get_ZONE/g
-
sof authored
Re-ordered code so that the POSIX-blessed time() is used in preference to the plethora of other clock reading calls. This *should* be an OK and non-upsetting change, but idiosyncracies of OS-supplied header files may just force me to rethink. We'll see..
-
sof authored
Let's try again - added get_ZONE(), which retrieves current timezone string. Need to do this since cygwin doesn't initialise its tzname[] properly (=> need to call tzset() explicitly.)
-
sof authored
timezone.h
-
- 11 Sep, 1999 3 commits
-
-
sof authored
Experimental support for re-routeing I/O on a Handle to that of another for the duration of an IO action. Used to provide the following three (exported) actions withStdin, withStdout, withStderr :: Handle -> IO a -> IO a which 'replaces' one of the standard handles with that of the supplied handle while performing the second action.
-
sof authored
Documented Select interface ; removed old Pretty doc
-
sof authored
Added hSelect
-
- 10 Sep, 1999 1 commit
-
-
simonmar authored
Fix run queue corruption bug, introduced in recent threadWait commit. This fixes the "memo002 goes off into outer space" bug.
-
- 06 Sep, 1999 8 commits
-
-
simonmar authored
fromInt stuff
-
simonmar authored
fromInt stuff
-
simonmar authored
Add parse error/layout test.
-
simonmar authored
Report layout parse errors as File.hs:10: parse error (possibly incorrect indentation)
-
simonmar authored
Add test for line numbers/string gaps.
-
simonmar authored
fix line number discrepancy w/ string gaps.
-
simonmar authored
fromInt update.
-
simonmar authored
get fromInt from the right place.
-
- 01 Sep, 1999 7 commits
-
-
sof authored
qualified import reg. test
-
sof authored
updated
-
sof authored
Verify that 'as' clause without 'qualified' brings both qual and unqual'ed name into scope
-
sof authored
Test which verifies that special ids are correctly handled by the front-end
-
sof authored
FFI decl tests
-
sof authored
If -noC is used, don't compile the foreign-export C stubs
-
sof authored
* On foreign decls, "ext_name"s are now optional. If missing, the ext_name is made equal to the Haskell name. * Half a dozen special-ids were incorrectly handled when occurring as tyvars.
-
- 31 Aug, 1999 3 commits
- 30 Aug, 1999 2 commits
- 27 Aug, 1999 10 commits
-
-
simonpj authored
Fix typo
-
simonmar authored
synch output.
-
simonmar authored
typo
-
simonmar authored
update sample output
-
simonmar authored
missing stdout file.
-
simonmar authored
syslib misc now depends on syslib concurrent because of Memo.hs.
-
simonpj authored
When deciding if a module is a "library" module, allow C:/ C:\ as prefixes of the path, not just / We need to improve this hack, but this fix makes things work on Windoze.
-
simonmar authored
wibble
-
simonmar authored
Fix imports.
-
simonmar authored
oops, export threadWaitRead etc.
-