bison-patches
[Top][All Lists]
Advanced

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

[PATCH 0/9] {maint} lalr1.cc: exception safety


From: Akim Demaille
Subject: [PATCH 0/9] {maint} lalr1.cc: exception safety
Date: Tue, 2 Oct 2012 19:11:05 +0200

I have worked some more to make this patch series complete.  This is
the branch called "maint-exception-safety-3" on gnu.org.

There are a few more issues to treat in the near future, and
let's call it Bison 2.7.

Akim Demaille (9):
  tests: minor improvements
  lalr1.cc: don't leave macros define to nothing
  lalr1.cc: indentation fixes.
  lalr1.cc: check exception safety.
  lalr1.cc: fix exception safety
  lalr1.cc: check (and fix) %initial-action exception safety
  lalr1.cc: check (and fix) %printer exception safety
  lalr1.cc: check exception safety of yyerror
  lalr1.cc: document exception safety

 NEWS           |   9 +++
 THANKS         |   1 +
 data/lalr1.cc  |  98 +++++++++++++++--------
 doc/bison.texi |   9 +++
 tests/c++.at   | 243 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 tests/local.at |   3 +-
 6 files changed, 325 insertions(+), 38 deletions(-)

-- 
1.7.12.2




reply via email to

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