aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-10 05:00:31 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-10 05:00:31 +0000
commitac130e1dca289c431c43b6efee4b3d9f2b367c87 (patch)
tree380b189440ddc169cd4d9435147d8991da08aab2 /Changelog
parent0a027e6880762bfe24ffda94e5872710820ecc9d (diff)
downloadbusybox-ac130e1dca289c431c43b6efee4b3d9f2b367c87.tar.gz
Add suffix stripping support to basename
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog12
1 files changed, 7 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index 78255f973..8b683ba90 100644
--- a/Changelog
+++ b/Changelog
@@ -15,15 +15,17 @@
does force anyway
* tail can now accept -<num> commands (e.g. -10) for better
compatibility with the standard tail command
- * added a simple id implementation; doesn't support supp. groups yet
- * logname used getlogin(3) which uses utmp under the hood. Now it behaves.
+ * added a simple id implementation; doesn't support sup. groups yet
+ * logname used getlogin(3) which uses utmp. Now it doesn't.
* whoami used getpwuid(3) which uses libc NSS. Now it behaves.
- * Due to the license change, I can now use minix code. Minux tr replaces
- the BSD derived tr, saving 4k and eliminating bsearch(3) from the
- list of used Libc symbols.
+ * Due to the license change, I can now use minix code. Minux tr
+ replaces the BSD derived tr, saving 4k and eliminating bsearch(3)
+ from the list of used Libc symbols.
* Add support for "noatime" and "nodiratime" mount flags to mount.
* Changed 'umount -f' to mean force, and actually use umount2.
* Changed 'umount -l' to mean "Do not free loop device".
+ * Fixed basename to support stripping of suffixes. Patch thanks
+ to xiong jianxin <jxiong@uiuc.edu>
* More doc updates
-Erik