summaryrefslogtreecommitdiff
path: root/plan9
Commit message (Collapse)AuthorAgeFilesLines
* bump version to v5.19.3Aristotle Pagaltzis2013-07-222-24/+24
|
* bump version to v5.19.2David Golden2013-06-202-24/+24
|
* bump version to 5.19.1Ricardo Signes2013-05-202-24/+24
|
* bump version to 5.19.0Ricardo Signes2013-05-182-23/+23
|
* Bump version to 5.18.0-RC0Ricardo Signes2013-05-072-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.12Ricardo Signes2013-04-202-24/+24
| | | | ...even though it should not get released
* Bump version to5.17.11Max Maischein2013-03-222-24/+24
|
* Add bootstrap_charset/BOOTSTRAP_CHARSET for non-ASCII architecturesH.Merijn Brand2013-03-091-0/+1
|
* Bump to v5.17.10Chris 'BinGOs' Williams2013-02-202-24/+24
|
* Bump the Perl version in various places for 5.17.9Aaron Crane2013-01-202-24/+24
|
* Bump the perl version in various places for 5.17.8Dave Rolsky2012-12-182-24/+24
|
* bump version to 5.17.7Ricardo Signes2012-11-202-24/+24
|
* Remove the EPOC port.Nicholas Clark2012-11-191-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.6Florian Ragwitz2012-10-192-24/+24
|
* Bump the perl version to 5.17.5Florian Ragwitz2012-09-192-24/+24
|
* Remove the VM/ESA port.Nicholas Clark2012-08-311-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_sourceH.Merijn Brand2012-08-261-0/+2
| | | | Needed to upgrade Socket from CPAN
* Bump version to 5.17.4Steve Hay2012-08-202-24/+24
|
* Remove the UTS port.Nicholas Clark2012-08-171-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.3Tony Cook2012-07-202-24/+24
|
* Add IP probe for ip_mreqH.Merijn Brand2012-07-111-0/+1
| | | | Backport 2f1eb816b5cba6977b1a8159
* bump version to 5.17.2Jesse Luehrs2012-06-202-24/+24
|
* bump version to 5.17.1Jesse Luehrs2012-06-192-24/+24
|
* bump version to 5.17.0Ricardo Signes2012-05-202-23/+23
|
* bump version to 5.16.0 RC0Ricardo Signes2012-05-102-27/+27
| | | | | | | | 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.9Abigail2012-03-192-24/+24
|
* Bump versions from 5.15.7 to 5.15.8Max Maischein2012-02-202-24/+24
|
* 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-24/+24
|
* 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-24/+24
|
* Bump the perl version for 5.15.5Steve Hay2011-11-202-24/+24
|
* Bump the perl version in various places for 5.15.4Florian Ragwitz2011-10-202-24/+24
|
* 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.
* Add a --regen option to checkcfgvar.pl to regenerate config files.Nicholas Clark2011-09-211-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-versionStevan Little2011-09-202-24/+24
|
* 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>
* Remove all references to old OO tutorial docs, and add refs to perlootut ↵Dave Rolsky2011-09-081-1/+1
| | | | | | where appropriate Used buildtoc to regenerate pod-related files
* bump version to 5.12.2 using Porting/bump-perl-versionRicardo Signes2011-08-202-24/+24
|
* 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-24/+24
|
* Bump the perl version in various places for 5.15.0David Mitchell2011-05-182-23/+23
|
* First provisional bump to 5.14.0-RC0Jesse Vincent2011-04-022-27/+27
|
* Bump the perl version for 5.13.11Florian Ragwitz2011-03-202-24/+24
|
* Bump the perl version in various places to 5.13.10Ævar Arnfjörð Bjarmason2011-02-202-24/+24
| | | | | | | | | | 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 changesChris 'BinGOs' Williams2011-01-231-3/+3
|
* Bump the perl version in various places to 5.13.9Jesse Vincent2011-01-202-24/+24
|