home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
back2roots/padua
/
padua.7z
/
padua
/
uucp
/
NetSupportLibrary1_27.desc
< prev
next >
Wrap
Text File
|
2014-05-19
|
985b
|
27 lines
v1.26: Donnerstag 17-MΣr-94 16:46:40
- Fixed a pointer handling bug in the config routines. I used a normal
pointer where a pointer to a pointer would have been required.
- Changed all occurrences of "char *" to "STRPTR".
- Corrected a few typing errors in the autodoc page.
- POpen() now sets the console task to NULL to make sure the started
program doesn't print any text to the window of the calee.
- The pointer to the resident module wasn't initialized with NULL.
Thus, the routine tried to free the memory it was pointing to under
error condition ---> GURU! :-(
- Added nspsb_NSPConfigName entry to the StaticBuffer structure. The
entry holds the address of the library's config file name to make
sure we don't allocate a new buffer every time.
- Renamed the nsp_NSPConfigName entry in the library base to
nsp_obsolete. The field has been moved to the static buffer.
v1.27: Donnerstag 24-MΣr-94 15:37:24