home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 359_01 / patches4.doc < prev    next >
Text File  |  1991-10-24  |  1KB  |  61 lines

  1. This documents patch level 4 of djgpp
  2.  
  3. New Features
  4. Bug Fixes
  5. Still to Come
  6.  
  7.  
  8.  
  9. New Features:
  10.  
  11. A unix compatible 16-bit compress is included in the samples and bin
  12. directories
  13.  
  14. Make.ini for NDMake is included
  15.  
  16. Profiling via gcc -pg is supported in all libraries, and gprof is
  17. included
  18.  
  19. Brief documentation on gcc switches and library functions is provided
  20.  
  21. Go32 handles redirecting stdout and stderr to each other or to the mono
  22. screen
  23.  
  24. A paging test program is included in samples/pagetest
  25.  
  26.  
  27. Bug Fixes:
  28.  
  29. The ATI and Genoa drivers have been upgraded
  30.  
  31. Numerous opcodes unassemble correctly in debug32
  32.  
  33. Breakpoints list as enabled when they are
  34.  
  35. XMS's a20 handler is used to set and reset gateA20
  36.  
  37. Help in debug32 works properly
  38.  
  39. fdopen sets the text/binary mode properly
  40.  
  41. memcpy and memset return proper values
  42.  
  43. getkey() and kbhit() work better
  44.  
  45. GrText of characters >=128 works
  46.  
  47. string I/O functions preserve the proper registers
  48.  
  49. Hercules systems are better supported
  50.  
  51. emu387 compares numbers correctly
  52.  
  53.  
  54. Still to Come:
  55.  
  56. DPMI - I have the 1.0 spec, but nobody supports it, not even Windows, so
  57. it will have to wait. 
  58.  
  59. VCPI - Someone else has started work on it; I have a spec on the way
  60. also. 
  61.