summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog75
1 files changed, 75 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5003fb02b..93c0f79b0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,80 @@
+2005-12-21 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #1962]
+ * io/fts.c (fts_open): Change type of len to size_t.
+ (fts_build): Remove cast in call to fts_alloc.
+ (fts_alloc): Change third parameter's type to size_t.
+
+ [BZ #1960]
+ * io/fts.c (fts_open): Avoid function call in MAX macro use.
+
2005-12-20 Ulrich Drepper <drepper@redhat.com>
+ * locale/xlocale.c (_nl_C_locobj): Mark as const.
+ * include/locale.h: Define _nl_C_locobj_ptr.
+ * iconv/gconv_charset.h: Use _nl_C_locobj_ptr instead of using pointer
+ to _nl_C_locobj because we also need a cast.
+ * iconv/gconv_conf.c: Likewise.
+ * iconv/gconv_int.h: Likewise.
+ * iconv/gconv_open.c: Likewise.
+ * locale/duplocale.c: Likewise.
+ * locale/freelocale.c: Likewise.
+ * locale/newlocale.c: Likewise.
+ * misc/syslog.c: Likewise.
+ * stdlib/strtod_l.c: Likewise.
+ * sysdeps/unix/sysv/linux/getloadavg.c: Likewise.
+
+ * csu/dso_handle.c (__dso_handle): Mark as const.
+
+ * intl/plural-exp.c (GERMANIC_PLURAL): Mark as const.
+ * intl/plural-exp.h: Adjust declaration of
+ __gettext_germanic_plural.
+
+ * resolv/herror.c (h_errlist): Mark as const.
+ (h_nerr): Likewise.
+
+2005-12-15 Thomas Schwinge <tschwinge@gnu.org>
+
+ [BZ #2061]
+ * sysdeps/mach/hurd/xmknod.c (__xmknod): Handle S_IFREG.
+
+2005-12-20 Roland McGrath <roland@redhat.com>
+
+ * sysdeps/unix/sysv/linux/ifreq.h: File removed.
+ * sysdeps/unix/sysv/linux/ifreq.c: #include "kernel-features.h" here.
+
+ * sysdeps/mach/hurd/ifreq.h: File removed.
+ (__ifreq): Function moved to ...
+ * sysdeps/mach/hurd/ifreq.c: ... here, new file.
+
+2005-12-20 Ulrich Drepper <drepper@redhat.com>
+
+ * sunrpc/clnt_unix.c (unix_ops): Mark as const.
+ * sunrpc/auth_des.c (authdes_ops): Likewise.
+ * sunrpc/svc_raw.c (server_ops): Likewise.
+ * sunrpc/clnt_udp.c (udp_ops): Likewise.
+ * sunrpc/clnt_tcp.c (tcp_ops): Likewise.
+ * sunrpc/clnt_raw.c (client_ops): Likewise.
+ * sunrpc/auth_unix.c (auth_unix_ops): Likewise.
+ * sunrpc/auth_none.c (ops): Likewise.
+
+ * nss/nsswitch.c (databases): Mark as const. Change name field
+ into array.
+ * nss/databases.def: Add warning.
+
+ * resolv/res_hconf.c (arg_service_list): Reduce size of svcs and
+ mark const.
+ (cmd): Mark as const.
+ (parse_line): Mark c as pointer to const.
+
+ * misc/getusershell.c (initshells): Remove unnecessary tests.
+ (endusershell): Likewise.
+ (okshells): Mark as const.
+
+ * sysdeps/posix/gai_strerror.c: Complete rewrite. Avoid relocations.
+ * sysdeps/posix/gai_strerror-strs.h: New file.
+ * sysdeps/posix/Dist: New file.
+
* sysdeps/posix/getaddrinfo.c (gaih): Mark as const.
* locale/loadlocale.c (_nl_value_types): Likewise.
* iconv/gconv_conf.c (builtin_aliases): Likewise.