Commit 53dcda6c authored by Robert Edmonds's avatar Robert Edmonds

ChangeLog: credit Andrei Nigmatulin for #136, #137

parent d9a2f847
protobuf-c (1.0.0) UNRELEASED protobuf-c (1.0.0) UNRELEASED
[ Andrei Nigmatulin ]
* Append "u", "ull", and "ll" integer literal suffixes for uint32, uint64,
and int64 default values in generated code, in order to avoid "integer
constant is so large that it is unsigned" compiler warnings.
(Issue #136.)
* Revert the problematic hash-based required field detection.
(Related to Issue #60, #79, #137.)
[ Dave Benson ] [ Dave Benson ]
* Treat a "length-prefixed" wire-type message for a repeated field as * Treat a "length-prefixed" wire-type message for a repeated field as
packed-repeated whenever it makes sense (for all types other than packed-repeated whenever it makes sense (for all types other than
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment