summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing LEAVE to POSIX.xs sigactionGerard Goossen2009-11-121-2/+6
* Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT...Gerard Goossen2009-11-1210-86/+130
* Updated File::Fetch to cpan version 0.21_02Chris Williams2009-11-122-3/+19
* Grow zero length scalarsKarl Williamson2009-11-111-1/+3
* Update File::Fetch to cpan version 0.21_01Chris Williams2009-11-113-5/+73
* Map winsock error codes to POSIX errno valuesJan Dubois2009-11-111-0/+123
* Some de-cruftification of README.vms.Craig A. Berry2009-11-111-123/+16
* readdir() reports file type on VMS, even if zero length.Craig A. Berry2009-11-111-1/+7
* refactoring of flip.tGerard Goossen2009-11-111-19/+17
* 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
| |\