Skip to content
Snippets Groups Projects
  1. Mar 11, 1998
  2. Mar 09, 1998
  3. Mar 08, 1998
  4. Mar 06, 1998
  5. Mar 05, 1998
  6. Mar 04, 1998
  7. Mar 03, 1998
  8. Feb 28, 1998
  9. Feb 27, 1998
  10. Feb 26, 1998
  11. Feb 25, 1998
    • sof's avatar
      [project @ 1998-02-25 20:00:54 by sof] · e32b12a4
      sof authored
      Clarified various cygwin32 install gotchas
      e32b12a4
    • sof's avatar
      [project @ 1998-02-25 19:48:54 by sof] · 33362962
      sof authored
      Interface file version checking support. Added a compiler version field
      to the interface file header. The format is now
      
        _interface_ <IfaceName> <ModuleVersion> <CompilerVersion>
      
      where the compiler version follow the value of $(ProjectVersionInt).
      Any mismatch in version numbers causes the renamer to give up.
      
      A compiler version number of 0 means turn off version checking (used
      by PrelGHC.hi to avoid having to update every time we release.)
      
      .hi-boot files are treated specially, the absence of a compiler
      version number in the header is taken to mean that there was a `0'.
      Need to do this since hsc's .hi-boot files have to also be useable
      by versions of the compiler that don't grok version info in interface
      files (e.g., ghc-2.10.)
      33362962
    • sof's avatar
      [project @ 1998-02-25 19:29:52 by sof] · 6af6951b
      sof authored
      Dictionaries are now named as follows:
      
        $d<class><tycon><n>
      
      where "n" is a positive int, "tycon" is the name of the tyvar/tycon
      of the first argument to the "class" that the dict represent an
      instance of.
      
      The change should improve the behaviour of the recompilation
      checker, preventing the recompilation of all the dependents
      of a module whenever a data type of instance is added to it.
      (The common behaviour should be no recompilations, but there
      are cases where the naming scheme fails to prevent a recompile.)
      6af6951b
    • sof's avatar
      [project @ 1998-02-25 19:17:19 by sof] · edfe9359
      sof authored
      Magic constant removal (id.h now has #defines for the `special-syntax'
      identifiers.)
      edfe9359
    • sof's avatar
      [project @ 1998-02-25 19:13:54 by sof] · 8ec9c0c0
      sof authored
      Removed old and unused #defines
      8ec9c0c0
    • Simon Marlow's avatar
      [project @ 1998-02-25 16:06:49 by simonm] · 28a7a262
      Simon Marlow authored
      remove references to hslibs, and update the story w/ respect to the
      literate tools.
      28a7a262
    • Simon Marlow's avatar
      [project @ 1998-02-25 16:03:04 by simonm] · e29ba33d
      Simon Marlow authored
      remove hslibs reference, add \$Id\$.
      e29ba33d
    • Simon Marlow's avatar
      [project @ 1998-02-25 16:02:11 by simonm] · d22ca7ea
      Simon Marlow authored
      remove references to hslibs, and add \$Id\$
      d22ca7ea
    • Simon Marlow's avatar
      [project @ 1998-02-25 16:00:29 by simonm] · e196d98a
      Simon Marlow authored
      InstHsLibDir isn't used: nuke.
      e196d98a
    • Simon Marlow's avatar
      [project @ 1998-02-25 15:59:43 by simonm] · 3d55cb1e
      Simon Marlow authored
      remove references to hslibs.
      3d55cb1e
    • Simon Marlow's avatar
      [project @ 1998-02-25 14:35:37 by simonm] · 6c01550d
      Simon Marlow authored
      Don't use lazy unboxed bindings in strictToLazyST.  Write out what we
      want explicity using case expressions.
      6c01550d
    • sof's avatar
      [project @ 1998-02-25 13:03:45 by sof] · d60d7500
      sof authored
      cygwin32: if no -o given, tell linker to create main.exe
      d60d7500
Loading