]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/history - configure.ac
README: add multi-lib instructions
[coloredstderr/coloredstderr.git] / configure.ac
2014-05-16 Simon Ruderichconfigure.ac: fix typo in TLS error message
2014-05-13 Simon Ruderichconfigure.ac: warn if TLS is not available
2014-04-08 Simon Ruderichhandle_recursive: fix race condition if threads are...
2014-01-01 Simon RuderichUpdate copyright year.
2013-06-20 Simon RuderichHook __swbuf() on FreeBSD.
2013-06-20 Simon Ruderichconfigure.ac: Check if __overflow() is available.
2013-06-20 Simon Ruderich{fwrite,fputs,fputc}_unlocked() are not in POSIX.
2013-06-15 Simon RuderichHook BSD err(), errx(), warn(), warnx(), etc. functions.
2013-06-15 Simon RuderichMinor documentation update.
2013-06-14 Simon Ruderichconfigure.ac: Fix Vim's syntax coloring issue with...
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.