home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / NetSupportLibrary1_27.desc < prev    next >
Text File  |  2014-05-19  |  985b  |  27 lines

  1. v1.26:                  Donnerstag 17-MΣr-94  16:46:40
  2.  
  3.  - Fixed a pointer handling bug in the config routines. I used a normal
  4.    pointer where a pointer to a pointer would have been required.
  5.  
  6.  - Changed all occurrences of "char *" to "STRPTR".
  7.  
  8.  - Corrected a few typing errors in the autodoc page.
  9.  
  10.  - POpen() now sets the console task to NULL to make sure the started
  11.    program doesn't print any text to the window of the calee.
  12.  
  13.  - The pointer to the resident module wasn't initialized with NULL.
  14.    Thus, the routine tried to free the memory it was pointing to under
  15.    error condition ---> GURU! :-(
  16.  
  17.  - Added nspsb_NSPConfigName entry to the StaticBuffer structure. The
  18.    entry holds the address of the library's config file name to make
  19.    sure we don't allocate a new buffer every time.
  20.  
  21.  - Renamed the nsp_NSPConfigName entry in the library base to
  22.    nsp_obsolete. The field has been moved to the static buffer.
  23.  
  24.  
  25. v1.27:                  Donnerstag 24-MΣr-94  15:37:24
  26.  
  27.