diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-10 05:00:31 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-10 05:00:31 +0000 |
commit | ac130e1dca289c431c43b6efee4b3d9f2b367c87 (patch) | |
tree | 380b189440ddc169cd4d9435147d8991da08aab2 /Changelog | |
parent | 0a027e6880762bfe24ffda94e5872710820ecc9d (diff) | |
download | busybox-w32-ac130e1dca289c431c43b6efee4b3d9f2b367c87.tar.gz busybox-w32-ac130e1dca289c431c43b6efee4b3d9f2b367c87.tar.bz2 busybox-w32-ac130e1dca289c431c43b6efee4b3d9f2b367c87.zip |
Add suffix stripping support to basename
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -15,15 +15,17 @@ | |||
15 | does force anyway | 15 | does force anyway |
16 | * tail can now accept -<num> commands (e.g. -10) for better | 16 | * tail can now accept -<num> commands (e.g. -10) for better |
17 | compatibility with the standard tail command | 17 | compatibility with the standard tail command |
18 | * added a simple id implementation; doesn't support supp. groups yet | 18 | * added a simple id implementation; doesn't support sup. groups yet |
19 | * logname used getlogin(3) which uses utmp under the hood. Now it behaves. | 19 | * logname used getlogin(3) which uses utmp. Now it doesn't. |
20 | * whoami used getpwuid(3) which uses libc NSS. Now it behaves. | 20 | * whoami used getpwuid(3) which uses libc NSS. Now it behaves. |
21 | * Due to the license change, I can now use minix code. Minux tr replaces | 21 | * Due to the license change, I can now use minix code. Minux tr |
22 | the BSD derived tr, saving 4k and eliminating bsearch(3) from the | 22 | replaces the BSD derived tr, saving 4k and eliminating bsearch(3) |
23 | list of used Libc symbols. | 23 | from the list of used Libc symbols. |
24 | * Add support for "noatime" and "nodiratime" mount flags to mount. | 24 | * Add support for "noatime" and "nodiratime" mount flags to mount. |
25 | * Changed 'umount -f' to mean force, and actually use umount2. | 25 | * Changed 'umount -f' to mean force, and actually use umount2. |
26 | * Changed 'umount -l' to mean "Do not free loop device". | 26 | * Changed 'umount -l' to mean "Do not free loop device". |
27 | * Fixed basename to support stripping of suffixes. Patch thanks | ||
28 | to xiong jianxin <jxiong@uiuc.edu> | ||
27 | * More doc updates | 29 | * More doc updates |
28 | 30 | ||
29 | -Erik | 31 | -Erik |