Skip to content
Snippets Groups Projects
  1. Apr 26, 2000
  2. Apr 25, 2000
  3. Apr 24, 2000
    • sven.panne@aedion.de's avatar
      [project @ 2000-04-24 22:05:08 by panne] · 6d6424ae
      sven.panne@aedion.de authored
      Use get_itbl instead of direct access to info field in
      removeIndirections. This "worked" only because the probability of
      hitting an indirection-like closure by chance is 5:65531 on 32bit
      platforms. :-) But HOpenGL once again managed to expose this bug...
      6d6424ae
  4. Apr 23, 2000
  5. Apr 22, 2000
  6. Apr 21, 2000
  7. Apr 20, 2000
    • Simon Peyton Jones's avatar
      [project @ 2000-04-20 16:45:16 by simonpj] · 1abb301c
      Simon Peyton Jones authored
      Add support for Java generation, written in
      a lightning day with Erik Meijer
      
      	ghc -J Foo.hs
      
      will do the business, generating Foo.java
      
      The code is in a new directory, javaGen/, so
      you'll need to cvs update -d.
      
      I've reorganised main/CodeOutput quite a bit; it
      is now much much tidier, and will accommodate new
      languages quite easily.
      
      I've also fiddled with the flags that communicate
      between the driver and hsc.
      
      GONE:	-S=  -C=
      
      NEW:	-olang=xxx	output language xxx
      			xxx can be: C, asm, java
      
      	-ofile=xxx	put the output code in file xxx
      
      
      BEWARE that I might have broken some of the more
      cryptic stuff in ghc.lprl.
      
      Simon
      1abb301c
    • Simon Peyton Jones's avatar
      [project @ 2000-04-20 16:31:47 by simonpj] · 8f674b1c
      Simon Peyton Jones authored
      Finish TcClassDecl
      8f674b1c
    • sven.panne@aedion.de's avatar
      [project @ 2000-04-20 16:28:39 by panne] · c5b20ebe
      sven.panne@aedion.de authored
      To avoid potential collisions between different modules, prefix the
      names of the C stubs with the module name.
      c5b20ebe
    • sven.panne@aedion.de's avatar
      [project @ 2000-04-20 16:22:46 by panne] · d8c19062
      sven.panne@aedion.de authored
      I'm not sure if the last commit of MkId.lhs was incorrect or
      incomplete. Anyway, to build hsc I've commented out the now
      superfluous parameter for mkDictSelId (marked with "SUP:???").
      d8c19062
    • sven.panne@aedion.de's avatar
      [project @ 2000-04-20 15:49:21 by panne] · 13ceb098
      sven.panne@aedion.de authored
      Package util now depends on package posix, too.
      NOTE: To get Readline up and working, -lreadline and one of
      -lncurses/-lcurses/-ltermcap has to be inserted, too, but this has to
      be autoconf-ed somehow (later...)
      13ceb098
Loading