home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gdb-4.16-base.tgz / gdb-4.16-base.tar / fsf / gdb / mmalloc / ChangeLog < prev    next >
Encoding:
Text File  |  1996-04-08  |  10.0 KB  |  314 lines

  1. Sun Apr  7 20:55:30 1996  Fred Fish  <fnf@rtl.cygnus.com>
  2.  
  3.     From: Miles Bader  <miles@gnu.ai.mit.edu>
  4.     * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
  5.     * configure: Regenerate with autoconf.
  6.     * Makefile.in: Use AR set by configure substitution.
  7.     
  8. Fri Mar 29 09:57:36 1996  Fred Fish  <fnf@cygnus.com>
  9.  
  10.     * mmalloc.h (mmtrace): Add prototype.
  11.  
  12. Sat Feb  3 12:41:00 1996  Fred Fish  <fnf@cygnus.com>
  13.  
  14.     From H.J. Lu (hjl@gnu.ai.mit.edu):
  15.     * mvalloc.c (valloc): new.
  16.     * mmemalign.c: Allocate (SIZE + ALIGNMENT - 1) and then trim
  17.     if possible.
  18.     (memalign): don't put the node on the _aligned_blocks list more
  19.      than once.
  20.  
  21. Mon Nov 20 12:04:32 1995  Fred Fish  <fnf@cygnus.com>
  22.  
  23.     * Makefile.in (OFILES): Make objects depend upon Makefile,
  24.     since Makefile sets DEFS which can definitely affect how
  25.     objects are to be compiled.
  26.  
  27. Mon Nov  6 14:12:13 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
  28.  
  29.     * configure.in (AC_CHECK_HEADERS): add limits.h.
  30.     (AC_HEADER_STDC): remove.
  31.  
  32.     * mmalloc.h: document necessity of defining size_t before
  33.     including mmalloc.h.
  34.  
  35.     * mmprivate.h: add check for limits.h, remove definition of
  36.     NULL and size_t.
  37.  
  38. Sun Nov  5 00:27:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
  39.  
  40.     * configure.in: AC_CHECK_HEADERS, not AC_CHECK_HEADER.
  41.  
  42. Sun Nov  5 00:14:13 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
  43.  
  44.     * configure.in: add check for stddef.h
  45.     * mmalloc.h: include stddef.h if HAVE_STDDEF_H is defined.
  46.  
  47. Sat Nov  4 19:10:13 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
  48.  
  49.     * configure.in: add AC_HEADER_STDC check.
  50.  
  51.     * mmalloc.h: check if STDC_HEADERS instead of __STDC__.
  52.  
  53.     * mmprivate.h: check if STDC_HEADERS instead of __STDC__.
  54.  
  55. Tue Oct 24 13:17:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
  56.  
  57.     * mmprivate.h: Remove declarations (PTR, etc) that are already
  58.     provided by ansidecl.h, include mmalloc.h earlier in file.
  59.  
  60. Tue Oct 10 11:04:47 1995  Fred Fish  <fnf@cygnus.com>
  61.  
  62.     * Makefile.in (BISON):  Remove macro.
  63.  
  64. Wed Sep 20 12:51:13 1995  Ian Lance Taylor  <ian@cygnus.com>
  65.  
  66.     * Makefile.in (maintainer-clean): New target, synonym for
  67.     realclean.  Add GNU standard maintainer-clean echos.
  68.  
  69. Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
  70.  
  71.     * Update all FSF addresses except those in COPYING* files
  72.     and shar archive of original FSF files.
  73.  
  74. Mon Jun 12 12:11:57 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
  75.  
  76.     * Makefile.in (distclean, realclean): Remove config.cache and
  77.       config.log.
  78.  
  79. Wed May 17 17:47:44 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
  80.  
  81.     * Makefile.in (Makefile): Added config.status to dependency list.
  82.       (config.status): New target.
  83.  
  84. Fri May  5 15:17:53 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
  85.  
  86.     * mmap-sup.c: Removed munmap prototype.  Some systems have a
  87.       slightly different prototype.
  88.  
  89. Wed May  3 17:18:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
  90.  
  91.     * Makefile.in, configure.in: Converted to use autoconf.
  92.     * configure: New file, generated with autoconf 2.3.
  93.     * config/{mh-go32, mh-irix, mh-ncr3000, mh-sunos4, 
  94.       mh-sysv4}: Removed.
  95.  
  96. Thu Nov  3 23:55:21 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  97.  
  98.     * Makefile.in (install-info): Name destination file correctly,
  99.     rather than using undefined shell variable.
  100.  
  101. Fri Oct 28 16:46:58 1994  Stan Shebs  (shebs@andros.cygnus.com)
  102.  
  103.     * mmprivate.h: New file, was mmalloc.h.
  104.     (mmalloc.h): Include.
  105.     * mmalloc.h: Remove all but declarations of mmalloc functions.
  106.     (ansidecl.h): Include.
  107.     * attach.c, et al: Include mmprivate.h instead of mmalloc.h.
  108.  
  109. Wed Aug 24 12:55:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  110.  
  111.     * configure.in: Change i[34]86 to i[345]86.
  112.  
  113. Mon Aug 22 11:36:40 1994  Stan Shebs  (shebs@andros.cygnus.com)
  114.  
  115.     * Makefile.in (distclean): Separate from realclean.
  116.     (realclean): Remove mmalloc.info.
  117.  
  118. Fri May  6 13:04:25 1994  Steve Chamberlain  (sac@cygnus.com)
  119.  
  120.         * config/go32.mh: New file
  121.     * configure.in (host==go32):  Use new fragment.
  122.  
  123. Tue Feb  8 00:32:28 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  124.  
  125.     * mmtrace.c (tr_freehook, tr_mallochook, tr_reallochook):
  126.     Cast addresses put out via fprintf to unsigned long and use %lx.
  127.  
  128. Tue Nov 16 20:33:17 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
  129.  
  130.     * COPYING.LIB: New file (standard version 2 LGPL, as already cited
  131.     by the source files).
  132.  
  133. Fri Nov  5 11:47:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  134.  
  135.     * Makefile.in (info dvi install-info): Actually make the manual.
  136.  
  137. Mon Nov  1 14:20:25 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  138.  
  139.     * mmalloc.texi: Fix typo ("for for" -> "for").
  140.  
  141. Fri Jul 16 15:27:08 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
  142.  
  143.     * test1.c: New file which tests for bug fixed below.
  144.     * Makefile.in (check): Put in commands to run it (but commented out
  145.     because it won't work for Canadian cross).
  146.  
  147.     * mmalloc.c (mmalloc): When extending a free block at the end of the
  148.     heap, check whether which block is at the end changed.
  149.  
  150.     * Makefile.in (TAGS): make work when srcdir != objdir.
  151.  
  152. Thu Jul 15 07:56:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  153.  
  154.     * attach.c, detach.c: Include <sys/types.h> before <fcntl.h>.
  155.  
  156. Wed Jun 30 11:00:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  157.  
  158.     * Makefile.in: Add mostlyclean and realclean targets.
  159.  
  160. Wed Mar 24 01:58:12 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
  161.  
  162.     * Makefile.in: add dvi and installcheck targets
  163.  
  164. Fri Mar 12 18:35:43 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  165.  
  166.     * configure.in: recognize *-*-solaris2* instead of *-*-solaris* (a
  167.     number of people want to call SunOS 4.1.2 "solaris1.0" and get it right)
  168.  
  169. Mon Feb 22 18:08:53 1993  John Gilmore  (gnu@cygnus.com)
  170.  
  171.     * Makefile.in (distclean):  Add.
  172.  
  173. Tue Feb 16 08:09:15 1993  Fred Fish  (fnf@cygnus.com)
  174.  
  175.     * Makefile.in, attach.c, detach.c, keys.c, mmap-sup.c, mmtrace.c,
  176.     sbrk-sup.c:  Use GNU Library General Public License, like other
  177.     files.
  178.  
  179. Wed Nov 18 19:18:59 1992  John Gilmore  (gnu@cygnus.com)
  180.  
  181.     * configure.in:  Regularize list of host configs.
  182.  
  183. Fri Oct 30 00:59:46 1992  John Gilmore  (gnu@cygnus.com)
  184.  
  185.     * mmalloc.texi:  Add missing doubled @.  Bugfix by Paul Eggert.
  186.  
  187. Fri Oct 23 01:50:52 1992  Stu Grossman  (grossman at cygnus.com)
  188.  
  189.     * configure.in:  Handle solaris same as sysv4.
  190.  
  191. Thu Oct  1 23:34:20 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  192.  
  193.     * configure.in: use cpu-vendor-os triple instead of nested cases
  194.  
  195. Sun Aug 23 11:09:46 1992  Fred Fish  (fnf@cygnus.com)
  196.  
  197.     * sbrk-sup.c (__mmalloc_brk_init):  Ensure base of sbrk'd region
  198.     is aligned.  Bug reported by Andrew Heybey (ath@lcs.mit.edu).
  199.  
  200. Wed Aug 19 14:49:23 1992  Ian Lance Taylor  (ian@cygnus.com)
  201.  
  202.     * Makefile.in: always create installation directories.
  203.  
  204. Mon Jul 20 21:15:44 1992  Fred Fish  (fnf@cygnus.com)
  205.  
  206.     * mrealloc.c:  Minor code format style changes for consistency.
  207.  
  208. Fri Jul  3 20:25:30 1992  Fred Fish  (fnf@cygnus.com)
  209.  
  210.     * attach.c, detach.c, mcalloc.c, mmalloc.c, mmtrace.c, mrealloc.c,
  211.     sbrk-sup.c:  Remove "(void)" casts from function calls where the
  212.     return value is ignored, in accordance with GNU coding standards.
  213.  
  214. Tue Jun 30 16:44:41 1992  Fred Fish  (fnf@cygnus.com)
  215.  
  216.     * mmalloc.h (struct mdesc):  Add FIXME comments to point out the
  217.     need to save some data on a per-process basis for mapped regions
  218.     that are shared.
  219.     * attach.c (reuse):  Update the morecore field for reused mapped
  220.     regions to be correct for the current process.
  221.  
  222. Mon Jun 29 10:45:25 1992  Fred Fish  (fnf at cygnus.com)
  223.  
  224.     * mmtrace.c:  Lint.
  225.  
  226. Mon Jun 15 12:20:16 1992  Fred Fish  (fnf@cygnus.com)
  227.  
  228.     * mmalloc.h (struct mdesc):  Change member "errno" to
  229.     "saved_errno" to avoid possible conflict with ANSI C environments,
  230.     where it is allowed to be a macro.
  231.     * config/mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
  232.     it is broken on ncr 3000's.
  233.     * config/mh-ncr3000 (RANLIB):  Use RANLIB=true.
  234.  
  235. Fri Jun 12 21:34:21 1992  John Gilmore  (gnu at cygnus.com)
  236.  
  237.     * mmap-sup.c:  Avoid ANSI C "empty translation unit" idiocy.
  238.  
  239. Tue Jun  9 17:29:04 1992  Fred Fish  (fnf@cygnus.com)
  240.  
  241.     * config/{mh-ncr3000, mh-sysv4}:  Add definition for INSTALL using
  242.     /usr/ucb/install.
  243.  
  244. Thu Apr 30 22:36:31 1992  Fred Fish  (fnf@cygnus.com)
  245.  
  246.     * sbrk-sup.c (sbrk_morecore):  Fix sbrk() error return test.
  247.  
  248. Mon Apr 20 21:03:30 1992  K. Richard Pixley  (rich@cygnus.com)
  249.  
  250.     * Makefile.in: rework CFLAGS so that they can be passed from the
  251.       command line.  remove MINUS_G.  Default CFLAGS to -g.
  252.  
  253. Thu Apr 16 20:00:21 1992  Fred Fish  (fnf@cygnus.com)
  254.  
  255.     * TODO:  New file.
  256.     * attach.c, mcalloc.c, mfree.c, mmalloc.c, mmalloc.h, mmap-sup.c,
  257.     mmcheck.c, mtrace.c, mrealloc.c, mvalloc.c, sbrk-sup.c:  Lint.
  258.  
  259. Fri Apr 10 22:59:17 1992  Fred Fish  (fnf@cygnus.com)
  260.  
  261.     * configure.in:  Recognize new ncr3000 config.
  262.     * config/mh-ncr3000:  New config file.
  263.     * Makefile.in (MINUS_G):  Add macro and default to -g.
  264.  
  265. Wed Apr  8 09:34:53 1992  Fred Fish  (fnf@cygnus.com)
  266.  
  267.     * mmalloc.c:  Minor fix to comment.
  268.     * mmalloc.texi:  Update to match actual implementation
  269.     * mmalloc.h (morecore):  Change prototype's 2nd arg to int.
  270.  
  271. Tue Apr  7 22:16:09 1992  Fred Fish  (fnf@cygnus.com)
  272.  
  273.     * mmalloc.h (size_t, CHAR_BIT):  Only redefine if not already
  274.     defined.
  275.  
  276. Mon Apr  6 20:49:33 1992  Fred Fish  (fnf@cygnus.com)
  277.  
  278.     * mmalloc.h:  Remove include of <stdlib.h>.  This also gets rid
  279.     of the ugly kludge installed on 1-Apr-92.
  280.  
  281. Mon Apr  6 16:33:37 1992  Stu Grossman  (grossman at cygnus.com)
  282.  
  283.     * detach.c (mmalloc_detach):  Arg should be PTR, not void *.
  284.     Fixes complaints from non __STDC__ systems.
  285.  
  286. Wed Apr  1 11:47:02 1992  Fred Fish  (fnf@cygnus.com)
  287.  
  288.     * mcalloc.c, mfree.c, mmalloc.c, mrealloc.c:  Minor comment
  289.     change.
  290.     * mmalloc.h:  Add ugly kludge to band-aid over problems with
  291.     bogus vendor <stdlib.h> files.
  292.  
  293. Sun Mar 29 12:41:31 1992  John Gilmore  (gnu at cygnus.com)
  294.  
  295.     * attach.c, mmalloc.c, mmcheck.c:  Lint.
  296.  
  297. Thu Mar 26 17:06:04 1992  Fred Fish  (fnf@cygnus.com)
  298.  
  299.     * attach.c (reuse):  Explicitly discard return value of mmcheck.
  300.     * mmcheck.c (mmcheck):  Document requirements for installing
  301.     corruption checking hooks and set up to enforce restrictions.
  302.  
  303. Tue Mar 24 23:41:10 1992  K. Richard Pixley  (rich@cygnus.com)
  304.  
  305.     * config/mh-irix4: new file.
  306.  
  307.     * Makefile.in: added standard targets, fixed install directories.
  308.  
  309. Sat Mar 14 17:34:59 1992  Fred Fish  (fnf@cygnus.com)
  310.  
  311.     * Initial release, incorporated into gdb.
  312.  
  313.  
  314.