diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-14 18:47:33 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-14 18:47:33 +0000 |
commit | b9acd08d522c093c5b7a2e543f8fd43455dc5690 (patch) | |
tree | 69f3fb0fcada0398c27cc3d6e26a25144876fff4 /TODO | |
parent | 2c3e72e1d6e553a10e0a5611e37bff9e07cca9f4 (diff) | |
download | busybox-w32-b9acd08d522c093c5b7a2e543f8fd43455dc5690.tar.gz busybox-w32-b9acd08d522c093c5b7a2e543f8fd43455dc5690.tar.bz2 busybox-w32-b9acd08d522c093c5b7a2e543f8fd43455dc5690.zip |
Commit Vladimir's latest version of stty.c. Nice work.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1803 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -26,12 +26,16 @@ around to it some time. If you have any good ideas, please let me know. | |||
26 | Possible apps to include some time: | 26 | Possible apps to include some time: |
27 | 27 | ||
28 | * hwclock | 28 | * hwclock |
29 | * stty | ||
30 | * group/commonize strings, remove dups (for i18n, l10n) | 29 | * group/commonize strings, remove dups (for i18n, l10n) |
31 | 30 | ||
31 | ----------- | ||
32 | |||
33 | Write a fixup_globals function to do just that right before calling | ||
34 | non-forking applets. Or, just always fork... | ||
35 | |||
32 | ----------------------- | 36 | ----------------------- |
33 | 37 | ||
34 | Running the following: | 38 | Run the following: |
35 | 39 | ||
36 | rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \ | 40 | rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \ |
37 | sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq | 41 | sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq |