summaryrefslogtreecommitdiff
path: root/mcon/U
Commit message (Collapse)AuthorAge
* Merge branch 'upstream'Manoj Srivastava2020-05-19
|\
| * Note that gccversion only contains major version.Raphael Manfredi2020-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to say things like: case "$gccversion" in 1*) ... but that was wrong because it now starts to catch version 10 as well, for cases that only pertained to gcc version 1! We now need to say: case "$gccversion" in 1) ... 2) ... etc. to handle versions 1 and 2 differently. Thanks to Dmitry Butskoy for spotting this bug.
| * Fix repeated-word typosH.Merijn Brand - Tux2020-04-26
| |
| * Use a more compact version of STATIC_ASSERT().Raphael Manfredi2020-04-09
| |
| * Reworked BFD section tests.Raphael Manfredi2020-03-17
| | | | | | | | | | | | | | | | | | | | | | It's not only bfd_get_section_vma() which is impacted! The change in the BFD library, starting with 2.34, is rather that: - bfd_section_xxx() accessors now take only the BFD section as argument. - bfd_get_section_xxx() accessors, which used 2 arguments, are removed. The first argument in bfd_get_section_xxx() calls was the BFD descriptor and it was purely ignored in recent versions of the library.
| * Check whether bfd_get_section_vma() takes 1 or 2 arguments.Raphael Manfredi2020-03-16
| |
| * Avoid compiler warning during void-support test.Raphael Manfredi2020-03-16
| |
| * Mark that this unit exports the config.sh file.Raphael Manfredi2020-03-16
| |
| * Added space to be consistent.Raphael Manfredi2020-03-16
| |
| * Was missing a few $cat uses.Raphael Manfredi2020-03-16
| |
| * Removed d_fast_assert.U.Raphael Manfredi2018-11-20
| | | | | | | | | | This is a private unit from gtk-gnutella that should not have been made available to metaconfig as it is not of general purpose.
| * Added test for memrchr().Raphael Manfredi2018-11-18
| |
| * Use new project public location, along with change from SVN to git.Raphael Manfredi2018-06-05
| |
| * Added Specific.U as a hook for project-specific code.Raphael Manfredi2018-06-05
| | | | | | | | | | | | | | | | After generating config.sh, this is a place where optional generation can happen, before going on with the .SH file extractions and dependency computations. Typically, this can be used to generate a revision.h file.
* | Merge branch 'upstream'Manoj Srivastava2018-02-26
|\| | | | | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
| * Unix: an end-of-line was missing!Raphael Manfredi2017-05-13
| |
| * d_gconvert: removed unused dependency _o.Raphael Manfredi2017-05-13
| |
| * Housekeeping (#11)H.Merijn Brand2016-12-09
| | | | | | | | This is not complained about by mlint, but it just looks right to declare what we use
| * disable messaging on freebsd if not configured (#10)H.Merijn Brand2016-12-09
| | | | | | | | I cannot find the original commit message to this fix in the perl tree, but - even if outdated - seems very legit
| * disable semaphores on freebsd if not configured (#9)H.Merijn Brand2016-12-09
| | | | | | | | I cannot find the original commit message to this fix in the perl tree, but - even if outdated - seems very legit
| * First flurry of using $rm_try to clean op (#8)H.Merijn Brand2016-12-09
| |
| * If cf_by is empty, try logname before whoami (#7)H.Merijn Brand2016-12-09
| |
| * Fix RT [perl #72156] Re: Perl 5.12.0 RC 0 - Pager detection (#4)H.Merijn Brand2016-05-29
| | | | | | | | | | | | | | Author: Andy Dougherty <doughera@lafayete.edu> 2012-08-02 20:16:47 Instruct ./getfile to trust the default pager value. It might not begin with a slash, or it might include some options, such as"/usr/bin/less -R". This patch copies the pager.U file from the dist-3.5 directory, and then changes the 'fn=' line to trust the default.
| * Ask pwd the absolute path if $src is relative (#5)H.Merijn Brand2016-05-29
| |
| * Escape ~ as some shells expand tilde during here-doc expansion (#6)H.Merijn Brand2016-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Could it be that some broken shells would expand the leading ~ during the here-document processing? If that is so, my suggestion is to include ?X: lines in the unit to explicitly document that fact so that nobody mistakenly removes the escaping later on, thinking it is not required. This is my guess, but I have never encountered that problem anywhere, which is why the "official" dist does not escape the ~. However, Perl is compiled in much more diverse platorms as gtk-gnutella is so it would not surprise me... the hard part will be to remember on which platform the problem was spotted :-) Cheers, Raphael
| * 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
| |
| * 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
| * 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