Change logs for coco-cs source package in Feisty

  • coco-cs (20061206-1) unstable; urgency=low
    
      * The declaration of standard whitespaces (namely space) is again done in
        the file Scanner.frame.
    
    coco-cs (20060919-3) unstable; urgency=low
    
      * Added binary-arch target in debian/rules (Closes: #395585)
      * It's now a non native package.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  13 Dec 2006 12:43:48 +0000
  • coco-cs (20060919-2) unstable; urgency=low
    
      * Update to Debian Policy Standards Version 3.7.2
      * Set MONO_SHARED_DIR to temporary directory to enable the build
        servers to build the package (Closes: #393811).
    
    coco-cs (20060919-1) unstable; urgency=low
    
      * Misplaced resolvers cause warnings instead of errros now.
      * The scanners generated by Coco/R can now also process Unicode characters
        in UTF-8 format. This implies that Coco/R itself supports UTF-8 now.
      * Attributes may now also contain the characters '<' and '>'
        (e.g. for operators or generic types). Such attributes must be
        enclosed in <. and .> brackets.
      * Error messages are written to an error stream instead of to the console.
        The error stream can be changed by the user.
      * The scanner now also recognizes the Unicode byte order mark for UTF-8.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  07 Nov 2006 01:11:54 +0000
  • coco-cs (20051117-1) unstable; urgency=low
    
    
      * The if else if cascade of an alternative does not get optimized to a
        switch statement anymore if the alternative contains a LL(1) warning,
        thus coco generates at least compileable code in such a situation.
    
     -- Markus Loeberbauer <email address hidden>  Thu, 17 Nov 2005 17:00:00 +0100