git: libc: Remove 'table' argument from call to collate_range_cmp() in __sccl().

2017-12-30 Thread Rimvydas Jasinskas
commit f69bef86fb8f7697c008e987640aeab5ce7a9b9d Author: zrj Date: Thu Dec 28 14:30:07 2017 +0200 libc: Remove 'table' argument from call to collate_range_cmp() in __sccl(). This prevents segfaults when called with say incomplete locale. Introduce

git: libc/locale: Fix leading space issue in wcstof().

2017-12-30 Thread Rimvydas Jasinskas
commit bc18712b47db31b43d8deca33b3540dc5f20d1fe Author: zrj Date: Thu Dec 28 13:34:53 2017 +0200 libc/locale: Fix leading space issue in wcstof(). On failure correctly set endptr to report failure. It was reported by libc++ testsuite.

git: newlocale(3): Add support for native complex locale.

2017-12-30 Thread Rimvydas Jasinskas
commit 2c92c36023c84b792f84e6963178f9077d09add6 Author: zrj Date: Sat Dec 30 20:32:25 2017 +0200 newlocale(3): Add support for native complex locale. Now newlocale(LC_ALL_MASK, setlocale(LC_ALL, NULL), NULL) should work as intended even with

git: gencat(1): Staticize and remove a wrong prototype.

2017-12-30 Thread Sascha Wildner
commit d3147e94a911fddafc3b15e9c827fa749762a95f Author: Sascha Wildner Date: Sun Dec 31 03:25:19 2017 +0100 gencat(1): Staticize and remove a wrong prototype. Summary of changes: usr.bin/gencat/gencat.c | 31 +++ 1 file changed, 15

git: localedef(1): Add some __printflike.

2017-12-30 Thread Sascha Wildner
commit a72de5ad73264ee8c7a1e035b4310812a6433e75 Author: Sascha Wildner Date: Sun Dec 31 04:00:29 2017 +0100 localedef(1): Add some __printflike. Summary of changes: usr.bin/localedef/scanner.c | 4 ++-- usr.bin/localedef/wide.c| 2 +- 2 files changed, 3

git: locate(1): Staticize.

2017-12-30 Thread Sascha Wildner
commit a4f37ab4bad057403991b6a32c2acfe6f97588e9 Author: Sascha Wildner Date: Sun Dec 31 04:11:16 2017 +0100 locate(1): Staticize. Summary of changes: usr.bin/locate/bigram/locate.bigram.c | 7 +++-- usr.bin/locate/code/locate.code.c | 16 ++--

git: locale(1): Staticize and remove an unused variable.

2017-12-30 Thread Sascha Wildner
commit c38cbb03c45a60e57040f3c0d9ee6dafb6276b2b Author: Sascha Wildner Date: Sun Dec 31 03:34:15 2017 +0100 locale(1): Staticize and remove an unused variable. Summary of changes: usr.bin/locale/locale.c | 54 - 1 file

git: leave(1): Staticize.

2017-12-30 Thread Sascha Wildner
commit 5edf5e9eb641cec3d2d1a9b3e593ab4b3354e68e Author: Sascha Wildner Date: Sun Dec 31 03:30:05 2017 +0100 leave(1): Staticize. Summary of changes: usr.bin/leave/leave.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

git: m4(1): Add some __printflike.

2017-12-30 Thread Sascha Wildner
commit 650dcbdf028776411e7ce0fed0b3694cd4a55bbf Author: Sascha Wildner Date: Sun Dec 31 04:30:52 2017 +0100 m4(1): Add some __printflike. Summary of changes: usr.bin/m4/extern.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)

git: mkstr(1): Staticize.

2017-12-30 Thread Sascha Wildner
commit 9898012d276c4cbd7aadbb604f5a7c049d252e97 Author: Sascha Wildner Date: Sun Dec 31 04:40:39 2017 +0100 mkstr(1): Staticize. Summary of changes: usr.bin/mkstr/mkstr.c | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-)

git: mt(1): Staticize.

2017-12-30 Thread Sascha Wildner
commit 689ddcfa1de4bebfd3e4a9bec66cb93c39189d79 Author: Sascha Wildner Date: Sun Dec 31 04:47:16 2017 +0100 mt(1): Staticize. Summary of changes: usr.bin/mt/mt.c | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-)

git: skel: Quote default alias for pager

2017-12-30 Thread Eitan Adler
commit 83080ae38574b0dcf2b628dd17c62744a66bfbba Author: Eitan Adler Date: Sat Dec 30 23:03:29 2017 -0800 skel: Quote default alias for pager Summary of changes: share/skel/dot.shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)