aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-02 00:07:56 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-02 00:07:56 +0000
commit5afc864422e8c572a13b3e48df47fd0e56cfbb74 (patch)
tree5a6ec9054284616133cdea4b62efdcbaddd061f9 /Changelog
parent3c1217cfad0fb72f458223ae73e1ce612f5e9efd (diff)
downloadbusybox-w32-5afc864422e8c572a13b3e48df47fd0e56cfbb74.tar.gz
busybox-w32-5afc864422e8c572a13b3e48df47fd0e56cfbb74.tar.bz2
busybox-w32-5afc864422e8c572a13b3e48df47fd0e56cfbb74.zip
More stuff
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 4580efc2b..aed8c14d7 100644
--- a/Changelog
+++ b/Changelog
@@ -16,7 +16,8 @@
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 supp. groups yet
19 * logname used getlogin(3), which uses utmp under the hood. Now it behaves. 19 * logname used getlogin(3) which uses utmp under the hood. Now it behaves.
20 * whoami used getpwuid(3) which uses libc NSS. Now it behaves.
20 * 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 replaces
21 the BSD derived tr, saving 4k and eliminating bsearch(3) from the 22 the BSD derived tr, saving 4k and eliminating bsearch(3) from the
22 list of used Libc symbols. 23 list of used Libc symbols.