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