Change logs for flexc++ source package in Jammy

  • 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
  • flexc++ (2.10.00-2) unstable; urgency=medium
    
      * Upload to unstable
      * Bump Standards-Version to 4.6.0
    
     -- tony mancill <email address hidden>  Thu, 09 Sep 2021 20:19:03 -0700
  • flexc++ (2.08.01-1) unstable; urgency=low
    
      * Fixed a bug in handling the //include directive
    
      * Pushing/popping streams changes the scanner's current working directory to
        the streams' directories.
    
     -- Frank B. Brokken <email address hidden>  Fri, 13 Nov 2020 16:05:09 +0100