Re: [hackers] [dmenu] Typofix, patches rebased

2016-01-11 Thread Eric Pruitt
Hi Klemens, On Mon, Jan 11, 2016 at 05:29:47PM +, Klemens Nanni wrote: > cc596365a (unbolify dmenu) "breaks" some of the patches provided at > tools.suckless.org/dmenu/patches. Basically 's,bool,int' was all I had > to do besides some offset correction. Since this is the first time I'm >

Re: [hackers] [dmenu] Typofix, patches rebased

2016-01-11 Thread Hiltjo Posthuma
On Mon, Jan 11, 2016 at 6:29 PM, Klemens Nanni wrote: > Hey, > Hi! > cc596365a (unbolify dmenu) "breaks" some of the patches provided at > tools.suckless.org/dmenu/patches. Basically 's,bool,int' was all I had > to do besides some offset correction. Since this is the first

[hackers] [scc] Initialize all the flags of new created types || Roberto E. Vargas Caballero

2016-01-11 Thread git
commit 01d01a1a25cb16603479e6e0a7ae3dbc7c726686 Author: Roberto E. Vargas Caballero AuthorDate: Sun Jan 10 11:30:33 2016 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Sun Jan 10 11:30:33 2016 +0100 Initialize all the flags of new created

[hackers] [scc] Give non used warning in parameter of functions || Roberto E. Vargas Caballero

2016-01-11 Thread git
commit 9adea1257259dd445efff48073917cc5a6b3f230 Author: Roberto E. Vargas Caballero AuthorDate: Sun Jan 10 17:28:26 2016 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Sun Jan 10 17:52:50 2016 +0100 Give non used warning in parameter of

[hackers] [scc] Add support for k functions || Roberto E. Vargas Caballero

2016-01-11 Thread git
commit 2fae9d998da0050e988c600e6581a076441382ef Author: Roberto E. Vargas Caballero AuthorDate: Mon Jan 11 10:10:40 2016 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Mon Jan 11 10:10:40 2016 +0100 Add support for k functions I know

[hackers] [scc] Add warning about empty parameter declarations || Roberto E. Vargas Caballero

2016-01-11 Thread git
commit 401f843e3fd7dd3399a30d79b1a35f1340909dbe Author: Roberto E. Vargas Caballero AuthorDate: Sun Jan 10 15:50:52 2016 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Sun Jan 10 15:50:52 2016 +0100 Add warning about empty parameter

[hackers] [scc] Remove indentation level in decl() || Roberto E. Vargas Caballero

2016-01-11 Thread git
commit 40f728bbc37cdce07a2dd000dfa81c0dfe0b307a Author: Roberto E. Vargas Caballero AuthorDate: Sun Jan 10 16:53:14 2016 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Sun Jan 10 16:53:14 2016 +0100 Remove indentation level in decl() diff

[hackers] [scc] Mark as integer type size_t || Roberto E. Vargas Caballero

2016-01-11 Thread git
commit 04896c0cb0b29caaad3976bba16428610be15a48 Author: Roberto E. Vargas Caballero AuthorDate: Mon Jan 11 10:11:24 2016 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Mon Jan 11 10:11:24 2016 +0100 Mark as integer type size_t diff --git

[hackers] [dmenu] Typofix, patches rebased

2016-01-11 Thread Klemens Nanni
Hey, cc596365a (unbolify dmenu) "breaks" some of the patches provided at tools.suckless.org/dmenu/patches. Basically 's,bool,int' was all I had to do besides some offset correction. Since this is the first time I'm dealing with dmenu's source I do not guarantee anything, but it compiles fine,

[hackers] [sbase] Fix rematch() || Roberto E. Vargas Caballero

2016-01-11 Thread git
commit 54ad6d512bdd9b15553d9e1bd8be5c33e4561535 Author: Roberto E. Vargas Caballero AuthorDate: Thu Jan 7 11:37:56 2016 +0100 Commit: sin CommitDate: Mon Jan 11 15:37:58 2016 + Fix rematch() Rematch() was incremnenting the last match

[hackers] [sbase] Handle explicitly the case of line 0 || Roberto E. Vargas Caballero

2016-01-11 Thread git
commit 78fd6ff239f4b2fd626a1484e61dfa0ba3a8bdfa Author: Roberto E. Vargas Caballero AuthorDate: Wed Jan 6 22:04:29 2016 +0100 Commit: sin CommitDate: Mon Jan 11 15:37:58 2016 + Handle explicitly the case of line 0 Line 0 is a special line

[hackers] [sbase] Stop matching when lastmatch points to '\n' || Roberto E. Vargas Caballero

2016-01-11 Thread git
commit cf868c8eeb45f47063cc5d30b04b552e7dd5a7c4 Author: Roberto E. Vargas Caballero AuthorDate: Thu Jan 7 12:34:40 2016 +0100 Commit: sin CommitDate: Mon Jan 11 15:37:58 2016 + Stop matching when lastmatch points to '\n' This situation

[hackers] [sbase] ed: Remove useless newlines || sin

2016-01-11 Thread git
commit 0fb1c6fd60d6f9dfa0e4f86fc821bfe75f9b476d Author: sin AuthorDate: Fri Jan 8 10:27:07 2016 + Commit: sin CommitDate: Mon Jan 11 15:37:58 2016 + ed: Remove useless newlines diff --git a/ed.c b/ed.c index 686d2aa..0b03fd1 100644 --- a/ed.c

Re: [hackers] [dmenu] Typofix, patches rebased

2016-01-11 Thread Klemens Nanni
dmenu-git-20161101-instant.patch contains a typo at line 23, 's,next,text' fixes it. Klemens Nanni: > Hey, > > cc596365a (unbolify dmenu) "breaks" some of the patches provided at > tools.suckless.org/dmenu/patches. Basically 's,bool,int' was all I had > to do besides some offset correction. Since