--- ChangeLog 2003/02/17 15:16:41 1.45
+++ ChangeLog 2004/04/23 09:30:36 1.46
@@ -13,10 +13,10 @@
*) Added @DEFS@ to $(CFLAGS) in Makefile.in to correctly see things
like -DHAVE_CONFIG_H stuff during compilation.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Fixed memory leaks in test suite.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Fixed test suite library (ts.c): the ts_suite_free()
function performed an illegal iteration for freeing elements (they
@@ -26,47 +26,47 @@
*) Upgraded to GNU autoconf 2.57, GNU libtool 1.4.3 and
GNU shtool 1.6.2 build environment.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Adjusted copyright messages for new year 2003.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
Changes between 0.9.6 and 0.9.7 (28-Dec-2001 to 01-Apr-2002):
*) Use OSSP ts (Test Suite) sub-library for "make check".
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Switched to full "OSSP str" branding and this way its official
location from engelschall.com to ossp.org.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Upgraded to GNU autoconf 2.53, GNU libtool 1.4.2 and
GNU shtool 1.6.0 build environment.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Fixed str_concat: it included the terminating NUL in copy
and added a useless NUL.
- [Thomas Lotterer]
+ [Thomas Lotterer <thomas@lotterer.net>]
*) Upgraded to PCRE 3.9
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
Changes between 0.9.5 and 0.9.6 (16-Aug-2001 to 13-Sep-2001):
*) Switched to devtool stuff
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Upgraded to PCRE 3.8
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Fixed "str-config --version"
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Fixed various memory leaks.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Add support for Dmalloc memory debugging library.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
Changes between 0.9.4 and 0.9.5 (14-Jul-2000 to 16-Aug-2001):
@@ -80,13 +80,13 @@
[Peter Simons <simons@cryp.to>]
*) Upgraded to GNU Autoconf 2.52 and GNU Libtool 1.4
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Upgrade to a stripped down version of PCRE 3.5
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Upgrade to GNU shtool 1.5.4.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Fixed handling of NaN and Inf values in str_format.c
[Lukas Schroeder <lukas@edeal.de>]
@@ -95,12 +95,12 @@
[Joseph Heenan <joseph@picsel.com>]
*) Updated str_version.c to new GNU shtool 1.5.1 format.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
Changes between 0.9.3 and 0.9.4 (04-Feb-2000 to 14-Jul-2000):
*) Upgrade to GNU libtool 1.3.5 and GNU shtool 1.5.0.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Make sure -lm is used if modf() is not in -lc.
[Ed Griffiths <edgrif@sanger.ac.uk>, Ralf S. Engelschall]
@@ -111,18 +111,18 @@
[Kai Poitschke <kai.poitschke@computer.org>]
*) Fixed return value of str_format() and cleaned up str_format.c
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
Changes between 0.9.2 and 0.9.3 (04-Feb-2000 to 04-Feb-2000):
*) Added tests to str_test.c for str_span() and str_search().
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Fixed str_search() by removing bogus optimizations.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Fixed str_span().
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
Changes between 0.9.1 and 0.9.2 (09-Jan-2000 to 04-Feb-2000):
@@ -130,25 +130,25 @@
str_concat_va and str_format_va. Each str_xxx_va function is the same
as the str_xxx function except that it can be called with a va_list
argument instead of the original arguments.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Added a new str_base64() function (in str_base64.c) which allows
one to convert an arbitray a chunk bytes into a NUL-terminated
Base64 encoded string and vice versa.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Added a new str_hash() function (in str_hash.c) which allows one
to compute hash values of a string. Currently three different
hashing functions are supported: DJBX33, BJDDJ and MACRC32. This
is intended for fast use in hashing algorithms and not for use a
cryptographically strong message digests.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Fixed a compile time warning in str_pcre.c
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Fixed output in str_test.c: consistently use stderr.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Fixed substitution string generation in str_parse.c:
the string was not explicitly NUL-terminated.
@@ -164,13 +164,13 @@
[Alfred Reibenschuh <alfred.reibenschu@chello.at>]
*) Added LICENSE document.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
*) Updated the package abstract in README and str.pod
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
Changes between *GENESIS* and 0.9.0 (16-Nov-1999 to 01-Jan-2000):
*) Created the first Str package version.
- [Ralf S. Engelschall]
+ [Ralf S. Engelschall <rse@engelschall.com>]
|