Skip to content
Snippets Groups Projects
  1. Nov 07, 2000
  2. Nov 02, 2000
    • Simon Marlow's avatar
      [project @ 2000-11-02 14:27:01 by simonmar] · 803963ad
      Simon Marlow authored
      Cleaning up the configuration/build process.
      
        - New build.mk option: GhcWithInterpreter. It has reasonable
          defaults, and shouldn't need to be overriden (you get the interpreter
          if you're bootstrapping with ghc 4.09+ on an ELF architecture, at
          the moment).
      
        - compilation manager now lives in compiler/compMan.  compiler/ghci
          contains only interpreter-related files.
      
        - WithGhcHc has gone, it now defaults to $(GHC).  This is so that
          we can reliably determine the version of $(GHC) using the stuff that
          configure tells us.  configure gets a new --with-ghc option so you
          can specify which ghc to use.
      803963ad
  3. Oct 10, 2000
  4. Sep 10, 2000
  5. Jul 13, 2000
  6. Jul 11, 2000
  7. Jun 30, 2000
  8. Jun 29, 2000
  9. Jun 15, 2000
  10. Jun 08, 2000
  11. May 31, 2000
  12. May 09, 2000
    • Reuben Thomas's avatar
      [project @ 2000-05-09 10:43:45 by rrt] · dfc021e7
      Reuben Thomas authored
      Changed Perl test so that it simply allows vv5 & 6 and disallows any other;
      also hardwire path to perl to /bin/perl under Windows, to avoid clashing with
      other weird Perls that may be on the path.
      dfc021e7
  13. Dec 21, 1999
    • Simon Marlow's avatar
      [project @ 1999-12-21 13:00:54 by simonmar] · 525a1e65
      Simon Marlow authored
      Hopefully banish bogus "Happy version 1.6 or later is required to
      compile GHC" messages.  The new rule is: if you don't have an
      installed copy of Happy, but have a Happy source tree, we point the
      build system at the latter (and pull the version number out of
      happy/mk/version.mk).
      525a1e65
  14. Nov 04, 1999
  15. Aug 02, 1999
  16. Jul 14, 1999
  17. Jun 07, 1999
  18. May 17, 1999
  19. Mar 27, 1999
  20. Mar 01, 1999
  21. Feb 08, 1999
  22. Jan 26, 1999
  23. Jan 11, 1999
  24. Dec 02, 1998
  25. Nov 24, 1998
  26. Nov 21, 1998
    • sof's avatar
      [project @ 1998-11-21 14:35:00 by sof] · b37527ec
      sof authored
      Distinguish between defn and use of etext and end syms; they're not
      the same on platforms where we have to resort to asm labels.
      b37527ec
  27. Nov 17, 1998
  28. Oct 07, 1998
  29. Oct 05, 1998
    • Simon Marlow's avatar
      [project @ 1998-10-05 14:15:31 by simonm] · b7cf40bb
      Simon Marlow authored
      Add support for FreeBSD 3.0 (ELFish).
      Rename i386-unknown-freebsd to i386-unknown-freebsd2, and add
      i386-unknown-freebsd3.
      
      NOTE: this won't bootstrap an ELF GHC using an a.out GHC, some laying
      on of hands is required for that.
      b7cf40bb
  30. Sep 29, 1998
  31. Aug 16, 1998
  32. Aug 14, 1998
  33. Aug 06, 1998
  34. Jul 24, 1998
  35. Apr 10, 1998
  36. Apr 07, 1998
  37. Mar 03, 1998
Loading