flex (2.5.4a-24) unstable; urgency=low
flex (2.5.4a-24) unstable; urgency=low

  * Well, the symbol is really _WIN32. 
  * Added clarifications about %option stdin to the flex man page (some
    wording taken from CVS).

 -- Manoj Srivastava <srivasta@debian.org>  Sun, 17 Mar 2002 10:32:13 -0600

flex (2.5.4a-23) unstable; urgency=low

  * Hmm. For non POSIX systems (well, where _Win32 is defined) where
    unistd.h is not available, use the old isatty prototype.

 -- Manoj Srivastava <srivasta@debian.org>  Wed,  6 Feb 2002 16:33:39 -0600

flex (2.5.4a-22) unstable; urgency=low

  * Interactive lexers were broken by the fic to handle interrupted
    reads.                                                   closes: Bug#131242

 -- Manoj Srivastava <srivasta@debian.org>  Mon, 28 Jan 2002 12:21:40 -0600

flex (2.5.4a-21) unstable; urgency=low

  * Hmm. Run aclocal on the acinclude file first.

 -- Manoj Srivastava <srivasta@debian.org>  Fri, 25 Jan 2002 16:52:23 -0600

flex (2.5.4a-20) unstable; urgency=low

  * Add a build depends for autotconf, needed now that we make changes to
    the script.                                              closes: Bug#130703

 -- Manoj Srivastava <srivasta@debian.org>  Thu, 24 Jan 2002 16:32:25 -0600

flex (2.5.4a-19) unstable; urgency=low

  * For machines that do not use the GNU libc (and thus, does not have
    gettext as part of the libc), flex failed to compile. The grep package
    has a macro to handle exactly this situation, elegantly,  which is
    labelled as available for public use, in it's aclocal.m4 file. This
    version of flex uses that. Many thanks to Joel Baker
    <lucifer@lightbearer.com> for discovering and testing this fix. 
                                                             closes: Bug#130220

 -- Manoj Srivastava <srivasta@debian.org>  Thu, 24 Jan 2002 10:07:16 -0600

flex (2.5.4a-18) unstable; urgency=low

  * Make sure that unistd.h is actually included, since we no longer
    provide a prototype for isatty.                           closes: Bug#97131

 -- Manoj Srivastava <srivasta@debian.org>  Sun, 13 Jan 2002 01:02:26 -0600

flex (2.5.4a-17) unstable; urgency=medium

  * AAArgggh. Fix a missing open brace in the generated YY_INPUT, Many
    thanks to Bruce Stephens for catching these quickly.   

 -- Manoj Srivastava <srivasta@debian.org>  Thu, 10 Jan 2002 13:14:35 -0600

flex (2.5.4a-16) unstable; urgency=medium

  * Fix a missing \ in the generated YY_INPUT macro.         closes: Bug#128412
  * Fix buggy isatty prototype by not actually including a prototype (we
    include the relevant header file, after all.             closes: Bug#97131

 -- Manoj Srivastava <srivasta@debian.org>  Wed,  9 Jan 2002 11:51:12 -0600

flex (2.5.4a-15) unstable; urgency=low

  * if a signal is delivered while the parser is in the read routine
    (coded by flex), the result is flex reports and YY_FATAL_ERROR causing
    plan to exit.  The race condition appears much more frequently than
    one might expect because plan spends a good deal of time in read
    routine while gcc is preparing the input. I cleaned up another problem
    case beyond what is given in the patch.                  closes: Bug#125611
  * flex -o "ddd" doesn't write to the file "ddd", instead it tries to
    write to the file "" (yes, blank) and read from "ddd". I changed the
    main.c to use the next arg as the output file name if the next arg
    does not start with a -.                                 closes: Bug#122581

 -- Manoj Srivastava <srivasta@debian.org>  Sun,  6 Jan 2002 05:12:37 -0600

flex (2.5.4a-14) unstable; urgency=low

  * The flex-doc menu entry (/usr/lib/menu/flex-doc) contains some
    unquoted double quotes in its extended description, and these needed
    to be quoted so as not to confuse update menu. (why did it not
    generate an error?) closes: Bug#105272
  * The version 2.5.4a-12 was duplicated work with the previous maintainer
    (and I take the blame for the lack of communication). I have also
    managed to mosplace the changelog entry ;-(

 -- Manoj Srivastava <srivasta@debian.org>  Tue, 17 Jul 2001 17:50:25 -0500

flex (2.5.4a-13) unstable; urgency=low

  * I took over flex, and have brought the rules and pre/post inst files
    into line with my conventions.
  * flex generates c++ that does not use istream and ostream from the
    "std" namespace, so compilation of generated code fails. closes: Bug#104067
    Please note that this duplicates and replaces the work done in 2.5.4a-12
  
 -- Manoj Srivastava <srivasta@debian.org>  Thu, 12 Jul 2001 15:48:24 -0500

flex (2.5.4a-12) unstable; urgency=low

  * Generate c++ which uses istream and ostream from the "std" namespace
    for g++-3.0. Patch by Dale E. Martin (Closes: #104067).
  * Registered HTML docs using doc-base.

 -- Santiago Vila <sanvila@debian.org>  Thu, 12 Jul 2001 14:21:18 +0200

flex (2.5.4a-11) unstable; urgency=low

  * Added i18n support. Build-Depends: gettext. Closes: #46838.
    Thanks to Changwoo Ryu <cwryu@adam.kaist.ac.kr>.
  * Fixed formatting error in flex(1). Closes: #90284.
    Thanks to Colin Watson <cjw44@flatline.org.uk>.

 -- Santiago Vila <sanvila@debian.org>  Sun, 25 Mar 2001 14:07:51 +0200

flex (2.5.4a-10) unstable; urgency=low

  * Changed @section by @chapter to make texi2html happy.
    Patch by Gordon Sadler <gbsadler1@lcisp.com>. Closes: #84780.
  * Build-Depends-Indep: texi2html. Closes: #87689.
  * Build-Depends: texinfo, since .texi is now modified.

 -- Santiago Vila <sanvila@debian.org>  Mon, 26 Feb 2001 20:16:54 +0100

flex (2.5.4a-9) unstable; urgency=low

  * Fixed manpage again. Additional patch by the author.

 -- Santiago Vila <sanvila@debian.org>  Fri,  1 Dec 2000 19:58:41 +0100

flex (2.5.4a-8) unstable; urgency=low

  * Added missing bracket in flex manpage (Closes: Bug#68941).

 -- Santiago Vila <sanvila@debian.org>  Sat, 19 Aug 2000 16:56:22 +0200

flex (2.5.4a-7) unstable; urgency=low

  * Updated upstream source URL (Closes: Bug#67233).
  * Standards-Version: 3.1.1.
  * Build-Depends: bison.

 -- Santiago Vila <sanvila@debian.org>  Fri,  4 Aug 2000 13:04:28 +0200

flex (2.5.4a-6) unstable; urgency=low

  * Applied a patch by Kristoffer Rose for large flex tables.

 -- Santiago Vila <sanvila@ctv.es>  Tue,  7 Dec 1999 17:52:01 +0100

flex (2.5.4a-5) unstable; urgency=low

  * Fixed Bug #47860: flex segfaults. Patch by the author.

 -- Santiago Vila <sanvila@ctv.es>  Wed, 10 Nov 1999 11:44:06 +0100

flex (2.5.4a-4) unstable; urgency=low

  * Recommends: c-compiler, instead of gcc (Bug #33937).
  * Info unregistering done in prerm, not in postrm.

 -- Santiago Vila <sanvila@ctv.es>  Fri,  5 Mar 1999 17:20:30 +0100

flex (2.5.4a-3) unstable; urgency=low

  * Added HTML docs, in a separate package.

 -- Santiago Vila <sanvila@ctv.es>  Tue, 13 Oct 1998 21:14:28 +0200

flex (2.5.4a-2) unstable; urgency=low

  * Added a man page for flex++ (actually, a symlink to flex).
  * ftp.gnu.org is FSF's new FTP site name.
  * Compressed changelog.Debian.
  * Removed debstd dependency.

 -- Santiago Vila <sanvila@ctv.es>  Thu, 12 Mar 1998 20:25:09 +0100

flex (2.5.4a-1) unstable; urgency=low

  * New upstream release, using pristine untouched source.
  * Removed the modified debstd from the source package now that the
    standard one is fixed.
  * First libc6 release.

 -- Santiago Vila <sanvila@ctv.es>  Thu,  7 Aug 1997 19:15:34 +0200

flex (2.5.4-2) unstable; urgency=low

  * libfl.a stripped using strip -g, using a modified debstd which
    is included in the Debian source package.

 -- Santiago Vila <sanvila@ctv.es>  Thu, 13 Mar 1997 09:44:28 +0100

flex (2.5.4-1) unstable; urgency=low

  * Converted to Standards 2.1.2.2.
  * New upstream version.
  * Compiled with -D_REENTRANT.
  * Added MD5 sums.
  * New maintainer.

 -- Santiago Vila <sanvila@ctv.es>  Sat, 22 Feb 1997 18:00:09 +0100

Local variables:
mode: debian-changelog
End: