From 42306e2ff8716ce9a8f57da791122cc88308890c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 20 Jun 2019 19:48:53 -0400 Subject: QUtil: add unsigned int/string functions --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d88fad35..d51a92c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2019-06-20 Jay Berkenbilt + * Add functions to QUtil to convert unsigned integers to strings, + avoiding implicit conversion between unsigned and signed integer + types. + * Add QIC.hh, containing integer type converters that do range checking. -- cgit v1.2.3-54-g00ecf