[hackers] [sbase][PATCH] printf: handle \0 in %b arguments

2016-10-24 Thread Evan Gates
The %b case was using fputs after unescape to print the argument, which meant that it could not handle nul bytes. Instead, store the length returned from unescape and use fwrite to properly handle them. --- printf.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pri

[hackers] [stali][PATCH] sh is now built as mksh, not lksh

2016-10-24 Thread Bruno Vetter
From: Bruno Vetter --- bin/mksh/stali.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mksh/stali.mk b/bin/mksh/stali.mk index 423c9ec..5d770f6 100644 --- a/bin/mksh/stali.mk +++ b/bin/mksh/stali.mk @@ -3,7 +3,7 @@ ROOT=../.. include $(ROOT)/config.mk CFLAGS += -Wno

[hackers] [st] Do not use color when font attributes are supported || Quentin Rameau

2016-10-24 Thread git
commit 8c99915608beee03eca3bae6ed92264a0da87e2f Author: Quentin Rameau AuthorDate: Sat Oct 22 16:36:10 2016 +0200 Commit: Quentin Rameau CommitDate: Sun Oct 23 17:56:46 2016 +0200 Do not use color when font attributes are supported If fontconfig gives us a font without the a

[hackers] [st] st.1: add an entry for ISO-14755 shortcut || Quentin Rameau

2016-10-24 Thread git
commit 7854fde1ff95ba85239ccfe1b59b555bd245d0db Author: Quentin Rameau AuthorDate: Sat Oct 22 10:42:46 2016 +0200 Commit: Quentin Rameau CommitDate: Sat Oct 22 10:43:18 2016 +0200 st.1: add an entry for ISO-14755 shortcut diff --git a/st.1 b/st.1 index aedc174..c429dcf 100644 --- a/