aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-01 22:34:24 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-01 22:34:24 +0000
commit3c1217cfad0fb72f458223ae73e1ce612f5e9efd (patch)
tree724b843eacacbb51efcd62414c0c47d2668e3351 /Changelog
parent8f8d6d5f2dfd874a659e2d648db2c908f9e6093b (diff)
downloadbusybox-3c1217cfad0fb72f458223ae73e1ce612f5e9efd.tar.gz
Document tr change
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index f6a922296..4580efc2b 100644
--- a/Changelog
+++ b/Changelog
@@ -16,6 +16,10 @@
* 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.
+ * 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.
* More doc updates
-Erik