summaryrefslogtreecommitdiff
path: root/pod/perlport.pod
Commit message (Collapse)AuthorAgeFilesLines
* Windows 95 Chainsaw MassacreJan Dubois2010-12-021-6/+3
| | | | | Remove all supporting code for Windows 9x and Windows NT. The minimum supported version is Windows 2000 now.
* Add QNX Neutrino RTOS to list of platforms in perlportChris 'BinGOs' Williams2010-11-201-0/+2
|
* Update mailing list and website for cpantesters in perlportChris 'BinGOs' Williams2010-11-201-2/+2
|
* Document rewinddir() limitationsJan Dubois2010-10-251-0/+6
| | | | | as well as the similar limitations of directory handles that have been open while calling the fork() emulation on Windows.
* Patch for Stratus VOS for extended file namesPaul Green2010-10-061-21/+46
| | | | | | | | | | | | The attached 1-line patch to hints/vos.sh defines a C macro that enables support for file names longer than 32 characters on the Stratus OpenVOS port of perl. As there are now some files in the base package whose names exceed 32 chars, this is an important change. This change only applies to OpenVOS (horay for the hints files)! I tested this change on OpenVOS Release 17.0.2ab. I have also updated the .pod files that refer to VOS/OpenVOS.
* typo in perlportPhilippe Bruhat (BooK)2010-08-231-1/+1
|
* alarm() on Windows cannot interrupt blocking I/OJan Dubois2010-07-201-0/+6
|
* Prefer 3 digit octal character constantsKarl Williamson2010-06-281-1/+1
| | | | | By example and a few wording changes, show that 3 digit octal character constants have less ambiguity.
* Updating list of DOSish perls in perlport.pod.Curtis Jewell2010-05-121-0/+3
|
* perlport: fix 80 col display; broken linkKarl Williamson2010-05-081-10/+10
|
* Update title of "Supported Platforms" in perlport to avoidRafael Garcia-Suarez2010-04-301-3/+3
| | | | breaking pod links at each perl release (spotted by Karl Williamson)
* Fill blank with the release date of 5.12 in perlportRafael Garcia-Suarez2010-04-261-3/+1
|
* * Em dash cleanup in pod/brian d foy2010-01-131-10/+10
| | | | | | | | | | | | | I looked at all the instances of spaces around -- and in most cases converted the sentences to use more appropriate punctuation. In general, the -- in the perl docs seem to be there only to make really complicated and really long sentences. I didn't look at the closed em-dashes. They probably have the same sentence-complexity problem. I left some open em-dashes in place. Those are the ones used in lists.
* PATCH: minor typo cleanup of pod/ directoryTom Christiansen2010-01-051-17/+17
| | | | | | | | | | | | | | These are all in the pod/ directory, and only the first is a code fix. There was also a single lingering ISO 8859-1 encoding that missed the UTF-8 upconvert. The rest are cleanups for typos, some of which seem to have been around for a rather long time: spelling errors, incorrect possessives, and extra, missing, or duplicated words. If you actually read through, I bet you'll realize what sparked this. :) --tom Signed-off-by: Abigail <abigail@abigail.be>
* * Update perlport examples for modern Perl stylebrian d foy2009-12-191-12/+12
|
* Revert accidental executability of several pod filesJesse Vincent2009-10-201-0/+0
|
* Updated perlport.pod with notes on VMS support from Craig BerryJesse Vincent2009-10-201-1/+9
|
* Perl builds fine on Windows 7Jan Dubois2009-10-191-0/+2
|
* Add Cygwin to supported platforms listJerry D. Hedden2009-10-191-0/+2
|
* HP/UX should have been HP-UXJesse Vincent2009-10-191-1/+1
|
* First pass at updating perlport.pod with data from p5p for 5.12Jesse Vincent2009-10-191-2/+105
|
* Remove Mac OS Classic caveats from perlport.pod as Perl is no longer ↵Jesse Vincent2009-10-181-165/+48
| | | | portable to Mac OS Classic
* * RT #63620: Refer to the :crlf layer instead of STDIO for line ending ↵brian d foy2009-09-241-5/+5
| | | | translations
* Use alternative URLs for links which are now broken (link rot)Leon Brocard2009-09-041-5/+0
|
* Use alternative URLs for links which are now broken (link rot)Leon Brocard2009-09-011-2/+2
|
* Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ↵Jesse Vincent2009-08-031-2/+1
| | | | | | Classic. Perl hasn't supported MachTen since 5.6.
* Remove the port to MiNT. It's a dead platform that hasn't had any love ↵Jesse Vincent2009-08-031-23/+8
| | | | since 5.005
* Remove remaining POD tags in verbatim paragraphsVincent Pit2009-05-141-3/+3
|
* Fix -p function and Fcntl::S_IFIFO constant under Microsoft VC compilerJan Dubois2009-04-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Create S_IFIFO macro as an alias for _S_IFIFO if only the latter is being defined by the standard headers (e.g. Microsoft Visual C++). This is necessary to get the C<-p> function working, and also to define the Fcntl::S_IFIFO constant. See also http://bugs.activestate.com/show_bug.cgi?id=82665 Cheers, -Jan From 6386a37b103723e3c473119b95dd0b8edc59a1ed Mon Sep 17 00:00:00 2001 From: Jan Dubois <jand@activestate.com> Date: Mon, 27 Apr 2009 15:44:23 -0700 Subject: [PATCH] Create S_IFIFO macro as an alias for _S_IFIFO if only the latter is being defined by the standard headers (e.g. Microsoft Visual C++). This is necessary to get the C<-p> function working, and also to define the Fcntl::S_IFIFO constant. See also http://bugs.activestate.com/show_bug.cgi?id=82665 Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Merge branch 'schwern/y2038' into bleadRafael Garcia-Suarez2009-01-031-8/+7
|\ | | | | | | | | | | | | | | Conflicts: lib/Time/Local.pm lib/Time/Local.t reentr.h
| * Update from y2038.Michael G. Schwern2009-01-031-1/+4
| | | | | | | | | | | | | | | | | | | | | | Add trace code. Fix implied negative time in localtie64_r(). This fixes Windows. Put in some more tests around small negative and positive times to try and catch the above. Explain the loss of accuracy due to use of doubles in perlport.
| * Update some docs to explain that Perl no longer has a 2038 bug.Michael G. Schwern2009-01-031-8/+4
| |
* | Haiku PortIngo Weinhold2008-10-291-0/+1
|/ | | | | Message-Id: <20081029022544.413.1@knochen-vm.localdomain> p4raw-id: //depot/perl@34630
* RE: [PATCH revised] Fix ExtUtils::Install under CygwinSteve Hay2008-03-251-0/+5
| | | | | | | | | | | | | From: "Steve Hay" <SteveHay@planit.com> Message-ID: <1B32FF956ABF414C9BCE5E487A1497E70176BD61@ukmail02.planit.group> "OK, so how about the attached. This fixes up -w for all compilers so that it is symmetrical with chmod(), and adds a note to perltodo on fixing POSIX::access() and chdir()." The whole long thread started here: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-03/msg00056.html p4raw-id: //depot/perl@33566
* Add characters that VOS forbids in filenames, mentioned by Paul GreenNicholas Clark2008-03-111-1/+2
| | | | | in private correspondence. p4raw-id: //depot/perl@33485
* socketpair() *is* available on Win32Jan Dubois2008-01-251-1/+1
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <032201c85ed6$e56edf40$b04c9dc0$@com> p4raw-id: //depot/perl@33066
* VMS POD updates: perlport.pod, vmsperl.podJohn E. Malmberg2007-11-261-1/+14
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <474A2720.9040106@qsl.net> p4raw-id: //depot/perl@32492
* Document different kill(-9, ...) semantics on WindowsJan Dubois2007-11-241-0/+6
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <003201c82e23$0003a0f0$000ae2d0$@com> p4raw-id: //depot/perl@32475
* Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)Juerd Waalboer2007-03-071-6/+3
| | | | | Message-ID: <20070304150019.GN4723@c4.convolution.nl> p4raw-id: //depot/perl@30493
* In perlport, refine description of eight-level directory depthCraig A. Berry2007-02-261-8/+13
| | | | | | limitation on older VMS systems and add example of how to tell when we're in trouble. p4raw-id: //depot/perl@30403
* RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}Jan Dubois2006-05-041-0/+5
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <013f01c66ee9$8f1437a0$d045a8c0@candy> p4raw-id: //depot/perl@28091
* Clarify hard link support on WindowsJan Dubois2006-05-031-2/+5
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy> p4raw-id: //depot/perl@28084
* [DOC PATCH] chop warning in perlportXavier Noria2006-05-021-15/+3
| | | | | Message-Id: <E06C0594-CAF6-4822-8EB4-8E06EAD4A889@hashref.com> p4raw-id: //depot/perl@28054
* Make dump and -u croak on Win32 and Cygwin to avoid confusionYves Orton2006-01-261-1/+1
| | | | | | | | such as was seen here: Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way." Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com> p4raw-id: //depot/perl@26947
* [patch@blead] perlport.podJohn E. Malmberg2005-10-151-15/+106
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <43507C04.8050003@qsl.net> p4raw-id: //depot/perl@25761
* Quotes in pod/*.podAndy Lester2005-06-031-3/+3
| | | | | Message-ID: <20050602211954.GA22107@petdance.com> p4raw-id: //depot/perl@24686
* Re: [perl #35420] localtime corruptionMichael G. Schwern2005-05-271-0/+11
| | | | | Message-ID: <20050526203938.GG11558@windhund.schwern.org> p4raw-id: //depot/perl@24593
* Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]Gisle Aas2005-05-181-10/+0
| | | | | Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@24501
* [PATCH] Eliminate radically out of date CHANGES from perlportMichael G. Schwern2005-05-181-172/+54
| | | | | | | | | | | Date: Mon, 16 May 2005 15:17:05 -0700 Message-ID: <20050516221705.GA212@windhund.schwern.org> Subject: [PATCH] Eliminate function signatures from perlport From: Michael G Schwern <schwern@pobox.com> Date: Mon, 16 May 2005 15:24:18 -0700 Message-ID: <20050516222418.GA422@windhund.schwern.org> p4raw-id: //depot/perl@24496
* Document the unportability of atan2() edge casesRafael Garcia-Suarez2005-05-041-0/+11
| | | | | and remove unportable tests (by Steve Peters) p4raw-id: //depot/perl@24388