Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Bump to 5.12.0 | Jesse Vincent | 2010-03-14 | 2 | -21/+21 |
| | |||||
* | Bump version to 5.11.5 | Steve Hay | 2010-02-20 | 2 | -17/+17 |
| | |||||
* | bump version for 5.11.4 | Ricardo Signes | 2010-01-19 | 2 | -17/+17 |
| | |||||
* | vaproto for the other OS's | H.Merijn Brand | 2010-01-06 | 1 | -0/+1 |
| | | | | Follow-up to d03b3b00ac22f32af87a752669a46d9d06ae1561 | ||||
* | Bump to 5.11.3 | Jesse Vincent | 2009-12-20 | 2 | -17/+17 |
| | |||||
* | Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) ↵ | Leon Brocard | 2009-11-18 | 2 | -17/+17 |
| | | | | hardcoded | ||||
* | Detection (and warning) of char size in bits | H.Merijn Brand | 2009-11-06 | 1 | -0/+1 |
| | |||||
* | Bump 5.11.0 -> 5.11.1 in all sorts of places it's (oh so unfortunately) ↵ | Jesse Vincent | 2009-10-20 | 2 | -17/+17 |
| | | | | hardcoded | ||||
* | fix some perl version numbers | David Mitchell | 2009-07-14 | 1 | -9/+9 |
| | |||||
* | Convert xsutils.c and lib/attributes.pm to a regular XS extension. | Nicholas Clark | 2009-04-12 | 1 | -1/+1 |
| | |||||
* | Remove attrs, which has been deprecated since 1999/10/02. | Nicholas Clark | 2009-04-12 | 1 | -1/+1 |
| | |||||
* | IPv6 config variables for the other OS's | H.Merijn Brand | 2009-03-25 | 1 | -0/+4 |
| | | | | Needs checking | ||||
* | Configure detection of __attribute__((deprecated)) | Rafael Garcia-Suarez | 2008-12-03 | 1 | -0/+1 |
| | | | | | | From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com> Message-ID: <b77c1dce0812030351j33d7b75ci3e2640b33f36acd9@mail.gmail.com> p4raw-id: //depot/perl@34994 | ||||
* | could we add usedevel to config.h? | H.Merijn Brand | 2008-11-28 | 1 | -0/+1 |
| | | | | | | | | | | | | From: Nicholas Clark <nick@ccl4.org> Date: Thu, 27 Nov 2008 20:28:08 +0000 Message-ID: <20081127202807.GG49335@plum.flirble.org> Subject: Avoid duplicate vendorlib [PATCH] From: Gisle Aas <gisle@activestate.com> Date: Wed, 12 Nov 2008 13:50:34 +0100 Message-Id: <71B06786-4C55-4A76-BE24-C01F89015D45@activestate.com> p4raw-id: //depot/perl@34950 | ||||
* | Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header files | Marcus Holland-Moritz | 2008-11-08 | 1 | -0/+3 |
| | | | | | Message-ID: <20081108094522.5174608b@r2d2> p4raw-id: //depot/perl@34777 | ||||
* | Add probes for *time64 () functions | H.Merijn Brand | 2008-10-03 | 1 | -24/+35 |
| | | | | | Add missing config vars p4raw-id: //depot/perl@34456 |