- Oct 05, 1997
-
-
sof authored
Do not use default methods for Enum.enumFromThenTo for Double and Float instances
-
sof authored
Added missing zipWithM_
-
sof authored
Added stack checks to startPerformIO; added code to push and pop C stack pointer upon entry/exit from Haskell land(x86 only)
-
sof authored
Keep track of the number for threads that jump into Haskell from C (via enterStablePtr()) - hack needed to support Conc. Haskell and stable pointers
-
sof authored
Added expedient hacks to turn off longjmp()ing in scheduler (needed to make threads and stable pointers work properly - x86 only.)
-
sof authored
doc update
-
sof authored
wibble
-
sof authored
Added (inactive) x86 code for storing away C stack pointer in TSOs reg table
-
sof authored
Added hack for turning off heap check context switches if more than one thread has entered Haskell via a stable ptr (in C). x86 only
-
sof authored
prototype for NoRunnableThreadsHook changed; commented out old protos
-
sof authored
Added debug code to PerformReschedule
-
sof authored
Removed CONCURRENT #ifdef protection; updated docs
-
sof authored
Use GetThreadContext() to fish out faulting address for segv handlers under cygwin32
-
sof authored
Fix for -recomp flag (in effect, ignored); Stk size warning: msg fix
-
- Oct 03, 1997
-
-
André Santos authored
perl not being added to scripts' top line
-
Simon Marlow authored
litify.
-
Simon Marlow authored
s/2.07/2.08/g
-
Simon Marlow authored
add yet more hacks for tmp_mnt, this time to deal with amd-style mount points.
-
Simon Marlow authored
update for 2.08
-
Simon Marlow authored
update version number, and add stuff to install happy.
-
Simon Marlow authored
Replace $(ProjectVersion) with $(GhcProjectVersion) where appropriate. Also add stuff to install happy in a binary distribution.
-
Simon Marlow authored
update to 2.08
-
Simon Marlow authored
reinstate better error messages for function arguments
-
Simon Marlow authored
omit qualifiers by default when printing types
-
Simon Marlow authored
add pointer to 2-08-notes.lit
-
- Oct 02, 1997
-
-
sof authored
Cleanup
-
sof authored
Use Win32 calls for mprotecting under cygwin32
-
sof authored
Added newline at end
-
sof authored
cygwin32 hacks
-
sof authored
Use exeext; removed non-#! support for cygwin32 (no longer needed)
-
sof authored
Added exeext (cygwin32b18-specific);turn off splitting for profiled libs
-
- Oct 01, 1997
-
-
André Santos authored
changing version number to 2.07
-
- Sep 30, 1997
-
-
Simon Marlow authored
release notes for next version
-
Simon Marlow authored
add grouping braces to ENT_FUN_DIRECT macro
-
Simon Marlow authored
uncomment creation of 'configure' in binary-dist.
-
Simon Marlow authored
version ==> 2.07 PACKAGE_LIBSCRIPTS ==> PACKAGE_LIB_SCRIPTS
-
- Sep 26, 1997
-
-
Simon Peyton Jones authored
Fix atomic rhs infelicity in simplifier
-
Simon Marlow authored
this file got lost somehow
-
Simon Marlow authored
oops, forgot to add this file
-
- Sep 25, 1997
-
-
Simon Marlow authored
latest round of fixes for tests
-