about summary refs log tree commit diff
path: root/src/libmain/stack.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-02 Fix some random -Wconversion warningsEelco Dolstra1-1/+1
2017-08-31 src/libmain/stack.cc: fix 'ucontext' usage on glibc-2.26Sergei Trofimovich1-2/+2
2017-07-14 Shut up a memory leak warningEelco Dolstra1-1/+2
2017-02-08 Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen1-2/+0
2016-10-12 Shut up some warningsEelco Dolstra1-1/+1
2014-12-12 Silence some warnings on GCC 4.9Eelco Dolstra1-1/+1
2014-10-31 Shut up a clang warningEelco Dolstra1-1/+1
2013-08-07 Respect MINSIGSTKSZ when allocating an alternative stackEelco Dolstra1-1/+1
2013-07-30 Detect stack overflowsEelco Dolstra1-0/+72