[hackers] [slstatus] Refactor swap.c to use getline() instead of buf-filling || Laslo Hunhold

2018-05-28 Thread git
commit a18439af114b98ab026921b0cac61164f7a4eea8 Author: Laslo Hunhold AuthorDate: Mon May 28 21:16:02 2018 +0200 Commit: Aaron Marcher CommitDate: Mon May 28 22:21:34 2018 +0200 Refactor swap.c to use getline() instead of buf-filling This drops a lot of code and even though

Re: [hackers] [slstatus] Explicitly list component-objects in the Makefile || Laslo Hunhold

2018-05-28 Thread Quentin Rameau
>$(COM:=.o): config.mk $(REQ:=.h) > > omits the dependency on the c-file itself, which incurs that strictly > speaking the object file is not depending on the source file, which is > nonsense. Come on... This is suckless, read and try understanding the standard. >

Re: [hackers] [slstatus] Explicitly list component-objects in the Makefile || Laslo Hunhold

2018-05-28 Thread Laslo Hunhold
On Mon, 28 May 2018 15:54:54 +0200 Tobias Tschinkowitz wrote: Hey Tobias, > After this changes i cannot build on OpenBSD anymore > > It fails with: > > "Using $< in a non-suffix rule context is a GNUmake idiom (Makefile: > 63)" yes, I have cooked a patch to fix this earlier.

[hackers] [slstatus] Update LICENSE for Tobias || Aaron Marcher

2018-05-28 Thread git
commit 5d6415608b37ebed185e00eae01eb743edb555e5 Author: Aaron Marcher AuthorDate: Mon May 28 16:17:03 2018 +0200 Commit: Aaron Marcher CommitDate: Mon May 28 16:17:03 2018 +0200 Update LICENSE for Tobias diff --git a/LICENSE b/LICENSE index

[hackers] [slstatus] Fix object order and stop using a GNU make idiom || Laslo Hunhold

2018-05-28 Thread git
commit cd884c2f0a585f8c6a49f1faacacb7925d75dbb0 Author: Laslo Hunhold AuthorDate: Mon May 28 15:58:28 2018 +0200 Commit: Aaron Marcher CommitDate: Mon May 28 16:16:20 2018 +0200 Fix object order and stop using a GNU make idiom diff --git a/Makefile