summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* Minor pod nit in perlre.Yves Orton2006-12-041-2/+2
| | | | | Message-ID: <9b18b3110612040547k1bcff290qb8c9b0d7c9ed9640@mail.gmail.com> p4raw-id: //depot/perl@29450
* \R is supposed to mean something else so switch to \g and make it more ↵Yves Orton2006-12-043-18/+29
| | | | | | | useful in the process Message-ID: <9b18b3110612030755o241e6372o9870ecce9c42e3d5@mail.gmail.com> p4raw-id: //depot/perl@29445
* perltodo.pod: add perlio todos/thinkaboutsJarkko Hietaniemi2006-12-021-0/+15
| | | | | Message-Id: <200612012005.kB1K5Hn3448004@kosh.hut.fi> p4raw-id: //depot/perl@29435
* Continue split of perl internal regexp structures from ones that are engine ↵Yves Orton2006-12-011-118/+213
| | | | | | | specific. Message-ID: <9b18b3110611301306p5cad5deal4aa55559b8c8defd@mail.gmail.com> p4raw-id: //depot/perl@29430
* Change in handling of \RNNN inside nested patternsYves Orton2006-11-291-5/+14
| | | | | | Subject: Re: New development release in sight Message-ID: <9b18b3110611281607i3d583febtd549989dc3cabc8a@mail.gmail.com> p4raw-id: //depot/perl@29413
* Re: [PATCH] perlhack: some portability updatesDominic Dunlop2006-11-281-1/+1
| | | | | Message-Id: <253514EB-BA57-4A43-93FA-75D6F3CF27BC@mac.com> p4raw-id: //depot/perl@29398
* perlhack: some portability updatesJarkko Hietaniemi2006-11-251-32/+41
| | | | | Message-Id: <200611251557.kAPFvNKw011342@kosh.hut.fi> p4raw-id: //depot/perl@29377
* Revert change #29098 (that introduced a new warning,Rafael Garcia-Suarez2006-11-242-18/+0
| | | | | | "Variable length character upgraded in print") p4raw-link: @29098 on //depot/perl: f46fa3876d9373760a3cd5dd806719154ff55bcb p4raw-id: //depot/perl@29372
* Silence VC8's warnings about "unsafe" CRT functions and POSIX CRTSteve Hay2006-11-231-0/+23
| | | | | | function names being deprecated, and add a note to perltodo to revisit this one day. p4raw-id: //depot/perl@29358
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-222-11/+21
| | | | | Message-ID: <9b18b3110611220811k1a54f650t1bd7c6a9450b0a7e@mail.gmail.com> p4raw-id: //depot/perl@29354
* Remove assertions.pm review from perltodoRafael Garcia-Suarez2006-11-211-21/+0
| | | p4raw-id: //depot/perl@29343
* Regenerate Changes, add nits in perldeltaRafael Garcia-Suarez2006-11-211-0/+5
| | | p4raw-id: //depot/perl@29340
* add regmust() to re.pm/re.xsYves Orton2006-11-171-30/+11
| | | | | Message-ID: <9b18b3110611161554m222446bay7912ec1f778d3aaa@mail.gmail.com> p4raw-id: //depot/perl@29299
* Clarifications to close() docs, pointed out by Peter DintelmannRafael Garcia-Suarez2006-11-161-4/+5
| | | p4raw-id: //depot/perl@29294
* FAQ syncRafael Garcia-Suarez2006-11-157-95/+122
| | | p4raw-id: //depot/perl@29282
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-154-4/+42
| | | | | Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com> p4raw-id: //depot/perl@29279
* Allow negative indexing in recursive patternsYves Orton2006-11-141-5/+19
| | | | | Message-ID: <9b18b3110611130959k1fdd2485yd8eb1cd428de570a@mail.gmail.com> p4raw-id: //depot/perl@29267
* Todo (nice to have): an improvement to ~~Rafael Garcia-Suarez2006-11-131-4/+5
| | | p4raw-id: //depot/perl@29265
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-132-100/+164
| | | | | Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com> p4raw-id: //depot/perl@29260
* Re: [perl #27053] /^/m doesn't match after a newline at the end of the stringYves Orton2006-11-131-1/+2
| | | | | Message-ID: <9b18b3110611110725t3dc1e447v751ef5880363aa9b@mail.gmail.com> p4raw-id: //depot/perl@29257
* minor nit in binmode docsPaul Johnson2006-11-131-2/+2
| | | | | Message-ID: <20061110111737.GP17047@pjcj.net> p4raw-id: //depot/perl@29254
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-7/+23
| | | | | | | | Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com> Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches to apply cleanly. p4raw-id: //depot/perl@29252
* Change the documentation of the return values of @INC-hooks to matchRafael Garcia-Suarez2006-11-081-9/+3
| | | | | | what is tested to work. (It's a bit confusing that optional values might appear at the middle, too.) p4raw-id: //depot/perl@29235
* Regenerate Changes; update perldeltaRafael Garcia-Suarez2006-11-081-2/+26
| | | p4raw-id: //depot/perl@29231
* Re: New version diagnostic breaks a bunch of modules.Glenn Linderman2006-11-081-3/+7
| | | | | Message-ID: <4546658D.6090507@NevCal.com> p4raw-id: //depot/perl@29230
* More notes in perldeltaRafael Garcia-Suarez2006-11-071-1/+20
| | | p4raw-id: //depot/perl@29226
* Forbid using tainted formats in printf and sprintfRafael Garcia-Suarez2006-11-071-0/+5
| | | p4raw-id: //depot/perl@29225
* New regex syntax omnibusYves Orton2006-11-073-126/+245
| | | | | | | | Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com> Plus a portability fix (in string comparison for regex verbs) and doc tweaks / podchecker fixes p4raw-id: //depot/perl@29222
* Re: [perl #40641] crash with unicode characters in regex commentSADAHIRO Tomoyuki2006-11-041-0/+9
| | | | | Message-Id: <20061104215302.3325.BQW10602@nifty.com> p4raw-id: //depot/perl@29204
* Typo fixes by Hendrik Maryns.Gisle Aas2006-11-031-5/+5
| | | p4raw-id: //depot/perl@29196
* Fix case in external pod linkRafael Garcia-Suarez2006-11-021-1/+1
| | | p4raw-id: //depot/perl@29192
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-022-0/+48
| | | | | Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com> p4raw-id: //depot/perl@29189
* Re: $, and sayGisle Aas2006-11-021-5/+2
| | | | | | | | Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com> with tweaks so "say;" continues to default to $_ plus a regression test p4raw-id: //depot/perl@29187
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-0/+48
| | | | | Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com> p4raw-id: //depot/perl@29183
* Make S_readpipe_override() compile with threads; regenerate perlapi.podRafael Garcia-Suarez2006-10-311-3/+9
| | | p4raw-id: //depot/perl@29169
* Make readpipe() overridable (and also `` and qx//)Rafael Garcia-Suarez2006-10-312-5/+2
| | | p4raw-id: //depot/perl@29168
* Remove duplicated entriesRafael Garcia-Suarez2006-10-311-103/+0
| | | p4raw-id: //depot/perl@29167
* The second patch from:Yves Orton2006-10-301-11/+56
| | | | | | Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com> p4raw-id: //depot/perl@29162
* Mention that field hashes are for inside-out objectsRafael Garcia-Suarez2006-10-301-0/+1
| | | | | (this will be useful for perl5100delta.) p4raw-id: //depot/perl@29160
* Update perldelta with changes up to 28867Rafael Garcia-Suarez2006-10-301-3/+64
| | | p4raw-id: //depot/perl@29158
* Re: Closures with named subsChristian Winter2006-10-301-13/+22
| | | | | Message-ID: <45451051.4080200@linux-config.de> p4raw-id: //depot/perl@29154
* In vim, modelines are not taken into account if they begin on theRafael Garcia-Suarez2006-10-302-1/+10
| | | | | first character. Also, regenerate perlintern.pod. p4raw-id: //depot/perl@29146
* Modify autodoc.pl to add read-only editor boilerplate for perlapi.podNicholas Clark2006-10-291-0/+9
| | | | | and perlguts.pod p4raw-id: //depot/perl@29138
* Add the note from change 25773 about auditing for destruction ordering.Nicholas Clark2006-10-291-0/+121
| | | p4raw-id: //depot/perl@29130
* I shrunk struct context, so remove it from perltodo.Nicholas Clark2006-10-291-17/+0
| | | p4raw-id: //depot/perl@29128
* Document the new (?FAIL) assertion (Yves Orton)Rafael Garcia-Suarez2006-10-261-0/+9
| | | p4raw-id: //depot/perl@29119
* Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefixSADAHIRO Tomoyuki2006-10-261-8/+21
| | | | | Message-Id: <20061027001924.B158.BQW10602@nifty.com> p4raw-id: //depot/perl@29116
* I'll finally get it right. (thanks to Sadahiro Tomoyuki)Rafael Garcia-Suarez2006-10-251-1/+1
| | | p4raw-id: //depot/perl@29106
* Fix nit in previous patch, spotted by GisleRafael Garcia-Suarez2006-10-251-1/+1
| | | p4raw-id: //depot/perl@29105
* Add a %B sprintf formatNicholas Clark2006-10-251-1/+2
| | | | | | | Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix Message-ID: <20061023171951.GA3262@plum.flirble.org> (plus docs) p4raw-id: //depot/perl@29104