home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / mint / mntlib24 / changes < prev    next >
Encoding:
Text File  |  1993-08-03  |  1.4 KB  |  56 lines

  1. Here's a new "changes" file, since the old one was so hopelessly
  2. messed up...
  3.  
  4. PATCHLEVEL22:
  5.  
  6. inistack.c:
  7.     Change _initial_stack into an uninitialized variable, so
  8.     that fixstk doesn't try to set it by default.
  9. purec/*:
  10.     Apply Michael's patches for Pure C.
  11. mintbind.h:
  12.     Fix the definition for Psigaction. Remove misspelling of
  13.     Sigpalette.
  14. scanf.c:
  15.     Apply Ulf's patch for Pure C.
  16. doprnt.c,getpages.c,getpass.c,malloc.c,obstack.c,stricmp.c,strnicmp.c,
  17. strrchr.c,textio.c:
  18.     Apply Michael's Pure C patches.
  19. sbrk.c:
  20.     Corrected the sense of the #ifdef __GNUC__ (thanks, Michael).
  21. system.c:
  22.     Fixed a silly return statement.
  23. regexp.c:
  24.     Got rid of a warning about "regprop" not being defined when
  25.     !DEBUG.
  26. crtinit.c:
  27.     Fixed to make shared text programs possible with Howard's
  28.     new gcc.
  29. crt0.s,gcrt0.s:
  30.     REPLACED by crt0.cpp.
  31. mincl:
  32.     Updated to reflect the new crt0.cpp.
  33. makefile.b16,makefile.b32:
  34.     New makefiles for gcc with -mbaserel.
  35.  
  36. PATCHLEVEL23::
  37.  
  38. Makefile,mincl,bcopy.s,*.cpp:
  39.     Applied jrb's & hyc's updates.
  40. purec/*:
  41.     Applied Michael's Pure C patches.
  42. waitpid.c:
  43.     New file, courtesy of Howard.
  44. mintbind.h,linea.h:
  45.     Fixed various bugs; again, thanks, Howard!
  46. crtinit.c:
  47.     Made the baserel code more stable.
  48. lattice/vfork.s:
  49.     Fixed the setting of errno in the __MSHORT__
  50.     case.
  51.  
  52. PATCHLEVEL24::
  53.  
  54. Applied Howard's patches for various .cpp and .s files.
  55. Thanks!
  56.