summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make diag.t skip the warning I just fixedVincent Pit2009-11-111-0/+1
* Update CPANPLUS to cpan version 0.89_08Chris Williams2009-11-116-5/+15
* Clarify and complete documentation for in-place reverseVincent Pit2009-11-102-2/+8
* Fix misformed UVxf format in op.cVincent Pit2009-11-101-1/+1
* Optimize reversing an array in-placeVincent Pit2009-11-106-13/+156
* Port t/op/reverse.t to test.plVincent Pit2009-11-101-9/+7
* Add EXISTS and DELETE methods to Env.pmVincent Pit2009-11-101-3/+22
* Factor the "is this an in-place array operator construct" logic into a new is...Vincent Pit2009-11-104-56/+82
* Add mingw64 supportSisyphus2009-11-0912-26/+142
* Add length and flags arguments to Perl_pad_add_name().Nicholas Clark2009-11-094-15/+27
* Add length and flags arguments to Perl_pad_check_dup().Nicholas Clark2009-11-096-6/+31
* Add length and flags arguments to Perl_allocmy().Nicholas Clark2009-11-097-13/+22
* Fix warnings from win32 gcc compilersSisyphus2009-11-093-0/+6
* More cleanup of utfebcdic.h and utf8.hkarl williamson2009-11-092-79/+72
* perl.exp was not built in time on systems that required it (AIX, ...)H.Merijn Brand2009-11-091-1/+1
* In Perl_pad_check_dup(), use sv rather than name for diagnostics.Nicholas Clark2009-11-091-3/+3
* MANIFEST was missing two filesJesse Vincent2009-11-091-0/+2
* Update IPC::Cmd to cpan version 0.51_01Chris Williams2009-11-083-9/+442
* Tweak the GV downgrading of f7461760 to avoid free or nearly freed GVs.Nicholas Clark2009-11-081-2/+19
* SvREFCNT_inc already checks if the SV is non-NULLVincent Pit2009-11-081-2/+1
* SvREFCNT_dec already checks if the SV is non-NULL (continued)Vincent Pit2009-11-089-58/+28
* 'use strict' and 'use warnings' in test generated by h2xsHarmen2009-11-081-0/+3
* Bareword sub lookupsZefram2009-11-088-44/+141
* Make my_exit behave the same as the Perl exit. And add tests for itGerard Goossen2009-11-085-15/+40
* Add assertions about there being no leftover scopes when enter perl_destruct.Gerard Goossen2009-11-081-0/+3
* pad_findmy APIificationZefram2009-11-082-19/+14
* Correctly document export of I18N::LanginfoKevin Ryde2009-11-081-2/+2
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadSteffen Mueller2009-11-082-17/+23
|\
| * s/AvLEN/AvMAX/ in perlgutsEric Brine2009-11-081-1/+1
| * Define specially handled chars; and clean-up ebcdic vs unicodeKarl Williamson2009-11-082-17/+23
* | s/AvLEN/AvMAX/ in perlgutsEric Brine2009-11-081-1/+1
|/
* Add mingw-w64 non-crosscompiling config filesDavid Golden2009-11-072-0/+5736
* Skip some Pod::Simple tests on VMS that think case is always preserved.Craig A. Berry2009-11-076-14/+38
* note that release engineers need to make sure graham is aware of themJesse Vincent2009-11-071-0/+6
* Add length and flags arguments to Perl_pad_findmy(), moving it to the public ...Nicholas Clark2009-11-077-15/+27
* Placate a warning from Borland's compiler.Nicholas Clark2009-11-071-1/+1
* Merge commit 'origin/blead' into bleadSteve Hay2009-11-07142-3275/+4927
|\
| * C++ fail with KeywordRPNZefram2009-11-072-3/+3
| * refine Carp caller() fix and add testsDavid Golden2009-11-062-7/+19
| * Add legacy.pm to MaintainersRafael Garcia-Suarez2009-11-071-0/+1
| * Merge branch 'legacy-pragma' into bleadRafael Garcia-Suarez2009-11-063-0/+142
| |\
| | * Deliver skeleton legacy.pmKarl2009-01-233-0/+142
| * | bump Carp version numberDavid Golden2009-11-061-1/+1
| * | Addded a pointer to the documentation on how Configure is maintainedJesse Vincent2009-11-061-0/+2
| * | Add a line directive to op.c and perl.c such that error messages refer to the...Gerard Goossen2009-11-062-0/+2
| * | Add a "return NORMAL" to a DIE at the end of a function to prevent compiler w...Gerard Goossen2009-11-061-0/+51
| * | Check to see if there was a body which needs freeing using the old_type inste...Gerard Goossen2009-11-061-5/+5
| * | Complete the fix for Win32 link following commits 88e1f1a and 406ca27Steve Hay2009-11-061-0/+1
| * | move JMPENV_JUMP to die_where and mark it as "noreturn"Gerard Goossen2009-11-068-21/+16
| * | Have Carp respect CORE::GLOBAL::caller if it existsDavid Golden2009-11-061-6/+9