summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* perlop.pod nitSteve Peters2005-05-101-1/+1
| | | | | Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24437
* attributes-two.patch, the next batchAndy Lester2005-05-091-1/+1
| | | | | Message-ID: <20050509154518.GA18273@petdance.com> p4raw-id: //depot/perl@24431
* Fix typo (bug #35368)Rafael Garcia-Suarez2005-05-091-2/+1
| | | p4raw-id: //depot/perl@24430
* Sv_*set() doc's and extra const's for the SvPVX_const() tasksSteve Peters2005-05-091-1/+73
| | | | | Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24422
* GCC attributes!Andy Lester2005-05-071-1/+1
| | | | | Message-ID: <20050504215540.GA20413@petdance.com> p4raw-id: //depot/perl@24414
* 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
* perlvar.pod verbatim paragraph first line does not start with a spaceOffer Kaye2005-05-041-1/+1
| | | | | Message-Id: <56942505050405101bfe678d@mail.gmail.com> p4raw-id: //depot/perl@24383
* Sync synopsesRafael Garcia-Suarez2005-05-042-4/+6
| | | p4raw-id: //depot/perl@24382
* document the internals of exception handlingDave Mitchell2005-05-031-0/+151
| | | p4raw-id: //depot/perl@24381
* mkdir without arguments now defaults to $_Rafael Garcia-Suarez2005-05-031-1/+4
| | | p4raw-id: //depot/perl@24378
* [perl #33809] optimize macro dXSARGS Sergey Skvortsov2005-05-031-0/+10
| | | | | | From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org> p4raw-id: //depot/perl@24372
* Clarify the definition of the 'w' pack format, as suggested byRafael Garcia-Suarez2005-05-021-4/+4
| | | | | Alexey Toptygin. p4raw-id: //depot/perl@24368
* undo pod utilities regression in 24034Craig A. Berry2005-05-022-6/+4
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <4272B3B8.6030603@mac.com> p4raw-id: //depot/perl@24359
* Small patch to perlport.podSébastien Aperghis-Tramoni2005-04-291-13/+24
| | | | | Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr> p4raw-id: //depot/perl@24354
* Remove confusing punctuationRafael Garcia-Suarez2005-04-281-1/+1
| | | | | (spotted by David Rigaudiere) p4raw-id: //depot/perl@24345
* Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patchesAndy Lester2005-04-261-4/+4
| | | | | Message-ID: <20050425225651.GB17271@petdance.com> p4raw-id: //depot/perl@24328
* Fix typo, noticed by Randal SchwartzRafael Garcia-Suarez2005-04-251-1/+1
| | | p4raw-id: //depot/perl@24317
* Symbian port of PerlJarkko Hietaniemi2005-04-213-0/+38
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271
* Add CLONE_SKIP() class method to allow individual classes to skipDave Mitchell2005-04-191-1/+17
| | | | | cloning objects during thread creation p4raw-id: //depot/perl@24247
* perlfunc.pod: incomplete select descriptionHernan Perez Masci2005-04-111-0/+6
| | | | | Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar> p4raw-id: //depot/perl@24224
* Make the four-argument form of select() return undefRafael Garcia-Suarez2005-04-112-2/+4
| | | | | instead of -1 on error. p4raw-id: //depot/perl@24223
* Fix [perl #34892] Segfault on &DB::sub declared but not definedRafael Garcia-Suarez2005-04-101-9/+8
| | | p4raw-id: //depot/perl@24215
* Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not ↵Steven Schubiger2005-04-081-0/+4
| | | | | | | | | File::Copy::move Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org> (with arguments changed to match perlfunc.pod) p4raw-id: //depot/perl@24209
* Removing Y2K warningsAndy Lester2005-04-083-8/+0
| | | | | Message-ID: <20050407224442.GA23895@petdance.com> p4raw-id: //depot/perl@24205
* Add perl593delta.podRafael Garcia-Suarez2005-04-082-0/+59
| | | p4raw-id: //depot/perl@24198
* Mention that select() returns -1 on error,Rafael Garcia-Suarez2005-04-071-0/+3
| | | | | as suggested by Hernan Perez Masci p4raw-id: //depot/perl@24194
* perldbtty$$ locationGisle Aas2005-04-071-18/+18
| | | | | | Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com> (and remove trailing whitespace) p4raw-id: //depot/perl@24190
* [perl #34699] documentation bug in "man perlpodspec" raf@tradingpost.com.au2005-04-071-1/+1
| | | | | | From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org> p4raw-id: //depot/perl@24187
* Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"Steven Schubiger2005-04-031-7/+7
| | | | | Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org> p4raw-id: //depot/perl@24147
* Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"Steven Schubiger2005-04-031-68/+68
| | | | | Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org> p4raw-id: //depot/perl@24139
* Fix wrong version for byteorder modifiers feature.Marcus Holland-Moritz2005-04-031-1/+1
| | | p4raw-id: //depot/perl@24138
* Remove dependency on tr(1) for MinGW builds on Win32Steve Hay2005-04-011-4/+0
| | | | | | | | | This leaves things slightly (more) broken for MinGW builds on Cygwin, but that doesn't currently quite work in other respects and isn't documented anyway. See: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html p4raw-id: //depot/perl@24131
* Regenerate perltoc and perlmodlibRafael Garcia-Suarez2005-04-012-134/+447
| | | p4raw-id: //depot/perl@24130
* POD fixes.Rafael Garcia-Suarez2005-04-011-17/+17
| | | p4raw-id: //depot/perl@24129
* FAQ sync.Rafael Garcia-Suarez2005-04-015-28/+26
| | | p4raw-id: //depot/perl@24128
* Add a note about installhtmlRafael Garcia-Suarez2005-04-011-0/+2
| | | p4raw-id: //depot/perl@24127
* Mention the current MinGW compilation problemsRafael Garcia-Suarez2005-03-311-0/+4
| | | p4raw-id: //depot/perl@24125
* This is 5.9.2. Mostly.Rafael Garcia-Suarez2005-03-311-0/+1
| | | p4raw-id: //depot/perl@24123
* More known problems.Rafael Garcia-Suarez2005-03-311-1/+2
| | | p4raw-id: //depot/perl@24118
* Known problems, reported by MerijnRafael Garcia-Suarez2005-03-311-0/+3
| | | p4raw-id: //depot/perl@24117
* OS typo.Rafael Garcia-Suarez2005-03-311-1/+1
| | | p4raw-id: //depot/perl@24116
* More work on perldeltaRafael Garcia-Suarez2005-03-311-15/+51
| | | p4raw-id: //depot/perl@24114
* Re: PATCH: byte count feature request for unpackTon Hospel2005-03-302-9/+32
| | | | | | | Message-Id: <d26u7b$i3v$1@post.home.lunix> (rework of a patch from Arne Ahrend <aahrend@web.de>) p4raw-id: //depot/perl@24100
* Downconst external APIsRafael Garcia-Suarez2005-03-291-1/+1
| | | p4raw-id: //depot/perl@24095
* Make the spelling of whitespace (vs white-space and white space)Offer Kaye2005-03-295-12/+12
| | | | | | more consistent Message-ID: <5694250503171147668e73c7@mail.gmail.com> p4raw-id: //depot/perl@24090
* expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SVDave Mitchell2005-03-281-4/+7
| | | p4raw-id: //depot/perl@24088
* Raw work on perl592delta.Rafael Garcia-Suarez2005-03-271-11/+160
| | | p4raw-id: //depot/perl@24087
* Remove an XXX note from the public doc.Rafael Garcia-Suarez2005-03-261-2/+0
| | | | | Hide it in the comments, instead p4raw-id: //depot/perl@24083
* Consting part 4Andy Lester2005-03-251-3/+5
| | | | | Message-ID: <20050325204331.GA16388@petdance.com> p4raw-id: //depot/perl@24079
* Remove the const qualifier from argv and env variablesRafael Garcia-Suarez2005-03-251-1/+1
| | | p4raw-id: //depot/perl@24077