From ac130e1dca289c431c43b6efee4b3d9f2b367c87 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Wed, 10 May 2000 05:00:31 +0000 Subject: Add suffix stripping support to basename -Erik --- Changelog | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Changelog') 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 - 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 * More doc updates -Erik -- cgit v1.2.3