Re: [hackers] [st][PATCH] x.c: modify xsettitle to work with musl libc

2020-07-03 Thread Đoàn Trần Công Danh
On 2020-07-03 18:40:09+0200, Hiltjo Posthuma wrote: > On Wed, Jul 01, 2020 at 09:29:25PM +0200, joris.k...@gmail.com wrote: > > From: Joris Klaasse Bos > > > > Before this commit, running st on a system with musl libc would > > result in a segmentation fault. This is because musl implements > >

Re: [hackers] [sbase][PATCH] remove sbase-box from PHONY

2020-07-03 Thread Michael Forney
Thanks, applied.

[hackers] [sbase] remove sbase-box from PHONY || Cem Keylan

2020-07-03 Thread git
commit 991ff9006421d80e42bc974a1cdc5a352f73f18b Author: Cem Keylan AuthorDate: Fri Jul 3 14:20:25 2020 +0300 Commit: Michael Forney CommitDate: Fri Jul 3 13:18:23 2020 -0700 remove sbase-box from PHONY I have noticed this issue while I was trying to package sbase-box. Since

Re: [hackers] [dwm][patch] Make EWMH windows float

2020-07-03 Thread Stein Gunnar Bakkeby
This hasn't been included in the mainline yet, but I have been trying it out for the past couple of weeks. One implication of these changes that I have found is that dialog boxes may be marked with the WM_TRANSIENT_FOR hint, indicating to the window manager that it is a transient top-level

Re: [hackers] [st][PATCH] x.c: modify xsettitle to work with musl libc

2020-07-03 Thread Hiltjo Posthuma
On Wed, Jul 01, 2020 at 09:29:25PM +0200, joris.k...@gmail.com wrote: > From: Joris Klaasse Bos > > Before this commit, running st on a system with musl libc would > result in a segmentation fault. This is because musl implements > locales differently, which means the function >

[hackers] [sbase][PATCH] remove sbase-box from PHONY

2020-07-03 Thread Cem Keylan
I have noticed this issue while I was trying to package sbase-box. Since sbase-box was in the PHONY target, running sbase-box-install caused it to be rebuilt when it was unnecessary. This also caused options passed to make to be lost (such as LDFLAGS). --- Makefile | 2 +- 1 file changed, 1