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