Re: [hackers] [tabbed] add -k to close tabbed foreground client on WMDelete

2016-04-24 Thread Quentin Rameau
On Fri, 25 Mar 2016 07:42:13 +0100 Christoph Lohmann <2...@r-36.net> wrote: > Greetings. > > On Fri, 25 Mar 2016 07:42:13 +0100 Justin Keogh > wrote: > > Hello, this is useful when you want to use the same key binding > > that closes windows to close tabs. I got tired of

Re: [hackers] [dwm][PATCH] Corrected typo.

2016-04-24 Thread FRIGN
On Mon, 25 Apr 2016 09:48:44 +1200 David Phillips wrote: Hey David, > What typo is this fixing? The only change I can see is the capitalisation is > being changed against the grain of the rest of the codebase. > > Please corect me if I am wrong. You are right. It's

Re: [hackers] [dwm][PATCH] Corrected typo.

2016-04-24 Thread David Phillips
What typo is this fixing? The only change I can see is the capitalisation is being changed against the grain of the rest of the codebase. Please corect me if I am wrong. signature.asc Description: PGP signature

[hackers] [dwm][PATCH] Corrected typo.

2016-04-24 Thread Neven Sajko
--- drw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drw.c b/drw.c index f49200b..80e3c39 100644 --- a/drw.c +++ b/drw.c @@ -161,7 +161,7 @@ drw_load_fonts(Drw* drw, const char *fonts[], size_t fontcount) for (i = 0; i < fontcount; i++) { if

[hackers] [libzahl] Zahl[en] is spelled with upper case Z || Mattias Andrée

2016-04-24 Thread git
commit dbf780a6c78f1396f988ef285be2de7c66b6d90b Author: Mattias Andrée AuthorDate: Sun Apr 24 19:22:01 2016 +0200 Commit: Mattias Andrée CommitDate: Sun Apr 24 19:22:01 2016 +0200 Zahl[en] is spelled with upper case Z Signed-off-by:

[hackers] [scc] [cc2] Break dependency between O and S codes || Roberto E. Vargas Caballero

2016-04-24 Thread git
commit 1361aa0b0a2a65bc002d6d6625416162fec0d3fd Author: Roberto E. Vargas Caballero AuthorDate: Sat Apr 23 17:25:30 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Sat Apr 23 17:25:30 2016 +0200 [cc2] Break dependency between O and S codes Until now, codes like

[hackers] [scc] [cc2-qbe] Do not allocate space for labels || Roberto E. Vargas Caballero

2016-04-24 Thread git
commit b589b5bea208bd5be1fa724f5f7a2af6b65b2cae Author: Roberto E. Vargas Caballero AuthorDate: Sat Apr 23 17:13:21 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Sat Apr 23 17:13:21 2016 +0200 [cc2-qbe] Do not allocate space for labels Labels are locals and

[hackers] [scc] [cc2] Add setlabel() || Roberto E. Vargas Caballero

2016-04-24 Thread git
commit 5cbeab763413495a5fe611fcfb2f7c2d6333e649 Author: Roberto E. Vargas Caballero AuthorDate: Sat Apr 23 17:23:05 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Sat Apr 23 17:23:05 2016 +0200 [cc2] Add setlabel() Setlabel() is the function that must be called

[hackers] [scc] [cc2-qbe] Add jumps to qbe || Roberto E. Vargas Caballero

2016-04-24 Thread git
commit b90eb5f63f1264a37528244e8c2ce6a77a8da36a Author: Roberto E. Vargas Caballero AuthorDate: Sat Apr 23 17:27:50 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Sat Apr 23 17:27:50 2016 +0200 [cc2-qbe] Add jumps to qbe diff --git a/cc2/arch/qbe/arch.h

[hackers] [scc] [cc2] Add a ONOP statement for every label || Roberto E. Vargas Caballero

2016-04-24 Thread git
commit 25458d1f56c528c6838f840c289b0cd91301cd19 Author: Roberto E. Vargas Caballero AuthorDate: Sat Apr 23 17:20:24 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Sat Apr 23 17:20:24 2016 +0200 [cc2] Add a ONOP statement for every label This nop statement helps

[hackers] [libzahl] Add more functions to benchmark-func || Mattias Andrée

2016-04-24 Thread git
commit 8391d3a355825c12b6a4634b0f1c71258b719243 Author: Mattias Andrée AuthorDate: Sun Apr 24 15:29:35 2016 +0200 Commit: Mattias Andrée CommitDate: Sun Apr 24 15:29:40 2016 +0200 Add more functions to benchmark-func Signed-off-by: