Bug#730109: %bison-bridge implementation incompatible with bison

2013-11-21 Thread Arthur Schwarz
Package: flex Version: 2.5.37 Maintainer: Manoj Srivastava Description: %bison-bridge implementation incompatible with bison bison (GNU Bison) 2.7.1 bison produces an interface file, y.tab.hpp, which puts all token definitions in a class, 'parser'. This makes token definitions inaccessible wi

Bug#729927: flex --noline outputs a #line directive

2013-11-18 Thread Arthur Schwarz
Package: flex Version: 2.5.37 Maintainer: Manoj Srivastava Description: flex --noline outputs a #line directive The command    flex --noline name.lex generates the line    #line 3 "lex.yy.c" This causes some confusion when: 1: line 3 is really line 2, and, 2: when (in order to compile using

Bug#729694: Multiple errors in generated C++ file

2013-11-15 Thread Arthur Schwarz
Package: flex Version: 2.5.37 Maintainer: Manoj Srivastava Description: Multiple errors in generated C++ file Compiling with the cygwin g++ compiler multiples errors are generated when %option C++ is specified but not when %option C++ is not specified.  Same compiler, same input code, differ

Bug#729693: %option noline generates and error message

2013-11-15 Thread Arthur Schwarz
Package: flex Version: 2.5.37 Maintainer: Manoj Srivastava Description: %option noline generates and error message and does not work However flex --noline does work aschw...@acm.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble

Bug#728931: Section 11Muliple Input Buffer function enhancement

2013-11-06 Thread Arthur Schwarz
Package: flex Version: 2.5.37 Maintainer: Manoj Srivastava Description: Section 11 Multiple Input Buffer function enhancement void yypush_buffer_state( YY_BUFFER_STATE buffer ) void yypop_buffer_state ( ) Should have a YY_BUFFER_STATE return argument, that is YY_BUFFER_STATE yypush_buffer_state

Bug#728807: Multiple <>'s not supported

2013-11-05 Thread Arthur Schwarz
Package: flex Version: 2.5.37 Maintainer: Manoj Srivastava Description: Multiple <>'s are not supported as per Section 12 End_Of_File Rules. Example 1 demonstrates that multiple <>'s are supported if each <> is prefixed with a start condition. Example 2 shows what happens if each <> is not pref