* mmalloc.texi: Fix typo ("for for" -> "for").

This commit is contained in:
Jim Kingdon 1993-11-01 20:28:46 +00:00
parent 7b63668388
commit 58cf370c11

View File

@ -1,5 +1,16 @@
Mon Nov 1 14:20:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* mmalloc.texi: Fix typo ("for for" -> "for").
Fri Jul 16 15:27:08 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
* test1.c: New file which tests for bug fixed below.
* Makefile.in (check): Put in commands to run it (but commented out
because it won't work for Canadian cross).
* mmalloc.c (mmalloc): When extending a free block at the end of the
heap, check whether which block is at the end changed.
* Makefile.in (TAGS): make work when srcdir != objdir.
Thu Jul 15 07:56:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)