home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / netsupport_130.library.readme < prev    next >
Text File  |  2014-05-19  |  1KB  |  29 lines

  1. v1.29:                  Donnerstag 28-Apr-94  14:19:38
  2.  
  3.  - Added the date-handling routines written by Ralf-Thomas Aussem.
  4.    They're not available for callers currently, though.
  5.  
  6.  - Fixed two major bugs in the Config.c module:
  7.  
  8.     - I didn't write a NULL to my internal buffer-pointer after I free'd
  9.       it, what caused a corrupt memory list when I called a config
  10.       routine from another config routine
  11.  
  12.     - I did free the buffer returned by LoadResident(). <sig>
  13.  
  14.  - Replaced the call to FilePart() in LockFile.c with my own routine,
  15.    which works more reliable when the path and filename is bogus. For
  16.    example, does my routine handle "T:NIL:test" correctly. FilePart()
  17.    didn't.
  18.  
  19.  - Added more verbose comments to LockFile.c.
  20.  
  21.  - POpen(): Now the piping process has the same stacksize as the
  22.    original caller.
  23.  
  24.  - SupportRoutines.c: Added SPrint(). A 'C' front-end for RawDoFmt() for
  25.    internal usage, mainly required for Date.c.
  26.  
  27.  
  28. v1.30:                  Dienstag 24-Mai-94  17:08:59
  29.