--- ChangeLog 2002/12/19 09:13:24 1.39
+++ ChangeLog 2002/12/19 09:14:58 1.40
@@ -1,19 +1,22 @@
- _ __ ___ _ __ ___
- | '_ ` _ \| '_ ` _ \
+ _ __ ___ _ __ ___
+ | '_ ` _ \| '_ ` _ \
| | | | | | | | | | |
|_| |_| |_|_| |_| |_|
-
+
OSSP mm - Shared Memory Allocation
ChangeLog
=========
- _ ____
- / | |___ \
+ _ ____
+ / | |___ \
| | __) |
- | |_ / __/
+ | |_ / __/
__|_(_)_____|______________________________________________________
-
- Changes between 1.2.1 and 1.2.2 (28-Jul-2002 to xx-Dec-2002)
+
+ Changes between 1.2.1 and 1.2.2 (28-Jul-2002 to 19-Dec-2002)
+
+ *) Stripped trailing whitespaces from all files in source tree.
+ [Ralf S. Engelschall]
*) Upgraded build environment to GNU Shtool 1.6.2, Libtool 1.4.3
and Autoconf 2.57.
@@ -77,7 +80,7 @@
*) Fixed initializations of fdxxx variables in mm_core.c
[Alexander Farber <farber@cpan.org>]
- *) Added $(DESTDIR) support to Makefile.in. This makes life easier
+ *) Added $(DESTDIR) support to Makefile.in. This makes life easier
for RPM package building.
[Brad <brad@openbsd.org>, Ralf S. Engelschall]
@@ -86,18 +89,18 @@
[Alexander Farber <farber@cpan.org>]
*) Added required "(void *)" cast to MAP_FAILED in Autoconf stuff.
- [Albert Chin-A-Young <china@thewrittenword.com>,
+ [Albert Chin-A-Young <china@thewrittenword.com>,
Joe Orton <jorton@redhat.com>]
Changes between 1.1.2 and 1.1.3 (21-May-2000 to 01-Jul-2000)
- *) Upgraded to GNU libtool from version 1.3.4 to 1.3.5
+ *) Upgraded to GNU libtool from version 1.3.4 to 1.3.5
and upgraded GNU shtool from version 1.4.9 to 1.5.0
[Ralf S. Engelschall]
*) Added OS/390 support to config.sub.
[Greg Ames <gregames@raleigh.ibm.com>]
-
+
*) Fixed type-warnings related to `char' vs. `unsigned char' in mm_test.c
[Ralf S. Engelschall]
@@ -112,7 +115,7 @@
[Ralf S. Engelschall]
Changes between 1.1.1 and 1.1.2 (30-Apr-2000 to 21-May-2000)
-
+
*) Fixed some logic in mm's configuration that removes -g from CFLAGS.
It incorrectly collapsed " -g " to "", which leaded to invalid CFLAGS.
[Jeff Trawick <trawickj@bellsouth.net>]
@@ -145,10 +148,10 @@
*) Fixed pointer arithmentic in memset/memcpy replacements
by casting `void *' arguments to `char *'.
[Sascha Schumann <sascha@schumann.cx>]
-
+
*) Added BS2000 support for <sys/shm.h> stuff.
[Martin Kraemer <martin.kraemer@mch.sni.de>]
-
+
*) Added an include for <fcntl.h> to maximum shared mem segment size
check in aclocal.m4. This especially fixes compile problems under for
Solaris 8.
@@ -160,11 +163,11 @@
*) Added support for IBM OS/390
[Jeff Trawick <trawick@ibm.net>]
- *) Upgraded to GNU libtool from version 1.3.3 to 1.3.4
+ *) Upgraded to GNU libtool from version 1.3.3 to 1.3.4
and upgraded GNU shtool from version 1.4.6 to 1.4.9
[Ralf S. Engelschall]
- *) Upgraded config.guess to GNU Pth's version and
+ *) Upgraded config.guess to GNU Pth's version and
use "/sbin/sysctl" under FreeBSD instead of just "sysctl"
[Jeff Trawick <trawick@ibm.net>]
@@ -189,14 +192,14 @@
*) Splitted README into README, PORTING and THANKS document.
[Ralf S. Engelschall]
- _ ___
- / | / _ \
+ _ ___
+ / | / _ \
| || | | |
| || |_| |
__|_(_)___/________________________________________________________
Changes between 1.0.11 and 1.0.12 (06-Sep-1999 to 28-Sep-1999)
-
+
*) Recreated configure with latest Autoconf 2.13.1 (snapshot)
*) Always use --mode=xxx for libtool calls to avoid problems under
situations where $CC doesn't allow libtool to guess the mode
@@ -233,7 +236,7 @@
*) Fixed `make test'
Changes between 1.0.7 and 1.0.8 (22-Jun-1999 to 24-Jun-1999)
-
+
*) Added important MAP_FAILED fallback also to Autoconf stuff
*) Upgraded to latest shtool 1.3.0-dev to fix two Awk problems
@@ -253,7 +256,7 @@
*) Fixed mm_malloc() function: it returned the wrong pointer when a chunk
was reused and forgot to lock/unlock the data structures.
- *) Fixed internal best-fit algorithm for finding a free memory chunk:
+ *) Fixed internal best-fit algorithm for finding a free memory chunk:
- things got inserted out of order in the list
- when chunk is found which matches size exactly it stops immediately
- lowered chunk splitting threshold to MIN(2*size,128)
@@ -265,7 +268,7 @@
*) Fixed output of configure --help
*) Upgraded to GNU libtool 1.3.2
*) Upgraded to shtool 1.2.9
- *) Made libtool calls visible but use --quiet
+ *) Made libtool calls visible but use --quiet
*) Hint user to send feedback only on errors or for new platform
*) Removed unnecessary "elf" hint for FreeBSD from config.guess
|