summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-30 07:37:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-30 07:37:02 +0000
commit53d65098460fca7a23b521be7b505b62a8570af7 (patch)
tree040b893b88de9cc05ab0699f32e7d12e204fc320 /lib
parent3ada325679ff3f85cfee8a1319826d63224934c3 (diff)
downloadcoreutils-53d65098460fca7a23b521be7b505b62a8570af7.tar.xz
_POSIX_VERSION cleanup
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index e092117bd..5ccb69724 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,20 @@
+2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ * euidaccess.c (getuid, getgid, getuid, getegid)
+ [!defined _POSIX_VERSION]: Remove decls; not needed these days.
+ * idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
+ [!defined _POSIX_VERSION]: Remove decls; not needed these days.
+ * pathmax.h: Include <limits.h> unconditionally, since other
+ files have been getting away with it for years (MORE/BSD 4.3
+ is extinct now).
+ * userspec.c (getpwnam, getgrnam, getgrgid)
+ [!defined _POSIX_VERSION]: Remove decls; not needed these days.
+
+2005-05-29 Paul Eggert <eggert@cs.ucla.edu>
+
+ * pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
+ Define to 256, not 255, as per modern POSIX.
+
2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
* fts.c: Don't worry about debugging on pre-C99-comopatible hosts;