Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump version to5.17.11 | Max Maischein | 2013-03-22 | 1 | -19/+19 | |
| | ||||||
* | Add bootstrap_charset/BOOTSTRAP_CHARSET for non-ASCII architectures | H.Merijn Brand | 2013-03-09 | 1 | -0/+1 | |
| | ||||||
* | Bump to v5.17.10 | Chris 'BinGOs' Williams | 2013-02-20 | 1 | -19/+19 | |
| | ||||||
* | Bump the Perl version in various places for 5.17.9 | Aaron Crane | 2013-01-20 | 1 | -19/+19 | |
| | ||||||
* | Bump the perl version in various places for 5.17.8 | Dave Rolsky | 2012-12-18 | 1 | -19/+19 | |
| | ||||||
* | bump version to 5.17.7 | Ricardo Signes | 2012-11-20 | 1 | -19/+19 | |
| | ||||||
* | Bump the version to 5.17.6 | Florian Ragwitz | 2012-10-19 | 1 | -19/+19 | |
| | ||||||
* | Bump the perl version to 5.17.5 | Florian Ragwitz | 2012-09-19 | 1 | -19/+19 | |
| | ||||||
* | Add Configure probe for ip_mreq_source | H.Merijn Brand | 2012-08-26 | 1 | -0/+2 | |
| | | | | Needed to upgrade Socket from CPAN | |||||
* | Bump version to 5.17.4 | Steve Hay | 2012-08-20 | 1 | -19/+19 | |
| | ||||||
* | bump to version 5.17.3 | Tony Cook | 2012-07-20 | 1 | -19/+19 | |
| | ||||||
* | Add IP probe for ip_mreq | H.Merijn Brand | 2012-07-11 | 1 | -0/+1 | |
| | | | | Backport 2f1eb816b5cba6977b1a8159 | |||||
* | bump version to 5.17.2 | Jesse Luehrs | 2012-06-20 | 1 | -19/+19 | |
| | ||||||
* | bump version to 5.17.1 | Jesse Luehrs | 2012-06-19 | 1 | -19/+19 | |
| | ||||||
* | bump version to 5.17.0 | Ricardo Signes | 2012-05-20 | 1 | -18/+18 | |
| | ||||||
* | bump version to 5.16.0 RC0 | Ricardo Signes | 2012-05-10 | 1 | -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.9 | Abigail | 2012-03-19 | 1 | -19/+19 | |
| | ||||||
* | Bump versions from 5.15.7 to 5.15.8 | Max Maischein | 2012-02-20 | 1 | -19/+19 | |
| | ||||||
* | Add new probes for IPv6 (LeoNerd) | H.Merijn Brand | 2012-02-16 | 1 | -0/+2 | |
| | ||||||
* | Revert "Add strptime probe" | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -1/+0 | |
| | | | | This reverts commit 8852e312c3c616ab731ccbe7da54fb04eb8c3d30. | |||||
* | Add strptime probe | H.Merijn Brand | 2012-02-12 | 1 | -0/+1 | |
| | ||||||
* | Bump the perl version in various places for v5.15.7 | Chris 'BinGOs' Williams | 2012-01-20 | 1 | -19/+19 | |
| | ||||||
* | Add probe for isblank() (requested by khw) | H.Merijn Brand | 2012-01-09 | 1 | -0/+1 | |
| | ||||||
* | Bump the perl version in various places for 5.15.6 | Dave Rolsky | 2011-12-19 | 1 | -19/+19 | |
| | ||||||
* | Bump the perl version for 5.15.5 | Steve Hay | 2011-11-20 | 1 | -19/+19 | |
| | ||||||
* | Bump the perl version in various places for 5.15.4 | Florian Ragwitz | 2011-10-20 | 1 | -19/+19 | |
| | ||||||
* | Where available, use _NSGetExecutablePath() to make $^X absolute. | Nicholas Clark | 2011-09-27 | 1 | -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 Clark | 2011-09-27 | 1 | -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 Clark | 2011-09-21 | 1 | -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-version | Stevan Little | 2011-09-20 | 1 | -19/+19 | |
| | ||||||
* | Probe for <stdbool.h>, and if found use it in handy.h | Nicholas Clark | 2011-09-16 | 1 | -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-version | Ricardo Signes | 2011-08-20 | 1 | -19/+19 | |
| | ||||||
* | Add st_ino size/sign probes | H.Merijn Brand | 2011-07-31 | 1 | -0/+2 | |
| | | | | Work initiated by Tony Cook | |||||
* | bump perl version number to 5.15.1 | Zefram | 2011-07-20 | 1 | -19/+19 | |
| | ||||||
* | Bump the perl version in various places for 5.15.0 | David Mitchell | 2011-05-18 | 1 | -18/+18 | |
| | ||||||
* | First provisional bump to 5.14.0-RC0 | Jesse Vincent | 2011-04-02 | 1 | -22/+22 | |
| | ||||||
* | Bump the perl version for 5.13.11 | Florian Ragwitz | 2011-03-20 | 1 | -19/+19 | |
| | ||||||
* | Bump the perl version in various places to 5.13.10 | Ævar Arnfjörð Bjarmason | 2011-02-20 | 1 | -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 changes | Chris 'BinGOs' Williams | 2011-01-23 | 1 | -3/+3 | |
| | ||||||
* | Bump the perl version in various places to 5.13.9 | Jesse Vincent | 2011-01-20 | 1 | -19/+19 | |
| | ||||||
* | Revert "Tracked down some other places to make the Unicode-Collate changes" | Chris 'BinGOs' Williams | 2011-01-19 | 1 | -3/+3 | |
| | | | | | | This reverts commit 7dc5472a0a41a8396671d5586d4c1254a1cb5e8c. Back out XS switch over | |||||
* | Tracked down some other places to make the Unicode-Collate changes | Chris 'BinGOs' Williams | 2011-01-17 | 1 | -3/+3 | |
| | ||||||
* | Add sin6_scope_id probe (LeoNerd) | H.Merijn Brand | 2010-12-20 | 1 | -0/+1 | |
| | ||||||
* | bump perl version number for 5.13.8 | Zefram | 2010-12-19 | 1 | -19/+19 | |
| | ||||||
* | Add probe for sa_len availability in sockaddr struct | H.Merijn Brand | 2010-12-10 | 1 | -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.7 | Chris 'BinGOs' Williams | 2010-11-20 | 1 | -19/+19 | |
| | ||||||
* | Bump version to 5.13.6 | Tatsuhiko Miyagawa | 2010-10-20 | 1 | -19/+19 | |
| | ||||||
* | merge XS-APItest-KeywordRPN into XS-APItest | Zefram | 2010-09-26 | 1 | -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.5 | Steve Hay | 2010-09-19 | 1 | -19/+19 | |
| | ||||||
* | Bump the perl version to 5.13.4 | Florian Ragwitz | 2010-08-20 | 1 | -19/+19 | |
| |