home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gdb-4.9 / mmalloc / ChangeLog < prev    next >
Encoding:
Text File  |  1993-05-12  |  4.9 KB  |  155 lines

  1. Wed Mar 24 01:58:12 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
  2.  
  3.     * Makefile.in: add dvi and installcheck targets
  4.  
  5. Fri Mar 12 18:35:43 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  6.  
  7.     * configure.in: recognize *-*-solaris2* instead of *-*-solaris* (a
  8.     number of people want to call SunOS 4.1.2 "solaris1.0" and get it right)
  9.  
  10. Mon Feb 22 18:08:53 1993  John Gilmore  (gnu@cygnus.com)
  11.  
  12.     * Makefile.in (distclean):  Add.
  13.  
  14. Tue Feb 16 08:09:15 1993  Fred Fish  (fnf@cygnus.com)
  15.  
  16.     * Makefile.in, attach.c, detach.c, keys.c, mmap-sup.c, mmtrace.c,
  17.     sbrk-sup.c:  Use GNU Library General Public License, like other
  18.     files.
  19.  
  20. Wed Nov 18 19:18:59 1992  John Gilmore  (gnu@cygnus.com)
  21.  
  22.     * configure.in:  Regularize list of host configs.
  23.  
  24. Fri Oct 30 00:59:46 1992  John Gilmore  (gnu@cygnus.com)
  25.  
  26.     * mmalloc.texi:  Add missing doubled @.  Bugfix by Paul Eggert.
  27.  
  28. Fri Oct 23 01:50:52 1992  Stu Grossman  (grossman at cygnus.com)
  29.  
  30.     * configure.in:  Handle solaris same as sysv4.
  31.  
  32. Thu Oct  1 23:34:20 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  33.  
  34.     * configure.in: use cpu-vendor-os triple instead of nested cases
  35.  
  36. Sun Aug 23 11:09:46 1992  Fred Fish  (fnf@cygnus.com)
  37.  
  38.     * sbrk-sup.c (__mmalloc_brk_init):  Ensure base of sbrk'd region
  39.     is aligned.  Bug reported by Andrew Heybey (ath@lcs.mit.edu).
  40.  
  41. Wed Aug 19 14:49:23 1992  Ian Lance Taylor  (ian@cygnus.com)
  42.  
  43.     * Makefile.in: always create installation directories.
  44.  
  45. Mon Jul 20 21:15:44 1992  Fred Fish  (fnf@cygnus.com)
  46.  
  47.     * mrealloc.c:  Minor code format style changes for consistency.
  48.  
  49. Fri Jul  3 20:25:30 1992  Fred Fish  (fnf@cygnus.com)
  50.  
  51.     * attach.c, detach.c, mcalloc.c, mmalloc.c, mmtrace.c, mrealloc.c,
  52.     sbrk-sup.c:  Remove "(void)" casts from function calls where the
  53.     return value is ignored, in accordance with GNU coding standards.
  54.  
  55. Tue Jun 30 16:44:41 1992  Fred Fish  (fnf@cygnus.com)
  56.  
  57.     * mmalloc.h (struct mdesc):  Add FIXME comments to point out the
  58.     need to save some data on a per-process basis for mapped regions
  59.     that are shared.
  60.     * attach.c (reuse):  Update the morecore field for reused mapped
  61.     regions to be correct for the current process.
  62.  
  63. Mon Jun 29 10:45:25 1992  Fred Fish  (fnf at cygnus.com)
  64.  
  65.     * mmtrace.c:  Lint.
  66.  
  67. Mon Jun 15 12:20:16 1992  Fred Fish  (fnf@cygnus.com)
  68.  
  69.     * mmalloc.h (struct mdesc):  Change member "errno" to
  70.     "saved_errno" to avoid possible conflict with ANSI C environments,
  71.     where it is allowed to be a macro.
  72.     * config/mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
  73.     it is broken on ncr 3000's.
  74.     * config/mh-ncr3000 (RANLIB):  Use RANLIB=true.
  75.  
  76. Fri Jun 12 21:34:21 1992  John Gilmore  (gnu at cygnus.com)
  77.  
  78.     * mmap-sup.c:  Avoid ANSI C "empty translation unit" idiocy.
  79.  
  80. Tue Jun  9 17:29:04 1992  Fred Fish  (fnf@cygnus.com)
  81.  
  82.     * config/{mh-ncr3000, mh-sysv4}:  Add definition for INSTALL using
  83.     /usr/ucb/install.
  84.  
  85. Thu Apr 30 22:36:31 1992  Fred Fish  (fnf@cygnus.com)
  86.  
  87.     * sbrk-sup.c (sbrk_morecore):  Fix sbrk() error return test.
  88.  
  89. Mon Apr 20 21:03:30 1992  K. Richard Pixley  (rich@cygnus.com)
  90.  
  91.     * Makefile.in: rework CFLAGS so that they can be passed from the
  92.       command line.  remove MINUS_G.  Default CFLAGS to -g.
  93.  
  94. Thu Apr 16 20:00:21 1992  Fred Fish  (fnf@cygnus.com)
  95.  
  96.     * TODO:  New file.
  97.     * attach.c, mcalloc.c, mfree.c, mmalloc.c, mmalloc.h, mmap-sup.c,
  98.     mmcheck.c, mtrace.c, mrealloc.c, mvalloc.c, sbrk-sup.c:  Lint.
  99.  
  100. Fri Apr 10 22:59:17 1992  Fred Fish  (fnf@cygnus.com)
  101.  
  102.     * configure.in:  Recognize new ncr3000 config.
  103.     * config/mh-ncr3000:  New config file.
  104.     * Makefile.in (MINUS_G):  Add macro and default to -g.
  105.  
  106. Wed Apr  8 09:34:53 1992  Fred Fish  (fnf@cygnus.com)
  107.  
  108.     * mmalloc.c:  Minor fix to comment.
  109.     * mmalloc.texi:  Update to match actual implementation
  110.     * mmalloc.h (morecore):  Change prototype's 2nd arg to int.
  111.  
  112. Tue Apr  7 22:16:09 1992  Fred Fish  (fnf@cygnus.com)
  113.  
  114.     * mmalloc.h (size_t, CHAR_BIT):  Only redefine if not already
  115.     defined.
  116.  
  117. Mon Apr  6 20:49:33 1992  Fred Fish  (fnf@cygnus.com)
  118.  
  119.     * mmalloc.h:  Remove include of <stdlib.h>.  This also gets rid
  120.     of the ugly kludge installed on 1-Apr-92.
  121.  
  122. Mon Apr  6 16:33:37 1992  Stu Grossman  (grossman at cygnus.com)
  123.  
  124.     * detach.c (mmalloc_detach):  Arg should be PTR, not void *.
  125.     Fixes complaints from non __STDC__ systems.
  126.  
  127. Wed Apr  1 11:47:02 1992  Fred Fish  (fnf@cygnus.com)
  128.  
  129.     * mcalloc.c, mfree.c, mmalloc.c, mrealloc.c:  Minor comment
  130.     change.
  131.     * mmalloc.h:  Add ugly kludge to band-aid over problems with
  132.     bogus vendor <stdlib.h> files.
  133.  
  134. Sun Mar 29 12:41:31 1992  John Gilmore  (gnu at cygnus.com)
  135.  
  136.     * attach.c, mmalloc.c, mmcheck.c:  Lint.
  137.  
  138. Thu Mar 26 17:06:04 1992  Fred Fish  (fnf@cygnus.com)
  139.  
  140.     * attach.c (reuse):  Explicitly discard return value of mmcheck.
  141.     * mmcheck.c (mmcheck):  Document requirements for installing
  142.     corruption checking hooks and set up to enforce restrictions.
  143.  
  144. Tue Mar 24 23:41:10 1992  K. Richard Pixley  (rich@cygnus.com)
  145.  
  146.     * config/mh-irix4: new file.
  147.  
  148.     * Makefile.in: added standard targets, fixed install directories.
  149.  
  150. Sat Mar 14 17:34:59 1992  Fred Fish  (fnf@cygnus.com)
  151.  
  152.     * Initial release, incorporated into gdb.
  153.  
  154.  
  155.