I was making more changes for parser stats (see
https://lists.gnu.org/archive/html/bison-patches/2019-07/msg00004.html)
when I came accross %fixed-output-files and --fixed-output-files.
Both are still there, but don't behave the way one would expect.

I think we should get rid of them.  It's been 18 years they are
hidden.  And "-o y.tab.c" is clearer and does exactly the same.

Akim Demaille (5):
  style: declare options in the same order as in --help
  remove MS-DOS support
  style: clarify control flow
  %fixed-output-files: detach from %yacc
  --fixed-output-files: detach from --yacc

 src/getargs.c    | 112 +++++++++++++++++++++++------------------------
 src/parse-gram.c |  23 +++-------
 src/parse-gram.h |   2 -
 src/parse-gram.y |  21 +++------
 src/scan-gram.l  |   5 +--
 tests/input.at   |  20 ++++-----
 6 files changed, 76 insertions(+), 107 deletions(-)

-- 
2.22.0


Reply via email to