Skip to content
Snippets Groups Projects
  1. Jul 28, 1999
  2. Jul 27, 1999
  3. Jul 26, 1999
  4. Jul 16, 1999
  5. Jul 15, 1999
    • sven.panne@aedion.de's avatar
      [project @ 1999-07-15 18:16:41 by panne] · 7dac0047
      sven.panne@aedion.de authored
      Patched my previous patch ($ vs $$, && vs if/then/fi). Installing a
      Happy binary-dist still only creates a happy and no happy-1.6
      executable, but this has very probably nothing to do with my changes.
      7dac0047
    • sven.panne@aedion.de's avatar
      [project @ 1999-07-15 16:20:46 by panne] · 6e3e37d3
      sven.panne@aedion.de authored
      Two checks for empty file lists added.
      6e3e37d3
    • sven.panne@aedion.de's avatar
      [project @ 1999-07-15 16:11:29 by panne] · a61ce4a4
      sven.panne@aedion.de authored
      We have to be very careful with numeric literals in the C part, in
      this case 0xff (of type int = 4 bytes on Alpha) was shifted left 56
      times => always zero  :-{  Using an L or UL suffix is not always
      practical, because the needed size depends on conditional typedefs
      somewhere else. Solution: Cast!  :-P  ghc/includes contains some more
      suspicious literals, but I did not have a look at them yet.
      a61ce4a4
Loading