summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-25Use correct enum.joerg2-1/+15
2012-12-25static const objects must have default constructors, so don't use constjoerg7-1/+116
2012-12-25Fix inline use.joerg2-9/+18
2012-12-25Use more void and system headers.joerg3-11/+35
2012-12-25Call static methods without class.joerg2-1/+15
2012-12-25Use more void and system headers.joerg3-6/+53
2012-12-25Fix main definition.joerg2-1/+15
2012-12-25Apply some void love.joerg5-27/+79
2012-12-25Call correct destructor.joerg2-3/+12
2012-12-25Define _NETBSD_SOURCE to ensure u_char is defined for arpa/nameser.hjoerg2-5/+12
2012-12-25Fix syntax of WeakPtr class.joerg4-2/+34
2012-12-25Fix use of inline.joerg5-3/+53
2012-12-25Provide a deterministic return value from main. Bump revision.joerg5-2/+53
2012-12-25Allow building with libxml 2.9.joerg3-7/+7
2012-12-25stddef.h needed for size_t.joerg2-1/+14
2012-12-25Fix inline use.joerg2-1/+15
2012-12-25Always return a value from !void functions.joerg2-1/+15
2012-12-25Fix tautologic compares. Add a few missing static specifiers for inlinejoerg15-22/+293
2012-12-25Stop clang from complaining about non-UTF8 source code.joerg1-1/+6
2012-12-25Fix inline use.joerg3-1/+53
2012-12-25Do not install *orig files.ryoon1-3/+3
2012-12-25Fix implicit int on main; should fix clang build.dholland3-4/+29
2012-12-25- ruby-1.8.7.370taca1-2/+2
2012-12-25Updated misc/py-anki2 to 2.0.3nb1wiz1-1/+2
2012-12-25Use latest distfile with same name.wiz2-5/+8
2012-12-25Disable compiler version check in configure.wiz2-1/+26
2012-12-25Fix build failure on some Linuxes if CHECK_INTERPRETER=yescheusov1-3/+8
2012-12-25Update distinfo.ryoon2-4/+4
2012-12-25Updated net/unbound to 1.4.19pettai1-1/+2
2012-12-25Unbound 1.4.19pettai3-7/+37
2012-12-25Updated www/apache22 to 2.2.23nb3spz1-1/+2
2012-12-24Disable return warning for Clang.joerg1-1/+7
2012-12-24Fix void usage. Follow one patch per file rule.joerg4-18/+52
2012-12-24Disable integrated assembler with Clang, it doesn't like some of thejoerg2-1/+28
2012-12-24Don't use visibility attributes with Clang.joerg4-22/+52
2012-12-24Fix inline usage.joerg5-7/+264
2012-12-24Fix void usage.joerg7-4/+127
2012-12-24Honour user CFLAGS.joerg8-20/+85
2012-12-24Fix inline usage. Fix shipped agg copy.joerg5-1/+88
2012-12-24Don't use non-literal strings as format strings.joerg2-5/+32
2012-12-24Always use static inline to fix build with C99 compilers.joerg2-1/+15
2012-12-24Fix build on Solaris.ryoon1-2/+3
2012-12-24Fix build on Solaris.ryoon2-8/+20
2012-12-24Fix build on Solaris.ryoon2-1/+15
2012-12-24Make patches generic to Solaris. If changes are necessary for versionsjperkin4-14/+8
2012-12-24Fix build with Solaris's /bin/pax.ryoon1-1/+2
2012-12-24Fix build on SmartOS.ryoon4-2/+73
2012-12-24Add etc/emacs/site-start.d/50magit.el, which appears when built againstdholland2-2/+4
2012-12-24Provide NULL if it's missing; should fix or advance the dfly build.dholland2-1/+19
2012-12-24Remove any getchar macro before defining a getchar member function.dholland2-1/+17