platform/upstream/perl.git
2009-04-09 Rafael Garcia... Merge commit 'rafl/blead' into blead
2009-04-08 David CantrellNet::hostent fails make test if can't resolve localhost
2009-04-08 Marcus Holland... Use of freed comppad array during clear_yystack()
2009-04-08 Niko Tynih2xs incorrectly treats enum values like macros
2009-04-08 Florian RagwitzUpgrade to NEXT-0.62.
2009-04-07 Michael WittenDocs: Fixed a couple of [my] typos
2009-04-07 Michael WittenDocs: Update summary and add copyright
2009-04-07 Michael WittenDocs: Expanded treatment of adding instance variables
2009-04-07 Michael WittenDocs: Clarify that a class is not an instance
2009-04-07 Michael WittenDocs: Minor modifications to discussion of constructor
2009-04-07 Michael WittenDocs: Make use of $self and $class clear
2009-04-07 Michael WittenDocs: Better orgnization of instance discussion
2009-04-07 Michael WittenDocs: Cleanup lead-in to instance variables
2009-04-07 Michael WittenDocs: Better[?] development of SUPER
2009-04-07 Michael WittenDocs: Get rid of those awful tabs!
2009-04-07 Michael WittenDocs: Quick explanation of duck typing and a warning
2009-04-07 Michael WittenDocs: Make the "use base" purpose more obvious
2009-04-07 Michael WittenDocs: Minor reorganization.
2009-04-07 Michael WittenDocs: Typo: 'no strict subs' -> 'no strict refs'
2009-04-07 Michael WittenDocs: Typo: \{-1} -> \g{-1}
2009-04-07 Niko TyniMake h2ph look in "include-fixed", needed by at least...
2009-04-07 Rafael Garcia... Deprecate assignment to $[
2009-04-06 H.Merijn BrandRemove libbsd/libBSD from wanted libs on AIX
2009-04-03 Nicholas ClarkIn sdbm_open(), replace strcat()s and strcpy()s with...
2009-04-03 Nicholas ClarkDon't needlessly assign to pagname (which seems to...
2009-04-03 Nicholas ClarkDon't assign needlessly to dirname. (which seems to...
2009-04-02 David Mitchelldocument PERL_SYS_INIT, PERL_SYS_TERM and that they...
2009-04-02 Craig A. BerrySkip bug in new File::stat test.
2009-04-01 Rafael Garcia... Sadahiro says that "first-come" should be preferred...
2009-03-31 Nicholas ClarkRemove the 5.005 threads details from the documentation...
2009-03-31 Jerry D. HeddenCan't use inet_ntop and inet_pton under Cygwin because...
2009-03-31 Nicholas ClarkClose the file before renaming it. Problem spotted...
2009-03-31 Rafael Garcia... Getopt::Long is maintained on CPAN
2009-03-31 Rafael Garcia... Upgrade to Getopt::Long 2.38
2009-03-31 Nicholas ClarkDon't create an empty Errno.pm if there is an error...
2009-03-31 Nicholas ClarkNote why we need a seemingly useless empty &Regexp...
2009-03-31 Nicholas ClarkAvoid "Constant subroutine ... redefined" warning,...
2009-03-31 Steve PetersUpgrade to CPANPLUS-Dist-Build-0.18.
2009-03-30 Craig A. BerryTZ setting must contain an offset.
2009-03-30 H.Merijn BrandMake references to the Glossary in Config.pm and Config.pod
2009-03-30 Paul MarquessUpdates for ext/compress*
2009-03-29 Vincent PitDocument when as a syntax modifier
2009-03-29 David Mitchellprovide minimal documentation for the MUTABLE_*() macros
2009-03-29 Rafael Garcia... Merge commit 'origin/postfixwhen' into blead
2009-03-29 Nicholas ClarkDocument that DESTROY is subject to AUTOLOAD, and the...
2009-03-29 Nicholas ClarkChange Regexp::DESTROY to be a constant subroutine...
2009-03-29 Nicholas ClarkChange Perl_newCONSTSUB() so that a NULL sv generates...
2009-03-29 Nicholas ClarkIn Perl_newCONSTSUB(), sv should not be NULL.
2009-03-29 SADAHIRO TomoyukiUpdate to Unicode::Normalize 1.03
2009-03-29 Paul MarquessDB_File 1.820: Remove MAN3PODS => {}
2009-03-29 Craig A. BerryMake Time::Piece use the init_tm() in util.c, bump...
2009-03-29 Vincent PitDon't call SvPV_const() on the method name at the top...
2009-03-28 Nicholas ClarkDon't COW PVFMs, as the IVX is now used for FmLINES...
2009-03-28 Nicholas ClarkIn Perl_sv_setsv_cow(), dstr can be NULL.
2009-03-28 Vincent PitAllow when to be used as a statement modifier
2009-03-28 Florian RagwitzImprove mro merging error messages.
2009-03-27 Vincent PitAlso skip test 20 in t/Socket.t when no IPv6 is available
2009-03-27 Craig A. BerryForgot one "static" in 7430375d1909c2b62c1fb3f9c6ed4b9d...
2009-03-27 Rafael Garcia... Fix concise-xs.t after recent changes to Socket.pm
2009-03-27 Craig A. BerrySome standards compliance for the new Time::Piece test.
2009-03-27 Rafael Garcia... Merge commit 'mauzo/over-X' into blead
2009-03-27 Rafael Garcia... Add inet_pton and inet_ntop to the list of functions...
2009-03-27 Steve PetersWhat am I thinking? Just bump the version.
2009-03-27 Steve PetersMerge branch 'blead' of ssh://stevep@perl5.git.perl...
2009-03-27 Steve PetersAdd inet_pton() and inet_ntop() to Socket.
2009-03-26 Craig A. BerryRemove unused function S_copy_big_TM_to_little_tm from...
2009-03-26 Craig A. BerryNamespace clean-up for time64.
2009-03-26 unknownThe DOSish branch of File::stat->cando had its argument...
2009-03-26 unknown-ugk don't call string overload when S_IXXX isn't defined.
2009-03-26 Nicholas ClarkIgnore Makefile.PLs that are now autogenerated.
2009-03-26 Nicholas Clarkmake_ext.pl's automatic Makefile.PL generation can...
2009-03-26 Nicholas ClarkUndo the local change to Time::Piece's Makfile.PL that...
2009-03-26 Nicholas ClarkRemove MAN3PODS from modules' Makefile.PLs which are...
2009-03-26 Nicholas ClarkCorrect the path for IO - needs a trailing / to stop...
2009-03-26 Nicholas ClarkRemove MAN3PODS and NORECURS from Makefile.PLs where...
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2009-03-26 Nicholas ClarkSimplify the file description for ext/threads
2009-03-26 Nicholas Clarkmake_ext.pl should also set INSTALLMAN1DIR=none when...
2009-03-26 Nicholas ClarkNo need to set MAN3PODS now that make_ext.pl takes...
2009-03-26 Nicholas Clarkmake_ext.pl's automatic Makefile.PL generation can...
2009-03-25 Paul Marquessfix smoke issues with the compression modules
2009-03-25 Ben Morrow-l was missing an SPAGAIN.
2009-03-25 Ben MorrowIO refs always stringify for -t, -T and -B.
2009-03-25 Ben MorrowTest -X overloads on GLOB and IO refs.
2009-03-25 Ben MorrowDocs for File::stat.
2009-03-25 Ben MorrowBump File::stat's $VERSION.
2009-03-25 Ben MorrowI assume VMS doesn't have a superuser.
2009-03-25 Ben MorrowWarnings for File::stat deficiencies.
2009-03-25 Ben MorrowReinstate File::stat::stat_cando.
2009-03-25 Ben MorrowDocs for -X overloading.
2009-03-25 Ben MorrowTests for -X overload on File::stat.
2009-03-25 Ben MorrowI missed a s/stat_cando/cando/ in File::stat.
2009-03-25 Ben MorrowStacked overloaded -X.
2009-03-25 Ben MorrowTest stacked overloaded -X.
2009-03-25 Ben MorrowFall back to "" overload for -X.
2009-03-25 Ben MorrowMore tests for -X/string/random overloading.
2009-03-25 Ben Morrow-M, -C, -A for File::stat.
2009-03-25 Ben MorrowAdd -X overloading to File::stat.
2009-03-25 Ben MorrowFinish the rest of the -X ops.
2009-03-25 Ben MorrowMove magic logic into tryAMAGICftest macro.
next