]> diplodocus.org Git - nmh/history - sbr/pidstatus.c
new.c: Order two return statements to match comment.
[nmh] / sbr / pidstatus.c
2017-09-10 Ralph Corderoypidstatus(): Rewrite to print stopped and continued...
2017-09-10 Ralph Corderoypidstatus(): Delete commented-out code testing for...
2017-09-10 Ralph CorderoyReplace printf("%s\n", foo) and similar with puts(foo).
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-09-05 Ken HornsteinSwitch from our horrible awk script that parses the...
2014-01-18 Ken HornsteinExplictly return the exit code, so we can portably...
2013-04-14 David LevineRemoved #include of sys/wait.h from sbr/pidstatus.c...
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-04 Lyndon NerenbergAdd back missing include of <sys/wait.h>
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision