.
[glibc.git] / ChangeLog
blob05cc90c0f2144dbdbfda9ab9c5dab3547ee8a735
1 2004-04-21  Jakub Jelinek  <jakub@redhat.com>
3         * posix/tst-chmod.c (do_test): Fix a typo.
5         * elf/lateglobal.c (main): Fix error checks.
6         Patch by Stephen Clarke <stephen.clarke@st.com>.
8         * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
9         mention they have been added in ISO C99.
10         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12 2004-03-31  H.J. Lu  <hongjiu.lu@intel.com>
14         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
16 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
18         * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
19         EACCES.
21 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
23         * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
24         handling change.
25         * stdio-common/tst-sscanf.c (int_tests): Adjust.
27         * nis/nss-nis.c: Include stdlib.h.
29         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
30         warning.
31         * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
32         libc_hidden_builtin_def.
34 2004-04-20  Jim Meyering  <jim@meyering.net>
36         * misc/error.c (error_tail): Don't leak upon realloc failure.
38 2004-04-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
40         * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
41         Use RETURN_ADDRESS instead of __builtin_return_address.
43 2004-04-19  Ulrich Drepper  <drepper@redhat.com>
45         * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
46         compact code.
48 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
50         * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
51         do input_error () instead of conv_error () and don't look at errno.
52         Don't eat any whitespace before %% if skip_space == 0.
53         * stdio-common/tst-sscanf.c (int_tests): New array.
54         (main): Run int_tests.
57 See ChangeLog.14 for earlier changes.