[hackers] [dvtm] Status bar aesthetic patch

2015-07-17 Thread Ross Mohn
Hi, I like to to use my own characters at the beginning and end of the status bar message. Previously I've edited dvtm.c directly, but it's better to have this configurable in config.h so that eveeryone can choose their own. Thanks -Ross diff --git a/config.def.h b/config.def.h index

[hackers] [scc] fix missing ; || Hiltjo Posthuma

2015-07-17 Thread git
commit f00413b6a611d855fc398604c10a5b8c0afa596b Author: Hiltjo Posthuma hil...@codemadness.org AuthorDate: Fri Jul 17 20:29:58 2015 +0200 Commit: Roberto E. Vargas Caballero k...@shike2.com CommitDate: Fri Jul 17 20:58:50 2015 +0200 fix missing ; diff --git a/cc1/cpp.c b/cc1/cpp.c

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

2015-07-17 Thread Eric Pruitt
On Fri, Jul 17, 2015 at 08:33:12PM +0200, Hiltjo Posthuma wrote: patch 1: whitespace fixes patch 2: make fp of type FILE * and use needed includes patch 3: fix missing ; You forgot the attachments. Eric

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

2015-07-17 Thread Hiltjo Posthuma
On Fri, Jul 17, 2015 at 8:34 PM, Eric Pruitt eric.pru...@gmail.com wrote: You forgot the attachments. Lol, sorry, again: patch 1: whitespace fixes patch 2: make fp of type FILE * and use needed includes patch 3: fix missing ; From fdcb684addcb71b6067b6668bd0e723277e22544 Mon Sep 17 00:00:00

[hackers] [scc] Discard symbol in undef() || Roberto E. Vargas Caballero

2015-07-17 Thread git
commit dbb2ca15669b9542a46f2232ce74c3f95afd2902 Author: Roberto E. Vargas Caballero k...@shike2.com AuthorDate: Sat Jul 18 00:06:34 2015 +0200 Commit: Roberto E. Vargas Caballero k...@shike2.com CommitDate: Sat Jul 18 07:22:29 2015 +0200 Discard symbol in undef() Once that

[hackers] [scc] Fix cut/paste in macro expansion || Roberto E. Vargas Caballero

2015-07-17 Thread git
commit 36f259ae86ef2ab10ef3beeb6bcda9cdec68acfd Author: Roberto E. Vargas Caballero k...@shike2.com AuthorDate: Sat Jul 18 00:04:03 2015 +0200 Commit: Roberto E. Vargas Caballero k...@shike2.com CommitDate: Sat Jul 18 07:22:29 2015 +0200 Fix cut/paste in macro expansion The

[hackers] [scc] Add #endif clauses || Roberto E. Vargas Caballero

2015-07-17 Thread git
commit 660288e9ac9bb504280b5051a3e1d83bce617765 Author: Roberto E. Vargas Caballero k...@shike2.com AuthorDate: Fri Jul 17 22:55:00 2015 +0200 Commit: Roberto E. Vargas Caballero k...@shike2.com CommitDate: Fri Jul 17 23:14:53 2015 +0200 Add #endif clauses I forgot it in the

[hackers] [scc] Disable macro expansions in cpp clausules || Roberto E. Vargas Caballero

2015-07-17 Thread git
commit e21b9b0779b6daa0e082d059ce6a179f4b454bef Author: Roberto E. Vargas Caballero k...@shike2.com AuthorDate: Fri Jul 17 22:56:38 2015 +0200 Commit: Roberto E. Vargas Caballero k...@shike2.com CommitDate: Fri Jul 17 23:14:53 2015 +0200 Disable macro expansions in cpp clausules

[hackers] [scc] getdefs: remove statement with no effect || Hiltjo Posthuma

2015-07-17 Thread git
commit fb52401a1d119fd02590755c6fd5173ac65210b2 Author: Hiltjo Posthuma hil...@codemadness.org AuthorDate: Fri Jul 17 21:31:41 2015 +0200 Commit: Hiltjo Posthuma hil...@codemadness.org CommitDate: Fri Jul 17 22:34:35 2015 +0200 getdefs: remove statement with no effect diff --git

[hackers] [scc] getpars: return -1 on error || Hiltjo Posthuma

2015-07-17 Thread git
commit dbefc1b5cb50c4925d56f7cfbd1c12e4c5214e94 Author: Hiltjo Posthuma hil...@codemadness.org AuthorDate: Fri Jul 17 21:11:07 2015 +0200 Commit: Hiltjo Posthuma hil...@codemadness.org CommitDate: Fri Jul 17 22:34:35 2015 +0200 getpars: return -1 on error diff --git a/cc1/cpp.c