/[bison]/bison/ChangeLog
ViewVC logotype

Diff of /bison/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.495 by ra, Sun Dec 30 14:50:15 2001 UTC revision 1.496 by akim, Sun Dec 30 21:05:12 2001 UTC
# Line 1  Line 1 
1    2001-12-30  Akim Demaille  <akim@epita.fr>
2    
3            * src/skeleton.h: New.
4            * src/output.c (output_parser, output_master_parser): Remove, dead
5            code.
6            * src/output.h (get_lines_number, actions_output, guards_output)
7            (token_definitions_output): Prototype them.
8            * src/parse-skel.y: Add the license notice.
9            Include output.h and skeleton.h.
10            (process_skeleton): Returns void, and takes a single parameter.
11            * src/scan-skel.l: Add the license notice.
12            Include skeleton.h.
13            Don't use %option yylineno: it seems that then Flex imagines
14            REJECT has been used, and therefore it won't reallocate its
15            buffers (which makes no other sense to me than a bug).  It results
16            in warnings for `unused: yy_flex_realloc'.
17    
18            to guess if the generated parsers should have '.tab' in their
19            * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
20    
21  2001-12-30  Robert Anisko  <robert.anisko@epita.fr>  2001-12-30  Robert Anisko  <robert.anisko@epita.fr>
22    
23          * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)          * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)

Legend:
Removed from v.1.495  
changed lines
  Added in v.1.496

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26