]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/history - configure.ac
README: Add first part of installation instructions.
[coloredstderr/coloredstderr.git] / configure.ac
2013-06-13 Simon RuderichFix hook for putc_unlocked() with glibc.
2013-06-13 Simon Ruderichconfigure.ac: fcntl.h is required.
2013-06-10 Simon RuderichHook execvpe(), a GNU extension.
2013-06-10 Simon Ruderichconfigure.ac: Abort if a required function wasn't found.
2013-06-10 Simon Ruderichconfigure.ac: strdup() is no longer used, dup2() is...
2013-06-10 Simon Ruderichconfigure.ac: Minor style fix.
2013-06-10 Simon Ruderichconfigure.ac: Add --enable-warnings.
2013-06-10 Simon RuderichOnly run vfork() tests if it's available.
2013-06-10 Simon RuderichInline fast part of tracked_fds_find().
2013-06-10 Simon RuderichUse likely()/unlikely() macros to improve branch predic...
2013-06-10 Simon Ruderichconfigure.ac: Compile with -Wall -Wextra -Wconversion.
2013-06-05 Simon RuderichHook error() and error_at_line() if available.
2013-06-03 Simon Ruderichconfigure.ac: Don't require special versions of malloc...
2013-06-03 Simon Ruderichconfigure.ac: Reorder macros to follow convention.
2013-06-03 Simon RuderichOnly hook vfork() if it's available.
2013-06-01 Simon Ruderichconfigure.ac: Require libtool 2.4.
2013-06-01 Simon RuderichAdd simple test suite.
2013-05-31 Simon RuderichInitial commit.