Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-01 | mostly style fixes | Denis Vlasenko | |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko | |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
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. | |||
2006-09-22 | readprofile: getopt_ulflags'isation | Denis Vlasenko | |
2006-08-06 | Make a warning go away on 64-bit systems. | Rob Landley | |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | |
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.) | |||
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-01-25 | just whitespace | Tim Riker | |
2005-10-20 | another more const | "Vladimir N. Oleynik" | |
2005-09-14 | Cleanup patch from Tito. | Rob Landley | |
2005-05-20 | Add readprofile applet support. | Paul Mundt | |