home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / djgpp / dj111m1.doc < prev    next >
Text File  |  1994-03-07  |  2KB  |  55 lines

  1. This document has instructions for 1.11.maint1, the first bugfix release
  2. for 1.11. 
  3.  
  4. To apply this bugfix, unzip dj111m1.zip from the same place you unzipped
  5. all the 1.11 zip files AFTER you unzip all the others.  If you unzip
  6. another 1.11 zipfile, you should re-unzip the maintainance zip file to
  7. ensure you still have the bugfixes. 
  8.  
  9.     unzip -o dj111m1.zip
  10.  
  11. This bugfix affects the following modules:
  12.  
  13.     djeoe111.zip
  14.     djdev111.zip
  15.     djsrc111.zip
  16.     djlsr111.zip
  17.     mak369bn.zip
  18.     gcc254bn.zip (sources also, but see diffs for change)
  19.     lgp250sr.zip (again, see diffs)
  20.     gpp254.zip
  21.     objc254.zip
  22.  
  23. The file docs/djgpp/new111m1.doc in dj111m1.zip describes the bugfixes. 
  24. A copy is included here:
  25.  
  26. --------------------------------------------------------------------------
  27. bin/make.exe: relinked with new libc.a(exec.o)
  28. docs/djgpp/new111m1.doc: this file
  29. go32/coff2exe.c: check for missing stub program
  30. go32/dpmi.asm: clear ebp when using DPMI mode
  31. go32/exphdlr.c: protect against interrupts while restoring interrupt table
  32. go32/stubinfo.h: change version number to "1.11.maint1"
  33. libsrc/c/bios/bioskey.c: replace "0x4" with "0x40", ret ax&0xffff
  34. libsrc/c/dos/exec.c: clear unused registers before DPMI calls
  35. libsrc/c/dos/int86x.s: make "int86" global
  36. libsrc/c/gen/tmpnam.c: check for TMPDIR ending in / \ :
  37. libsrc/pc/src/gppconio.c: fix clrscr math, fix putch call to ScreenPutChar
  38. readme.1st: replace "-a" with "-o" for unzip-dj
  39. src/gcc-254/objc/makefile.dos: added encoding.o
  40. src/libgplus.5/libgplus/src/complex.cc: Added pragma for inlines
  41. src/libgplus.5/libgplus/src/obstack.cc: Added pragma for inlines
  42. src/libgplus.5/libgplus/src/regex.cc: Added pragma for inlines
  43.  
  44. Side affect files:
  45. bin/coff2exe.exe
  46. bin/go32.exe
  47. bin/stub.exe
  48. bin/stubedit.exe
  49. lib/libc.a
  50. lib/libc_p.a
  51. lib/libpc.a
  52. lib/libpc_p.a
  53. lib/libgpp.a
  54. lib/libobjc.a
  55.