Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the EPOC port. | Nicholas Clark | 2012-11-19 | 7 | -1469/+0 |
| | | | | | | | EPOC was a family of operating systems developed by Psion for mobile devices. It was the predecessor of Symbian. The port was last updated in April 2002. | ||||
* | Bump the version to 5.17.6 | Florian Ragwitz | 2012-10-19 | 2 | -16/+16 |
| | |||||
* | Bump the perl version to 5.17.5 | Florian Ragwitz | 2012-09-19 | 2 | -16/+16 |
| | |||||
* | 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 | 2 | -16/+16 |
| | |||||
* | bump to version 5.17.3 | Tony Cook | 2012-07-20 | 2 | -16/+16 |
| | |||||
* | 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 | 2 | -16/+16 |
| | |||||
* | bump version to 5.17.1 | Jesse Luehrs | 2012-06-19 | 2 | -16/+16 |
| | |||||
* | bump version to 5.17.0 | Ricardo Signes | 2012-05-20 | 2 | -16/+16 |
| | |||||
* | bump version to 5.16.0 RC0 | Ricardo Signes | 2012-05-10 | 2 | -18/+18 |
| | | | | | | | | 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 | 2 | -16/+16 |
| | |||||
* | Bump versions from 5.15.7 to 5.15.8 | Max Maischein | 2012-02-20 | 2 | -16/+16 |
| | |||||
* | 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 | 2 | -16/+16 |
| | |||||
* | 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 | 2 | -16/+16 |
| | |||||
* | Bump the perl version for 5.15.5 | Steve Hay | 2011-11-20 | 2 | -16/+16 |
| | |||||
* | Bump the perl version in various places for 5.15.4 | Florian Ragwitz | 2011-10-20 | 2 | -16/+16 |
| | |||||
* | 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. | ||||
* | Sort epoc/config.sh | Nicholas Clark | 2011-09-21 | 1 | -130/+130 |
| | | | | | | This brings it back to the regular order: header information, probed values, information about arguments to Configure, and values propagated from a previous run. | ||||
* | De-duplicate epoc/config.sh | Nicholas Clark | 2011-09-21 | 1 | -154/+0 |
| | | | | "Don't Repeat Yourself" :-) | ||||
* | Eliminate duplicate contradictory values from epoc/config.sh. | Nicholas Clark | 2011-09-21 | 1 | -5/+0 |
| | | | | | | | | | | The two values for quadtype have been present since epoc/config.sh was added in 3a2f06e93704a418. quadtype is signed, (uquadtype is its unsigned equivalent) hence remove the definition that uses unsigned long long. The duplicate contradictory values for d_vendorarch were merged in by b250498faaf6fbd0 (along with a lot of the non-contradictory duplication), originating from commit eb0d51032951025d on the cfgperl branch. The contradictory values for socksizetype arrived with the same commits. | ||||
* | bump version to 5.15.3 using Porting/bump-perl-version | Stevan Little | 2011-09-20 | 2 | -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 | 2 | -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 | 2 | -19/+19 |
| | |||||
* | Bump the perl version in various places for 5.15.0 | David Mitchell | 2011-05-18 | 2 | -19/+19 |
| | |||||
* | First provisional bump to 5.14.0-RC0 | Jesse Vincent | 2011-04-02 | 2 | -23/+23 |
| | |||||
* | Bump the perl version for 5.13.11 | Florian Ragwitz | 2011-03-20 | 2 | -19/+19 |
| | |||||
* | Bump the perl version in various places to 5.13.10 | Ævar Arnfjörð Bjarmason | 2011-02-20 | 2 | -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. | ||||
* | Bump the perl version in various places to 5.13.9 | Jesse Vincent | 2011-01-20 | 2 | -19/+19 |
| | |||||
* | 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 | 2 | -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 | 2 | -19/+19 |
| | |||||
* | Bump version to 5.13.6 | Tatsuhiko Miyagawa | 2010-10-20 | 2 | -19/+19 |
| | |||||
* | Bump version to 5.13.5 | Steve Hay | 2010-09-19 | 2 | -19/+19 |
| | |||||
* | Bump the perl version to 5.13.4 | Florian Ragwitz | 2010-08-20 | 2 | -19/+19 |
| | |||||
* | Bump API subversion | Florian Ragwitz | 2010-07-23 | 1 | -2/+2 |
| | |||||
* | Update "canned" config.sh files for static inline. | Andy Dougherty | 2010-07-22 | 1 | -0/+2 |
| | | | | | | Unless the file explicitly lists a gcc version I know to work, I picked safe default values for the new d_static_inline and perl_static_inline variables. | ||||
* | Bump the perl version to 5.13.3 | David Golden | 2010-07-19 | 2 | -17/+17 |
| | |||||
* | Bump the perl version in various places for 5.13.2 | Matt S Trout | 2010-06-21 | 2 | -17/+17 |
| | |||||
* | Bump the perl version in various places for 5.13.1 | Ricardo Signes | 2010-05-20 | 2 | -17/+17 |
| | |||||
* | Add d_prctl* for all other OS's | H.Merijn Brand | 2010-04-13 | 1 | -0/+2 |
| | | | | This was missing from c796e3db23c597b99f07485542338844e61a6a69 | ||||
* | Bump to 5.13.0 | Jesse Vincent | 2010-04-12 | 2 | -19/+19 |
| |