aboutsummaryrefslogtreecommitdiff
path: root/mmalloc
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-01 20:28:46 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-01 20:28:46 +0000
commit58cf370c115778e2b54815128cab5815771c8b37 (patch)
treec73119f84ca4626c0795892a3bfc5cc31ea099cc /mmalloc
parent7b636683889ecc6c26745d678dfdf2d7787dfd17 (diff)
downloadgdb-58cf370c115778e2b54815128cab5815771c8b37.zip
gdb-58cf370c115778e2b54815128cab5815771c8b37.tar.gz
gdb-58cf370c115778e2b54815128cab5815771c8b37.tar.bz2
* mmalloc.texi: Fix typo ("for for" -> "for").
Diffstat (limited to 'mmalloc')
-rw-r--r--mmalloc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog
index 7d5cbb2..e5b294f 100644
--- a/mmalloc/ChangeLog
+++ b/mmalloc/ChangeLog
@@ -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)