summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* Split out S_refcounted_he_new_common() fromNicholas Clark2008-04-071-22/+0
| | | | | | | | | Perl_refcounted_he_new_common(), so that Perl_store_cop_label() can call it without needing to create two temporary SVs. Use it in newSTATEOP() and eliminate the two temporary SVs. Make Perl_fetch_cop_label() more defensive by not assuming that the value for ":" is always a PV. Remove its "compatibility" macro. p4raw-id: //depot/perl@33657
* Add attempting Exterminate! cop_label to perltodo.Nicholas Clark2008-04-061-0/+22
| | | p4raw-id: //depot/perl@33652
* Re: [PATCH][NUDGE] Documentation fix for perlfunc/shutdownPaul Fenwick2008-04-061-0/+4
| | | | | Message-ID: <47F0D0A0.8010801@perltraining.com.au> p4raw-id: //depot/perl@33651
* perlfunc.pod: atan2(0,0) returns 0, not undefPaul Fenwick2008-04-061-1/+2
| | | | | Message-ID: <47F8273B.6010504@perltraining.com.au> p4raw-id: //depot/perl@33650
* Double magic with substrVincent Pit2008-03-311-1/+11
| | | | | Message-ID: <47F119E8.5010106@profvince.com> p4raw-id: //depot/perl@33618
* Re: [PATCH] perlhack.pod update walkthroughLeon Brocard2008-03-261-10/+16
| | | | | | From: "Leon Brocard" <acme@astray.com> Message-ID: <a92222c80803260353k6cae53eieea909aed0a967b5@mail.gmail.com> p4raw-id: //depot/perl@33570
* RE: [PATCH revised] Fix ExtUtils::Install under CygwinSteve Hay2008-03-252-0/+30
| | | | | | | | | | | | | 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
* [perl #51964] Typo on regular expression at perlopentut manual page. pancho@pancho.name2008-03-251-1/+1
| | | | | | From: pancho@pancho.name (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-25460-1206095463-311.51964-75-0@perl.org> p4raw-id: //depot/perl@33559
* Re: local $@ has an unwanted side effectDavid Nicol2008-03-251-0/+16
| | | | | | | | From: "David Nicol" <davidnicol@gmail.com> Message-ID: <934f64a20803211056q5148027ava77af36f51c96418@mail.gmail.com> (with Tim Bunce's amendments) p4raw-id: //depot/perl@33558
* apidoc mismatch for Perl_magic_clearhintVincent Pit2008-03-241-2/+15
| | | | | Message-ID: <47E80F52.4030805@profvince.com> p4raw-id: //depot/perl@33553
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-131-6/+6
| | | | | Message-ID: <20080312113846.GB31102@refcnt.homeunix.org> p4raw-id: //depot/perl@33507
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-121-9/+9
| | | | | Message-ID: <20080311185937.GA18713@refcnt.homeunix.org> p4raw-id: //depot/perl@33489
* Correct misleading example in perlsyn.pod (given/when/default)Paul Fenwick2008-03-121-1/+1
| | | | | Message-ID: <47D73DA3.8050300@perltraining.com.au> p4raw-id: //depot/perl@33488
* Add characters that VOS forbids in filenames, mentioned by Paul GreenNicholas Clark2008-03-111-1/+2
| | | | | in private correspondence. p4raw-id: //depot/perl@33485
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-111-12/+12
| | | | | Message-ID: <20080311104929.GA4950@refcnt.homeunix.org> p4raw-id: //depot/perl@33473
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-111-15/+15
| | | | | Message-ID: <20080302210951.GD10705@refcnt.homeunix.org> p4raw-id: //depot/perl@33471
* Add investigating arenas for GP and MAGIC to perltodo.Nicholas Clark2008-03-101-0/+12
| | | p4raw-id: //depot/perl@33462
* Typo Fixchromatic2008-03-091-1/+1
| | | | | Message-Id: <200803081408.30766.chromatic@wgz.org> p4raw-id: //depot/perl@33455
* Fix some checkpod complaints.Steve Peters2008-03-032-3/+3
| | | p4raw-id: //depot/perl@33423
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-021-9/+9
| | | | | | | Message-ID: <20080302191029.GC10705@refcnt.homeunix.org> Plus regen and additional tweaks to silence warnings from VC7 in sv.c from this patch and previous patches from same author. p4raw-id: //depot/perl@33411
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-021-7/+7
| | | | | Message-ID: <20080302164743.GB10705@refcnt.homeunix.org> p4raw-id: //depot/perl@33409
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-021-8/+8
| | | | | Message-ID: <20080301182953.GB16742@refcnt.homeunix.org> p4raw-id: //depot/perl@33406
* Re: [PATCH] sv.c: constingSteven Schubiger2008-03-011-9/+9
| | | | | | Message-ID: <20080229202939.GA16742@refcnt.homeunix.org> Date: Fri, 29 Feb 2008 21:29:39 +0100 p4raw-id: //depot/perl@33403
* Re: [PATCH] sv.c: constingSteven Schubiger2008-02-291-8/+8
| | | | | | Message-ID: <20080208131350.GB22321@refcnt.homeunix.org> Date: Fri, 8 Feb 2008 14:13:50 +0100 p4raw-id: //depot/perl@33400
* Chainsaw DEBUG_S out, as suggested by Vincent Pit.Rafael Garcia-Suarez2008-02-261-1/+0
| | | p4raw-id: //depot/perl@33376
* Document perlthanksRafael Garcia-Suarez2008-02-261-0/+6
| | | p4raw-id: //depot/perl@33372
* Re: [PATCH] POD fixesVincent Pit2008-02-253-3/+3
| | | | | Message-ID: <47BFFDCB.60107@profvince.com> p4raw-id: //depot/perl@33366
* Eliminate ck_lengthconst.Nicholas Clark2008-02-201-8/+0
| | | p4raw-id: //depot/perl@33338
* Modulo operator and floating point numbersKen Williams2008-02-181-5/+7
| | | | | | From: "Ken Williams" <kenahoo@gmail.com> Message-ID: <6a7ee8cc0802162122r4e59b93boee18b1f045b8954d@mail.gmail.com> p4raw-id: //depot/perl@33328
* sprintf "%+d"Abigail2008-02-141-2/+2
| | | | | Message-ID: <20080214164314.GA31694@abigail.be> p4raw-id: //depot/perl@33314
* use svtypeRobin Barker2008-02-141-1/+1
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A35@exchsvr2.npl.ad.local> p4raw-id: //depot/perl@33304
* Correct (some) variable names in embed.fnc where they differ from theNicholas Clark2008-02-122-57/+57
| | | | | actual function declaration. p4raw-id: //depot/perl@33289
* In Perl_ck_lengthconst, "XXX length optimization goes here" is TODO.Nicholas Clark2008-02-111-0/+8
| | | p4raw-id: //depot/perl@33277
* [perl #50364] [PATCH] perlop.pod - misnomer in % operator documentation Martin Hasch2008-02-081-1/+1
| | | | | | From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-4355-1201568166-693.50364-75-0@perl.org> p4raw-id: //depot/perl@33257
* mg_copy ought to take an I32Vincent Pit2008-02-081-1/+1
| | | | | | From: "Vincent Pit" <perl@profvince.com> Message-ID: <39468.147.210.17.175.1202290798.squirrel@147.210.17.175> p4raw-id: //depot/perl@33256
* Re: [PATCH] sv.c: constingSteven Schubiger2008-02-082-7/+7
| | | | | Message-ID: <20080207165158.GA22321@refcnt.homeunix.org> p4raw-id: //depot/perl@33249
* Re: [PATCH] sv.c: constingSteven Schubiger2008-02-071-10/+10
| | | | | Message-ID: <20080204144419.GB20276@refcnt.homeunix.org> p4raw-id: //depot/perl@33245
* sv.c: constingSteven Schubiger2008-02-041-1/+1
| | | | | Message-ID: <20080203185315.GA20276@refcnt.homeunix.org> p4raw-id: //depot/perl@33231
* Assorted POD nits from the Debian bug list.Steve Peters2008-01-302-2/+2
| | | p4raw-id: //depot/perl@33129
* Fix Win32 compiler warnings introduced by #33081 and #33085Steve Hay2008-01-291-1/+1
| | | p4raw-id: //depot/perl@33106
* More wording nits about perl's time() versus the libc's time()Rafael Garcia-Suarez2008-01-291-1/+1
| | | p4raw-id: //depot/perl@33104
* toke.c/universal.c: constingSteven Schubiger2008-01-291-2/+2
| | | | | Message-ID: <20080128125741.GA27390@refcnt.homeunix.org> p4raw-id: //depot/perl@33103
* Minor rewording of the localtime() documentation,Abe Timmerman2008-01-281-1/+2
| | | | | | | | | based on : Subject: [perl #49914] gmtime()/localtime() do not use time() From: Abe Timmerman (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-18434-1200621906-376.49914-75-0@perl.org> p4raw-id: //depot/perl@33095
* 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
* Purge all use of Nullch in non-dual life modules.Nicholas Clark2008-01-231-1/+1
| | | | | Exterminate! Exterminate! Exterminate! p4raw-id: //depot/perl@33052
* Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,Nicholas Clark2008-01-231-0/+6
| | | | | Nullhek and Nullhv. Nullop is going to be a bit less simple. p4raw-id: //depot/perl@33051
* Comment change from 33009 that was actually in POD, so needs to beNicholas Clark2008-01-231-0/+2
| | | | | propagated to perlintern.pod p4raw-id: //depot/perl@33050
* Add Weed out needless PERL_UNUSED_ARG to perltodo. It's a goodNicholas Clark2008-01-181-0/+21
| | | | | "cage cleaner" task. p4raw-id: //depot/perl@32993
* warn if ++ or -- are unable to change the value because it's beyondNicholas Clark2008-01-172-0/+11
| | | | | | the limit of representation in NVs, using a new warnings category "imprecision". p4raw-id: //depot/perl@32990
* A couple of POD fixes by Steven SchubigerRafael Garcia-Suarez2008-01-162-3/+2
| | | p4raw-id: //depot/perl@32982