summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Expand)AuthorAge
* Count amount of git revisions to compute a sub-version number, like SVN did.Raphael Manfredi2016-04-01
* Added check for bsearch().rmanfredi2015-12-03
* Added checks for getpwnam() and getpwuid().rmanfredi2015-11-27
* Added 6 new units.rmanfredi2015-11-14
* Added metaconfig test for pipe2().rmanfredi2015-11-01
* Unfortunately, the name length field in dirent is d_namlen, not d_namelen.rmanfredi2015-04-19
* Added check for fdopendir().rmanfredi2015-04-18
* Added check for openat().rmanfredi2015-04-18
* Added check for fstatat().rmanfredi2015-04-18
* Added HAS_DIRENT_D_NAMELEN for a compile check of d_namelen.rmanfredi2015-04-18
* Added check for dirfd().rmanfredi2015-04-17
* Added test for fchdir().rmanfredi2015-04-16
* Added checks for clock_gettime() and clock_getres().rmanfredi2014-04-17
* Added check for __builtin_bswap64().rmanfredi2014-04-08
* Added check for sigaltstack().rmanfredi2013-09-10
* Added checks for fsync() and fdatasync().rmanfredi2013-08-30
* Added check for __builtin_bswap32.rmanfredi2013-06-12
* Added check for pthread_attr_setstack().rmanfredi2013-01-30
* Added check for getnameinfo().rmanfredi2013-01-20
* Added checks for <sys/ipc.h> and <sys/sem.h> inclusions.rmanfredi2012-12-19
* Added checks for getrlimit() and setrlimit().rmanfredi2012-11-01
* Added 4 new units.rmanfredi2012-09-24
* Added unit to probe for the uc_mcontext member in the ucontext structure.rmanfredi2012-03-29
* Added checks for <ucontext.h> presence and general register availabilityrmanfredi2012-03-28
* Added check for dladdr().rmanfredi2012-03-24
* Added detection of the BFD library.rmanfredi2012-03-23
* Added units to check for __builtin_ctz() and __builtin_clz() support.rmanfredi2012-02-29
* Added integer-long-pointer architecture checks.rmanfredi2012-02-10
* Factorized definition of STATIC_ASSERT.rmanfredi2012-02-09
* Added checking of float byte-ordering in case it's different from the int one.rmanfredi2012-02-08
* Added mcon/U/d_mempcpy.U.rmanfredi2012-01-28
* Added mcon/U/i_pthread.U.rmanfredi2011-12-28
* Added check for atomic memory operations.rmanfredi2011-12-27
* Moved regcomp() test to a separate unit since modern code should nowrmanfredi2011-11-14
* Added <alloca.h> detection.rmanfredi2011-11-14
* Updated.rmanfredi2011-11-14
* Added check for __builtin_memcmp().rmanfredi2011-07-20
* Added i_netroute.U to check for <net/route.h>.rmanfredi2011-01-22
* Added checks for <linux/netlink.h> and <linux/rtnetlink.h>.rmanfredi2011-01-22
* Renamed filexp.U as filexp_path.U to avoid case collision with Filexp.U.rmanfredi2011-01-15
* Added i_execinfo.U.rmanfredi2011-01-12
* Added d_sigprocmask.U.rmanfredi2011-01-09
* Added check for struct sockaddr_un.rmanfredi2011-01-03
* Added check for backtrace().rmanfredi2011-01-01
* Removed dysfunctional unit for WSAPoll() detection.cbiere2010-12-23
* Added d_recvmsg.U.rmanfredi2010-12-13
* Try to improve tests for socket-related functions on Windows.rmanfredi2010-12-11
* Forgot to commit that unit when gtk-gnutella units were moved over.rmanfredi2010-12-11
* Moved computation of the filename position in cpp output from Findhdr.U tormanfredi2010-11-28
* Added the generic units from gtk-gnutella.rmanfredi2010-11-27