]>
Commit | Line | Data |
---|---|---|
416bd7a9 MA |
1 | -*- outline -*- |
2 | ||
3 | * src/reader.c | |
31b53af2 MA |
4 | Complete parse_skel_decl () with parse_dquoted_param (). [] |
5 | Check and cleanup for CPP-out code. [] | |
416bd7a9 MA |
6 | |
7 | * src/output.c | |
a12f5cab | 8 | Remove %%verbose which is useless. |
31b53af2 MA |
9 | |
10 | Cleanup dirty CPP-out code. [] | |
714720fc | 11 | ** Output sub-skeleton files. [] |
31b53af2 MA |
12 | Useful for %no_parser. [] |
13 | *** New skeleton. [] | |
416bd7a9 | 14 | |
c111e171 | 15 | * src/macrotab.[ch] |
31b53af2 | 16 | Removing warnings when compiling. (gcc-warnings). [ok] |
c111e171 MA |
17 | |
18 | * src/print_graph.c | |
31b53af2 | 19 | Find the best graph parameters. [] |
63c2d5de MA |
20 | |
21 | * doc/bison.texinfo | |
a12f5cab | 22 | Update informations about ERROR_VERBOSE. [] |
31b53af2 MA |
23 | Add explainations about skeleton muscles. [] |
24 | Add explainations about %skeleton. [] |