home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1995 May / Simtel-MSDOS-May1995-CD2.iso / disc2 / djgpp / dj112m3.doc < prev    next >
Text File  |  1995-01-20  |  2KB  |  42 lines

  1. This document has instructions for 1.12.maint3, the third bugfix release
  2. for djgpp 1.12.
  3.  
  4. To apply this bugfix, unzip dj112m3.zip from the same place you
  5. unzipped all the 1.12 zip files and dj112m1 and dj112m2 AFTER you
  6. unzip all the others.  If you unzip another 1.12 zipfile, you should
  7. re-unzip the maintainance zip files to ensure you still have the
  8. bugfixes.  You must then run the 112m3.bat file to install this
  9. bugfix.
  10.  
  11.     unzip -o dj112m3.zip
  12.     112m3
  13.  
  14. This bugfix affects the following modules:
  15.  
  16.     djeoe112.zip
  17.     djdev112.zip
  18.     djsrc112.zip
  19.  
  20. The file docs/djgpp/new112m3.doc in dj112m3.zip describes the bugfixes.
  21. A copy of new112m3.doc is attached:
  22.  
  23. go32/ed/ed.h: Fixed syntax error.
  24. go32/ed/debug.c: Removed comment inside inline assembler.
  25. go32/ed/unassmbl.c: Swapped `setc' and `setnc'.  Swapped long versions
  26.   of `jc' and `jnc'.   Fixed disassembly of `aad' and `aam'.  Removed the
  27.   incorrect entry for opcode 82h.  Renamed `setp' to `setpe' and `setnp'
  28.   to `setpo' for consistency with jumps.  Added comment to document further
  29.   known bugs.
  30. include/ctype.h: protect against -ansi
  31. include/djgppstd.h: remove "volatile" for gcc 2.6.1
  32. include/djgppstd.h: make alloca long unsigned for gcc 2.6.1
  33. include/stdio.h: set STDC_HEADERS to "1" not ""
  34. libsrc/c/dos/dosmem.s: remove jcxz - causes edebug to core dump
  35. libsrc/c/sys/access.c: compile bug, gcc 2.6.3 found.
  36. libsrc/make.bat: remove gcc directory
  37. libsrc/gcc: removed; built by gcc itself now
  38.  
  39. bin/ld.exe
  40. bin/edebug32
  41. bin/ed32-dpmi
  42.