home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / c / gccgpp_4.lha / gpp / README.LIBUPD.920129 < prev    next >
Text File  |  1992-02-15  |  2KB  |  36 lines

  1. This is an update to the library released as `ixemlib9201.lha'. This is
  2. free software, read the COPYING.LIB file that comes with this update, and
  3. the explanations to this license in the README file of ixemlib9201.lha.
  4.  
  5. I just included all files that had a modification date higher than the date
  6. when I distributed ixemlib9201.lha, hope I caught all files this way;-)
  7. (find really is a nice tool for such a task!)
  8.  
  9. New in this release:
  10.  o  math support in the library, and a libm.a to cover the rest
  11.  o  getenv/setenv now use 2.0 functions to access environement variables,
  12.     resulting in support for process-local variables.
  13.  o  starting support for the 2.0 internal resident list. Currently, the
  14.     resident list is searched after the filesystem, so if you want 
  15.     something to load resident, you have to name it such that it won't be
  16.     found in your PATH.
  17.  o  error messages have been updated to reflect the current errno.h file,
  18.     the old ones based on quite an outdated copy of errno.h
  19.  o  __plock() got even complexer.. before, filenames explicitly qualified
  20.     by a device were never run thru the filename expander, and so symbolic
  21.     links were not expanded.
  22.     I hope I fixed that now, at the expense of having to search the DOS
  23.     device list.
  24.  o  minor changes to some header files to please g++.
  25.  o  added stricmp() and strnicmp() as synonyms for strcasecmp() and 
  26.     strncasecmp().
  27.  o  bugfixes
  28.  
  29.  
  30. Have fun!
  31.  
  32. -Markus Wild
  33.  
  34. X400-routed...:    <wild@nessie.cs.id.ethz.ch>
  35. SMTP-direct:    <wild@amiga.physik.unizh.ch>
  36.