bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/5] Clean up fixed-output-files handling


From: Akim Demaille
Subject: [PATCH 0/5] Clean up fixed-output-files handling
Date: Sun, 7 Jul 2019 15:59:20 +0200

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

[Prev in Thread] Current Thread [Next in Thread]