Home | History | Annotate | Download | only in ps
History log of /src/bin/ps/fmt.c
RevisionDateAuthorComments
 1.21  12-Dec-2007  lukem branches: 1.21.70;
use __RCSID()
 1.20  27-Mar-2004  simonb branches: 1.20.22;
Wrap some long lines.
Consisently use (void) in front of printf(...);
A few more white-space nits.
 1.19  27-Mar-2004  simonb KNF, ANSFify, de-__P, unC++ify, white space nits.
 1.18  14-Feb-2002  enami branches: 1.18.2;
Just use return value of strvis instead of calling strlen.
 1.17  14-Feb-2002  enami Don't define variable as static unnecessarily.
 1.16  23-Mar-2001  enami Always initialize an auto variable.
 1.15  20-Mar-2001  itojun do not update maxlen if realloc fails.
 1.14  03-Dec-1999  simonb Since we have an "extern.h", put all external variable declarations in
that file and not sprinkled around various .c files.
 1.13  03-Feb-1998  perry branches: 1.13.6;
add <sys/time.h> to fix compiler error
 1.12  09-Jan-1998  perry RCS Id Police.
 1.11  20-Jul-1997  christos Fix compiler warnings
Add WARNS=1
 1.10  25-May-1995  mycroft Simplify this just a little.
 1.9  21-May-1995  mycroft Split out some helper functions again.
 1.8  18-May-1995  mycroft Create and strvis(3) the argument and environment lists only as needed.
Do not keep extra copies around.
 1.7  18-May-1995  mycroft Do the right thing for an empty environment.
 1.6  18-May-1995  mycroft Avoid an extra (gratuitous) pass through strvis(3).
 1.5  21-Mar-1995  cgd convert to new RCS id conventions.
 1.4  08-Jan-1995  mycroft Better fix for the previous.
 1.3  08-Jan-1995  mycroft Fix oversight in previous change, when argument list is sort of empty.
 1.2  18-May-1994  cgd kill extra space, save my sanity
 1.1  09-May-1994  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  09-Jan-1997  tls Import from 4.4BSD-Lite2
 1.1.1.1  09-May-1994  cgd new ps, to match libkvm
 1.13.6.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.18.2.2  14-Feb-2002  enami Just use return value of strvis instead of calling strlen.
 1.18.2.1  14-Feb-2002  enami file fmt.c was added on branch nathanw_sa on 2002-02-14 06:57:20 +0000
 1.20.22.1  09-Jan-2008  matt sync with HEAD
 1.21.70.2  21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.21.70.1  21-Apr-2020  martin Sync with HEAD

RSS XML Feed