File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ 0.8.10 - 2023-05-04
2+
3+ - bring C++ back up from regressions - please be careful to read
4+ about the limitations in the manual.
5+
6+ - add t8 C++ simple calculator test case to unit/regression tests
7+
8+ - added GNU style --version and --help flags
9+
10+ - clear warnings across MSVC, GCC and Clang on C and C++.
11+
12+ - various important fixes.
13+
14+ - Flag --x-utf8 no longer generates the raw scanner table, the latter
15+ may be quite substantial and is not used (by definition) when specifying
16+ --x-utf8. This can be a substantial space savings.
17+
18+ - Manual (carburetta.com/manual.html) updated for 0.8.10, including the
19+ innards of utf8 operation which was previously missing.
20+
21+ - In memoriam https://en.wikipedia.org/wiki/Remembrance_of_the_Dead
22+
1230.8.8 - 2023-04-21
224
325- critical fixes relative to 0.8.6 and unit/regression testing to help
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ extern "C" {
77
88#define CARBURETTA_MAJOR_VER 0
99#define CARBURETTA_MINOR_VER 8
10- #define CARBURETTA_PATCH_VER 9
10+ #define CARBURETTA_PATCH_VER 10
1111
1212#define CARBURETTA_STRINGIFY_i (x ) #x
1313#define CARBURETTA_STRINGIFY (x ) CARBURETTA_STRINGIFY_i(x)
You can’t perform that action at this time.
0 commit comments