]>
Commit | Line | Data |
---|---|---|
416bd7a9 MA |
1 | -*- outline -*- |
2 | ||
3 | * src/reader.c | |
4 | ** Complete parse_skel_decl () with parse_dquoted_param (). | |
01ed3db5 | 5 | ** Check and cleanup for CPP-out code. |
416bd7a9 MA |
6 | |
7 | * src/output.c | |
8 | ** Output sub-skeleton files. | |
c111e171 | 9 | ** Cleanup dirty CPP-out code. |
63c2d5de | 10 | ** s/definitions/prologue/ s/user_code/epilogue/ [ok]. |
675bc4e9 | 11 | ** s/macro/muscle/ |
7a999fcb | 12 | ** Synchronize `#line' directive with user file. |
416bd7a9 | 13 | |
c111e171 MA |
14 | * src/getargs.c src/lex.c |
15 | ** Synchronize percent and command line options. | |
16 | ||
17 | * src/macrotab.[ch] | |
675bc4e9 MA |
18 | ** Removing warnings when compiling. (gcc-warnings) [ok]. |
19 | ** s/macro/muscle/ | |
c111e171 MA |
20 | |
21 | * src/print_graph.c | |
63c2d5de MA |
22 | ** Find the best graph parameters. |
23 | ||
24 | * doc/bison.texinfo | |
6b7d911c MA |
25 | ** Echo modifications of prologue and epilogue. |
26 | ||
27 | * tests/ | |
28 | ** Repair Bison to success tests. |