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

  1. This document has instructions for 1.11.maint3, the third bugfix release
  2. for 1.11. 
  3.  
  4. To apply this bugfix, unzip dj111m3.zip from the same place you unzipped
  5. all the 1.11 zip files and dj111m1/dj111m2 AFTER you unzip all the
  6. others.  If you unzip another 1.11 zipfile, you should re-unzip the
  7. maintainance zip file to ensure you still have the bugfixes. 
  8.  
  9.     unzip -o dj111m3.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.     mak369sr.zip
  19.     djtst111.zip
  20.     pat202sr.zip
  21.     pat202bn.zip
  22.  
  23. The file docs/djgpp/new111m3.doc in dj111m3.zip describes the bugfixes.
  24. A copy of new111m3.doc is attached:
  25.  
  26. docs/djgpp/readme: document core
  27. docs/djgpp/readme: swap / and \ in setdjgpp instructions.
  28. go32/control.c: allow traceback to file
  29. go32/control.c: set 387 IDT *after* detecting remap (DV/X hang bug)
  30. go32/ed/symify.c: allow user to specify a core and/or output file.
  31. go32/exphdlr.c: allow edebug to exit without exception
  32. go32/exphdlr.c: stat.st_buf returns drive number now.
  33. go32/exphdlr.c: return s_blksize as 4096 - improves FILE* performance 35%
  34. go32/paging.c: allow debugging COFF objects
  35. go32/stubinfo.h: new version number
  36. go32/valloc.c: modify check for XMS/V86 to allow other noems environments
  37. include/ctype.h: don't check for USG (_ctype_)
  38. include/float.h: new defs for long double
  39. include/time.h: check for _STDDEF_H as well as _stddef_h
  40. lib/crt0.s: fix profiling bugs
  41. libsrc/c/dos/exec.c: initialize rp to prevent faults in spawnve().
  42. libsrc/c/io/doscan.c: return -1 on EOF
  43. libsrc/c/io/fcloseal.c: use && so that files get closed.
  44. libsrc/gcc/libgcc2/*: new, add __fixunssfdi and __fixunsxfdi
  45. src/make-3.69/jobs.c: don't barf on bad $TMP
  46. src/make-3.69/main.c: don't prepend CWD to argv[0]
  47. src/patch/patch.c: try $TMP and $TEMP, default to . instead of /tmp
  48. tests/clean.bat: remove t07.mon, not t7.mon
  49.  
  50. bin/coff2exe.exe
  51. bin/go32.exe
  52. bin/make.exe
  53. bin/patch.exe
  54. bin/patch.exe
  55. bin/stub.exe
  56. bin/stubedit.exe
  57. bin/symify.exe
  58. lib/crt0.o
  59. lib/gcrt0.o
  60. lib/libc.a
  61. lib/libc_p.a
  62. lib/libgcc.a
  63. lib/libgcc_p.a
  64.