OChangeLog 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. **** All newer entries are in the C library ChangeLog file. ****
  2. Thu Jul 11 18:15:04 1991 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
  3. * Merged with C library version, which now has its own subdir.
  4. * malloc.h, *.c: Use ansideclisms and #ifdefs for portability both
  5. in and out of the C library.
  6. * Makefile: New makefile for malloc subdir in libc.
  7. Has targets to create malloc.tar{,.Z} by ansidecl processing on srcs.
  8. * malloc/Makefile: New file; Makefile for standalone distribution.
  9. * malloc/README: New file; info for same.
  10. Fri Apr 6 00:18:36 1990 Jim Kingdon (kingdon at pogo.ai.mit.edu)
  11. * Makefile: Add comments.
  12. Thu Apr 5 23:08:14 1990 Mike Haertel (mike at albert.ai.mit.edu)
  13. * mcheck.c (mcheck, checkhdr): Support user-supplied abort()
  14. function.
  15. * malloc.h: Declare __free().
  16. * Makefile: New target libmalloc.a.
  17. Thu Apr 5 21:56:03 1990 Jim Kingdon (kingdon at pogo.ai.mit.edu)
  18. * free.c (free): Split into free and __free.
  19. * malloc.c (morecore): Call __free on oldinfo.
  20. Local Variables:
  21. mode: indented-text
  22. left-margin: 8
  23. fill-column: 76
  24. version-control: never
  25. End: