#
# ChangeLog for cpp/PrintFloat
#
# Generated by Trac 1.2.1
# 03/14/25 08:06:26

Sun, 02 Jun 2019 01:08:50 GMT Maciej Komosinski [882]
	* cpp/PrintFloat/Standard.h (modified)

	#include <stddef.h> needed for macOS


Thu, 28 Mar 2019 22:01:06 GMT Maciej Komosinski [861]
	* cpp/PrintFloat/Standard.h (modified)

	Added #include <stddef.h> needed for Emscripten


Wed, 05 Dec 2018 20:02:00 GMT Maciej Komosinski [835]
	* cpp/PrintFloat/Dragon4.h (modified)
	* cpp/common/nonstd_math.cpp (modified)
	* cpp/common/nonstd_math.h (modified)
	* cpp/frams/genetics/fH/fH_general.cpp (modified)

	ISO C++17 compliance including NULL, nullptr, templates and pointer ...


Wed, 05 Dec 2018 19:59:34 GMT Maciej Komosinski [834]
	* cpp/PrintFloat/Dragon4.cpp (modified)
	* cpp/PrintFloat/Math.cpp (modified)
	* cpp/PrintFloat/MathDragon4.h (moved)
	* cpp/PrintFloat/PrintFloat.cpp (modified)

	Renamed Math.h to MathDragon4.h because the <math.h> name clash is ...


Tue, 27 Nov 2018 00:10:41 GMT Maciej Komosinski [833]
	* cpp/PrintFloat/PrintFloat.cpp (modified)

	Introduced #define PRINTFLOAT_DRAGON4_ALWAYS_3_DIGIT_EXPONENT - when ...


Sun, 25 Nov 2018 02:05:49 GMT Maciej Komosinski [823]
	* cpp/PrintFloat (added)
	* cpp/PrintFloat/Dragon4.cpp (added)
	* cpp/PrintFloat/Dragon4.h (added)
	* cpp/PrintFloat/Math.cpp (added)
	* cpp/PrintFloat/Math.h (added)
	* cpp/PrintFloat/PrintFloat.cpp (added)
	* cpp/PrintFloat/PrintFloat.h (added)
	* cpp/PrintFloat/Standard.h (added)

	Added "PrintFloat" implementation of the Dragon4 algorithm, since C++ ...