summaryrefslogtreecommitdiff
path: root/pod/perlport.pod
Commit message (Collapse)AuthorAgeFilesLines
* remove outdated information from perlportMoritz Lenz2011-09-151-4/+0
|
* [perl #92376] Change - to : in time templateFather Chrysostomos2011-08-251-1/+1
|
* perlport: remove perlapollo linkKarl Williamson2011-07-161-1/+1
|
* Trim multiple blank lines above =item in pod files.Nicholas Clark2011-06-221-1/+0
| | | | | | This makes many documents more consistent in their pod formatting. Don't trim blank lines between verbatim blocks and =item, as removing them makes the (raw) pod harder to read.
* perlport: Fix pod errorsKarl Williamson2011-05-181-2/+2
|
* Corrected an incredibly small error in perlport.podChris 'BinGOs' Williams2011-02-281-1/+1
|
* Added GNU/kFreeBSD to list of systems where 5.12.x buildsChris 'BinGOs' Williams2011-02-271-0/+2
|
* Fix bad pod links found by Test::Pod::LinkCheckApocalypse2011-02-151-1/+1
|
* Replace mention of MacPerl with SymbianFather Chrysostomos2011-02-131-0/+2
|
* problem with exit in child process in BEGINRobin Barker2011-02-091-0/+7
|
* missing paragraph break in perlportRobin Barker2011-02-091-0/+1
|
* Tidy up perlport.pod with more L<> around URLs.Michael Stevens2011-01-301-16/+16
|
* Fix typos in pod/*Peter J. Acklam) (via RT2011-01-071-1/+1
| | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81906] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81906 >
* 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