summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* [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
* For 5.12: saner behaviour for `length`Nicholas Clark2008-01-121-3/+4
| | | | | | (Make C<length undef> return undef). Patch mostly by Rafael, with some fine tuning by me. p4raw-id: //depot/perl@32969
* Remove the -P switchRafael Garcia-Suarez2008-01-114-81/+4
| | | p4raw-id: //depot/perl@32954
* [DOC PATCH] was Re: things deprecated for removal in 5.12Paul Johnson2008-01-111-6/+0
| | | | | Message-ID: <20080110224420.GB29292@pjcj.net> p4raw-id: //depot/perl@32945
* Fix prototype in regexp code following #32851, and regenSteve Hay2008-01-091-1/+1
| | | p4raw-id: //depot/perl@32925
* Remove the warning "v-string in require/use non portable"Rafael Garcia-Suarez2008-01-092-22/+4
| | | p4raw-id: //depot/perl@32910
* Re: [PATCH] docs more open() and $_ related entriesGabor Szabo2008-01-082-18/+22
| | | | | | From: "Gabor Szabo" <szabgab@gmail.com> Message-ID: <d8a74af10801081207q2637419dy59f1a3600bcc4a76@mail.gmail.com> p4raw-id: //depot/perl@32904
* - perlcommunity.patch (1/1) [PATCH] perlcommunity: "Perl Mongers" and ↵brian d foy2008-01-071-10/+13
| | | | | | | calendar corrections Message-ID: <040120081407272341%brian.d.foy@gmail.com> p4raw-id: //depot/perl@32887
* Document that sitecustomize.pl in run from a BEGIN blockRafael Garcia-Suarez2008-01-061-4/+4
| | | p4raw-id: //depot/perl@32875
* Re: [perl #49264] say behaves as just print on tied filehandleMichael G. Schwern2008-01-061-3/+5
| | | | | Message-ID: <477C3594.9080302@pobox.com> p4raw-id: //depot/perl@32873
* \X is equivalent to an atomic groupMoritz Lenz2008-01-062-2/+2
| | | | | Message-ID: <477FACF4.5030801@casella.verplant.org> p4raw-id: //depot/perl@32872
* '~~' is not a feature [repost]Jerry D. Hedden2008-01-061-2/+0
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510801041111q1730ce02hbcac80b91d78a244@mail.gmail.com> p4raw-id: //depot/perl@32870
* BER is all very well, but it turns out that it's better to store theNicholas Clark2008-01-051-4/+20
| | | | | | | | offset as either a byte (if <256), or a 0 byte with a STRLEN before. "better" in that the reading can be inlined, and even then the object code is smaller (function calls have space overhead). So goodbye Perl_sv_read_offset() and hello SvOOK_offset(). p4raw-id: //depot/perl@32838
* There's no need to handle 'set' magic in the mX?PUSH macros.Marcus Holland-Moritz2008-01-041-27/+17
| | | | | | | | | The macros all create new mortals using sv_newmortal(), and those cannot be magical. This is in contrary to the X?PUSH macros, which operate on TARG, which can be magical. With that in mind, mentioning whether or not mX?PUSH can handle 'set' magic doesn't make sense any longer. p4raw-id: //depot/perl@32824
* Run regen.pl (fixes build on Win32, at least)Steve Hay2008-01-041-0/+35
| | | p4raw-id: //depot/perl@32823
* Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set inNicholas Clark2008-01-031-3/+4
| | | | | | the flags. Move its implementation just ahead of sv_2mortal()'s for CPU cache locality. Refactor all code that can be to use this. p4raw-id: //depot/perl@32818
* Add HeUTF8() to complement HePV() and then immediately suggest thatNicholas Clark2008-01-031-1/+19
| | | | | newSVhek(HeKEY_hek(he) is probably what you wanted all along. p4raw-id: //depot/perl@32812
* Add a new function newSVpvn_flags(), which takes a third parameter ofNicholas Clark2008-01-021-0/+30
| | | | | | | | | | flag bits. Right now the only flag bit is SVf_UTF8, which will call SvUTF8_on() on the new SV for you. Provide a wrapper newSVpvn_utf8(), which takes a boolean, and passes in SVf_UTF8 if that is true. Refactor the core to use it where possible. It makes the source code clearer and smaller, but seems to be swings and roundabouts on object code size. p4raw-id: //depot/perl@32807
* Small documentation nitsSébastien Aperghis-Tramoni2008-01-022-7/+7
| | | | | Message-Id: <2AF110D6-9183-47C5-BBBA-26C3FB97C3D3@free.fr> p4raw-id: //depot/perl@32805
* change/correction to 32246Robin Barker2007-12-261-3/+3
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B722601604912@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@32732
* Linking a RT ticket to an open TODO.Steve Peters2007-12-261-1/+2
| | | p4raw-id: //depot/perl@32731
* docs: list of places where $_ is usedGabor Szabo2007-12-261-4/+13
| | | | | | From: "Gabor Szabo" <szabgab@gmail.com> Message-ID: <d8a74af10712252049t1b63b475mfca9225324f5fce6@mail.gmail.com> p4raw-id: //depot/perl@32730
* docs: replace FH by my $fh in openGabor Szabo2007-12-261-4/+12
| | | | | | From: "Gabor Szabo" <szabgab@gmail.com> Message-ID: <d8a74af10712252003m2d3244fbv2955fe17e683063d@mail.gmail.com> p4raw-id: //depot/perl@32729
* { my $a; } not warning about being used only once is a somethingNicholas Clark2007-12-231-0/+14
| | | | | TO be DOne. p4raw-id: //depot/perl@32716
* Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_naNicholas Clark2007-12-221-2/+2
| | | | | | | when PERL_CORE is defined. (Which, "obviously", is only in code within the perl source tree, which we control). Nullop remains, and would be moderately invasive to remove. p4raw-id: //depot/perl@32707
* Exterminate PL_na! Exterminate! Exterminate! Exterminate!Nicholas Clark2007-12-222-7/+2
| | | p4raw-id: //depot/perl@32704
* Document each/keys/values @arrayNicholas Clark2007-12-211-19/+35
| | | p4raw-id: //depot/perl@32692
* Update the hash documentation to reflect the changes between 5.8.1 andNicholas Clark2007-12-212-8/+11
| | | | | 5.8.2, that disabled the automatic randomisation of all hashes. p4raw-id: //depot/perl@32688
* Regen some files...Steve Peters2007-12-201-2/+2
| | | p4raw-id: //depot/perl@32682
* Add perl5110delta, and change 5100delta so that it is no longer "the"Nicholas Clark2007-12-194-5/+196
| | | | | perldelta. p4raw-id: //depot/perl@32649
* 5.10.0 is planned for today.Rafael Garcia-Suarez2007-12-181-0/+1
| | | p4raw-id: //depot/perl@32638
* Notes on 5.12 Unicode revamping planned.Rafael Garcia-Suarez2007-12-182-10/+36
| | | | | Complete the "reporting bug" section of perldelta. p4raw-id: //depot/perl@32636
* Regen TOCRafael Garcia-Suarez2007-12-181-11/+52
| | | p4raw-id: //depot/perl@32634
* typos in perl5100delta.podYAMASHINA Hio2007-12-181-2/+2
| | | | | Message-Id: <20071218163050.b0c36fa5.hio@hio.jp> p4raw-id: //depot/perl@32633