home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / LIBSRC.ZOO / libsrc / ChangeLog next >
Text File  |  1992-04-06  |  1KB  |  31 lines

  1. 04-06-92   Changed o2obj to generate reference to os2.lib instead of doscalls
  2.            Changed local/getpid to call Dos32GetInfoBlocks instead of
  3.              Dos32GetThreadInfo
  4.            Replaced local/crt0.asm with local/crt0.s
  5.            Changed local/opendir local/readdir and local/closedir
  6.              to properly (not) set errno
  7.            Replaced gen/alarm with local/alarm
  8.            Removed gen/ualarm from the library
  9.  
  10. 04-05-92   Changed math/makefile to compile support.c with -Dnational
  11.            Modified spawnv*() functions to properly handle NULL args/env
  12.            Removed gen/setmode from the library
  13.            Removed gen/popen from the library
  14.            Removed gen/fts from the library
  15.            Implemented minimal getpriority/setpriority to enable nice(3)
  16.            Replaced gen/sleep with local/sleep
  17.            Replaced gen/usleep with local/usleep
  18.  
  19. 04-03-92   Corrected invalid parameter to Dos32QueryCurrentDir in getcwd.c
  20.  
  21. 03-24-92   Modified read.c to handle partial read counts when reading
  22.            device files.
  23.  
  24. 03-22-92   Added regexp directory and source
  25.            Modified top level Makefile to make regexp
  26.            Removed man directory and man pages from compat43
  27.  
  28. 03-17-92   Changed local\crt1.c to call exit() instead of Dos32Exit()
  29.            for normal termination.
  30.  
  31.