Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /editors
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors')
-rw-r--r--editors/awk.c2
-rw-r--r--editors/cmp.c2
-rw-r--r--editors/ed.c2
-rw-r--r--editors/patch.c2
-rw-r--r--editors/patch_toybox.c2
-rw-r--r--editors/vi.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/editors/awk.c b/editors/awk.c
index 171f0a7ea..efdff2778 100644
--- a/editors/awk.c
+++ b/editors/awk.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config AWK
-//config: bool "awk (23 kb)"
+//config: bool "awk (24 kb)"
//config: default y
//config: help
//config: Awk is used as a pattern scanning and processing language.
diff --git a/editors/cmp.c b/editors/cmp.c
index b89e519ad..54f347508 100644
--- a/editors/cmp.c
+++ b/editors/cmp.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CMP
-//config: bool "cmp (4.9 kb)"
+//config: bool "cmp (5.3 kb)"
//config: default y
//config: help
//config: cmp is used to compare two files and returns the result
diff --git a/editors/ed.c b/editors/ed.c
index 4a84f7433..8ec23d07f 100644
--- a/editors/ed.c
+++ b/editors/ed.c
@@ -7,7 +7,7 @@
* The "ed" built-in command (much simplified)
*/
//config:config ED
-//config: bool "ed (21 kb)"
+//config: bool "ed (16 kb)"
//config: default y
//config: help
//config: The original 1970's Unix text editor, from the days of teletypes.
diff --git a/editors/patch.c b/editors/patch.c
index f90d6854d..5a768b23f 100644
--- a/editors/patch.c
+++ b/editors/patch.c
@@ -21,7 +21,7 @@
* [file] which file to patch
*/
//config:config PATCH
-//config: bool "patch (9.4 kb)"
+//config: bool "patch (9.6 kb)"
//config: default y
//config: help
//config: Apply a unified diff formatted patch.
diff --git a/editors/patch_toybox.c b/editors/patch_toybox.c
index 5478ece7d..c0631d8cd 100644
--- a/editors/patch_toybox.c
+++ b/editors/patch_toybox.c
@@ -26,7 +26,7 @@
USE_PATCH(NEWTOY(patch, USE_TOYBOX_DEBUG("x")"up#i:R", TOYFLAG_USR|TOYFLAG_BIN))
config PATCH
- bool "patch (9.4 kb)"
+ bool "patch (9.6 kb)"
default y
help
usage: patch [-i file] [-p depth] [-Ru]
diff --git a/editors/vi.c b/editors/vi.c
index 2645afe87..3cc3d2a0b 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -18,7 +18,7 @@
// An "ex" line oriented mode- maybe using "cmdedit"
//config:config VI
-//config: bool "vi (23 kb)"
+//config: bool "vi (26 kb)"
//config: default y
//config: help
//config: 'vi' is a text editor. More specifically, it is the One True