[hackers] [sbase] Forgot to update manpage for mktemp(1) || sin

2013-11-14 Thread git
commit 7a2105f5bd6ae077baedad7dd62d0fcae9270ba8 Author: sin Date: Thu Nov 14 19:49:36 2013 + Forgot to update manpage for mktemp(1) diff --git a/mktemp.1 b/mktemp.1 index b81461b..6e24e2b 100644 --- a/mktemp.1 +++ b/mktemp.1 @@ -10,7 +10,8 @@ mktemp \- make temporary filename takes th

[hackers] [sbase] Check for TMPDIR and if set use it || sin

2013-11-14 Thread git
commit 91a643411d744bbdfe0b356b73463eaaf500e02a Author: sin Date: Thu Nov 14 19:46:21 2013 + Check for TMPDIR and if set use it diff --git a/mktemp.c b/mktemp.c index f5a0be5..8416a01 100644 --- a/mktemp.c +++ b/mktemp.c @@ -19,7 +19,7 @@ int main(int argc, char *argv[]) { ch

[hackers] [sbase] Add d...@2f30.org to LICENSE || sin

2013-11-14 Thread git
commit a7b8eee6c091feda1f5dd6cdfb12a0d3249beebc Author: sin Date: Thu Nov 14 18:59:57 2013 + Add d...@2f30.org to LICENSE diff --git a/LICENSE b/LICENSE index 36f0d2c..ace9c49 100644 --- a/LICENSE +++ b/LICENSE @@ -15,6 +15,7 @@ MIT/X Consortium License © 2013 Jakob Kramer © 2013 An

[hackers] [sbase] Fix indentation || sin

2013-11-14 Thread git
commit ee8084cec0a5995fe455d4ce6b49a515da999f40 Author: sin Date: Thu Nov 14 13:22:17 2013 + Fix indentation diff --git a/nl.c b/nl.c index cf458b8..fcfd8de 100644 --- a/nl.c +++ b/nl.c @@ -70,9 +70,9 @@ nl(FILE *fp) while(afgets(&buf, &size, fp)) { if((mode =

[hackers] [sbase] Always print the program name || sin

2013-11-14 Thread git
commit 078fce3f77ff56dfd7d882402b9f435ec717 Author: sin Date: Thu Nov 14 13:06:48 2013 + Always print the program name This is generally very useful for sbase, especially when we hit some case that is not implemented and we want to know which program failed. diff -

Re: [hackers] [sbase] _brk, _argc and _argv are reserved for the implementation || sin

2013-11-14 Thread Roberto E. Vargas Caballero
> _brk, _argc and _argv are reserved for the implementation > > Thanks to n...@port70.net for reporting this, the mail excerpt below. > > "actually __.* and _[A-Z].* are reserved for any usage and _.* is > reserved for file scope identifiers" > I think in this case d

[hackers] [ubase] Add support for obsolete -NUM arguments in arg.h || sin

2013-11-14 Thread git
commit 34ea6ae10a85943cce120b36df06b006f2d8d7fa Author: sin Date: Thu Nov 14 10:47:07 2013 + Add support for obsolete -NUM arguments in arg.h Fix naming, _brk, _argc and _argv are reserved for the implementation. Thanks to n...@port70.net for reporting this, the ma

[hackers] [sbase] _brk, _argc and _argv are reserved for the implementation || sin

2013-11-14 Thread git
commit 3b3dffd24f9e84f6bf24d6903366fb588be7480d Author: sin Date: Thu Nov 14 10:41:38 2013 + _brk, _argc and _argv are reserved for the implementation Thanks to n...@port70.net for reporting this, the mail excerpt below. "actually __.* and _[A-Z].* are reserved for any