Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-21 | less: a few fixes for cases where we overflow status line | Denis Vlasenko | |
2006-12-21 | less: restore TAB display (was showing as inverse I after prev changes :) | Denis Vlasenko | |
2006-12-21 | less: "(null)" is a bit strange. "standard input" is better :) | Denis Vlasenko | |
2006-12-21 | less: how many different kinds of status line we need, three?! | Denis Vlasenko | |
small fixes. [prev commit also added control char filtering on input (e.g. regexp input, filename input for 'E' etc)] | |||
2006-12-21 | less: stop dying on bad regexps, quietly pipe data w/o | Denis Vlasenko | |
user interaction if stdout is not a tty. size optimizations | |||
2006-12-21 | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko | |
2006-12-21 | tail: fix tail +N | Denis Vlasenko | |
2006-12-21 | less: total cleanup and bugfix. | Denis Vlasenko | |
Doesn't die horribly on binary files anymore. In fact, they _100%_ work now. Control chars are in reverse video, including DEL and that idiocy of VT-10x, Meta-ESC [inventor of which should be prohibited from reproducing]. Regex search is fixed also. When you specify search ('/' key), control chars turn into dots (unhighlighted), and found occurrences highlighted instead. This is reversible. Memory management fixed (was leaky as hell) and optimized. Linewrapping fixed and thoroughly tested. Max buffer size made configurable. ~ 600 bytes saved. | |||
2006-12-20 | less: somewhat buggy applet, but nice. Muchly reduced | Denis Vlasenko | |
xstrdup'ing and memory consumption. Made linewrap saner. regex matching code was awful - still buggy, but not as leaky as before. Made buffer size configurable. Killed several static and on-stack buffers. Hopefully eliminated staircase effect on Ctrl-C (unable to reproduce). | |||
2006-12-19 | remove casts from xmalloc() | Denis Vlasenko | |
2006-12-19 | ifupdown: do not print and/or execute empty commands (""). | Denis Vlasenko | |
2006-12-19 | ifupdown: parse() returning NULL and returning "" is not the same, | Denis Vlasenko | |
it turned out! wow... okay, fixing my buglet... | |||
2006-12-19 | u_short, ulong exterminated | Denis Vlasenko | |
fdiskXXX: add a bit of sanity (not enough by far) | |||
2006-12-19 | cmdedit: fix my bug, improve code a bit | Denis Vlasenko | |
2006-12-19 | - use xlisten/xsocket some more. Saves .25 kB | Bernhard Reutner-Fischer | |
2006-12-19 | - rename SU_SYSLOG to FEATURE_SU_SYSLOG | Bernhard Reutner-Fischer | |
2006-12-19 | cmdedit: use qsort for sorting command completion results; style fixes | Denis Vlasenko | |
2006-12-19 | passwd: add option to check passwords for weakness | Denis Vlasenko | |
2006-12-19 | Add option to disable command execution from vi & awk | Denis Vlasenko | |
2006-12-19 | su: make /etc/shells check configurable | Denis Vlasenko | |
ash: missing ';' | |||
2006-12-18 | mount: add getmntent_r stub for dietlibc | Denis Vlasenko | |
2006-12-18 | xfuncs.c: dietlibc actually HAS fdprintf! | Denis Vlasenko | |
platform.h: define strchrnul for dietlibc ash: stop using few non-standard functions | |||
2006-12-18 | nc: add missing cast | Denis Vlasenko | |
xfuncs: add dprintf for dietlibc | |||
2006-12-18 | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | |
2006-12-18 | du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com. | Denis Vlasenko | |
2006-12-18 | ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations | Denis Vlasenko | |
2006-12-18 | ps: fix buglet, add microoptimization | Denis Vlasenko | |
2006-12-17 | httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore, | Denis Vlasenko | |
remove it from Config.in | |||
2006-12-17 | start_stop_daemon: make code a bit more readable | Denis Vlasenko | |
2006-12-17 | od: remove bug-for-bug compat (because the bug was fixed in coreuitls) | Denis Vlasenko | |
2006-12-17 | tar: report error if child dies while writing out the end of tarball | Denis Vlasenko | |
(e.g. out of disk space). | |||
2006-12-17 | start_stop_daemon: fix bug where any program name was "matching" | Denis Vlasenko | |
processes for which readlink(/proc/N/exe) fails | |||
2006-12-17 | fix/shorten some usage strings | Denis Vlasenko | |
2006-12-17 | tftp: corrupted input packets were killing retransmits - fixed | Denis Vlasenko | |
2006-12-17 | diff: comment - explain what happens when hunk fails to apply | Denis Vlasenko | |
2006-12-17 | patch: fix double-free (bug 1120) | Denis Vlasenko | |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | |
2006-12-16 | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | Denis Vlasenko | |
xstrtou: disallow leading '+' | |||
2006-12-16 | wget: smallish optimization | Denis Vlasenko | |
2006-12-16 | diff: fix -q exit code | Denis Vlasenko | |
last_char_is: sacrifice 9 bytes but avoid double-scan | |||
2006-12-15 | site: add link to directory with patches | Denis Vlasenko | |
2006-12-15 | re-applying first post-1.3.x change | Denis Vlasenko | |
version change to 1.4.0.svn | |||
2006-12-15 | back out last change - need to make busybox-1_3-stable branch first | Denis Vlasenko | |
2006-12-14 | - table support for ip route | Bernhard Reutner-Fischer | |
2006-12-14 | - minor shrinkage | Bernhard Reutner-Fischer | |
2006-12-14 | Update busybox.net webpage with 1.3.0 announcement | Denis Vlasenko | |
2006-12-13 | exterminate last bzero's | Denis Vlasenko | |
version bump to 1.3.0 | |||
2006-12-13 | - honor CONFIG_DEBUG | Bernhard Reutner-Fischer | |
2006-12-13 | - remove warning about unused depth parameter in add_to_dirlist() | Bernhard Reutner-Fischer | |
- make one variable static and add comment about why the other variables there are not static. | |||
2006-12-13 | date: -R shouldn't use locale | Denis Vlasenko | |