summaryrefslogtreecommitdiff
path: root/plan9/config_sh.sample
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump version to5.17.11Max Maischein2013-03-221-19/+19
|
* Add bootstrap_charset/BOOTSTRAP_CHARSET for non-ASCII architecturesH.Merijn Brand2013-03-091-0/+1
|
* Bump to v5.17.10Chris 'BinGOs' Williams2013-02-201-19/+19
|
* Bump the Perl version in various places for 5.17.9Aaron Crane2013-01-201-19/+19
|
* Bump the perl version in various places for 5.17.8Dave Rolsky2012-12-181-19/+19
|
* bump version to 5.17.7Ricardo Signes2012-11-201-19/+19
|
* Bump the version to 5.17.6Florian Ragwitz2012-10-191-19/+19
|
* Bump the perl version to 5.17.5Florian Ragwitz2012-09-191-19/+19
|
* Add Configure probe for ip_mreq_sourceH.Merijn Brand2012-08-261-0/+2
| | | | Needed to upgrade Socket from CPAN
* Bump version to 5.17.4Steve Hay2012-08-201-19/+19
|
* bump to version 5.17.3Tony Cook2012-07-201-19/+19
|
* Add IP probe for ip_mreqH.Merijn Brand2012-07-111-0/+1
| | | | Backport 2f1eb816b5cba6977b1a8159
* bump version to 5.17.2Jesse Luehrs2012-06-201-19/+19
|
* bump version to 5.17.1Jesse Luehrs2012-06-191-19/+19
|
* bump version to 5.17.0Ricardo Signes2012-05-201-18/+18
|
* bump version to 5.16.0 RC0Ricardo Signes2012-05-101-22/+22
| | | | | | | | Done with: ./perl -Ilib Porting/bump-perl-version -i 5.15.9 5.16.0 ...followed by a small edit to INSTALL and patchlevel.h.
* Bump the perl version in various places for 5.15.9Abigail2012-03-191-19/+19
|
* Bump versions from 5.15.7 to 5.15.8Max Maischein2012-02-201-19/+19
|
* Add new probes for IPv6 (LeoNerd)H.Merijn Brand2012-02-161-0/+2
|
* Revert "Add strptime probe"Ævar Arnfjörð Bjarmason2012-02-151-1/+0
| | | | This reverts commit 8852e312c3c616ab731ccbe7da54fb04eb8c3d30.
* Add strptime probeH.Merijn Brand2012-02-121-0/+1
|
* Bump the perl version in various places for v5.15.7Chris 'BinGOs' Williams2012-01-201-19/+19
|
* Add probe for isblank() (requested by khw)H.Merijn Brand2012-01-091-0/+1
|
* Bump the perl version in various places for 5.15.6Dave Rolsky2011-12-191-19/+19
|
* Bump the perl version for 5.15.5Steve Hay2011-11-201-19/+19
|
* Bump the perl version in various places for 5.15.4Florian Ragwitz2011-10-201-19/+19
|
* Where available, use _NSGetExecutablePath() to make $^X absolute.Nicholas Clark2011-09-271-0/+1
| | | | | | | | | In Configure, check whether _NSGetExecutablePath() can be used to find the absolute pathname of the executable. If so, set usensgetexecutablepath in config.sh and USE_NSGETEXECUTABLEPATH in config.h. If this is set, then use this approach in S_set_caret_X() to canonicalise $^X as an absolute path. This approach works on OS X, and possible on other platforms that use dyld.
* Where available, use sysctl() with KERN_PROC_PATHNAME to make $^X absolute.Nicholas Clark2011-09-271-0/+1
| | | | | | | | | | In Configure, check whether sysctl() and KERN_PROC_PATHNAME can be used to find the absolute pathname of the executable. If so, set usekernprocpathname in config.sh and USE_KERN_PROC_PATHNAME in config.h. If this is set, then use this approach in S_set_caret_X() to canonicalise $^X as an absolute path. This approach works on (at least) FreeBSD, and doesn't rely on the /proc filesystem existing, or /proc/curproc/file being present.
* Add a --regen option to checkcfgvar.pl to regenerate config files.Nicholas Clark2011-09-211-23/+23
| | | | | | | | | | Verify that the section of config file containing probed files is sorted lexically. If --regen is used, updated the file on disk with a correctly sorted version. (Except for configure.com, which has a different structure not amenable to automatic analysis and update, hence still has to be updated manually.) Ensure all config files are correctly sorted.
* bump version to 5.15.3 using Porting/bump-perl-versionStevan Little2011-09-201-19/+19
|
* Probe for <stdbool.h>, and if found use it in handy.hNicholas Clark2011-09-161-0/+1
| | | | | | | | | This means that the core uses the compiler's bool type if one exists. This avoids potential problems of clashes between perl's own implementation of bool and the compiler's bool type, which otherwise occur when one attempts to include headers which in turn include <stdbool.h>. Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* bump version to 5.12.2 using Porting/bump-perl-versionRicardo Signes2011-08-201-19/+19
|
* Add st_ino size/sign probesH.Merijn Brand2011-07-311-0/+2
| | | | Work initiated by Tony Cook
* bump perl version number to 5.15.1Zefram2011-07-201-19/+19
|
* Bump the perl version in various places for 5.15.0David Mitchell2011-05-181-18/+18
|
* First provisional bump to 5.14.0-RC0Jesse Vincent2011-04-021-22/+22
|
* Bump the perl version for 5.13.11Florian Ragwitz2011-03-201-19/+19
|
* Bump the perl version in various places to 5.13.10Ævar Arnfjörð Bjarmason2011-02-201-19/+19
| | | | | | | | | | Done with: ./perl -Ilib Porting/bump-perl-version -s 5.13.9 5.13.10 > /tmp/scan ./perl -Ilib Porting/bump-perl-version -u < /tmp/scan And then manually editing the README.vms file to update the vmstar example.
* Tracked down some other places to make the Unicode-Collate changesChris 'BinGOs' Williams2011-01-231-3/+3
|
* Bump the perl version in various places to 5.13.9Jesse Vincent2011-01-201-19/+19
|
* Revert "Tracked down some other places to make the Unicode-Collate changes"Chris 'BinGOs' Williams2011-01-191-3/+3
| | | | | | This reverts commit 7dc5472a0a41a8396671d5586d4c1254a1cb5e8c. Back out XS switch over
* Tracked down some other places to make the Unicode-Collate changesChris 'BinGOs' Williams2011-01-171-3/+3
|
* Add sin6_scope_id probe (LeoNerd)H.Merijn Brand2010-12-201-0/+1
|
* bump perl version number for 5.13.8Zefram2010-12-191-19/+19
|
* Add probe for sa_len availability in sockaddr structH.Merijn Brand2010-12-101-0/+1
| | | | Sorry for the huge config_h.SH re-order. Don't know (yet) what caused that
* Bump the perl version in various places for v5.13.7Chris 'BinGOs' Williams2010-11-201-19/+19
|
* Bump version to 5.13.6Tatsuhiko Miyagawa2010-10-201-19/+19
|
* merge XS-APItest-KeywordRPN into XS-APItestZefram2010-09-261-1/+1
| | | | | XS-APItest-KeywordRPN has turned out to be less useful as an independent module than expected, and less strictly about RPN than it originally was.
* Bump version to 5.13.5Steve Hay2010-09-191-19/+19
|
* Bump the perl version to 5.13.4Florian Ragwitz2010-08-201-19/+19
|