home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource5 / 359_01 / patches4.doc < prev    next >
Encoding:
Text File  |  1991-10-24  |  1.3 KB  |  61 lines

  1. This documents patch level 4 of djgpp
  2.  
  3.  
  4.  
  5. New Features
  6.  
  7. Bug Fixes
  8.  
  9. Still to Come
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. New Features:
  18.  
  19.  
  20.  
  21. A unix compatible 16-bit compress is included in the samples and bin
  22.  
  23. directories
  24.  
  25.  
  26.  
  27. Make.ini for NDMake is included
  28.  
  29.  
  30.  
  31. Profiling via gcc -pg is supported in all libraries, and gprof is
  32.  
  33. included
  34.  
  35.  
  36.  
  37. Brief documentation on gcc switches and library functions is provided
  38.  
  39.  
  40.  
  41. Go32 handles redirecting stdout and stderr to each other or to the mono
  42.  
  43. screen
  44.  
  45.  
  46.  
  47. A paging test program is included in samples/pagetest
  48.  
  49.  
  50.  
  51.  
  52.  
  53. Bug Fixes:
  54.  
  55.  
  56.  
  57. The ATI and Genoa drivers have been upgraded
  58.  
  59.  
  60.  
  61. Numerous opcodes unassemble correctly in debug32
  62.  
  63.  
  64.  
  65. Breakpoints list as enabled when they are
  66.  
  67.  
  68.  
  69. XMS's a20 handler is used to set and reset gateA20
  70.  
  71.  
  72.  
  73. Help in debug32 works properly
  74.  
  75.  
  76.  
  77. fdopen sets the text/binary mode properly
  78.  
  79.  
  80.  
  81. memcpy and memset return proper values
  82.  
  83.  
  84.  
  85. getkey() and kbhit() work better
  86.  
  87.  
  88.  
  89. GrText of characters >=128 works
  90.  
  91.  
  92.  
  93. string I/O functions preserve the proper registers
  94.  
  95.  
  96.  
  97. Hercules systems are better supported
  98.  
  99.  
  100.  
  101. emu387 compares numbers correctly
  102.  
  103.  
  104.  
  105.  
  106.  
  107. Still to Come:
  108.  
  109.  
  110.  
  111. DPMI - I have the 1.0 spec, but nobody supports it, not even Windows, so
  112.  
  113. it will have to wait. 
  114.  
  115.  
  116.  
  117. VCPI - Someone else has started work on it; I have a spec on the way
  118.  
  119. also. 
  120.  
  121.