4964 nl_langinfo(CRNCYSTR) returns wrong alignment character
commit538aa54d819fa7751ca82bcc30d4ed8c57ec2ef2
authorGarrett D'Amore <garrett@damore.org>
Sun, 6 Jul 2014 19:52:24 +0000 (6 12:52 -0700)
committerGarrett D'Amore <garrett@damore.org>
Tue, 15 Jul 2014 21:05:46 +0000 (15 14:05 -0700)
tree53b18be80f1470a87571c45a8a90cc4597d071bb
parente42d205944d245bf5d1c4fc45261cbe09e28a7b9
4964 nl_langinfo(CRNCYSTR) returns wrong alignment character
4999 libc test suite enhancements
4939 desire wcsnrtombs() function
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Approved by: Robert Mustacchi <rm@joyent.com>
25 files changed:
usr/src/Makefile.master
usr/src/Makefile.master.64
usr/src/head/iso/wchar_iso.h
usr/src/head/xlocale.h
usr/src/lib/libc/port/llib-lc
usr/src/lib/libc/port/locale/lmonetary.c
usr/src/lib/libc/port/mapfile-vers
usr/src/man/man3c/Makefile
usr/src/man/man3c/wcsrtombs.3c
usr/src/man/man3lib/libc.3lib
usr/src/pkg/manifests/system-library.man3c.inc
usr/src/pkg/manifests/system-test-libctest.mf
usr/src/test/libc-tests/doc/README
usr/src/test/libc-tests/runfiles/default.run
usr/src/test/libc-tests/tests/Makefile
usr/src/test/libc-tests/tests/Makefile.com [new file with mode: 0644]
usr/src/test/libc-tests/tests/common/run_arch_tests.ksh [new file with mode: 0644]
usr/src/test/libc-tests/tests/common/test_common.c [new file with mode: 0644]
usr/src/test/libc-tests/tests/common/test_common.h [new file with mode: 0644]
usr/src/test/libc-tests/tests/newlocale/Makefile [copied from usr/src/test/libc-tests/tests/Makefile with 81% similarity]
usr/src/test/libc-tests/tests/newlocale/newlocale_test.c
usr/src/test/libc-tests/tests/nl_langinfo/Makefile [copied from usr/src/test/libc-tests/tests/Makefile with 81% similarity]
usr/src/test/libc-tests/tests/nl_langinfo/nl_langinfo_test.c [new file with mode: 0644]
usr/src/test/libc-tests/tests/wcsrtombs/Makefile [copied from usr/src/test/libc-tests/tests/Makefile with 81% similarity]
usr/src/test/libc-tests/tests/wcsrtombs/wcsrtombs_test.c [new file with mode: 0644]