home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / A / PS / PROCPS-0.000 / PROCPS-0 / procps-0.97 / CHANGES < prev    next >
Encoding:
Text File  |  1994-10-16  |  1.1 KB  |  27 lines

  1. Changes from 0.96 --> 0.97 in brief:
  2.  
  3. __LIBPROC__
  4.    modularized the take_snapshot routines to use parse_stat() and parse_statm() functions
  5.    separate file->string and nulls->spaces from mycpy into two separate functions,
  6.       file2str() and nulls2spc().  Ammend use by library functions accordingly.
  7.    parse_stat() handle whitespaces in executables properly
  8.       finally, a reverse pre-scanning technique seems to handle this problem in all its generality
  9.       and relatively efficiently.
  10.    use first char == numerical digit recognition instead of regex's
  11.        NOTE: made absolutely no difference in speed or binary size
  12.  
  13. __PS__
  14.    describe the sorting keys correctly in the man page
  15.    incorporated bdouma's forest patches
  16.    'e' option implemented.  Trivial to implement, just ugly output usually... :)
  17.  
  18. __Makefile__
  19.    use install now
  20.    $(LIBS) after all link commands, so that -lshadow works, etc.
  21.    separate binary/man page installation
  22.  
  23. __FREE__
  24.    add flags for megabytes, repeated polling, buffer adjustment toggle, and updated man page.
  25.  
  26. and see the README for changes in psmisc from 0.6 --> 0.8 which were incorporated.
  27.