[git commit] Assorted typo fixes
Denys Vlasenko
vda.linux at googlemail.com
Tue Feb 3 17:17:53 UTC 2015
commit: http://git.busybox.net/busybox-website/commit/?id=9a069293626c8b37a9aaed73f4d1907a05731aa5
branch: http://git.busybox.net/busybox-website/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
news.html | 33 +++++++++++++++------------------
1 files changed, 15 insertions(+), 18 deletions(-)
diff --git a/news.html b/news.html
index 9135f5a..d50d0b8 100644
--- a/news.html
+++ b/news.html
@@ -109,7 +109,7 @@ Denys Vlasenko:
ash,hush: set $HOSTNAME is bash compat. Closes 7028
ash: factor out ASH_HELP config option
ash: fix handling of negative start value in ${v:start:len}
- ash: fix off-by-one in "jobs %4" handling. closes 7310
+ ash: fix off-by-one in "jobs %4" handling. Closes 7310
ash: in bash compat mode, always export $SHLVL
ash: make "local VAR" unset VAR (bash does that)
ash: make ${#var} unicode-aware
@@ -159,7 +159,7 @@ Denys Vlasenko:
libbb: open_zipped() should not fail on non-compressed files
libbb: use ARG_MAX for bb_arg_max() only if it's 60k+
lineedit: don't fall back to simple line input if tty is in raw mode
- ls: make "ls -s DIR" show total too. Clases 4946
+ ls: make "ls -s DIR" show total too. Closes 4946
lzop: add overflow check
make xmalloc_open_zipped_read_close result NUL terminated
man: accept a list of dirs in $MANPATH
@@ -193,7 +193,7 @@ Denys Vlasenko:
shuf: new applet
sysctl: do not error out showing write-only data. Closes 6386
syslogd: make "-O -" log to stdout
- tar: fix "tar -cJ" ignoring -J option. closes 7706
+ tar: fix "tar -cJ" ignoring -J option. Closes 7706
tar: tighten up pax header validity check
taskset: fix logic error in "if it doesn't start with 0x..."
taskset: support CPU masks for more than 64 CPUs
@@ -413,12 +413,11 @@ David A. Wheeler (2):
Denys Vlasenko:
Call setlocale("") , not "C", if we want to set the default one
Commonalize typical [b,]k,m suffix struct
- Make smart_ulltoa return pointer to end (allows for code shink in callers)
+ Make smart_ulltoa return pointer to end (allows for code shrink in callers)
Makefile.custom: make "make release" delete .gitignore files too
Move create_icmp[6]_socket to its only user, and simplify it
Use unsigned printf/scanf conversion where more appropriate
adduser: check whether run with no USERNAME. Closes 6728
- ash: add comment about failures in source builtin. No code changes.
awk: fix a bug in argc counting in recent change
awk: fix length(array)
awk: use "long long" as integer type, not "int"
@@ -427,13 +426,11 @@ Denys Vlasenko:
bunzip2: fix off-by-one check
chpst: fix a bug where -U USER was using wrong USER (one from -u USER)
cryptpw: do not segfault on EOF. Closes 6350
- dd: do not reuse local variables for unrelated values.
+ dd: do not reuse local variables for unrelated values
dd: fail if swab is attempted on odd-sized block
- dd: fix example in a comment. No code changes.
dd: support conv=swab
decompress_unlzma: 10% speedup in "small" code
decompress_unlzma: make "fast" version a bit smaller
- decompress_unlzma: move function, no code changes
devfsd: remove static variable
ether-wake: shorten help text, reduce packet buffer size
find: support -HLP
@@ -442,8 +439,8 @@ Denys Vlasenko:
fix build error with musl libc due to if_slip.h
fix error message on failure to open /dev/null; fix zcat's help text
flashcp: pad output to BUFSIZE. Hopefully closes 5882
- foo*sum: report I/O errors, don't merely exit with 1.
- head,tail: use common suffix struct. simplify help text.
+ foo*sum: report I/O errors, don't merely exit with 1
+ head,tail: use common suffix struct. simplify help text
head: support -n -NUM and -c -NUM
hexdump: don't unconditionally limit the usable address range
hexdump: need to use xstrtoull for off_t
@@ -452,13 +449,13 @@ Denys Vlasenko:
httpd: make sure pfd[TO_CGI].revents is cleared before poll()
httpd: treat errors from stdin correctly.
hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVE
- hush: fix for "while false && true; do echo BUG; break; done". closes 6170
+ hush: fix for "while false && true; do echo BUG; break; done". Closes 6170
hush: source builtin should override $N only if it has args
hush: typo fixes in comments
ifplugd: make -k send SIGINT, not SIGQUIT
ifupdown: support "source" stanza in /etc/network/interfaces
init: don't use fixed size buffer for command
- init: remove special-case code for machines with less tham 1 MB of RAM.
+ init: remove special-case code for machines with less tham 1 MB of RAM
iplink: comment out include <net/if_packet.h>
iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)
less: support "less 1<>TTY"
@@ -470,8 +467,8 @@ Denys Vlasenko:
lineedit: improve Unicode handling (still buggy though)
lineedit: use unicode_strwidth instead of unicode_strlen
loadkmap: explain what happens with K_ALLOCATED key value
- logread: don't call shmdt() before exit, kernel does it for us.
- logread: flush output. closes 6710
+ logread: don't call shmdt() before exit, kernel does it for us
+ logread: flush output. Closes 6710
logread: intercept all fatal signals, not just SIGINT
losetup: assorted fixes. Closes 6314
lzop: fiq -q and OPTION_DECOMPRESS mismatch
@@ -485,7 +482,7 @@ Denys Vlasenko:
mdev: improve $SEQ handling; improve debug logging
mkfs_minix: use get_volume_size_in_bytes instead of local version
nc: don't redirect stderr to network in -e PROG mode
- nc: exit when both stdin and network are closed.
+ nc: exit when both stdin and network are closed
nc: fix build failure ("subscripted value is neither array nor pointer")
nc: remove some dead code
nc: remove unnecessary "errno = 0"
@@ -495,10 +492,10 @@ Denys Vlasenko:
ntpd: do not invalidate datapoints after step
ntpd: drop delay outliers; run "unsync" handler if no replies for some time
ntpd: let user know if spike was detected
- ntpd: make "unsync" code actually work.
+ ntpd: make "unsync" code actually work
ntpd: promote log level 3 to production
ntpd: set G.last_script_run even if script isn't configured
- ntpd: set offset to 0.0 in "usync" event
+ ntpd: set offset to 0.0 in "unsync" event
ntpd: speed up resyncing if our clock is seriously off
ping[6]: accept and ignore -n. Code shrink
ps: fix sscanf format specifier (%l); make uptime unsigned
@@ -528,7 +525,7 @@ Denys Vlasenko:
ubi_tools: enhance -s option to allow size multiplier to match mtd-utils
ubi_tools: extend supported volume size to 64 bits; shrink code
udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORT
- udhcpc: allow zero server-id. Closes 6614.
+ udhcpc: allow zero server-id. Closes 6614
udhcpc: fix a problem with binary-encoded options #2
udhcpd: add -I LOCAL_ADDR option
unicode: check $LC_ALL to detect Unicode mode, not only $LANG
More information about the busybox-cvs
mailing list