summaryrefslogtreecommitdiff
path: root/mcon
Commit message (Collapse)AuthorAge
...
| | * Don't rely on directory order when locating unitsAaron Crane2016-04-23
| | | | | | | | | | | | | | | | | | Without this change, it's more likely for different machines to produce a Configure script with spurious unit reorderings (especially if they're running different OSes).
| | * Added check for bsearch().rmanfredi2015-12-03
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@200 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added checks for getpwnam() and getpwuid().rmanfredi2015-11-27
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@199 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added 6 new units.rmanfredi2015-11-14
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@197 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added metaconfig test for pipe2().rmanfredi2015-11-01
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@196 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Fixed compilation unit for fdopendir() test.rmanfredi2015-04-24
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@194 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Unfortunately, the name length field in dirent is d_namlen, not d_namelen.rmanfredi2015-04-19
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@193 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Blindly include <fcntl.h> for openat() and fstatat() tests.rmanfredi2015-04-19
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@192 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Patch from H.Merijn Brand to disable backslashes in -D and -U arguments.rmanfredi2015-04-19
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@191 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added check for fdopendir().rmanfredi2015-04-18
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@190 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added check for openat().rmanfredi2015-04-18
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@189 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added check for fstatat().rmanfredi2015-04-18
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@188 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added HAS_DIRENT_D_NAMELEN for a compile check of d_namelen.rmanfredi2015-04-18
| | | | | | | | | | | | | | | | | | | | | | | | The legacy symbol DIRNAMELEN uses a weaker grep-based test, hence it should no longer be used. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@187 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added check for dirfd().rmanfredi2015-04-17
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@186 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Removed BSD-specific DT_WHT from the struct dirent check for a d_type field.rmanfredi2015-04-17
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@185 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added test for fchdir().rmanfredi2015-04-16
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@184 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Fixed typo in ?S comment.rmanfredi2014-11-23
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@182 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Also try to link with -ldl for the BFD library check, to cope with new versions.rmanfredi2014-07-22
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@181 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Recent versions of the BFD library no longer require linking with -liberty.rmanfredi2014-04-17
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@180 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added checks for clock_gettime() and clock_getres().rmanfredi2014-04-17
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@179 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Fixed detection of IEEE-754 floating point byte ordering for Solaris.rmanfredi2014-04-08
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@178 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Always regenerate the Glossary file.rmanfredi2014-04-08
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@177 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added check for __builtin_bswap64().rmanfredi2014-04-08
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@176 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Fixed computation of i_rpcsvcdbm when there is no dbm available.rmanfredi2014-04-07
| | | | | | | | | | | | | | | | | | | | | Thanks to Philipp Rumpf for reporting this and hinting at the proper fix. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@175 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added check for sigaltstack().rmanfredi2013-09-10
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@172 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Newest <bfd.h> versions require PACKAGE and PACKAGE_VERSION to be definedrmanfredi2013-09-04
| | | | | | | | | | | | | | | | | | | | | prior inclusion (binutils-2.23 and higher). git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@171 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Must define WINVER before including any system file on newest MinGW.rmanfredi2013-08-30
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@170 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added checks for fsync() and fdatasync().rmanfredi2013-08-30
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@169 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added check for __builtin_bswap32.rmanfredi2013-06-12
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@168 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Fixed spelling: Licence -> License.rmanfredi2013-05-08
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@167 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Jumbo typo-fixing patch, courtesy of H.Merijn Brand.rmanfredi2013-05-08
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@166 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added the USE_DIFFTIME symbol to indicate that difftime() should be used.rmanfredi2013-05-08
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@165 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Integrated patch from H.Merijn Brand to make Debian users happy(er).rmanfredi2013-05-08
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@164 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Updated new SVN URL for the dist code.rmanfredi2013-05-08
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@163 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added check for pthread_attr_setstack().rmanfredi2013-01-30
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@162 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Let cf_email.U honor the external MAILDOMAIN environment variable, if set.rmanfredi2013-01-27
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@161 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added check for getnameinfo().rmanfredi2013-01-20
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@160 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added check for semtimedop().rmanfredi2013-01-20
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@159 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added checks for <sys/ipc.h> and <sys/sem.h> inclusions.rmanfredi2012-12-19
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@158 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Fixed d_semop.U and d_semget.U to include <sys/ipc.h> for IPC_XXX defines.rmanfredi2012-12-19
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@157 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added new metaconfig symbol $pthread to hold compiler/linker flag for threads.rmanfredi2012-12-19
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@156 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Updated checks on 'struct ucontext' to include <sys/ucontext.h> if necessary.rmanfredi2012-11-11
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@155 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added checks for <sys/ucontext.h> as well.rmanfredi2012-11-10
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@154 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Fixed regular expression which prevented "cc -MM" from being picked.rmanfredi2012-11-10
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@153 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added blurb for malloc() superseding.rmanfredi2012-11-03
| | | | | | | | | | | | | | | | | | | | | Also define the unit when USE_MY_MALLOC is present, not just $mallocobj. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@152 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added missing blank line.rmanfredi2012-11-03
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@151 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Fixed broken check for symlink support.rmanfredi2012-11-03
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@150 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added checks for getrlimit() and setrlimit().rmanfredi2012-11-01
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@149 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Deprecate the MYMALLOC symbol in favor of USE_MY_MALLOC.rmanfredi2012-11-01
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@148 2592e710-e01b-42a5-8df0-11608a6cc53d
| | * Added 4 new units.rmanfredi2012-09-24
| | | | | | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@147 2592e710-e01b-42a5-8df0-11608a6cc53d