vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 50ca5b27f2f7c51d062b3a89d334f7243f467078
Author: Manoj Srivastava <srivasta@debian.org>
Date: Tue May 19 20:47:55 2020 -0700
upgrade(new git snapshot): Ack NMUs and refresh fromn github
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
commit 0664966ad710d299c3ab43a8fe06d141306a0e68
Merge: cc8dafd 303867b
Author: Manoj Srivastava <srivasta@debian.org>
Date: Tue May 19 20:02:56 2020 -0700
Merge branch 'upstream'
commit 303867b2c314107cc81618561c3be69df19a4c9a
Merge: 9d655e9 2cec353
Author: Manoj Srivastava <srivasta@debian.org>
Date: Tue May 19 19:54:50 2020 -0700
Merge branch 'development' into upstream
commit 2cec35331a912b165e2dd135d22de81f34bbc83f
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Sat May 16 09:50:30 2020 +0200
Note that gccversion only contains major version.
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.
commit ed9965c886297c329bb6530a3cb34870666a252a
Author: Aaron Crane <arc@cpan.org>
Date: Thu Apr 25 10:25:09 2019 +0100
Fix bug when $exclusions_file is specified in .package file
The actual programs were trying to load the exclusions file before reading
.package (or even, in one case, without trying to read it at all). I failed
to notice this because I had a "-X" option that duplicated the intended use
of the setting in my .package file.
commit 9f837754617b4cb3a6b2dbd176e621ad83bd4c15
Author: H.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Date: Sat Apr 25 16:49:47 2020 +0200
Fix repeated-word typos
commit 50c6eebba8951436381819ea6f22b94171a0e7f5
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Thu Apr 9 13:55:22 2020 +0200
Use a more compact version of STATIC_ASSERT().
commit 35f0ffa60c3ca18b865718fd83f7b4c5e90f205e
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Tue Mar 17 10:10:38 2020 +0100
Reworked BFD section tests.
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.
commit 59046dade590cb0cefaaf45896fea7fa5d92e5f1
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Mon Mar 16 21:44:05 2020 +0100
Fixed typo in metalint man page.
commit c15168c17871134abedd45d1690708834ad6a3b6
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Mon Mar 16 19:32:07 2020 +0100
Check whether bfd_get_section_vma() takes 1 or 2 arguments.
commit 41979518039d93f7ce33c9ed1b3d16620a7bd61a
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Mon Mar 16 18:48:47 2020 +0100
Avoid compiler warning during void-support test.
commit f0b8d8aca8989710c49512ec0457539c8460f43b
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Mon Mar 16 17:13:12 2020 +0100
metalint: warn if defining a UU-file already claimed.
commit 3a771ebdb5e31d41b611d176f65fc1205c391f43
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Mon Mar 16 17:24:17 2020 +0100
Mark that this unit exports the config.sh file.
commit 15e25d59057b78f00042640defd1f8c76b8d4d06
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Mon Mar 16 17:23:24 2020 +0100
metalint: warn if several units claim to export the same file.
commit 2f64ea88c70b412b1543e36e5f7421c48bfd464e
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Mon Mar 16 17:11:08 2020 +0100
Added space to be consistent.
commit 95f048e9762e73782a47c73f27f4de4500bf5051
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Mon Mar 16 17:08:27 2020 +0100
Was missing a few $cat uses.
commit 3e3a5f35940c277f3d82904be28de432b775be54
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Tue Nov 20 15:10:06 2018 +0100
Removed d_fast_assert.U.
This is a private unit from gtk-gnutella that should not have been
made available to metaconfig as it is not of general purpose.
commit 86ac5a95aedd0e21087e358cbbc47eb5fc65d5a2
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Sun Nov 18 15:19:25 2018 +0100
Added test for memrchr().
commit 9853b5011e23cc50e2e422b18a8c13eebfa7b7e7
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Tue Jun 5 15:25:04 2018 +0200
Regenerated Configure.
commit 8e1f96af6f9d7f755ef551f6b422d856be37e41a
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Tue Jun 5 15:23:33 2018 +0200
Use new project public location, along with change from SVN to git.
commit ef5ee336fc90ba6ea4eb3bcadff4bc46d820ea26
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Tue Jun 5 15:03:50 2018 +0200
Added more "noise" to the .gitignore file.
commit 7c4c3dd291c741e2a42c78efd77ffbd3a1c9c1c1
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Tue Jun 5 14:28:56 2018 +0200
Added Specific.U as a hook for project-specific code.
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.
commit cf4ee93a463709e3d83d485c316d8db28e162f00
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Mon May 21 11:10:31 2018 +0200
Removed obsolete parts.
Fixes issue #15.
commit 607d9bfd575f3cf99789042a232669951f24a562
Author: Dominic Hargreaves <dom@earth.li>
Date: Mon May 21 11:05:13 2018 +0200
Fix man page comment schema (#17)
The commenting scheme used in the man pages was three consecutive single
quotes (`'''') at the beginning of a line. his works, but `gtroff' gives
a warning about an undefined macro (namely `'''), which is harmless, but
irritating.
To avoid this, this commit changes the schema to start the line with
`.\"' which causes the line to be treated as an undefined request and
thus ignored completely.
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
[updated to current dist by Dominic Hargreaves <dom@earth.li>]
commit 94831e424ef8bb500cb1486bbe0b7f8bce41dc42
Author: Dominic Hargreaves <dom@earth.li>
Date: Mon May 21 11:03:56 2018 +0200
Fix some syntax errors (#16)
This fixes syntax errors in makedist, patbase, patcil, patclean,
patcol, patdiff, patname, and patsnap.
commit cc8dafd4c41256a693f980bd8f48c1a51e58defd
Merge: b2543a8 9d655e9
Author: Manoj Srivastava <srivasta@debian.org>
Date: Mon Feb 26 00:44:54 2018 -0800
Merge branch 'upstream'
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
commit 9d655e91e06fda1394cc0bb1e7978c9e5484896c
Merge: 86a9dcb f8e6e03
Author: Manoj Srivastava <srivasta@debian.org>
Date: Mon Feb 26 00:27:56 2018 -0800
Merge branch 'development' into upstream
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
commit 86a9dcbe9559bbfa398e7ca3e7a72b2e7df58ad2
Merge: e6df8b4 16693ac
Author: Manoj Srivastava <srivasta@debian.org>
Date: Sun Feb 25 23:17:03 2018 -0800
Sync with gihub upstream
commit f8e6e03cbfcecfd577555326c0775b109eb894a8
Merge: 06e93d9 890ae3e
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Tue Oct 24 22:43:40 2017 +0200
Merge pull request #14 from arc/master
Added "-X exclusions-file" to ignore symbols.
Symbols like "index" may be present in source files but only accidentally.
This may occur in a comment, and not because index() is used and needs
to be dealt-with by metaconfig.
The -X option provides the ability to list symbols like "index" that we do not
want processed by metaconfig (and metaxref).
To avoid having to always remember to supply -X when running metaconfig or
metaxref, packinit was improved to record the name of the file that is holding
the symbols we wish to exclude: when an exclusion file is recorded, it will be
automatically picked by metaconfig (and metaxref). It is still possible to use the
-X option on the command line to supersede any setting in the .package file.
commit 890ae3e3f8b39b90d53e57455bbbf99795511225
Author: Aaron Crane <arc@cpan.org>
Date: Tue Oct 24 21:34:38 2017 +0100
Consistently use "file" in -X usage help
commit 3400d8a71038b079f7c7c8d80264071ddba4a63b
Author: Aaron Crane <arc@cpan.org>
Date: Tue Oct 24 21:34:16 2017 +0100
Fix "metaconfig" name in packinit message
commit 9eac7aacc8bace961cda535377b8f32272085096
Author: Aaron Crane <arc@cpan.org>
Date: Tue Oct 24 19:36:46 2017 +0100
Prompt for and set $exclusions_file in packinit
commit 4db77aeffc4cd0e969c6379e621a6931027976f7
Author: Aaron Crane <arc@cpan.org>
Date: Tue Oct 24 19:27:43 2017 +0100
Allow exclusions file to be named in .package
commit e66b85ddbd27bb2a83eb28de957a3a0a276b7056
Author: Aaron Crane <arc@cpan.org>
Date: Tue Oct 24 18:36:29 2017 +0100
Support "-X exclusions-file" option in metaxref
Otherwise, when mconfig is run with that option, the metaxref would
confusingly refer to excluded symbols.
commit 9a6a95281df0a1aae6bb08e9f8dbdd226d33db28
Author: Aaron Crane <arc@cpan.org>
Date: Tue Oct 24 18:36:14 2017 +0100
Move read_exclusions() function to files.pl
commit cb2b5788e3a043ab23b2ec54670723c93ef70e1b
Author: Aaron Crane <arc@cpan.org>
Date: Tue Oct 24 18:20:04 2017 +0100
Use a "%" sigil when calling Perl keys() / each()
This usage has produced a depreaction warning since Perl 5.000, and was
finally removed in Perl 5.22.
commit 725b65bac4a3e5257179db89d1134ec126ca208f
Author: Aaron Crane <arc@cpan.org>
Date: Tue Oct 24 17:30:59 2017 +0100
Fix usage help for "mconfig -X"
commit 4522d060c8e2be12b054d1e883f66879cc610a77
Author: Aaron Crane <arc@cpan.org>
Date: Mon Oct 23 18:13:51 2017 +0100
New "-X exclusions-file" option for mconfig
Packages can use this option to list symbols that shouldn't bring in the
corresponding units. For example, Perl need not provide support for BSD
index(3) as an alternative to C89 strchr(3), but "index" is the name of a
Perl builtin, so that string in the source files is misunderstood by
metaconfig as an attempt to use the BSD function.
With this change, Perl can deal with this situation by adding "index" (and
"rindex") to an exclusion list.
commit 06e93d9d534a84de9902164cc75d9b98bfadc452
Author: mauke <l.mai@web.de>
Date: Fri Oct 13 17:47:00 2017 +0200
fix typo in variable name (#13)
commit 910e8f31933d2737de501a445b0cb6ddf9e2251f
Author: mauke <l.mai@web.de>
Date: Fri Oct 13 16:21:21 2017 +0200
fix @wiping initialization (#12)
qw(...) cannot contain comments. The previous "comment" was interpreted as part of the qw list.
commit 769f306c6c3fb3d5f39a1666932b71452879bdbc
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Sun May 14 09:14:17 2017 +0200
Further enhanced ?MAKE: checks for pick to watch for %<.
The last argument of the pick command is the target, usually the current
unit name, or an explicit relative path. If it is the unit name, then
it is better represented by using the %< macro in case the unit file is
copied or renamed later.
commit d527baa7163e2a896b69c9e7eff90607cc145059
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Sat May 13 22:47:48 2017 +0200
Updated places listing obsolete email addresses of mine.
commit 34e69dc68c71a9aa06e0c7da6a19010b4a67136c
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Sat May 13 22:40:16 2017 +0200
Forgot to escape '$' in manual page...
commit 027445a78b8cf92ffaf9233c5e271a776475a5c1
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Sat May 13 22:38:49 2017 +0200
Fixed English typo.
commit 99104a7e78bb3394d96c147d6582a71ebf0dc58b
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Sat May 13 15:04:24 2017 +0200
Unix: an end-of-line was missing!
commit d487b1c1ed378f6221d8d0a43ea41e9a2e8ed865
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Sat May 13 15:02:44 2017 +0200
d_gconvert: removed unused dependency _o.
commit 400b5416d705dfa1c25eaefa9f2dcccf142a77c6
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Sat May 13 14:59:32 2017 +0200
Enhanced metalint to better validate ?MAKE: lines.
In particular, validate the special "pick" command further to avoid
nasty surprises when running metaconfig.
commit e17476b806aad1f8da32470141419a79a9fe1a78
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Sat May 13 13:50:42 2017 +0200
process_command: be more explicit about errors when opening units.
commit f86879f9a187c34ba729c895a7523714736250c2
Author: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Fri Dec 9 15:24:01 2016 +0100
Housekeeping (#11)
This is not complained about by mlint, but it just looks right to
declare what we use
commit f8c438d50741a5c4bc09d503f1b895b373f1aa5a
Author: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Fri Dec 9 15:23:21 2016 +0100
disable messaging on freebsd if not configured (#10)
I cannot find the original commit message to this fix in the
perl tree, but - even if outdated - seems very legit
commit bb6240c8e823af678db1668da579ba0de75d8936
Author: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Fri Dec 9 15:23:01 2016 +0100
disable semaphores on freebsd if not configured (#9)
I cannot find the original commit message to this fix in the
perl tree, but - even if outdated - seems very legit
commit 774944e8132ad42466f4c93f29294eeed090a138
Author: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Fri Dec 9 15:22:06 2016 +0100
First flurry of using $rm_try to clean op (#8)
commit 9f910d66c936dfdff953e212376f1943af479509
Author: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Fri Dec 9 15:19:36 2016 +0100
If cf_by is empty, try logname before whoami (#7)
commit 553404ab9739b1f4114f0e8f1a9382c279ae76a8
Author: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Sun May 29 18:11:23 2016 +0200
Fix RT [perl #72156] Re: Perl 5.12.0 RC 0 - Pager detection (#4)
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.
commit 7b711f54a2b43efe5901e6ae497be335a121af4c
Author: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Sun May 29 18:10:56 2016 +0200
Ask pwd the absolute path if $src is relative (#5)
commit cfaabf4a42cf72bf61187950a8bc8f082a5f6a2f
Author: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Sun May 29 18:10:20 2016 +0200
Escape ~ as some shells expand tilde during here-doc expansion (#6)
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
commit 84ae62697098fdaccc0bc97df67f7d5ea8878239
Author: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Sun May 22 17:08:46 2016 +0200
Spelling: it is explicitly without e in both US and UK English (#2)
* Spelling: it is explicitly without e in both US and UK English
* Remove trailing whitespace in meta-lines in units
commit 77e4271ceb24212cfd025be9ce880bdeb5a14013
Author: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Sun May 22 17:07:59 2016 +0200
Remove trailing whitespace in meta-lines in units (#3)
commit 168d50c6581d1429e2b2654d62b2520377095735
Merge: b76210c 6eb0900
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Thu Apr 28 09:32:06 2016 +0200
Merge pull request #1 from Tux/master
Sort order and invocation error
commit 6eb0900c6559e23d6409f4434dffdba33b9ecdd8
Author: Aaron Crane <arc@cpan.org>
Date: Sat Apr 23 11:48:05 2016 +0100
Fix incorrect invocation of Perl system builtin
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.
commit f8528237b61e7b2bb4b5b5837391a550d4135511
Author: Aaron Crane <arc@cpan.org>
Date: Sat Apr 23 11:43:25 2016 +0100
Don't rely on directory order when locating units
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).
commit b76210c2ef58dc61e2c4731422f7fc44165b1159
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Fri Apr 1 12:23:54 2016 +0200
Added revision.h to .gitignore since it is no longer included but generated.
commit 051a4f7fa0bd75693e986513585dcc1e0c42cd46
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Fri Apr 1 11:45:20 2016 +0200
Added .gitignore.
commit d630f9662f4b77f37714212748c615b3566618c2
Author: Raphael Manfredi <Raphael_Manfredi@pobox.com>
Date: Fri Apr 1 11:39:19 2016 +0200
Count amount of git revisions to compute a sub-version number, like SVN did.
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.
commit 06ffc150b88e0d491a06f437acc44ed199fac216
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Thu Dec 3 22:16:07 2015 +0000
Added check for bsearch().
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@200 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 8b3079a007e0928f06c56c52e1c7fa39fb3ad010
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Fri Nov 27 23:00:07 2015 +0000
Added checks for getpwnam() and getpwuid().
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@199 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 1cd06144d77bcec60b316766e20f2111ea0e6c5a
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sat Nov 14 15:06:46 2015 +0000
Regenarated Configure with the newest units.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@198 2592e710-e01b-42a5-8df0-11608a6cc53d
commit fdd2067601eea3caa590a4f5e2d8878005db793a
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sat Nov 14 15:04:42 2015 +0000
Added 6 new units.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@197 2592e710-e01b-42a5-8df0-11608a6cc53d
commit c56ef92ea3192d4e3fcc28cfab827741f0603b70
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sun Nov 1 14:35:37 2015 +0000
Added metaconfig test for pipe2().
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@196 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 28af4f2f25b66177810efaa1010e541ca5498dfb
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Mon Apr 27 21:30:17 2015 +0000
Fixed CommonSubdirsRule() to extend double quotes surrounding $(VERB).
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
commit b623241f9c8eeb256d65459eff3b9bef65d9d903
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Fri Apr 24 13:02:27 2015 +0000
Fixed compilation unit for fdopendir() test.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@194 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 65f959231ac694a610f5cb49e432d93ec879f1d6
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sun Apr 19 14:41:31 2015 +0000
Unfortunately, the name length field in dirent is d_namlen, not d_namelen.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@193 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 86eaf7a0609ca060dba9e79180bc84a7fbac2bef
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sun Apr 19 14:26:42 2015 +0000
Blindly include <fcntl.h> for openat() and fstatat() tests.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@192 2592e710-e01b-42a5-8df0-11608a6cc53d
commit f36cfa6b479ea3a55246622b5c0cfc38b9f1addb
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sun Apr 19 10:04:17 2015 +0000
Patch from H.Merijn Brand to disable backslashes in -D and -U arguments.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@191 2592e710-e01b-42a5-8df0-11608a6cc53d
commit a23380a908b296a3e92ee05f79f3c5247e410fdf
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sat Apr 18 12:21:41 2015 +0000
Added check for fdopendir().
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@190 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 0b59236f0ff7fb29f3537b88bdc610a4e5a9571a
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sat Apr 18 12:14:30 2015 +0000
Added check for openat().
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@189 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 9f01c0c4d1fbc84af7cb19e8b9547dd641fff945
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sat Apr 18 10:46:24 2015 +0000
Added check for fstatat().
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@188 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 7b26fa2343e40b86497ba09bf6369b5ab7ed3703
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sat Apr 18 09:10:52 2015 +0000
Added HAS_DIRENT_D_NAMELEN for a compile check of d_namelen.
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
commit efd117dccf64f6a9b39fe014d7a67357f402fe26
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Fri Apr 17 11:21:22 2015 +0000
Added check for dirfd().
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@186 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 193718d68aee65912f5e4008ec3484d0deef9efb
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Fri Apr 17 07:20:44 2015 +0000
Removed BSD-specific DT_WHT from the struct dirent check for a d_type field.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@185 2592e710-e01b-42a5-8df0-11608a6cc53d
commit e0333f701196c073579f1cd8aa7511108019bb0f
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Thu Apr 16 22:57:50 2015 +0000
Added test for fchdir().
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@184 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 650746ce380e1ff29d17517eeb1f80af5e6e7852
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sun Apr 12 09:48:11 2015 +0000
Added an "install-strip" target to install programs with stripping.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@183 2592e710-e01b-42a5-8df0-11608a6cc53d
commit caa2d751853b6285d4f4db52517ffff26809538f
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sun Nov 23 16:40:05 2014 +0000
Fixed typo in ?S comment.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@182 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 1bb678521acc138bb0dda6e81c70b264496b5215
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Tue Jul 22 09:28:59 2014 +0000
Also try to link with -ldl for the BFD library check, to cope with new versions.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@181 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 67ae1a4a3000d593f9af6cb123a477c9700c5479
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Thu Apr 17 15:47:46 2014 +0000
Recent versions of the BFD library no longer require linking with -liberty.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@180 2592e710-e01b-42a5-8df0-11608a6cc53d
commit eaaeda3a763b14ad72c6a84980f458448e7aa3fa
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Thu Apr 17 15:45:22 2014 +0000
Added checks for clock_gettime() and clock_getres().
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@179 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 316daa956e6274a64839b2fc717161ca6384b68c
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Tue Apr 8 10:42:58 2014 +0000
Fixed detection of IEEE-754 floating point byte ordering for Solaris.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@178 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 16693ac4e750629ba876c29b55cd242c350e3fd6
Author: cbiere <cbiere@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Mon Jun 16 18:11:00 2008 +0000
* Append $ccflags so that it can override the defaults assuming the compiler
picks the last choice as GCC does.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@29 2592e710-e01b-42a5-8df0-11608a6cc53d
commit dbfaaf1b52fe5bc9e401722842b071d56c79785f
Author: cbiere <cbiere@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Mon Jun 16 18:04:21 2008 +0000
* Use the preprocessor output to detect the GCC version instead of executing
the compiled binary which is unsuitable for cross-compiling.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@28 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 6bd65726a637ed514792adf0f28d7ea0675baa19
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sat Jun 14 20:50:12 2008 +0000
Make sure Instruct depends on Begin to move Begin ahead of any
question asked by Configure.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@27 2592e710-e01b-42a5-8df0-11608a6cc53d
commit d18e773aef5058210633f2b99715aca5825840d8
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sat Jun 14 20:48:34 2008 +0000
Panic if a routine is defined more than once.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@26 2592e710-e01b-42a5-8df0-11608a6cc53d
commit a04a204b963bf8dbf7bd385c07c59df40f57fedf
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Wed May 28 11:19:25 2008 +0000
SVN revision number is now automatically generated in "revision.h".
The old patchlevel information is no longer used, and <PATCHLEVEL> is
deprecated in unit files, replaced by <REVISION>.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@25 2592e710-e01b-42a5-8df0-11608a6cc53d
commit ad4cb12fbbcac74cf5876fe27b5ade25464ec7a6
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Wed May 28 11:16:28 2008 +0000
Added automatic SVN revision computation in "revision.h".
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@24 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 316f5201b71af3ca6c244879a74089ac366cce20
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Wed May 28 08:05:12 2008 +0000
Removed last instance of $*, no longer supported in Perl 5.10.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@23 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 9b3213c15af156eebe9e6337a2ea300596611e07
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Wed May 28 08:01:59 2008 +0000
Perl 5.10 no longer supports "$*" anywhere... even in the initial exec line
meant to be parsed by the shell...
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@22 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 30af21cdf99d4f7691471776a8f51b1ea7856b89
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Wed May 28 07:58:50 2008 +0000
Reset CDPATH to avoid pdksh's emission of the chosen dir on "cd".
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@21 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 80f66fdd1d400ef2d592680beec4871e4e023b95
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Fri Jan 4 23:14:00 2008 +0000
Applied diff from H.Merijn Brand to keep it working with perl 5.10, which
no longer supports the old $* perl4 variable to request multiline matching.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@20 2592e710-e01b-42a5-8df0-11608a6cc53d
commit 77e08c92c85470ea1e3754effce85283ca25a41d
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Mon Aug 13 12:14:08 2007 +0000
Linux does not like ^M as line endings: cpp 4.1.x complains. Try with ^A,
hoping it will continue to work on HP-UX.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@19 2592e710-e01b-42a5-8df0-11608a6cc53d
commit a2bc6df4196b1de4aff1ec80e441828dca3d08c0
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Wed Dec 27 10:35:09 2006 +0000
Added InstallProgramNoStrip() to request installation of a program without
stripping the debugging symbols.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@18 2592e710-e01b-42a5-8df0-11608a6cc53d
commit b9b68622c53790d2b182ec6e89cfe2f6a8f0dfb7
Author: rmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>
Date: Sat Nov 4 12:13:28 2006 +0000
Applied patch from Christian Biere, which adds "-Wshadow" to gcc 3.x flags.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@17 2592e710-e01b-42a5-8df0-11608a6cc53d