diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ | |||
55 | * Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a "-e") | 55 | * Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a "-e") |
56 | * ps now supports BB_FEATURE_AUTOWIDTH, and can adjust its width | 56 | * ps now supports BB_FEATURE_AUTOWIDTH, and can adjust its width |
57 | to match the terminal (defaults to width=79 when this is off). | 57 | to match the terminal (defaults to width=79 when this is off). |
58 | * ps now accepts (and ignores) all options except for "--help" (which | ||
59 | as would be expected displays help). | ||
58 | * Fixed mount'ing loop devices when the filesystem type was not | 60 | * Fixed mount'ing loop devices when the filesystem type was not |
59 | specified. It used to revert to non-loop after the first try. | 61 | specified. It used to revert to non-loop after the first try. |
60 | * all mallocs now use xmalloc (and so are OOM error safe), and | 62 | * all mallocs now use xmalloc (and so are OOM error safe), and |