diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-05-10 20:26:39 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-05-10 20:26:39 +0000 |
commit | 4d4b48753c60a45b80f1b3c64f424928b5360396 (patch) | |
tree | 79c527398dbfec2883cf8fa75b8875c6c16cde7c /ChangeLog | |
parent | a7d25a11579e10a7407fd486d3dd7c6d18ff45ea (diff) | |
download | glibc-4d4b48753c60a45b80f1b3c64f424928b5360396.tar glibc-4d4b48753c60a45b80f1b3c64f424928b5360396.tar.gz glibc-4d4b48753c60a45b80f1b3c64f424928b5360396.tar.bz2 glibc-4d4b48753c60a45b80f1b3c64f424928b5360396.zip |
*** empty log message ***
Fri May 10 16:22:44 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* string/argz-create.c (__argz_create): Restore const keyword to
ARGV parm.
* string/argz.h (__argz_create, argz_create): Restore const
keyword.
Fri May 10 11:48:03 1996 Miles Bader <miles@gnu.ai.mit.edu>
* string/argz.h (argz_create): Fix param type.
* string/argz-create.c (__argz_create): Remove const from param type.
* string/envz.c (envz_get): Remove const from return type.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Fri May 10 16:22:44 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> + + * string/argz-create.c (__argz_create): Restore const keyword to + ARGV parm. + * string/argz.h (__argz_create, argz_create): Restore const + keyword. + +Fri May 10 11:48:03 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * string/argz.h (argz_create): Fix param type. + * string/argz-create.c (__argz_create): Remove const from param type. + * string/envz.c (envz_get): Remove const from return type. + Fri May 10 09:41:54 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> * string/argz.h (__argz_create, argz_create): Omit const keyword |