Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version number from 5.21.3 to 5.21.4 | Peter Martini | 2014-08-21 | 2 | -24/+24 |
| | |||||
* | Configure for isfinitel / isinfl. | Jarkko Hietaniemi | 2014-08-20 | 1 | -0/+2 |
| | |||||
* | Configure scan for ldexpl | Jarkko Hietaniemi | 2014-08-13 | 1 | -0/+1 |
| | |||||
* | Configure scan for the kind of long double we have | Jarkko Hietaniemi | 2014-08-13 | 1 | -0/+1 |
| | | | | (Somewhat like quadkind, but for the format of the long double) | ||||
* | Bump version number from 5.21.2 to 5.21.3 | Abigail | 2014-07-20 | 2 | -24/+24 |
| | |||||
* | Bump the perl version in various places for 5.21.2 | Matthew Horsfall (alh) | 2014-06-20 | 2 | -24/+24 |
| | |||||
* | Protect against ptrdiff_t not being available. | Brian Fraser | 2014-06-13 | 1 | -0/+1 |
| | | | | | This is primarily for pedantic builds; ptrdiff_t is now standard, and had already been in use in the core without guards. | ||||
* | Fix cbacktrace | H.Merijn Brand | 2014-06-11 | 1 | -0/+1 |
| | |||||
* | Add C backtrace API. | Jarkko Hietaniemi | 2014-06-07 | 1 | -0/+4 |
| | | | | | | | | Useful for at least debugging. Supported in Linux and OS X (possibly to some extent in *BSD). See perlhacktips for details. | ||||
* | undoubled bad quoting | H.Merijn Brand | 2014-06-05 | 1 | -2/+2 |
| | |||||
* | Probe for working wcscmp and wcsxfrm | H.Merijn Brand | 2014-06-05 | 1 | -0/+2 |
| | |||||
* | bump version to 5.21.1 | Ricardo Signes | 2014-05-27 | 2 | -24/+24 |
| | |||||
* | bump version to 5.21.0 | Ricardo Signes | 2014-05-26 | 2 | -23/+23 |
| | |||||
* | bump version to 5.20.0, install 5.20 perldelta | Ricardo Signes | 2014-05-12 | 2 | -27/+27 |
| | |||||
* | Bump version for 5.19.12 (not that it's expected to exist...) | Steve Hay | 2014-04-20 | 2 | -24/+24 |
| | |||||
* | Bump to Perl version 5.19.11 | Aaron Crane | 2014-03-20 | 2 | -24/+24 |
| | |||||
* | bump to version 5.19.10 and fix the version number reference in op.c | Tony Cook | 2014-02-20 | 2 | -24/+24 |
| | |||||
* | Added targetsh to all the canned config files | Brian Fraser | 2014-01-23 | 1 | -0/+1 |
| | |||||
* | bump version to 5.19.9! | Ricardo Signes | 2014-01-20 | 2 | -24/+24 |
| | |||||
* | config.h: Remove the exceptions for cross-compilation builds | Brian Fraser | 2014-01-17 | 2 | -4/+4 |
| | | | | | This makes it so that the values for MEM_ALIGNBYTES and BYTEORDER are taken from config.sh, instead of always getting a default. | ||||
* | Purge sfio support from configure.com, Configure and related files. | Nicholas Clark | 2013-12-27 | 3 | -28/+1 |
| | | | | | | | Most of these are actually generated, so the maintenance complexity reduction is not as impressive as the diffstat suggests. (Incorporating a fix from Merijn) | ||||
* | Bump version number from 5.19.7 to 5.19.8. | Abigail | 2013-12-20 | 2 | -24/+24 |
| | |||||
* | Bump the perl version in various places for v5.19.7 | Chris 'BinGOs' Williams | 2013-11-20 | 2 | -24/+24 |
| | |||||
* | Bump version for Perl 5.19.6 | Steve Hay | 2013-10-20 | 2 | -24/+24 |
| | |||||
* | Bump version for 5.19.5 | Steve Hay | 2013-09-20 | 2 | -24/+24 |
| | |||||
* | Regenerate Configure and chainsaw voidflags | H.Merijn Brand | 2013-09-16 | 4 | -53/+1 |
| | |||||
* | Remove references to GNU DLD from Configure and config.sh scripts. | Nicholas Clark | 2013-09-05 | 1 | -2/+1 |
| | | | | | Specifically eliminated i_dld, a variable indicating that <dld.h> should be included, and remove dld from the list of wanted libraries. | ||||
* | Bump version for 5.19.4 | Steve Hay | 2013-08-20 | 2 | -24/+24 |
| | |||||
* | bump version to v5.19.3 | Aristotle Pagaltzis | 2013-07-22 | 2 | -24/+24 |
| | |||||
* | bump version to v5.19.2 | David Golden | 2013-06-20 | 2 | -24/+24 |
| | |||||
* | bump version to 5.19.1 | Ricardo Signes | 2013-05-20 | 2 | -24/+24 |
| | |||||
* | bump version to 5.19.0 | Ricardo Signes | 2013-05-18 | 2 | -23/+23 |
| | |||||
* | Bump version to 5.18.0-RC0 | Ricardo Signes | 2013-05-07 | 2 | -27/+27 |
| | | | | | | | | This was done with: ./perl -Ilib Porting/bump-perl-version -i 5.17.12 5.18.0 Followed by two tiny manual edits: INSTALL and patchlevel.h | ||||
* | Bump the perl version in various places for 5.17.12 | Ricardo Signes | 2013-04-20 | 2 | -24/+24 |
| | | | | ...even though it should not get released | ||||
* | Bump version to5.17.11 | Max Maischein | 2013-03-22 | 2 | -24/+24 |
| | |||||
* | 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 | 2 | -24/+24 |
| | |||||
* | Bump the Perl version in various places for 5.17.9 | Aaron Crane | 2013-01-20 | 2 | -24/+24 |
| | |||||
* | Bump the perl version in various places for 5.17.8 | Dave Rolsky | 2012-12-18 | 2 | -24/+24 |
| | |||||
* | bump version to 5.17.7 | Ricardo Signes | 2012-11-20 | 2 | -24/+24 |
| | |||||
* | Remove the EPOC port. | Nicholas Clark | 2012-11-19 | 1 | -1/+1 |
| | | | | | | | 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 | -24/+24 |
| | |||||
* | Bump the perl version to 5.17.5 | Florian Ragwitz | 2012-09-19 | 2 | -24/+24 |
| | |||||
* | Remove the VM/ESA port. | Nicholas Clark | 2012-08-31 | 1 | -1/+1 |
| | | | | | VM/ESA was a mainframe OS. IBM ended service on it in June 2003. It was superseded by Z/VM. | ||||
* | 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 | -24/+24 |
| | |||||
* | Remove the UTS port. | Nicholas Clark | 2012-08-17 | 1 | -1/+1 |
| | | | | | | UTS was a mainframe version of System V created by Amdahl, subsequently sold to UTS Global. The port has not been touched since before 5.8.0, and UTS Global is now defunct. | ||||
* | bump to version 5.17.3 | Tony Cook | 2012-07-20 | 2 | -24/+24 |
| | |||||
* | 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 | -24/+24 |
| |