Check-in Number:
|
4650 | |
Date: |
2004-Jul-17 16:34:05 (local)
2004-Jul-17 14:34:05 (UTC) |
User: | rse |
Branch: | |
Comment: |
Fixed warnings under GCC 3.4/3.5. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/cfg/ChangeLog -> 1.11
*** /dev/null Sat Nov 23 01:07:30 2024
--- - Sat Nov 23 01:07:45 2024
***************
*** 0 ****
--- 1,52 ----
+ _ ___ ____ ____ ____ __
+ |_|_ _ / _ \/ ___/ ___|| _ \ ___ / _| __ _
+ _|_||_| | | | \___ \___ \| |_) | / __| |_ / _` |
+ |_||_|_| | |_| |___) |__) | __/ | (__| _| (_| |
+ |_|_|_| \___/|____/____/|_| \___|_| \__, |
+ |___/
+ OSSP cfg - Configuration Parsing
+
+ CHANGELOG
+
+ Changes between 0.9.3 and 0.9.4 (23-Apr-2003 to xx-Jul-2004):
+
+ *) Fixed warnings under GCC 3.4/3.5.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ *) Adjust copyright messages for new year 2004.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ *) Upgraded build environment to GNU libtool 1.5.6 and GNU shtool 2.0.0
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ Changes between 0.9.2 and 0.9.3 (10-Nov-2003 to 23-Apr-2004):
+
+ *) Import change introduced in OSSP l2 0.9.7:
+ Replace modf(3) calls in cfg_fmt.c with a hand-crafted
+ inlined cfg_fmt_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.1 and 0.9.2 (10-Nov-2003 to 10-Nov-2003)
+
+ *) Upgraded build environment to GNU libtool 1.5 and
+ GNU autoconf 2.58.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ Changes between 0.9.0 and 0.9.1 (01-Jul-2002 to 10-Nov-2003)
+
+ *) Added Bison-locations option to scanner, fixing the missing
+ reentrant "yylloc" with flex 2.5.31. Taken over from OSSP l2.
+ [Thomas Lotterer <thomas@lotterer.net>]
+
+ *) Enhanced test suite by comparing against previously saved output
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ *) Switch from text-based VERSION file to C-based cfg_vers.c
+ and use this to provide a cfg_version(3) API function.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ *) Source tree cleanups.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
|
|