diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-07-25 06:37:56 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-07-25 06:37:56 +0000 |
commit | 14c3168379a44102adc58f0a6e88fbb269fe0ec8 (patch) | |
tree | c5a6e7c6a272066cc25763c0006a53ad6a914a4c /ChangeLog | |
parent | dcb585f3e5b09ebd7ae92c0c8ed602c3f3e44b61 (diff) | |
download | glibc-14c3168379a44102adc58f0a6e88fbb269fe0ec8.tar.gz |
Updated to fedora-glibc-20050725T0627
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ +2005-07-24 Ulrich Drepper <drepper@redhat.com> + + * string/test-memset.c (test_main): Use negative byte value is + test. + + * string/test-memset.c (do_one_test): Compare effect of call, not + only return value. + Add a few casts to avoid warnings. + +2005-07-24 SUGIOKA Toshinobu <sugioka@itonet.co.jp> + + * sysdeps/sh/memset.S (memset): Correct 2nd argument handling. + +2005-07-24 Ulrich Drepper <drepper@redhat.com> + + [BZ #1125] + * posix/Makefile (tests): Add tst-execvp4. + * posix/tst-execvp4.c: New file. + +2005-07-24 Jakub Jelinek <jakub@redhat.com> + + [BZ #1125] + * posix/execvp.c (execvp): Change path_malloc to + char *, free that pointer on failure. + +2005-07-24 Ulrich Drepper <drepper@redhat.com> + + * wcsmbs/bits/wchar2.h: Use __FILE not FILE. + * wcsmbs/Makefile: Add rules to build and run tst-wchar-h. + * wcsmbs/tst-wchar-h.c: New file. + +2005-07-22 Ulrich Drepper <drepper@redhat.com> + + * stdio-common/fxprintf.c (__fxprintf): Define variable more local. + 2005-07-22 Jakub Jelinek <jakub@redhat.com> * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use |