This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-02-19 Nicholas ClarkIn S_validate_suid(), move declarations after the first...
2012-02-19 Nicholas ClarkRefactor code in Data::Dumper to assume that >=5.8...
2012-02-19 Craig A. BerryFix typo in 985213f2fede57.
2012-02-18 Ævar Arnfjörð... Remove gete?[ug]id caching
2012-02-18 Nicholas ClarkAdd t/porting/pending-author.t, fixing a limitation...
2012-02-18 Nicholas Clarkt/porting/authors.t only needs to pass the Author to...
2012-02-18 Nicholas ClarkCorrect the location of t/porting/perlfunc.t in perldel...
2012-02-18 Craig A. BerryLonger filenames for while_readdir.t.
2012-02-18 Father Chrysostomosperlvar: $] is not deprecated
2012-02-18 Chris 'BinGOs... Update IO-Compress to CPAN version 2.049
2012-02-18 Chris 'BinGOs... Update Compress-Raw_Zlib to CPAN version 2.049
2012-02-18 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.049
2012-02-18 Chris 'BinGOs... Update perlfaq to CPAN version 5.0150039
2012-02-18 Ricardo Signespopulate the Future Deprecations section
2012-02-18 Nicholas ClarkMerge the Pod::Functions refactoring to blead.
2012-02-18 Nicholas ClarkDescribe the update to Pod::Functions in perldelta.
2012-02-18 Nicholas ClarkAdd metadata to perlfunc.pod for which version or featu...
2012-02-18 Nicholas ClarkTest that Pod::Function's descriptions are stylisticall...
2012-02-18 Nicholas ClarkTest that functions in the groups in perlfunc.pod are...
2012-02-18 Nicholas ClarkTest that every function in perlfunc.pod has a summary...
2012-02-18 Nicholas ClarkAdd t/porting/perlfunc.t so that porting tests catch...
2012-02-18 Nicholas ClarkIn the generated Pod::Functions, store all function...
2012-02-18 Nicholas ClarkGenerate Pod::Functions from perlfunc.pod
2012-02-18 Nicholas ClarkAdd a dependency for ext/Pod-Functions/Functions_pm...
2012-02-18 Nicholas ClarkEnsure Pod::Simple is built before Pod::Functions.
2012-02-18 Nicholas ClarkChange ext/Pod-Functions to generate Functions.pm from...
2012-02-18 Nicholas ClarkAdd annotations to perlfunc.pod for Pod::Functions.
2012-02-18 Nicholas ClarkMove Pod::Functions from lib/ to ext/
2012-02-18 Nicholas ClarkBring the joy of strict and warnings to Functions.t
2012-02-18 Nicholas ClarkTerser code in Pod::Functions to generate $Type_Descrip...
2012-02-18 Nicholas ClarkTeach Pod::Functions that each, keys and values also...
2012-02-18 Nicholas ClarkAdd all missing functions to Pod::Functions.
2012-02-18 Nicholas ClarkTeach Pod::Functions about 'Keywords related to the...
2012-02-18 Nicholas ClarkUpdate Pod::Functions with changes from perlfunc.pod
2012-02-18 Nicholas ClarkIn perlfunc.pod, sort the descriptions more consistently.
2012-02-18 Nicholas ClarkAdd 4 functions missing from perlfunc.pod's 'Perl Funct...
2012-02-18 Zeframcorrectly clone eval context frames
2012-02-18 Dominic HargreavesRevert "Increase the fallback value of MAXPATHLEN"
2012-02-18 Dominic Hargreaves[perl #109262] Don't use _POSIX_PATH_MAX as a fallback...
2012-02-18 Reini UrbanFilter-1.40 released to CPAN
2012-02-18 Craig A. BerryBump Cwd, File::Spec version.
2012-02-18 Craig A. BerryRethink EFS in File::Spec::VMS.
2012-02-18 Florian RagwitzThere is no G_LIST, only G_ARRAY
2012-02-17 Zeframprune faulty dead logic in pp_flock
2012-02-17 Father Chrysostomosmake regen
2012-02-17 Reini Urbanfix -Uuserelocatableinc
2012-02-17 Nicholas Clarkbisect.pl now reports a meaningful error for certain...
2012-02-17 Craig A. BerryVMS does have sockaddr_in6 and ipv6_mreq.
2012-02-17 Nicholas ClarkFor make test, move the 'porting' tests before 'lib...
2012-02-17 Nicholas ClarkIn Perl_sv_del_backref(), don't panic if tsv is already...
2012-02-17 Chris 'BinGOs... Update Socket to CPAN version 1.98
2012-02-17 ZeframCarp-1.25 released to CPAN
2012-02-17 Zeframin Carp, cope with "_" in $warnings::VERSION
2012-02-16 H.Merijn BrandAdd new probes for IPv6 (LeoNerd)
2012-02-16 Ricardo Signesbegin filling the 5.16.0 delta from 5.15.7
2012-02-16 Ricardo Signesbegin filling the 5.16.0 delta from 5.15.6
2012-02-16 Ricardo Signesbegin filling the 5.16.0 delta from 5.15.5
2012-02-16 Ricardo Signesbegin filling the 5.16.0 delta from 5.15.4
2012-02-16 Ricardo Signesbegin filling the 5.16.0 delta from 5.15.3
2012-02-16 Craig A. BerrySimplify VMS symlink override.
2012-02-16 Karl Williamsonperldelta: Some char names now obsoleted
2012-02-16 Karl Williamsonpp.c: Cast function argument to expected type
2012-02-16 Karl Williamsonpp_quote_meta: in locale, quote all UTF-8 Latin1 non...
2012-02-16 Karl Williamsonpp.c: white-space only
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-02-16 Karl Williamsonpp_quotemeta(): Use more explicit macro
2012-02-16 Karl Williamsonhandy.h: New macro for quotemeta
2012-02-16 Karl Williamsonl1_char_class_tab.h: Add field for quotemeta
2012-02-16 Karl Williamsonmktables: Generate a table for quotemeta
2012-02-16 Karl WilliamsonClarify some quotemeta docs
2012-02-16 Karl Williamsonperlfunc: quotemeta, clarify, fix incorrect statement
2012-02-15 Ævar Arnfjörð... Further eliminate POSIX-emulation under LinuxThreads
2012-02-15 Ævar Arnfjörð... Merge branch 'avar/eject-strptime' into blead
2012-02-15 Ævar Arnfjörð... POSIX: bump version to 1.30
2012-02-15 Ævar Arnfjörð... Revert "Merge branch 'avar/POSIX-strptime' into blead"
2012-02-15 Ævar Arnfjörð... Revert "Merge branch 'avar/POSIX-strptime' into blead"
2012-02-15 Ævar Arnfjörð... Revert "Use the strptime() probe in POSIX.xs & tests"
2012-02-15 Ævar Arnfjörð... Revert "Add strptime probe"
2012-02-15 Ævar Arnfjörð... Revert "VMS does have strptime."
2012-02-15 Shlomi FishClarify the newSVpvn documentation.
2012-02-15 Nicholas ClarkPod::Html's feature2.t needs to match path separators...
2012-02-15 Craig A. BerrySkip stat.t readability test on VMS.
2012-02-15 Craig A. BerryFix Pod::Simple search test for VMS.
2012-02-15 Craig A. BerryFix CGI's url.t test for VMS.
2012-02-14 Karl Williamsonperl #110648, single Unicode prop in inverted class...
2012-02-14 Dave RolskySmall updates for perlobj.pod
2012-02-14 Dave RolskyClarify that @ISA contains scalars which are strings.
2012-02-14 Dave RolskyDon't reference a specific year for the definition...
2012-02-14 Dave RolskyFix a typo (s/lead/led) and some bleah phrasing.
2012-02-14 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9118
2012-02-14 Chris 'BinGOs... Update CPANPLUS-Dist-Build to CPAN version 0.62
2012-02-14 H.Merijn Brandmixing declarations and assignments not allowed in C89
2012-02-13 Abhijit Menon-SenMake pp_study a no-op, as discussed on p5p
2012-02-13 Karl Williamsonis_utf8_char_slow(): Make constistent, correct docs.
2012-02-13 Karl Williamsoncharnames.t: viacode doesn't return Unicode_1 name...
2012-02-13 Zeframavoid unused-var warning from MY_CXT_INIT
2012-02-13 Karl Williamsonmktables: viacode() return unparenthesized names for...
2012-02-13 Karl Williamsonmktables: Don't add exact duplicate to tables
2012-02-13 David Mitchellfix a comment typo: s/MYCXT/MY_CXT/
2012-02-13 David Mitchellin INSTALL, make clear -DDEBUGGING is much slower
next