summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Third consting batchAndy Lester2005-03-242-14/+14
| | | | | Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com> p4raw-id: //depot/perl@24074
* Mention (un)?pack byte-order modifiers in perldeltaMarcus Holland-Moritz2005-03-221-0/+7
| | | p4raw-id: //depot/perl@24073
* Some updates in the new perldelta.Rafael Garcia-Suarez2005-03-221-0/+39
| | | p4raw-id: //depot/perl@24072
* Forbid the -C option on the command-lineRafael Garcia-Suarez2005-03-221-1/+1
| | | | | as suggested by Merijn (see [perl #34087]) p4raw-id: //depot/perl@24070
* Fix unresolved POD linkRafael Garcia-Suarez2005-03-221-1/+1
| | | p4raw-id: //depot/perl@24066
* Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},Rafael Garcia-Suarez2005-03-222-2/+2
| | | | | and other neatification p4raw-id: //depot/perl@24065
* Add in perldelta changes about unpack A and trailing whitespace, trieRafael Garcia-Suarez2005-03-221-0/+16
| | | | | optimization, and debug flags for "use re". p4raw-id: //depot/perl@24062
* Re: unpack A strip patchTon Hospel2005-03-211-1/+1
| | | | | Message-Id: <d1nefp$lpe$1@post.home.lunix> p4raw-id: //depot/perl@24060
* pack / for general typesTon Hospel2005-03-212-18/+20
| | | | | | | Message-Id: <d1i7ed$62c$1@post.home.lunix> Allow "len/format" to work for any format type, not just strings. p4raw-id: //depot/perl@24052
* perldelta suggestions on (un)?pack by Ton HospelRafael Garcia-Suarez2005-03-211-9/+14
| | | p4raw-id: //depot/perl@24051
* More consting goodnessAndy Lester2005-03-211-1/+1
| | | | | Message-ID: <20050319072830.GA7721@petdance.com> p4raw-id: //depot/perl@24049
* perlrun typo (env PERLDB_OPTS)Alexey Tourbin2005-03-201-1/+1
| | | | | Message-ID: <20050319004013.GJ12596@solemn.turbinal.org> p4raw-id: //depot/perl@24047
* Remove trie optimisation from the todo listRafael Garcia-Suarez2005-03-181-5/+0
| | | p4raw-id: //depot/perl@24045
* Re: Reworked Trie PatchYves Orton2005-03-181-0/+15
| | | | | | | | | | | | | | Date: Mon, 14 Mar 2005 08:55:39 +0100 Message-ID: <9b18b31105031323557019ae1@mail.gmail.com> Subject: Re: Reworked Trie Patch From: demerphq <demerphq@gmail.com> Date: Wed, 16 Mar 2005 19:48:18 +0100 Message-ID: <9b18b31105031610481025a080@mail.gmail.com> Plus minor nits in the documentation of re.pm, a version bump, and addition of an OPTIMIZE alias p4raw-id: //depot/perl@24044
* Re: sitecustomize.pl [PATCH]Gisle Aas2005-03-181-0/+11
| | | | | | | | Message-ID: <lru0n9w433.fsf@caliper.activestate.com> Adds a new command-line switch, -f, and a new optional compile-time setting -DUSE_SITECUSTOMIZE p4raw-id: //depot/perl@24043
* More const parmsAndy Lester2005-03-182-17/+26
| | | | | Message-ID: <20050314195954.GB7141@petdance.com> p4raw-id: //depot/perl@24042
* Adding const qualifiersAndy Lester2005-03-141-6/+6
| | | | | Message-ID: <20050313202005.GA23535@petdance.com> p4raw-id: //depot/perl@24037
* Re: [perl #34155] perldoc -f hex should say how to convert backDavid Nicol2005-03-141-2/+3
| | | | | Message-ID: <934f64a20503081623713f6d27@mail.gmail.com> p4raw-id: //depot/perl@24036