From b5402e93954ee11c07e206a476d188c42d2be3bb Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sun, 9 Aug 1998 11:31:39 +0000 Subject: [PATCH] Removed GNU malloc. The integration was poor, to say the least, and it was not generally an improvement to use GNU malloc. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index d2f06ab61..953a248e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 1998-08-09 Per Cederqvist <ceder@lysator.liu.se> + Removed GNU malloc. The integration was poor, to say the least, + and it was not generally an improvement to use GNU malloc. + * src/server/testsuite/Makefile.am: Removed references to gnumalloc. + * src/server/Makefile.am: Removed reference to gnumalloc. + * src/libraries/Makefile.am (SUBDIRS): Removed @GNUMALLOC@. + * INSTALL: Don't mention GNU malloc. + * configure.in: --with-gnu-malloc: flag removed. Don't substitute + GNUMALLOC. Don't define USE_GNU_MALLOC or USING_GNU_MALLOC. + Don't use the following that was only used because of GNU malloc: + SUNOS_LOCALTIME_BUG, getpagesize, memmove, AC_USG. Don't attempt + to create src/libraries/gnumalloc/Makefile. + * src/libraries/gnumalloc: All files in this directory removed. + Added sanity check to local_to_global. * src/server/text.c (local_to_global): Check that the no_of_texts argument isn't larger than 255. -- GitLab