Re: [dev] Allow secure access to Web site suckless.org

2016-08-03 Thread Dionysis Grigoropoulos
On Wed, Aug 03, 2016 at 01:16:06PM +0200, FRIGN wrote: > On Wed, 3 Aug 2016 13:10:06 +0200 > hiro <23h...@gmail.com> wrote: > > > are you claiming Let's Encrypt is trustworthy?! > > To clear this up, no, I am not. However, Let's Encrypt is not about > certifying the server on the other end in the

[dev] [sbase][PATCH] wc: Print number of bytes by default

2015-04-04 Thread Dionysis Grigoropoulos
According to POSIX, wc should by default print the number of bytes and not the number of chars --- wc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wc.c b/wc.c index 0b196d8..a1d89d7 100644 --- a/wc.c +++ b/wc.c @@ -32,7 +32,7 @@ wc(FILE *fp, const char *str) siz

[dev] [sbase][PATCH] wc: Show line/char/word count even if it's zero

2015-03-31 Thread Dionysis Grigoropoulos
Fix a bug where if a line, character or word count is zero, it's not printed --- wc.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wc.c b/wc.c index 0ff3b8d..0b196d8 100644 --- a/wc.c +++ b/wc.c @@ -14,11 +14,11 @@ output(const char *str, size_t nc, size_t nl, size_