Skip to content
Snippets Groups Projects
  1. May 24, 2000
  2. May 23, 2000
  3. May 22, 2000
  4. May 19, 2000
  5. May 18, 2000
    • sven.panne@aedion.de's avatar
      [project @ 2000-05-18 17:15:46 by panne] · 38a56574
      sven.panne@aedion.de authored
      * A shell-classic: Inserted space before ] (the lexical syntax of
        shells is always resource of miracles...)
      
      * Made searching for a catalog a little bit more cunning: If
        SGML_CATALOG_FILES is not set, try FPTOOLS_CATALOG_FILE, then
        /usr/share/sgml/CATALOG.docbkdsl, the SuSE-Linux default, don't know
        about Red Hat, Debian, etc.  This way "make dvi html pdf ps rtf"
        works out of the box, at least for me. :-)
      38a56574
    • Simon Marlow's avatar
      [project @ 2000-05-18 14:40:47 by simonmar] · 777d1f55
      Simon Marlow authored
      Add parsec subdir.
      777d1f55
    • sven.panne@aedion.de's avatar
      [project @ 2000-05-18 14:22:26 by panne] · 022b2dc4
      sven.panne@aedion.de authored
      '-#include <foo.h>' gobbled the following option. Fixed.
      022b2dc4
    • Julian Seward's avatar
      [project @ 2000-05-18 13:55:36 by sewardj] · 963cf411
      Julian Seward authored
      Teach the NCG about the dereferencing and naming conventions to be
      used when compiling for a DLLised world.  Some cleanups on the way
      too.  The scheme is that
      
      * All CLabels which are in different DLLs from the current module
        will, via the renamer, already be such that labelDynamic returns
        True for them.
      
      * Redo the StixPrim/StixMacro stuff so that all references to symbols
        in the RTS are via CLabels.  That means that the usual labelDynamic
        story can be used.
      
      * When a label is printed in PprMach, labelDynamic is consulted, to
        generate the __imp_ prefix if necessary.
      
      * In MachCode.stmt2Instrs, selectively ask derefDLL to walk trees
        before code generation and insert deferencing code around other-DLL
        symbols.
      
      * When generating Stix for SRTs, add 1 to other-DLL refs.
      
      * When generating static closures, insert a zero word before
        the _closure label.
      963cf411
    • Simon Marlow's avatar
      [project @ 2000-05-18 12:42:20 by simonmar] · 6f191b69
      Simon Marlow authored
      New version of hGetLine that is roughly 4 times faster than the
      original, and is tail-recursive to boot.
      
      I'm not entirely happy with the code, but it needs to get some testing.
      6f191b69
    • sven.panne@aedion.de's avatar
      [project @ 2000-05-18 11:33:21 by panne] · 34428afb
      sven.panne@aedion.de authored
      Add addrOf_ErrorHdrHook prototype
      34428afb
    • sven.panne@aedion.de's avatar
      [project @ 2000-05-18 11:32:21 by panne] · 5edbd17d
      sven.panne@aedion.de authored
      Make stackOverflow prototype available Haskell compilation
      5edbd17d
Loading