summaryrefslogtreecommitdiff
path: root/util-linux/readprofile.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* mostly style fixesDenis Vlasenko2006-11-011-24/+25
|
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-18/+6
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-3/+3
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* readprofile: getopt_ulflags'isationDenis Vlasenko2006-09-221-38/+6
|
* Make a warning go away on 64-bit systems.Rob Landley2006-08-061-2/+2
|
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-26/+5
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* just whitespaceTim Riker2006-01-251-2/+2
|
* another more const"Vladimir N. Oleynik"2005-10-201-3/+3
|
* Cleanup patch from Tito.Rob Landley2005-09-141-12/+9
|
* Add readprofile applet support.Paul Mundt2005-05-201-0/+302