From duncan.coutts at worc.ox.ac.uk Wed Jul 4 22:24:16 2007 From: duncan.coutts at worc.ox.ac.uk (Duncan Coutts) Date: Wed Jul 4 22:18:06 2007 Subject: [C2hs] patch applied (c2hs): Remove stray debug output Message-ID: <20070705022416.GA16460@cvs.haskell.org> Wed Jul 4 19:23:00 PDT 2007 Duncan Coutts * Remove stray debug output M ./c2hs/toplevel/Main.hs -1 From duncan.coutts at worc.ox.ac.uk Thu Jul 26 17:41:38 2007 From: duncan.coutts at worc.ox.ac.uk (Duncan Coutts) Date: Thu Jul 26 17:34:16 2007 Subject: [C2hs] patch applied (c2hs): Add note to TODO about cpp directives on first line Message-ID: <20070726214138.GA5115@cvs.haskell.org> Thu Jul 26 14:40:38 PDT 2007 Duncan Coutts * Add note to TODO about cpp directives on first line cpp directives on the very first line of the .chs file are ignored because the lexer looks for \n# This is very confusing to users. M ./TODO +3