aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-13 06:27:35 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-13 06:27:35 +0000
commit74a50d9c46d170bc9542822ce4760cdb37f0be7d (patch)
treea1146a8ef133f5d87d7a5ac422c3989a16421bfb /ChangeLog
parente5bc0761fc645ba56c75bb199cbd6e841dffdba7 (diff)
downloadglibc-74a50d9c46d170bc9542822ce4760cdb37f0be7d.tar
glibc-74a50d9c46d170bc9542822ce4760cdb37f0be7d.tar.gz
glibc-74a50d9c46d170bc9542822ce4760cdb37f0be7d.tar.bz2
glibc-74a50d9c46d170bc9542822ce4760cdb37f0be7d.zip
Update.
2001-08-12 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile: Add rules to build ISO-IR-209 and MAC-SAMI. * iconvdata/iso-ir-209.c: New file. * iconvdata/mac-sami.c: New file. * iconvdata/gconv-modules: Add entries for ISO-IR-209 and MAC-SAMI. * iconvdata/tst-tables.sh: Likewise. * posix/getopt.c: Remove store_args_and_env which is not needed since USE_NONOPTION_FLAGS is undefined anyhow. Use __libc_argc and __libc_argv variables. Now returns pointer to first character after "LD_".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 710e15ad32..45f951cfac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2001-08-12 Ulrich Drepper <drepper@redhat.com>
+
+ * iconvdata/Makefile: Add rules to build ISO-IR-209 and MAC-SAMI.
+ * iconvdata/iso-ir-209.c: New file.
+ * iconvdata/mac-sami.c: New file.
+ * iconvdata/gconv-modules: Add entries for ISO-IR-209 and MAC-SAMI.
+ * iconvdata/tst-tables.sh: Likewise.
+
+ * posix/getopt.c: Remove store_args_and_env which is not needed since
+ USE_NONOPTION_FLAGS is undefined anyhow. Use __libc_argc and
+ __libc_argv variables.
+
2001-08-12 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/clock.c: New file.
@@ -54,7 +66,7 @@
only if consider_profiling is != 0, not if _dl_profile != NULL.
* sysdeps/generic/dl-environ.c (_dl_next_ld_env_entry): Optimize a bit.
- Now returns pointer to first character set "LD_".
+ Now returns pointer to first character after "LD_".
* elf/rtld.c (process_envvars): Adjust for change above.
* sysdeps/unix/sysv/linux/dl-librecon.h (EXTRA_LD_ENVVARS): Likewise.
* sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS):