Commit Graph

66 Commits

Author SHA1 Message Date
04acbb6e0d Build with -fstack-protector and executables as PIE 2015-07-12 22:29:58 +02:00
3ce2c4ec75 Compile with -pedantic and -fstack-protector by default 2015-06-28 19:31:18 +02:00
80f0024924 Add a couple more .gitignore files 2015-04-04 15:53:50 +02:00
31c25b47b6 No longer store Makefiles in the source tree 2015-04-04 15:48:33 +02:00
980867f4a1 Added partial support for OBJDIR to the "applets2" test 2014-12-02 01:42:56 +01:00
432e0c4053 Added OBJDIR support to tests.sh 2014-12-02 01:42:28 +01:00
33186d1391 Using PROGNAME for tests.sh 2014-12-02 01:41:28 +01:00
f6397e0eba Added OBJDIR support to the test dependencies 2014-12-02 01:39:16 +01:00
eafcfd124a Added partial support for building with OBJDIR 2014-11-04 00:39:23 +01:00
6356b09f06 More portable shebang, from 7heo <7heo@mail.com>
Original commit message:
« The path /bin/sh for the shebang is more portable
than /usr/bin/env, according to Sven Mascheck:
http://in-ulm.de/~mascheck/various/shebang/#env
and:
http://in-ulm.de/~mascheck/various/shells/

Additionally, a space after the shebang first two
characters (#!) is said to be more portable:
http://in-ulm.de/~mascheck/various/shebang/#blankrequired

I fixed the test script shebang accordingly. »

It doesn't say the presence of a space makes it more portable; it says it was a rumor that could never be proven true, for some completely obsolete releases of UNIX. I did not apply that part.

Thanks!
2014-03-13 13:55:43 +09:00
267cde2991 Added some tests 2013-12-20 07:09:57 +01:00
5b4123f8b5 Code cleanup 2013-10-26 19:50:56 +02:00
a5c2171ecd Fixed the copyright information 2013-10-26 19:43:03 +02:00
b177a6ecaf Let the "applets" test be stricter (thus failing for the moment) 2013-10-26 19:34:02 +02:00
968cf336a3 Running the first tests 2013-10-26 19:23:09 +02:00
1713287ed8 Imported an initial test program 2013-10-26 19:19:54 +02:00