diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-13 00:46:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-13 00:46:48 +0000 |
commit | 02ac66c50d2faf11677911fd99579869f24795ef (patch) | |
tree | bafee0af52b84a7fe2f40725fa158ab6e7d1d6e1 /ChangeLog | |
parent | d94d8f2a5960683c324e184f1240b0c26fd3bc09 (diff) | |
download | glibc-02ac66c50d2faf11677911fd99579869f24795ef.zip glibc-02ac66c50d2faf11677911fd99579869f24795ef.tar.gz glibc-02ac66c50d2faf11677911fd99579869f24795ef.tar.bz2 |
Fri Jan 12 13:40:01 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-960113
* posix/gnu/types.h: Moved to sysdeps/generic/gnu/types.h.
* posix/glob.c (glob): Add parens in glob call flags arg for
GLOB_BRACE case.
* string/string.h (strdupa): New macro.
* stdio-common/vfscanf.c (%[): Grok ] as first char in set, not
terminator on empty set. From drepper.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Fri Jan 12 13:40:01 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * posix/gnu/types.h: Moved to sysdeps/generic/gnu/types.h. + + * posix/glob.c (glob): Add parens in glob call flags arg for + GLOB_BRACE case. + + * string/string.h (strdupa): New macro. + + * stdio-common/vfscanf.c (%[): Grok ] as first char in set, not + terminator on empty set. From drepper. + Thu Jan 11 13:09:20 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * elf/do-rel.h (elf_dynamic_do_rel): Use referring symbol as |