home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / glibs115.zip / doc / HISTORY < prev    next >
Text File  |  1993-03-20  |  1KB  |  33 lines

  1. Date      Version       Description
  2.  
  3. 29Aug92   1.0.0         First version
  4.  
  5. 01Sep92   1.0.1         Supports FAT 8.3 format for temporary files
  6.  
  7. 02Sep92   1.0.2         Supports 32bit MODEND in object files created by
  8.                         Borland Turbo C++.
  9.  
  10.                         Supports batch files that have lines terminated with
  11.                         \r\n and just \n.
  12.  
  13.                         Object symbols in the dictionary now match those used
  14.                         on the command line regardless of the module name
  15.                         defined in the THEADR record.
  16.  
  17. 03Sep92   1.1.2         Added support for wildcard, "*", characters in any of
  18.                         file.obj fields.
  19.  
  20. 06Sep92   1.1.3         Dictionary pages now a prime number - a link386
  21.                         requirement.
  22.  
  23. 13Sep92   1.1.4         Did not reset bucket counter for each new page.
  24.  
  25. 20Mar93   1.1.5         Did not step through empty buckets when a page was
  26.                         full and therefore started processing buckets from the 
  27.                         wrong position in the next page.
  28.  
  29.                         Two calls to GetWord were missing second parameters.
  30.  
  31.                         Added Mark Alexander's fixes to support multiple 
  32.                         PUBDEFs in a single OMF record as used by MetaWare's 
  33.                         High C/C++.