Re: [hackers] [scc][patch] fix build + some whitespace fixes

2015-07-17 Thread Hiltjo Posthuma
2001 From: Hiltjo Posthuma hil...@codemadness.org Date: Fri, 17 Jul 2015 20:28:56 +0200 Subject: [PATCH 1/3] whitespace fixes --- cc1/cc1.h | 1 - cc1/cpp.c | 26 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/cc1/cc1.h b/cc1/cc1.h index 7095cf2..6a9d9aa

Re: [hackers] Re: [dmenu] Use libsl/libdraw code and add Xft support

2015-06-28 Thread Hiltjo Posthuma
On Sat, Jun 27, 2015 at 9:50 PM, Anselm R Garbe garb...@gmail.com wrote: You are very welcome to take over libsl+dmenu. But I'd like to keep the dwm maintainership, though all plans back from 2013 are still valid. If you keep working on libsl+dmenu, I'd be willing to adopt/adjust dwm

[hackers] Re: [dmenu] Use libsl/libdraw code and add Xft support

2015-06-12 Thread Hiltjo Posthuma
On Mon, Jun 8, 2015 at 11:48 PM, Hiltjo Posthuma hil...@codemadness.org wrote: On Mon, Jun 8, 2015 at 11:05 PM, Hiltjo Posthuma hil...@codemadness.org wrote: ... snip ... Some more thoughts: in drw.c these functions don't check if drw == NULL before use: drw_load_fonts, drw_font_xcreate

[hackers] Re: [dmenu] Use libsl/libdraw code and add Xft support

2015-06-08 Thread Hiltjo Posthuma
On Mon, Jun 8, 2015 at 11:05 PM, Hiltjo Posthuma hil...@codemadness.org wrote: ... snip ... I forgot to mention I also changed the odd case in drw_cur_create where if you pass NULL for drw it would allocate memory but never expose it and return NULL (possible leak): http://git.suckless.org/dwm

Re: [hackers] [sbase] config.mk: make cc the default $CC || Hiltjo Posthuma

2014-11-11 Thread Hiltjo Posthuma
On Tue, Nov 11, 2014 at 11:05 AM, Dimitris Papastamos s...@2f30.org wrote: I agree on this, I think Hiltjo had some trouble because it was defaulting to c99 as opposed to cc and that did not exist on his system. Hiltjo, can you clarify again? Yeah that was my problem. .POSIX: in the

<    1   2   3   4   5