[hackers] [scc] [cc2] fix calloc call in nextpc() || Quentin Rameau

2016-06-21 Thread git
commit 0914984fe8a45e5928b4f975ee7530574452f19d Author: Quentin Rameau AuthorDate: Tue Jun 21 21:09:12 2016 +0200 Commit: Quentin Rameau CommitDate: Tue Jun 21 21:09:12 2016 +0200 [cc2] fix calloc call in nextpc() I forgot to modify the function call and to include the corre

[hackers] [scc] [cc2-qbe] fix uninitialized haslabel in code.c || Quentin Rameau

2016-06-21 Thread git
commit af7c7f190ab22c8b2af33c6a308dbe71ee8d19f7 Author: Quentin Rameau AuthorDate: Tue Jun 21 20:51:37 2016 +0200 Commit: Quentin Rameau CommitDate: Tue Jun 21 21:01:39 2016 +0200 [cc2-qbe] fix uninitialized haslabel in code.c diff --git a/cc2/arch/qbe/code.c b/cc2/arch/qbe/code.c i

[hackers] [scc] [cc2] calloc() in nextpc to initialize all fields || Quentin Rameau

2016-06-21 Thread git
commit 92ec299f9e82a1b01725030914fcb48727a3b296 Author: Quentin Rameau AuthorDate: Tue Jun 21 20:46:58 2016 +0200 Commit: Quentin Rameau CommitDate: Tue Jun 21 21:01:38 2016 +0200 [cc2] calloc() in nextpc to initialize all fields diff --git a/cc2/cc2.h b/cc2/cc2.h index 1883d04..83f

[hackers] [scc] headers: fix a few typos || Hiltjo Posthuma

2016-06-21 Thread git
commit 7d016335501de5c25a3473d342190b7ab2e88283 Author: Hiltjo Posthuma AuthorDate: Tue Jun 21 20:07:59 2016 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Jun 21 20:07:59 2016 +0200 headers: fix a few typos diff --git a/libc/include/amd64-sysv/string.h b/libc/include/amd64-sysv/stri

[hackers] [scc] [cc1] Fix parsing of long double || Roberto E. Vargas Caballero

2016-06-21 Thread git
commit 8b63549d2bedf450ed8dd6d0087216b752b0ef14 Author: Roberto E. Vargas Caballero AuthorDate: Mon Jun 20 17:40:08 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Mon Jun 20 17:42:03 2016 +0200 [cc1] Fix parsing of long double An anciant version of the token enco

[hackers] [scc] fix typo in stdio.h header: size n to size_t n || Hiltjo Posthuma

2016-06-21 Thread git
commit 73041929f237049e6597795c34eb61d6a64ca28f Author: Hiltjo Posthuma AuthorDate: Tue Jun 21 19:19:01 2016 +0200 Commit: Hiltjo Posthuma CommitDate: Tue Jun 21 19:19:01 2016 +0200 fix typo in stdio.h header: size n to size_t n diff --git a/libc/include/amd64-sysv/stdio.h b/libc/in

[hackers] [scc] [test] Use $@ instead of using current directory || Roberto E. Vargas Caballero

2016-06-21 Thread git
commit 951fc8bd3252dfbde5fd682f5b373746400980fa Author: Roberto E. Vargas Caballero AuthorDate: Tue Jun 21 13:01:44 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Jun 21 13:01:44 2016 +0200 [test] Use $@ instead of using current directory This form of the com

Re: [hackers] [dmenu] [PATCHES] Improve code readability

2016-06-21 Thread Hiltjo Posthuma
Hi, I don't think it is an improvement, so will disregard it. -- Kind regards, Hiltjo