diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-02-27 10:19:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-02-27 10:19:10 +0000 |
commit | b0df72f4fbd600427553425da5be32bbd52c15e3 (patch) | |
tree | 0b3aa81e54db6b485dae50d0bcbe80bbdf40f4e3 /ChangeLog | |
parent | 9eb2730eab81c7732ecd9727c64165cab01b0d2b (diff) | |
download | glibc-b0df72f4fbd600427553425da5be32bbd52c15e3.zip glibc-b0df72f4fbd600427553425da5be32bbd52c15e3.tar.gz glibc-b0df72f4fbd600427553425da5be32bbd52c15e3.tar.bz2 |
Update.
1998-02-27 Ulrich Drepper <drepper@cygnus.com>
* posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
but does not require it. Handle missing argv[] values gracefully.
* posix/execl.c: Likewise.
* posix/execle.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +1998-02-27 Ulrich Drepper <drepper@cygnus.com> + + * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided, + but does not require it. Handle missing argv[] values gracefully. + * posix/execl.c: Likewise. + * posix/execle.c: Likewise. + 1998-02-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer |