[hackers] [libsl] die() on failure in ecalloc?

2016-11-03 Thread Markus Teich
Heyho, Davids patch for sent reminded me of an open issue. I proposed the following change to libsls ecalloc() a few months ago, but did not get feedback. void * ecalloc(size_t nmemb, size_t size) { void *p; if (!(p = calloc(nme

[hackers] [sbase] [patch] ed: Treat addresses of 0 as 1 for insert

2016-11-03 Thread Thomas Mannay
>From 6665eaa1d2c25a95b44a4f4fb3d24a3bd5c1180f Mon Sep 17 00:00:00 2001 From: Thomas Mannay Date: Thu, 3 Nov 2016 15:16:32 + Subject: [PATCH] Treat addresses of 0 as 1 for insert --- ed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ed.c b/ed.c index 184ed30..4cd6bca 1

[hackers] [scc] [cc2] fix symbol hashing of TMPSYM || Quentin Rameau

2016-11-03 Thread git
commit bc267b974204cd6ddf6f717a0a2597dc33f68406 Author: Quentin Rameau AuthorDate: Thu Oct 27 14:17:40 2016 +0200 Commit: Quentin Rameau CommitDate: Thu Nov 3 11:45:55 2016 +0100 [cc2] fix symbol hashing of TMPSYM As TMPSYM is a dummy id, we would always use the same hash fo

[hackers] [scc] Makefile: remove inc/size.h on distclean || Quentin Rameau

2016-11-03 Thread git
commit 9bcd185b56a4b5cd1658bd2456ed0d93ef15db4a Author: Quentin Rameau AuthorDate: Thu Nov 3 11:20:19 2016 +0100 Commit: Quentin Rameau CommitDate: Thu Nov 3 11:21:45 2016 +0100 Makefile: remove inc/size.h on distclean diff --git a/Makefile b/Makefile index d28cabd..bf0ac54 100644 -

[hackers] [scc] config.mk: change default targets to qbe with c99 || Quentin Rameau

2016-11-03 Thread git
commit 3e1d86a469c15a541a2da601c5a157abebdb0512 Author: Quentin Rameau AuthorDate: Thu Oct 27 14:19:58 2016 +0200 Commit: Quentin Rameau CommitDate: Thu Nov 3 11:13:43 2016 +0100 config.mk: change default targets to qbe with c99 diff --git a/config.mk b/config.mk index dc93d9c..d98c