Skip to content

Commit

Permalink
config: update size information
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Vlasenko <[email protected]>
  • Loading branch information
Denys Vlasenko committed Dec 28, 2018
1 parent 10bde14 commit b097a84
Show file tree
Hide file tree
Showing 262 changed files with 321 additions and 313 deletions.
12 changes: 6 additions & 6 deletions archival/bbunzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"

//config:config GUNZIP
//config: bool "gunzip (12 kb)"
//config: bool "gunzip (11 kb)"
//config: default y
//config: select FEATURE_GZIP_DECOMPRESS
//config: help
Expand All @@ -308,7 +308,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
//config: an archive, without decompressing it.
//config:
//config:config ZCAT
//config: bool "zcat (25 kb)"
//config: bool "zcat (24 kb)"
//config: default y
//config: select FEATURE_GZIP_DECOMPRESS
//config: help
Expand Down Expand Up @@ -413,7 +413,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"

//config:config BUNZIP2
//config: bool "bunzip2 (8.8 kb)"
//config: bool "bunzip2 (8.7 kb)"
//config: default y
//config: select FEATURE_BZIP2_DECOMPRESS
//config: help
Expand All @@ -427,7 +427,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
//config: should probably say N here.
//config:
//config:config BZCAT
//config: bool "bzcat (8.8 kb)"
//config: bool "bzcat (8.7 kb)"
//config: default y
//config: select FEATURE_BZIP2_DECOMPRESS
//config: help
Expand Down Expand Up @@ -481,7 +481,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"

//config:config UNLZMA
//config: bool "unlzma (8.6 kb)"
//config: bool "unlzma (7.5 kb)"
//config: default y
//config: help
//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain
Expand All @@ -490,7 +490,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
//config: compressors.
//config:
//config:config LZCAT
//config: bool "lzcat (8.5 kb)"
//config: bool "lzcat (7.5 kb)"
//config: default y
//config: help
//config: Alias to "unlzma -c".
Expand Down
2 changes: 1 addition & 1 deletion archival/bzip2.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* about bzip2 library code.
*/
//config:config BZIP2
//config: bool "bzip2 (18 kb)"
//config: bool "bzip2 (16 kb)"
//config: default y
//config: help
//config: bzip2 is a compression utility using the Burrows-Wheeler block
Expand Down
2 changes: 1 addition & 1 deletion archival/cpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Only supports new ASCII and CRC formats
*/
//config:config CPIO
//config: bool "cpio (14 kb)"
//config: bool "cpio (15 kb)"
//config: default y
//config: help
//config: cpio is an archival utility program used to create, modify, and
Expand Down
2 changes: 1 addition & 1 deletion archival/dpkg.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* - (unknown, please let me know when you find any)
*/
//config:config DPKG
//config: bool "dpkg (44 kb)"
//config: bool "dpkg (43 kb)"
//config: default y
//config: select FEATURE_SEAMLESS_GZ
//config: help
Expand Down
2 changes: 1 addition & 1 deletion archival/gzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gzip: bogus: No such file or directory
aa: 85.1% -- replaced with aa.gz
*/
//config:config GZIP
//config: bool "gzip (19 kb)"
//config: bool "gzip (17 kb)"
//config: default y
//config: help
//config: gzip is used to compress files.
Expand Down
2 changes: 1 addition & 1 deletion archival/lzop.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"Minimalized" for busybox by Alain Knaff
*/
//config:config LZOP
//config: bool "lzop (13 kb)"
//config: bool "lzop (12 kb)"
//config: default y
//config: help
//config: Lzop compression/decompresion.
Expand Down
4 changes: 2 additions & 2 deletions archival/rpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RPM
//config: bool "rpm (33 kb)"
//config: bool "rpm (32 kb)"
//config: default y
//config: help
//config: Mini RPM applet - queries and extracts RPM packages.
Expand Down Expand Up @@ -499,7 +499,7 @@ int rpm_main(int argc, char **argv)
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RPM2CPIO
//config: bool "rpm2cpio (20 kb)"
//config: bool "rpm2cpio (21 kb)"
//config: default y
//config: help
//config: Converts a RPM file into a CPIO archive.
Expand Down
2 changes: 1 addition & 1 deletion archival/tar.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config TAR
//config: bool "tar (40 kb)"
//config: bool "tar (39 kb)"
//config: default y
//config: help
//config: tar is an archiving program. It's commonly used with gzip to
Expand Down
2 changes: 1 addition & 1 deletion archival/unzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Zip64 + other methods
*/
//config:config UNZIP
//config: bool "unzip (24 kb)"
//config: bool "unzip (26 kb)"
//config: default y
//config: help
//config: unzip will list or extract files from a ZIP archive,
Expand Down
2 changes: 1 addition & 1 deletion console-tools/dumpkmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config DUMPKMAP
//config: bool "dumpkmap (1.3 kb)"
//config: bool "dumpkmap (1.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
Expand Down
2 changes: 1 addition & 1 deletion console-tools/fgconsole.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FGCONSOLE
//config: bool "fgconsole (1.6 kb)"
//config: bool "fgconsole (1.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
Expand Down
2 changes: 1 addition & 1 deletion console-tools/kbd_mode.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config KBD_MODE
//config: bool "kbd_mode (4 kb)"
//config: bool "kbd_mode (4.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
Expand Down
4 changes: 2 additions & 2 deletions console-tools/loadfont.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config LOADFONT
//config: bool "loadfont (5.4 kb)"
//config: bool "loadfont (5.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: This program loads a console font from standard input.
//config:
//config:config SETFONT
//config: bool "setfont (26 kb)"
//config: bool "setfont (24 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
Expand Down
2 changes: 1 addition & 1 deletion console-tools/loadkmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config LOADKMAP
//config: bool "loadkmap (1.5 kb)"
//config: bool "loadkmap (1.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
Expand Down
2 changes: 1 addition & 1 deletion console-tools/openvt.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config OPENVT
//config: bool "openvt (7 kb)"
//config: bool "openvt (7.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
Expand Down
2 changes: 1 addition & 1 deletion console-tools/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RESET
//config: bool "reset (275 bytes)"
//config: bool "reset (345 bytes)"
//config: default y
//config: help
//config: This program is used to reset the terminal screen, if it
Expand Down
2 changes: 1 addition & 1 deletion console-tools/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RESIZE
//config: bool "resize (756 bytes)"
//config: bool "resize (903 bytes)"
//config: default y
//config: help
//config: This program is used to (re)set the width and height of your current
Expand Down
2 changes: 1 addition & 1 deletion console-tools/setconsole.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETCONSOLE
//config: bool "setconsole (3.7 kb)"
//config: bool "setconsole (3.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
Expand Down
2 changes: 1 addition & 1 deletion console-tools/setkeycodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETKEYCODES
//config: bool "setkeycodes (1.7 kb)"
//config: bool "setkeycodes (2.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
Expand Down
2 changes: 1 addition & 1 deletion coreutils/basename.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* 3) Save some space by using strcmp(). Calling strncmp() here was silly.
*/
//config:config BASENAME
//config: bool "basename (371 bytes)"
//config: bool "basename (438 bytes)"
//config: default y
//config: help
//config: basename is used to strip the directory and suffix from filenames,
Expand Down
2 changes: 1 addition & 1 deletion coreutils/chgrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CHGRP
//config: bool "chgrp (7.2 kb)"
//config: bool "chgrp (7.6 kb)"
//config: default y
//config: help
//config: chgrp is used to change the group ownership of files.
Expand Down
2 changes: 1 addition & 1 deletion coreutils/chmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CHMOD
//config: bool "chmod (5.1 kb)"
//config: bool "chmod (5.5 kb)"
//config: default y
//config: help
//config: chmod is used to change the access permission of files.
Expand Down
2 changes: 1 addition & 1 deletion coreutils/chown.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CHOWN
//config: bool "chown (7.2 kb)"
//config: bool "chown (7.6 kb)"
//config: default y
//config: help
//config: chown is used to change the user and/or group ownership
Expand Down
2 changes: 1 addition & 1 deletion coreutils/cksum.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CKSUM
//config: bool "cksum (4.2 kb)"
//config: bool "cksum (4.1 kb)"
//config: default y
//config: help
//config: cksum is used to calculate the CRC32 checksum of a file.
Expand Down
2 changes: 1 addition & 1 deletion coreutils/comm.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config COMM
//config: bool "comm (3.9 kb)"
//config: bool "comm (4.2 kb)"
//config: default y
//config: help
//config: comm is used to compare two files line by line and return
Expand Down
2 changes: 1 addition & 1 deletion coreutils/cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Size reduction.
*/
//config:config CP
//config: bool "cp (9.7 kb)"
//config: bool "cp (10 kb)"
//config: default y
//config: help
//config: cp is used to copy files and directories.
Expand Down
2 changes: 1 addition & 1 deletion coreutils/cut.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CUT
//config: bool "cut (5.3 kb)"
//config: bool "cut (5.8 kb)"
//config: default y
//config: help
//config: cut is used to print selected parts of lines from
Expand Down
2 changes: 1 addition & 1 deletion coreutils/date.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
much as possible, missed out a lot of bounds checking */

//config:config DATE
//config: bool "date (7.1 kb)"
//config: bool "date (7 kb)"
//config: default y
//config: help
//config: date is used to set the system date or display the
Expand Down
2 changes: 1 addition & 1 deletion coreutils/dd.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config DD
//config: bool "dd (7.1 kb)"
//config: bool "dd (7.5 kb)"
//config: default y
//config: help
//config: dd copies a file (from standard input to standard output,
Expand Down
2 changes: 1 addition & 1 deletion coreutils/df.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Implement -P and -B; better coreutils compat; cleanup
*/
//config:config DF
//config: bool "df (7.5 kb)"
//config: bool "df (6.8 kb)"
//config: default y
//config: help
//config: df reports the amount of disk space used and available
Expand Down
2 changes: 1 addition & 1 deletion coreutils/dirname.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config DIRNAME
//config: bool "dirname (289 bytes)"
//config: bool "dirname (329 bytes)"
//config: default y
//config: help
//config: dirname is used to strip a non-directory suffix from
Expand Down
4 changes: 2 additions & 2 deletions coreutils/dos2unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config DOS2UNIX
//config: bool "dos2unix (5.1 kb)"
//config: bool "dos2unix (5.2 kb)"
//config: default y
//config: help
//config: dos2unix is used to convert a text file from DOS format to
//config: UNIX format, and vice versa.
//config:
//config:config UNIX2DOS
//config: bool "unix2dos (5.1 kb)"
//config: bool "unix2dos (5.2 kb)"
//config: default y
//config: help
//config: unix2dos is used to convert a text file from UNIX format to
Expand Down
2 changes: 1 addition & 1 deletion coreutils/env.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* - use xfunc_error_retval
*/
//config:config ENV
//config: bool "env (3.8 kb)"
//config: bool "env (4 kb)"
//config: default y
//config: help
//config: env is used to set an environment variable and run
Expand Down
4 changes: 2 additions & 2 deletions coreutils/expand.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
* Caveat: this versions of expand and unexpand don't accept tab lists.
*/
//config:config EXPAND
//config: bool "expand (5.8 kb)"
//config: bool "expand (5.1 kb)"
//config: default y
//config: help
//config: By default, convert all tabs to spaces.
//config:
//config:config UNEXPAND
//config: bool "unexpand (6 kb)"
//config: bool "unexpand (5.3 kb)"
//config: default y
//config: help
//config: By default, convert only leading sequences of blanks to tabs.
Expand Down
2 changes: 1 addition & 1 deletion coreutils/expr.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* provided they all associate ((x op x) op x).
*/
//config:config EXPR
//config: bool "expr (6.1 kb)"
//config: bool "expr (6.6 kb)"
//config: default y
//config: help
//config: expr is used to calculate numbers and print the result
Expand Down
Loading

0 comments on commit b097a84

Please sign in to comment.