Change logs for flexc++ source package in Kinetic

  • flexc++ (2.11.01-1) unstable; urgency=medium
    
      * Upstream repaired some flaws in the generated flex.cc source that might
        result in compilation errors, prevented segfaults from occurring when
        specifying some overly complex regexes. See the upstream changelog for
        details.
    
     -- Frank B. Brokken <email address hidden>  Tue, 23 Aug 2022 21:14:55 +0200
  • flexc++ (2.11.00-2) unstable; urgency=medium
    
      * Add autopkgtest that uses to flexc++ to create a basic scanner.
    
     -- tony mancill <email address hidden>  Sun, 27 Feb 2022 12:19:34 -0800
  • flexc++ (2.11.00-1) unstable; urgency=medium
    
      * Constructors of generated scanners have received a third parameter,
        'keepCwd = true'. See 'man flexc++api' for details.
      * The build script supports an option 'strip' to strip the binary
        constructed by 'build {program, oxref, scanner}'. The previously defined
        '[strip]' options were dropped.
      * Compilation uses the '--std=c++20' option.
      * The build script is ready for icmake >= 10.00.00
      * Because of the Big Endian / Little Endian issue with icmake, 'control'
        requires icmake >= 10.03.00
    
     -- Frank B. Brokken <email address hidden>  Tue, 22 Feb 2022 13:30:22 +0100