summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Document pack changes in perldeltaRafael Garcia-Suarez2005-03-131-0/+28
| | | p4raw-id: //depot/perl@24035
* Upgrade to Pod::Parser 1.30Rafael Garcia-Suarez2005-03-132-4/+6
| | | p4raw-id: //depot/perl@24034
* Doc patches to clarify the stringification rules of {} and =>Rafael Garcia-Suarez2005-03-132-5/+10
| | | | | by Jarkko (bug #34419) p4raw-id: //depot/perl@24033
* FAQ syncRafael Garcia-Suarez2005-03-1110-255/+432
| | | p4raw-id: //depot/perl@24024
* pad_push numero three-oAndy Lester2005-03-111-3/+3
| | | | | Message-ID: <20050310211728.GC32386@petdance.com> p4raw-id: //depot/perl@24023
* 8 is not an octal digit. (from Debian)Rafael Garcia-Suarez2005-03-101-1/+1
| | | p4raw-id: //depot/perl@24021
* Encoding neutral unpackTon Hospel2005-03-084-81/+174
| | | | | Message-Id: <d0fi6i$k06$1@post.home.lunix> p4raw-id: //depot/perl@24010
* do "filename" is not really used with perl subroutine librairiesRafael Garcia-Suarez2005-03-031-3/+2
| | | | | anymore. p4raw-id: //depot/perl@24000
* Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.Yves Orton2005-02-241-4/+69
| | | | | Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com> p4raw-id: //depot/perl@23995
* Fix documentation bug in using Socket's import tags :David Dyck2005-02-151-4/+4
| | | | | | | Subject: [perl #34141] example in perlbug -f getsockopt incomplete From: David Dyck (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org> p4raw-id: //depot/perl@23971