Bernhard Reutner-Fischer
|
18260d5099
|
- typo: s/derefernce/dereference/g
Thanks to P.J. Day.
|
2006-04-18 14:17:49 +00:00 |
|
Bernhard Reutner-Fischer
|
fc5f318896
|
- use C99 %j format to print intmax.
Closes bugs #802 and #743
|
2006-04-12 08:03:11 +00:00 |
|
Bernhard Reutner-Fischer
|
e11a01cc34
|
- include inttypes.h as pointed out by Jason Schoon.
- use shorter boilerplate and switch to USE_FEATURE_STAT_FORMAT while at it.
|
2006-04-05 17:19:37 +00:00 |
|
Bernhard Reutner-Fischer
|
465874f3a3
|
- use proper macros to print intmax_t.
PRIuMAX and PRIxMAX are defined in inttypes depending on the wordsize.
|
2006-04-05 14:57:59 +00:00 |
|
Bernhard Reutner-Fischer
|
d409c3a2f7
|
- Rich Felker writes: fix invalid printf format strings
http://busybox.net/lists/busybox/2006-March/019568.html
text data bss dec hex filename
900619 10316 1038724 1949659 1dbfdb busybox.oorig
900603 10316 1038724 1949643 1dbfcb busybox
|
2006-03-29 22:34:47 +00:00 |
|
Rob Landley
|
0a7c8ef6e2
|
Patch from Denis Vlasenko to constify things and fix a few typos.
|
2006-02-22 17:01:00 +00:00 |
|
Tim Riker
|
c1ef7bdd8d
|
just whitespace
|
2006-01-25 00:08:53 +00:00 |
|
"Vladimir N. Oleynik"
|
1f0262bcdb
|
another more const
|
2005-10-20 11:17:48 +00:00 |
|
Rob Landley
|
b7128c6236
|
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
getopt.h, whitespace changes, typos, etc.
|
2005-09-11 01:05:30 +00:00 |
|
Mike Frysinger
|
726b2cb5da
|
just punt all the f_frsize crap since not all linux headers support it Bug 346
|
2005-07-26 22:39:56 +00:00 |
|
Mike Frysinger
|
8804c6a3b7
|
dont use f_frsize unless linux-2.6.0 or better
|
2005-06-29 01:07:04 +00:00 |
|
Mike Frysinger
|
408ae211ce
|
rework human_fstype to cut down size
|
2005-04-24 04:11:44 +00:00 |
|
Mike Frysinger
|
f06c494636
|
rework options to get rid of extra variables
|
2005-04-24 03:53:12 +00:00 |
|
Mike Frysinger
|
9b5f71ec02
|
stat implementation based upon coreutils
|
2005-04-23 06:26:38 +00:00 |
|