Skip to content
Snippets Groups Projects
  1. Jun 28, 2000
    • Simon Marlow's avatar
      [project @ 2000-06-28 11:28:27 by simonmar] · 9cf07963
      Simon Marlow authored
      add missing default case for Eq (TyClDecl name pat)
      9cf07963
    • Julian Seward's avatar
      [project @ 2000-06-28 10:42:17 by sewardj] · a71f8523
      Julian Seward authored
      Partially fix signal (control-C) handling under mingw32.
      The interpreter can now be interrupted and successfully returns to
      the Hugs prompt, but only if Hugs was started from cmd.exe and not
      by bash (!).  This is a known bogon with Cygwin, according to
      Sigbjorn.  I still can't get Hugs to ignore other control-C's;
      instead it acts as if it was asked to exit.  Bizarre.
      a71f8523
  2. Jun 27, 2000
  3. Jun 26, 2000
  4. Jun 25, 2000
  5. Jun 24, 2000
  6. Jun 23, 2000
  7. Jun 22, 2000
  8. Jun 21, 2000
    • chak@cse.unsw.edu.au.'s avatar
      [project @ 2000-06-21 09:13:09 by chak] · 25ee7c9e
      chak@cse.unsw.edu.au. authored
      As suggested by SimonM, moved an overview over the three components of the FFI
      into the FFI document included as Chapter 7 into the GHC user guide.
      
      Open questions:
      
      * How can I make cross references to the doc in hslibs/?  There are already
        references to hslibs sections in other parts of ghc's user guide, but they
        are not correctly resolved when I generate html from the sgml files.
      
      * There is now a (little) overlap with material in 6.5 (GHC Language Features:
        The foreign interface).  I would say, we could actually leave this as it is,
        as 6.5 goes on to describe GHC specifics.
      25ee7c9e
  9. Jun 20, 2000
Loading