summaryrefslogtreecommitdiff
path: root/epoc
Commit message (Collapse)AuthorAgeFilesLines
* Bump the perl version in various places for 5.15.9Abigail2012-03-192-16/+16
|
* Bump versions from 5.15.7 to 5.15.8Max Maischein2012-02-202-16/+16
|
* 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-202-16/+16
|
* 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-192-16/+16
|
* Bump the perl version for 5.15.5Steve Hay2011-11-202-16/+16
|
* Bump the perl version in various places for 5.15.4Florian Ragwitz2011-10-202-16/+16
|
* 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.
* Sort epoc/config.shNicholas Clark2011-09-211-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.shNicholas Clark2011-09-211-154/+0
| | | | "Don't Repeat Yourself" :-)
* Eliminate duplicate contradictory values from epoc/config.sh.Nicholas Clark2011-09-211-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-versionStevan Little2011-09-202-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-202-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-202-19/+19
|
* Bump the perl version in various places for 5.15.0David Mitchell2011-05-182-19/+19
|
* First provisional bump to 5.14.0-RC0Jesse Vincent2011-04-022-23/+23
|
* Bump the perl version for 5.13.11Florian Ragwitz2011-03-202-19/+19
|
* Bump the perl version in various places to 5.13.10Ævar Arnfjörð Bjarmason2011-02-202-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.9Jesse Vincent2011-01-202-19/+19
|
* Add sin6_scope_id probe (LeoNerd)H.Merijn Brand2010-12-201-0/+1
|
* bump perl version number for 5.13.8Zefram2010-12-192-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-202-19/+19
|
* Bump version to 5.13.6Tatsuhiko Miyagawa2010-10-202-19/+19
|
* Bump version to 5.13.5Steve Hay2010-09-192-19/+19
|
* Bump the perl version to 5.13.4Florian Ragwitz2010-08-202-19/+19
|
* Bump API subversionFlorian Ragwitz2010-07-231-2/+2
|
* Update "canned" config.sh files for static inline.Andy Dougherty2010-07-221-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.3David Golden2010-07-192-17/+17
|
* Bump the perl version in various places for 5.13.2Matt S Trout2010-06-212-17/+17
|
* Bump the perl version in various places for 5.13.1Ricardo Signes2010-05-202-17/+17
|
* Add d_prctl* for all other OS'sH.Merijn Brand2010-04-131-0/+2
| | | | This was missing from c796e3db23c597b99f07485542338844e61a6a69
* Bump to 5.13.0Jesse Vincent2010-04-122-19/+19
|
* Bump to 5.12.0Jesse Vincent2010-03-142-21/+21
|
* Bump version to 5.11.5Steve Hay2010-02-202-17/+17
|
* bump version for 5.11.4Ricardo Signes2010-01-192-17/+17
|
* vaproto for the other OS'sH.Merijn Brand2010-01-061-0/+1
| | | | Follow-up to d03b3b00ac22f32af87a752669a46d9d06ae1561
* Bump to 5.11.3Jesse Vincent2009-12-202-17/+17
|
* Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) ↵Leon Brocard2009-11-182-17/+17
| | | | hardcoded
* Detection (and warning) of char size in bitsH.Merijn Brand2009-11-061-0/+1
|
* Bump 5.11.0 -> 5.11.1 in all sorts of places it's (oh so unfortunately) ↵Jesse Vincent2009-10-202-17/+17
| | | | hardcoded
* fix some perl version numbersDavid Mitchell2009-07-141-9/+9
|
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-121-1/+1
|
* Remove attrs, which has been deprecated since 1999/10/02.Nicholas Clark2009-04-121-1/+1
|