OSDN Git Service

uclinux-h8/uclibc-ng.git
22 years agoFix bug in ldso/util/Makefile introduced when Erik added the readelf app.
Manuel Novoa III [Mon, 11 Jun 2001 13:52:43 +0000 (13:52 -0000)]
Fix bug in ldso/util/Makefile introduced when Erik added the readelf app.
It didn't show up if a previous install was done.  This would have been
fixed two days ago if the initial bug report had been anything close to
lucid.  :-(  Also changed ldconfig back to staticly linked and update the
README file.

22 years agoAdd in a test for outb (that currently fails)
Eric Andersen [Thu, 7 Jun 2001 19:44:37 +0000 (19:44 -0000)]
Add in a test for outb (that currently fails)

22 years agoCommit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <johan.adolf...
Manuel Novoa III [Thu, 7 Jun 2001 13:38:31 +0000 (13:38 -0000)]
Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <johan.adolfsson@axis.com>.

22 years agoThe m68k-elf compiler chokes on this code when compiling for PIC as
David McCullough [Thu, 7 Jun 2001 12:08:54 +0000 (12:08 -0000)]
The m68k-elf compiler chokes on this code when compiling for PIC as
compile_regex is one big function (relative function calls further
than cpu32 can do).

The solution was to re-order the code a little to reduce the size of these
relative calls.

So the total sum of the changes is:

* Move compile_regex to the end of the file
* make store_op1 an inline

Unfortunately CVS diff doesn't show this and makes it look like the whole
file has been severely hacked.  It hasn't.

22 years agoChanges needed to build the ldso dir for m68k. I haven't tested it,
David McCullough [Thu, 7 Jun 2001 11:54:28 +0000 (11:54 -0000)]
Changes needed to build the ldso dir for m68k.  I haven't tested it,
who knows if it will work,  it just compiles cleanly :-)

22 years agoldso build always used $(NATIVE_ARCH)-uClibc-gcc, which doesn't work for
David McCullough [Thu, 7 Jun 2001 11:52:59 +0000 (11:52 -0000)]
ldso build always used $(NATIVE_ARCH)-uClibc-gcc,  which doesn't work for
cross build (ie., m68k under i386).  Changed it to use $(TARGET_ARCH)
instead.

22 years agoUp the m68k defaults a little so that uClibc will support a g++ build.
David McCullough [Thu, 7 Jun 2001 11:49:53 +0000 (11:49 -0000)]
Up the m68k defaults a little so that uClibc will support a g++ build.

22 years agoChange the last 2 "make" invocations to use $(MAKE).
David McCullough [Thu, 7 Jun 2001 11:48:43 +0000 (11:48 -0000)]
Change the last 2 "make" invocations to use $(MAKE).

22 years agoUpdate the TODO file
Eric Andersen [Tue, 5 Jun 2001 21:56:24 +0000 (21:56 -0000)]
Update the TODO file

22 years agoAdd a new 'readelf' util I wrote this weekend.
Eric Andersen [Mon, 4 Jun 2001 23:08:09 +0000 (23:08 -0000)]
Add a new 'readelf' util I wrote this weekend.
 -Erik

22 years agoTeach the ldso stuff to use the proper elf.h header file, not a local copy.
Eric Andersen [Mon, 4 Jun 2001 22:13:51 +0000 (22:13 -0000)]
Teach the ldso stuff to use the proper elf.h header file, not a local copy.
 -Erik

23 years agoUpdate the todo. Add my personal list.
Manuel Novoa III [Sat, 2 Jun 2001 22:10:22 +0000 (22:10 -0000)]
Update the todo.  Add my personal list.

23 years agoAdd locale-enabled strcoll function from vodz, plus supporting tool.
Manuel Novoa III [Sat, 2 Jun 2001 21:46:42 +0000 (21:46 -0000)]
Add locale-enabled strcoll function from vodz, plus supporting tool.

23 years agoAlways check before you commit...^100. We need to build the dynamic linker
Manuel Novoa III [Sat, 2 Jun 2001 02:49:45 +0000 (02:49 -0000)]
Always check before you commit...^100.  We need to build the dynamic linker
before we build shared libc.  We need to build shared libc before libdl.

23 years agoOnly build ldso if building shared. Also, if building ldso, build all subdirs.
Manuel Novoa III [Sat, 2 Jun 2001 02:00:23 +0000 (02:00 -0000)]
Only build ldso if building shared.  Also, if building ldso, build all subdirs.

23 years agoFix misuse of DO_SHARED and LDSO_PRESENT. Add -f option to "cp"s.
Manuel Novoa III [Sat, 2 Jun 2001 01:45:55 +0000 (01:45 -0000)]
Fix misuse of DO_SHARED and LDSO_PRESENT.  Add -f option to "cp"s.

23 years agoPut the locale stuff back how it was till we can get a proper implementation
Eric Andersen [Fri, 1 Jun 2001 17:40:43 +0000 (17:40 -0000)]
Put the locale stuff back how it was till we can get a proper implementation
that doesn't suck so badly.
 -Erik

23 years agooops.
Eric Andersen [Fri, 1 Jun 2001 16:32:02 +0000 (16:32 -0000)]
oops.

23 years agodecouple this from strchr
Eric Andersen [Fri, 1 Jun 2001 16:31:08 +0000 (16:31 -0000)]
decouple this from strchr

23 years agoFix bug: tried to install non-existant shared libs.
Manuel Novoa III [Fri, 1 Jun 2001 16:14:58 +0000 (16:14 -0000)]
Fix bug: tried to install non-existant shared libs.

23 years agoAdd in an initial TODO list. Please add stuff as needed (and feel
Eric Andersen [Fri, 1 Jun 2001 01:45:58 +0000 (01:45 -0000)]
Add in an initial TODO list.  Please add stuff as needed (and feel
free to work on items in this list as well).
 -Erik

23 years agoAdded cmdline options --uclibc-use-build-dir and --uclibc-use-rpath so that
Manuel Novoa III [Thu, 31 May 2001 23:07:50 +0000 (23:07 -0000)]
Added cmdline options --uclibc-use-build-dir and --uclibc-use-rpath so that
those behaviors can be invoked from the command line.

23 years agoInstall ldd and ldconfig as appropriate.
Manuel Novoa III [Thu, 31 May 2001 21:38:42 +0000 (21:38 -0000)]
Install ldd and ldconfig as appropriate.

23 years agoRemoved INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and
Manuel Novoa III [Thu, 31 May 2001 21:23:20 +0000 (21:23 -0000)]
Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and
TARGET_PREFIX to allow more flexibility.  Also modified the gcc wrapper
to do the right thing if -Wl,--dynamic-linker,xxx is passed on the command
line.  The gcc wrapper will also check the env variable UCLIBC_GCC_LDOPT
for a dynamic linker option at runtime (although command line arg overrides
the env variable).

23 years agoCleanup some stupid warnings
Eric Andersen [Thu, 31 May 2001 17:34:49 +0000 (17:34 -0000)]
Cleanup some stupid warnings

23 years agowarn folks that libresolv is a stub
Eric Andersen [Wed, 30 May 2001 20:37:35 +0000 (20:37 -0000)]
warn folks that libresolv is a stub

23 years agoLook's like I need to disable the rpath stuff for now as well.
Manuel Novoa III [Wed, 30 May 2001 07:07:14 +0000 (07:07 -0000)]
Look's like I need to disable the rpath stuff for now as well.
To build with an uninstaled uClibc, set UCLIBC_GCC=build in your env,
or rename it/symlink to it using a name containing the string "build".

23 years agoRevert behavior of wrapper to not use dynamic linker in the build dir, so
Manuel Novoa III [Wed, 30 May 2001 06:40:39 +0000 (06:40 -0000)]
Revert behavior of wrapper to not use dynamic linker in the build dir, so
those who want to should now be able to compile against uClibc without
installing it (using the "build" behavior).

23 years agoGive Erik's build-with-uClibc method.
Manuel Novoa III [Tue, 29 May 2001 19:48:27 +0000 (19:48 -0000)]
Give Erik's build-with-uClibc method.

23 years agoRemove the now obsolete "headers" target. Fix call to get-needed-libgcc-objects.sh
Eric Andersen [Tue, 29 May 2001 19:23:27 +0000 (19:23 -0000)]
Remove the now obsolete "headers" target.  Fix call to get-needed-libgcc-objects.sh
to we define NM and AR properly.

23 years agoDefine "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.sh
Eric Andersen [Tue, 29 May 2001 19:21:26 +0000 (19:21 -0000)]
Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.sh
in all cases.

23 years agoSometimes (often) the kernel will return things other then -1.
Eric Andersen [Tue, 29 May 2001 17:43:46 +0000 (17:43 -0000)]
Sometimes (often) the kernel will return things other then -1.
Deal with it.
 -Erik

23 years agoComment out broken test
Eric Andersen [Tue, 29 May 2001 17:42:04 +0000 (17:42 -0000)]
Comment out broken test

23 years agoAdd a _really_ basic README outlining building/using uClibc.
Manuel Novoa III [Mon, 28 May 2001 14:44:55 +0000 (14:44 -0000)]
Add a _really_ basic README outlining building/using uClibc.

23 years agoMake selection of uClibc floating point support in printf, etc. seperate
Manuel Novoa III [Mon, 28 May 2001 14:38:12 +0000 (14:38 -0000)]
Make selection of uClibc floating point support in printf, etc. seperate
from libm float function support.  Also, move all Config files out of the
main directory.

23 years agoRevert behavior to either INSTALL_DIR or BUILD_DIR but not both. Also, if
Manuel Novoa III [Sun, 27 May 2001 15:55:18 +0000 (15:55 -0000)]
Revert behavior to either INSTALL_DIR or BUILD_DIR but not both.  Also, if
using BUILD_DIR and uClibc dynamic linker, use the one in the build dir.
If people want the "both dir" behavior, I'll enable it similar to the
"build" and "rpath" behaviors.  See the comments in the file for how this
works.

23 years agoMinor fix.
Manuel Novoa III [Sat, 26 May 2001 19:43:06 +0000 (19:43 -0000)]
Minor fix.

23 years agoThese are needed for arm to compile
Eric Andersen [Sat, 26 May 2001 06:18:30 +0000 (06:18 -0000)]
These are needed for arm to compile

23 years agoDon't try to run ldconfig unless it exists
Eric Andersen [Sat, 26 May 2001 06:16:44 +0000 (06:16 -0000)]
Don't try to run ldconfig unless it exists

23 years agoAdded definition of __THROW
David Schleef [Sat, 26 May 2001 01:50:21 +0000 (01:50 -0000)]
Added definition of __THROW

23 years agoMakefile targets to symlink arch-specific headers into include/ (only
David Schleef [Sat, 26 May 2001 01:48:56 +0000 (01:48 -0000)]
Makefile targets to symlink arch-specific headers into include/ (only
used on mipsel.)

23 years agoNasty hack to get around inconsistency between dynamic linker
David Schleef [Sat, 26 May 2001 01:39:15 +0000 (01:39 -0000)]
Nasty hack to get around inconsistency between dynamic linker
entry and kernel entry to crt0.o.

23 years agoMake powerpc compile. Needs this header...
Eric Andersen [Sat, 26 May 2001 00:17:26 +0000 (00:17 -0000)]
Make powerpc compile.  Needs this header...

23 years agoFix regex support to be compatible with 4.2 BSD regex library. This is
Eric Andersen [Sat, 26 May 2001 00:01:58 +0000 (00:01 -0000)]
Fix regex support to be compatible with 4.2 BSD regex library.  This is
the last bit that was needed to get util-linux to compile.

23 years agoAdd in message queue support, based on work from <tapu@371.net>.
Eric Andersen [Sat, 26 May 2001 00:00:27 +0000 (00:00 -0000)]
Add in message queue support, based on work from <tapu@371.net>.
This is required to compile util-linux

23 years agoFixing flak from the directory rearrangement
David Schleef [Fri, 25 May 2001 23:30:34 +0000 (23:30 -0000)]
Fixing flak from the directory rearrangement

23 years agoAdded -Wall
David Schleef [Fri, 25 May 2001 23:28:20 +0000 (23:28 -0000)]
Added -Wall

23 years agoChanges to make types.h more compatible with the Linux kernel.
David Schleef [Fri, 25 May 2001 23:27:04 +0000 (23:27 -0000)]
Changes to make types.h more compatible with the Linux kernel.

23 years agoRandom change to get a log message: Previous change is to make this
David Schleef [Fri, 25 May 2001 23:25:56 +0000 (23:25 -0000)]
Random change to get a log message: Previous change is to make this
header more compatible with the kernel and not with glibc.

23 years agoEnable mlock and friends if __UCLIBC_HAS_MMU__ is defined. util-linux
Eric Andersen [Fri, 25 May 2001 23:24:53 +0000 (23:24 -0000)]
Enable mlock and friends if __UCLIBC_HAS_MMU__ is defined.  util-linux
needs this to compile.

23 years agoAdded powerpc-specific mmap syscall, 'cause we're special.
David Schleef [Fri, 25 May 2001 23:23:41 +0000 (23:23 -0000)]
Added powerpc-specific mmap syscall, 'cause we're special.

23 years agoAdd in some more GNU compatible locale stuff. I only implement the
Eric Andersen [Fri, 25 May 2001 23:23:02 +0000 (23:23 -0000)]
Add in some more GNU compatible locale stuff.  I only implement the
C locale of course.  util-linux needs this stuff to compile...

23 years agoadded __GNUC_PREREQ() macro
David Schleef [Fri, 25 May 2001 23:22:25 +0000 (23:22 -0000)]
added __GNUC_PREREQ() macro

23 years agoRandom quick-and-dirty evil malloc checker.
David Schleef [Fri, 25 May 2001 23:20:55 +0000 (23:20 -0000)]
Random quick-and-dirty evil malloc checker.

23 years agoThe mmap syscall has 6 arguments, which has various implementations
David Schleef [Fri, 25 May 2001 23:07:35 +0000 (23:07 -0000)]
The mmap syscall has 6 arguments, which has various implementations
on different architectures.

23 years agoTest to check for proper stat mangling.
David Schleef [Fri, 25 May 2001 23:04:51 +0000 (23:04 -0000)]
Test to check for proper stat mangling.

23 years agotermios test program, since I'm having difficulty on powerpc
David Schleef [Fri, 25 May 2001 20:58:22 +0000 (20:58 -0000)]
termios test program, since I'm having difficulty on powerpc

23 years agoNeeded for libm
David Schleef [Fri, 25 May 2001 18:03:28 +0000 (18:03 -0000)]
Needed for libm

23 years agoAdd in missing capset and capget syscalls. Stub out syscalls when missing
Eric Andersen [Fri, 25 May 2001 16:07:27 +0000 (16:07 -0000)]
Add in missing capset and capget syscalls.  Stub out syscalls when missing
rather then just omitting them...
 -Erik

23 years agoWe need the definition of HUGE_VAL fpr some apps. Include it.
Eric Andersen [Fri, 25 May 2001 07:54:03 +0000 (07:54 -0000)]
We need the definition of HUGE_VAL fpr some apps.  Include it.
 -Erik

23 years agoCleanup the math.h header file. It was broken when enabling doubles
Eric Andersen [Fri, 25 May 2001 07:11:50 +0000 (07:11 -0000)]
Cleanup the math.h header file.  It was broken when enabling doubles
but disabling long doubles.
 -Erik

23 years agoUpdate for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com>
Eric Andersen [Fri, 25 May 2001 01:30:16 +0000 (01:30 -0000)]
Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com>

23 years agoOne last structural change. Install header files to INSTALLDIR/usr/include
Eric Andersen [Fri, 25 May 2001 01:20:51 +0000 (01:20 -0000)]
One last structural change.  Install header files to INSTALLDIR/usr/include
so we now parallel the behavior of the standard tools.

Also make sure we check INSTALLDIR/lib and INSTALLDIR/usr/lib for libraries.
 -Erik

23 years agoRemove dead code.
Manuel Novoa III [Wed, 23 May 2001 16:52:54 +0000 (16:52 -0000)]
Remove dead code.

23 years agoAdded file for non-Cephes double routines; currently only fmod and modf.
Manuel Novoa III [Tue, 22 May 2001 15:03:49 +0000 (15:03 -0000)]
Added file for non-Cephes double routines; currently only fmod and modf.

23 years agoAdd poll.h header.
Manuel Novoa III [Tue, 22 May 2001 15:02:51 +0000 (15:02 -0000)]
Add poll.h header.

23 years agoCopied sgidefs.h from Debian libc6 2.2.2-4 for MIPS. Should go into
David Schleef [Tue, 22 May 2001 14:40:44 +0000 (14:40 -0000)]
Copied sgidefs.h from Debian libc6 2.2.2-4 for MIPS.  Should go into
the main include/ directory, but we'll hide it here for now.

23 years agoHeader cleanups to fix compilation. Mostly a hack, pending figuring
David Schleef [Tue, 22 May 2001 14:36:19 +0000 (14:36 -0000)]
Header cleanups to fix compilation.  Mostly a hack, pending figuring
out the best way to do some things.

23 years agoCopied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package.
David Schleef [Tue, 22 May 2001 14:32:43 +0000 (14:32 -0000)]
Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package.

23 years agoFirst cut of MIPS port
David Schleef [Tue, 22 May 2001 14:29:02 +0000 (14:29 -0000)]
First cut of MIPS port

23 years agorewrite to accomodate devfs
Eric Andersen [Mon, 21 May 2001 23:00:16 +0000 (23:00 -0000)]
rewrite to accomodate devfs

23 years agoStub out libresolv for now. Some apps try to link with it (though
Eric Andersen [Mon, 21 May 2001 21:26:59 +0000 (21:26 -0000)]
Stub out libresolv for now.  Some apps try to link with it (though
almost always erroneously as a result of configure scripts that
were poorly done).  This will let such apps compile...
 -Erik

23 years agoPatch from Andreas Neuhaus <andy@fasta.fh-dortmund.de>
Eric Andersen [Mon, 21 May 2001 20:32:51 +0000 (20:32 -0000)]
Patch from Andreas Neuhaus <andy@fasta.fh-dortmund.de>
gcc was looking for crt0 in the wrong dir.  Oops!

23 years agoWrap getline() inside #ifdef __USE_GNU
Eric Andersen [Mon, 21 May 2001 20:09:59 +0000 (20:09 -0000)]
Wrap getline() inside #ifdef __USE_GNU

23 years agoProper prototype for mtherr, although this should probably be made an
Manuel Novoa III [Mon, 21 May 2001 16:21:46 +0000 (16:21 -0000)]
Proper prototype for mtherr, although this should probably be made an
internal/hidden function (and merror and internal/hidden variable).

23 years agoAdd comment about scanf pushback behavior and glibc difference.
Manuel Novoa III [Mon, 21 May 2001 16:19:42 +0000 (16:19 -0000)]
Add comment about scanf pushback behavior and glibc difference.

23 years agoI wasn't building the libdl shared lib anymore. Make each lib install a
Eric Andersen [Fri, 18 May 2001 20:31:18 +0000 (20:31 -0000)]
I wasn't building the libdl shared lib anymore.  Make each lib install a
libfoo.so symlink as well as a libfoo.so.0 link, since gcc is currently
only looking for files ending in .so.  wierd.
 -Erik

23 years agoFix up some problems noted by August Hoerandl <ahoerandl@gmx.at>
Eric Andersen [Thu, 17 May 2001 20:12:16 +0000 (20:12 -0000)]
Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at>
when cross compiling with shared lib support, there were spots
where the native 'ld' was mistakenly being called.

23 years agoPatch from David McCullough <davidm@lineo.com> -- do not
Eric Andersen [Thu, 17 May 2001 05:30:43 +0000 (05:30 -0000)]
Patch from David McCullough <davidm@lineo.com> -- do not
try to build ldso when we don't support shared libraries...

23 years agoAdd in tempnam()
Eric Andersen [Thu, 17 May 2001 05:25:30 +0000 (05:25 -0000)]
Add in tempnam()

23 years agoMove the default ptrace.c to common, but let arches override it (such
Eric Andersen [Wed, 16 May 2001 21:48:24 +0000 (21:48 -0000)]
Move the default ptrace.c to common, but let arches override it (such
as m68k which has some asm in its version).
 -Erik

23 years agoSigpause was broken. Now it is fixed.
Eric Andersen [Wed, 16 May 2001 21:39:34 +0000 (21:39 -0000)]
Sigpause was broken.  Now it is fixed.
 -Erik

23 years agoOops again. We do want to print this info, but only when
Eric Andersen [Wed, 16 May 2001 21:13:49 +0000 (21:13 -0000)]
Oops again.  We do want to print this info, but only when
_dl_trace_loaded_objects is true (i.e. when doing an 'ldd')
 -Erik

23 years agoOops. I left in some debugging noise. Also some minor formatting updates.
Eric Andersen [Wed, 16 May 2001 21:01:00 +0000 (21:01 -0000)]
Oops.  I left in some debugging noise.  Also some minor formatting updates.

23 years agoFix up a few little problems
Eric Andersen [Wed, 16 May 2001 20:14:45 +0000 (20:14 -0000)]
Fix up a few little problems

23 years agoShould not call make on ldso/libdl
Eric Andersen [Sat, 12 May 2001 07:10:15 +0000 (07:10 -0000)]
Should not call make on ldso/libdl

23 years agoThese seem to be missing also
Eric Andersen [Sat, 12 May 2001 06:59:25 +0000 (06:59 -0000)]
These seem to be missing also

23 years agoAdd in a libc.so link as well
Eric Andersen [Sat, 12 May 2001 06:57:35 +0000 (06:57 -0000)]
Add in a libc.so link as well

23 years agoThis file was missing on arm
Eric Andersen [Sat, 12 May 2001 06:47:05 +0000 (06:47 -0000)]
This file was missing on arm

23 years agoI'd broken powerpc crt0.o installation
Eric Andersen [Sat, 12 May 2001 06:41:45 +0000 (06:41 -0000)]
I'd broken powerpc crt0.o installation

23 years agoAdd missing header file for arm
Eric Andersen [Sat, 12 May 2001 06:30:55 +0000 (06:30 -0000)]
Add missing header file for arm

23 years agoOk, this should finish off my massive ro-organization. The source
Eric Andersen [Sat, 12 May 2001 06:19:18 +0000 (06:19 -0000)]
Ok, this should finish off my massive ro-organization.  The source
tree is less messy now (which helps), all libraries are placed into
uClibc/lib when compiling, all libraries now use a consistant mechanism
for being built, all libraries use a consistant naming scheme where the
lib name includes the uClibc version number, which makes ldconfig
happy and willing to work with us.
 -Erik

23 years agoRework where libraries get installed to. Now thew will be compiled and
Eric Andersen [Fri, 11 May 2001 21:26:43 +0000 (21:26 -0000)]
Rework where libraries get installed to.  Now thew will be compiled and
dropped into a uClibc/lib dir when compiling, which will make life a
bit easier when installing and cleaning up.  Preface uClibc with 'lib'
so ldconfig will recognize it as a library.  Make all libraries have the
uClibc version number attached, making upgrades possible by using the
traditional symlink to the .so name plan.
 -Erik

23 years agoChange 'crypt' to 'libcrypt'
Eric Andersen [Fri, 11 May 2001 20:20:10 +0000 (20:20 -0000)]
Change 'crypt' to 'libcrypt'

23 years agoFix a couple silly bugs in this test
Eric Andersen [Fri, 11 May 2001 20:01:37 +0000 (20:01 -0000)]
Fix a couple silly bugs in this test

23 years agoBring powerpc back into line so it compiles again.
Eric Andersen [Fri, 11 May 2001 19:51:31 +0000 (19:51 -0000)]
Bring powerpc back into line so it compiles again.

23 years agoFix the 'make clean' target
Eric Andersen [Fri, 11 May 2001 18:14:46 +0000 (18:14 -0000)]
Fix the 'make clean' target

23 years agoFix up the 'make clean' target
Eric Andersen [Fri, 11 May 2001 18:12:08 +0000 (18:12 -0000)]
Fix up the 'make clean' target

23 years agoA patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOC
Eric Andersen [Fri, 11 May 2001 16:25:55 +0000 (16:25 -0000)]
A patch from Matthias Kilian <kili@outback.escape.de> to fix  -DDEBUG_MALLOC
so that it works for realloc too.
 -Erik

23 years agoFix up the 'make clean' target
Eric Andersen [Fri, 11 May 2001 16:21:36 +0000 (16:21 -0000)]
Fix up the 'make clean' target