summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Spelling: it is explicitly without e in both US and UK English (#2)H.Merijn Brand2016-05-22
| | | | | | * Spelling: it is explicitly without e in both US and UK English * Remove trailing whitespace in meta-lines in units
* Remove trailing whitespace in meta-lines in units (#3)H.Merijn Brand2016-05-22
|
* Merge pull request #1 from Tux/masterRaphael Manfredi2016-04-28
|\ | | | | Sort order and invocation error
| * Fix incorrect invocation of Perl system builtinAaron Crane2016-04-23
| | | | | | | | | | | | | | | | It doesn't default to $_, but this code apparently assumes it does. This doesn't seem to actually affect anything, because all the units I've encountered have only the "pick" pseudo-command in the actions of their "?MAKE:" sections. But I think it's worth fixing nonetheless.
| * 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 revision.h to .gitignore since it is no longer included but generated.Raphael Manfredi2016-04-01
|
* Added .gitignore.Raphael Manfredi2016-04-01
|
* Count amount of git revisions to compute a sub-version number, like SVN did.Raphael Manfredi2016-04-01
| | | | | | | | Pun on sub-version and SVN intended :-) The idea is to be able to mimic what SVN was doing by counting how much changes were made on the master branch to derive a "build number" and keep our legacy version numbering scheme for now.
* 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
* Regenarated Configure with the newest units.rmanfredi2015-11-14
| | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@198 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 CommonSubdirsRule() to extend double quotes surrounding $(VERB).rmanfredi2015-04-27
| | | | | | | | This is necessary for the new install-strip target which sets VERB to a string containing parentheses, and we do not want the shell to choke on them. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@195 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
* Added an "install-strip" target to install programs with stripping.rmanfredi2015-04-12
| | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@183 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 LinkSourceFileAlias() and added depend/realclean to LinkSourceFile().rmanfredi2014-04-05
| | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@174 2592e710-e01b-42a5-8df0-11608a6cc53d
* The jmake Index depends on files/Jmake.rules.rmanfredi2014-04-05
| | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@173 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