summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove index offsetting ($[)Zefram2011-09-0937-472/+83
* Correct mro.c typo added by 006d9e7b3Father Chrysostomos2011-09-091-1/+1
* release Carp-1.23 to CPANZefram2011-09-093-3/+3
* make Carp::Heavy load Carp for backcompatZefram2011-09-093-1/+13
* When probing strxfrm, consider a consistent return value of 0 as saneNicholas Clark2011-09-091-1/+1
* Provide more information in the message for "strxfrm() gets absurd".Nicholas Clark2011-09-093-2/+8
* Remove a Devel::DProf error from perldiag.podNicholas Clark2011-09-091-7/+0
* In pp_chdir, move SvGETMAGIC(sv) out of the if() condition.Nicholas Clark2011-09-091-7/+10
* Collapse some code in shared.xsFather Chrysostomos2011-09-081-25/+9
* [perl #98204] Shared objects not destoryedFather Chrysostomos2011-09-083-55/+85
* shared.xs: Refactor to simplify S_get_RV’s callersFather Chrysostomos2011-09-081-17/+16
* Simplify example pack code in perlpacktutMark Jason Dominus2011-09-091-2/+1
* Enter gv_fetchsv_nomgFather Chrysostomos2011-09-085-41/+15
* remove bogus < in B<> formatting codeRicardo Signes2011-09-081-1/+1
* add known issues for new OO docsDave Rolsky2011-09-081-0/+3
* some small fixes to make porting/podcheck.t happyDave Rolsky2011-09-083-24/+24
* Tweak line length of comment in verbatim section per podcheck.tDave Rolsky2011-09-081-2/+2
* Lots of updates based on feedback from sprout, including a few new sectionsDave Rolsky2011-09-081-80/+177
* Some changes based no sprout's feedbackDave Rolsky2011-09-081-17/+17
* fix now-broken link to removed section in perlobjDave Rolsky2011-09-081-1/+1
* Add perldelta entries for all doc changesDave Rolsky2011-09-081-10/+13
* Redo all examples using File and File::MP3Dave Rolsky2011-09-081-114/+122
* Remove all references to old OO tutorial docs, and add refs to perlootut wher...Dave Rolsky2011-09-0817-58/+27
* remove all old OO tutorials (and perlbot)Dave Rolsky2011-09-084-4597/+0
* Small revisions to the text to increase clarity, suggested by Philip MonsenDave Rolsky2011-09-081-10/+10
* Add more details on inside-out objects from David Golden, and an inside-out c...Dave Rolsky2011-09-081-7/+40
* heavily revised perlobj.podDave Rolsky2011-09-081-482/+730
* Use same list of "when to use OO" criteria in perlmodstyle as in perlootutDave Rolsky2011-09-081-27/+30
* Add Damian's list of when to use OO - copied from PBPDave Rolsky2011-09-081-0/+58
* Check in new OO tutorial - perlootutDave Rolsky2011-09-081-0/+677
* ch(dir|mod|own) should not ignore get-magic on glob(ref)sFather Chrysostomos2011-09-084-9/+24
* Call get-magic once for *glob=$tiedFather Chrysostomos2011-09-083-3/+12
* Update perlfaq to CPAN version 5.0150033Chris 'BinGOs' Williams2011-09-0813-2877/+2856
* Update Module-Load-Conditional to CPAN version 0.46Chris 'BinGOs' Williams2011-09-083-3/+7
* remove unused variables and assignmentsRobin Barker2011-09-083-6/+3
* Suppress warning from tie_fetch_count.tFather Chrysostomos2011-09-081-0/+1
* avoid " in Carp.t test programs, due to Win32 shell issuesTony Cook2011-09-081-3/+3
* Increase $attributes::version to 0.16Father Chrysostomos2011-09-071-1/+1
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-0747-51/+54
* Update Module-Metadata to CPAN version 1.000007Chris 'BinGOs' Williams2011-09-073-3/+3
* In Dumper.xs, use sv_newmortal() instead of sv_mortalcopy(&PL_sv_undef).Nicholas Clark2011-09-073-4/+10
* ODBM_File can use the same T_PTROBJ typemap as the other ?DBM_File modules.Nicholas Clark2011-09-074-3/+12
* Update Module-Metadata to CPAN version 1.000006Chris 'BinGOs' Williams2011-09-074-7/+47
* In Glob.xs, use memset() instead of bzero()Nicholas Clark2011-09-061-1/+1
* Release managers guide changed to rmv stale perldeltasKarl Williamson2011-09-061-2/+30
* Remove old odd-numbered releases perldeltasKarl Williamson2011-09-0632-17218/+0
* RT #4682: given() didn't scope $_ correctlyDavid Mitchell2011-09-062-1/+31
* S_op_integerize() needs a dVAR, else -DPERL_GLOBAL_STRUCT doesn't build.Nicholas Clark2011-09-061-0/+1
* ExtUtils::ParseXS: Fix INCLUDE: $cmd |Steffen Mueller2011-09-062-1/+3
* Move non-constant folding parts of fold_constants into a separate functions.Gerard Goossen2011-09-054-22/+56