ossp-pkg/str/ChangeLog 1.46 -> 1.47
--- ChangeLog 2004/04/23 09:30:36 1.46
+++ ChangeLog 2004/04/23 10:03:09 1.47
@@ -9,6 +9,15 @@
ChangeLog
+ Changes between 0.9.8 and 0.9.9 (17-Feb-2003 to 23-Apr-2004):
+
+ *) Import change introduced in OSSP l2 0.9.7:
+ Replace modf(3) calls in str_format.c with a hand-crafted
+ inlined str_modf() function to avoid dependency to external
+ libm on systems where modf(3) is not part of libc, i.e. Tru64 and
+ QNX. Reported by Karl Vogel.
+ [Thomas Lotterer <thomas@lotterer.net>]
+
Changes between 0.9.7 and 0.9.8 (01-Apr-2002 to 17-Feb-2003):
*) Added @DEFS@ to $(CFLAGS) in Makefile.in to correctly see things
|
|