diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-10-24 20:21:58 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-10-24 20:21:58 +0000 |
commit | 43b428a7bf92c725de4d5560807cd0a4682c0962 (patch) | |
tree | d9d7fea6d8e748830b9127e9c0c7ed3c0219e5d2 /mmalloc/ChangeLog | |
parent | 96fe71e1d5874b8796145e7e73bd7efedb578666 (diff) | |
download | gdb-43b428a7bf92c725de4d5560807cd0a4682c0962.zip gdb-43b428a7bf92c725de4d5560807cd0a4682c0962.tar.gz gdb-43b428a7bf92c725de4d5560807cd0a4682c0962.tar.bz2 |
* mmprivate.h: Remove declarations (PTR, etc) that are already
provided by ansidecl.h, include mmalloc.h earlier in file.
Diffstat (limited to 'mmalloc/ChangeLog')
-rw-r--r-- | mmalloc/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog index a212452..27a0382 100644 --- a/mmalloc/ChangeLog +++ b/mmalloc/ChangeLog @@ -1,3 +1,37 @@ +Tue Oct 24 13:17:44 1995 Stan Shebs <shebs@andros.cygnus.com> + + * mmprivate.h: Remove declarations (PTR, etc) that are already + provided by ansidecl.h, include mmalloc.h earlier in file. + +Tue Oct 10 11:04:47 1995 Fred Fish <fnf@cygnus.com> + + * Makefile.in (BISON): Remove macro. + +Wed Sep 20 12:51:13 1995 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.in (maintainer-clean): New target, synonym for + realclean. Add GNU standard maintainer-clean echos. + +Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com> + + * Update all FSF addresses except those in COPYING* files + and shar archive of original FSF files. + +Mon Jun 12 12:11:57 1995 J.T. Conklin <jtc@rtl.cygnus.com> + + * Makefile.in (distclean, realclean): Remove config.cache and + config.log. + +Wed May 17 17:47:44 1995 J.T. Conklin <jtc@rtl.cygnus.com> + + * Makefile.in (Makefile): Added config.status to dependency list. + (config.status): New target. + +Fri May 5 15:17:53 1995 J.T. Conklin <jtc@rtl.cygnus.com> + + * mmap-sup.c: Removed munmap prototype. Some systems have a + slightly different prototype. + Wed May 3 17:18:13 1995 J.T. Conklin <jtc@rtl.cygnus.com> * Makefile.in, configure.in: Converted to use autoconf. |