Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grep: Add optargs to grep API and deprecate fgrep etc. | Richard W.M. Jones | 2012-08-02 | 1 | -3/+10 |
| | | | | | | | | This commit makes grep into an optargs API, with flags for extended, fixed, [case-]insensitive and compressed. At the same time it deprecates: egrep, fgrep, grepi, egrepi, fgrepi, zgrep, zegrep, zfgrep, zgrepi, zegrepi and zfgrepi. | ||||
* | Mac OS X: Added check of #include <endian.h> | Masami HIRATA | 2012-07-24 | 1 | -0/+3 |
| | | | | | | Mac OS X doesn't have endian.h Signed-off-by: Masami HIRATA <msmhrt@gmail.com> | ||||
* | build: Rename most C files that contain underscore with dash. | Richard W.M. Jones | 2012-07-19 | 1 | -0/+597 |
This is just code motion. Some files cannot be renamed. Notably rpcgen input and output files must not contain dash characters, else rpcgen breaks. |