History log of /external/toybox/toys/pending/pgrep.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f3e56f4e4ff773de95fa2c9daf979734d826fc33 01-Jan-2015 Rob Landley <rob@landley.net> Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag macros for a disabled command (needed when multiple commands share infrastructure with a common set of flags).

This means the flag space is no longer packed, but leaves gaps where the zeroes
go. (Actual flag bit positions are the same for all configs.) Since the
option parsing needs to know where the holes are, the OPTSTR values are
now generated as part of flags.h with ascii 1 values for the disabled values.
(So generated/oldflags.h went away.)

This also means that the option string argument for OLDTOY() went away, it now
uses the same arguments as the NEWTOY() it references.
/external/toybox/toys/pending/pgrep.c
9fbd5ef63087f0825ef9903e05a8afdc6b76166f 18-Aug-2013 Rob Landley <rob@landley.net> Use OPTSTR_command macro for more oldtoys, to avoid keeping two option strings in sync. (todo: figure out how to make OLDTOY() automatically use macro. Still need the raw version for subset ala cp/mv though.)
/external/toybox/toys/pending/pgrep.c
1c8b0090a6529ce35f877973778e7814387c1e3f 12-Aug-2013 Rob Landley <rob@landley.net> Ashwini Sharma said that Kyungwan Han should be in the contact info for the commands he sent recently.
/external/toybox/toys/pending/pgrep.c
fe850691155be9a23cc1480e7afdb77028d87e78 25-Jul-2013 Rob Landley <rob@landley.net> pgrep and pkill by Madhur Verma,
/external/toybox/toys/pending/pgrep.c