master
Update copyright dates with scripts/update-copyrights
Update.
crypt: Remove libcrypt support
stdio: Suppress %Z format for clang
* Makefile (subdirs): Replace stdio with stdio-common and $(stdio).
update from main archive 970218
update from main archive 961008
tests: replace fread by xfread
Remove "Contributed by" lines
stdio-common: Use array_length and array_end macros
[BZ #3902]
* libio/wstrops.c (_IO_wstr_underflow): Clear errno before
tests: fix warn unused results
* stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
* stdio-common/Makefile (tests): Add bug20.
Use C99-compliant scanf under _GNU_SOURCE with modern compilers.
Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26211).
Fix allocation when handling positional parameters in printf.
Add test for BZ 13114
Another round of inclusion fixes for _ISOMAC testsuite.
stdio-common: Adjust tests in Makefile
Avoid insecure usage of tmpnam in tests.
stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c
Fix typos.
* locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
update from main archive 970121
stdio-common: Suppress Clang warnings on scanf13.c with fortify enable
Split DIAG_* macros to new header libc-diag.h.
* tst-trans.c: Include <stdlib.h> and <string.h>.
stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.c
* malloc/memusagestat.c (main): Use return instead of exit to
tests: fix warn unused result on asprintf calls
stdio-common: Add a few double formatting tests [BZ #27245]
Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)
Modify several tests to use test-skeleton.c
testsuite: Update tests for 'xfclose' use
Add more thorough tests of freopen
Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderr
Add freopen special-case tests: thread cancellation
Prefer https for Sourceware links
Fix grouping when rounding increases number of integer digits.
tests: replace ftruncate by xftruncate
* libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
Don't reduce test timeout to less than default
stdio-common: Add tests for formatted scanf input specifiers
stdio-common: Reject insufficient character data in scanf [BZ #12701]
stdio-common: Reject integer prefixes in scanf [BZ #12701]
stdio-common: Fix scanf parsing for NaN types [BZ #30647]
* stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
stdio: Add more setvbuf tests
* stdio-common/Makefile (tests): Add tst-swscanf.
ungetc: Fix backup buffer leak on program exit [BZ #27821]
ungetc: Guarantee single char pushback
Add __v*printf_internal with flags arguments
Add __vfscanf_internal and __vfwscanf_internal with flags arguments.
Convert 703 function definitions to prototype style.