summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor code in Data::Dumper to assume that >=5.8.0 is the common case.smoke-me/DD-5.6-is-uncommonNicholas Clark2012-02-182-19/+36
* Merge the Pod::Functions refactoring to blead.Nicholas Clark2012-02-1815-434/+917
|\
| * Describe the update to Pod::Functions in perldelta.Nicholas Clark2012-02-181-0/+8
| * Add metadata to perlfunc.pod for which version or feature added a function.Nicholas Clark2012-02-182-14/+16
| * Test that Pod::Function's descriptions are stylistically consistent.Nicholas Clark2012-02-181-1/+9
| * Test that functions in the groups in perlfunc.pod are in sorted order.Nicholas Clark2012-02-181-0/+11
| * Test that every function in perlfunc.pod has a summary for Pod::Functions.Nicholas Clark2012-02-182-5/+19
| * Add t/porting/perlfunc.t so that porting tests catch problems with perlfuncNicholas Clark2012-02-184-2/+47
| * In the generated Pod::Functions, store all function data with tab separation.Nicholas Clark2012-02-181-6/+5
| * Generate Pod::Functions from perlfunc.podNicholas Clark2012-02-182-255/+110
| * Add a dependency for ext/Pod-Functions/Functions_pm.PL on pod/perlfunc.podNicholas Clark2012-02-185-5/+23
| * Ensure Pod::Simple is built before Pod::Functions.Nicholas Clark2012-02-182-2/+5
| * Change ext/Pod-Functions to generate Functions.pm from a Perl script.Nicholas Clark2012-02-183-1/+41
| * Add annotations to perlfunc.pod for Pod::Functions.Nicholas Clark2012-02-181-0/+498
| * Move Pod::Functions from lib/ to ext/Nicholas Clark2012-02-185-14/+10
| * Bring the joy of strict and warnings to Functions.tNicholas Clark2012-02-181-5/+7
| * Terser code in Pod::Functions to generate $Type_Description and @Type_Order.Nicholas Clark2012-02-181-48/+27
| * Teach Pod::Functions that each, keys and values also operate on arrays.Nicholas Clark2012-02-182-4/+4
| * Add all missing functions to Pod::Functions.Nicholas Clark2012-02-182-13/+22
| * Teach Pod::Functions about 'Keywords related to the switch feature'.Nicholas Clark2012-02-182-4/+13
| * Update Pod::Functions with changes from perlfunc.podNicholas Clark2012-02-182-31/+17
| * In perlfunc.pod, sort the descriptions more consistently.Nicholas Clark2012-02-181-12/+12
| * Add 4 functions missing from perlfunc.pod's 'Perl Functions by Category'.Nicholas Clark2012-02-181-6/+7
|/
* correctly clone eval context framesZefram2012-02-181-0/+3
* Revert "Increase the fallback value of MAXPATHLEN"Dominic Hargreaves2012-02-181-1/+1
* [perl #109262] Don't use _POSIX_PATH_MAX as a fallback PATH_MAXDominic Hargreaves2012-02-181-5/+1
* Filter-1.40 released to CPANReini Urban2012-02-183-4/+4
* Bump Cwd, File::Spec version.Craig A. Berry2012-02-179-9/+9
* Rethink EFS in File::Spec::VMS.Craig A. Berry2012-02-172-636/+180
* There is no G_LIST, only G_ARRAYFlorian Ragwitz2012-02-181-1/+1
* prune faulty dead logic in pp_flockZefram2012-02-171-1/+1
* make regenFather Chrysostomos2012-02-171-2/+2
* fix -UuserelocatableincReini Urban2012-02-171-1/+1
* bisect.pl now reports a meaningful error for certain "can't start" scenarios.Nicholas Clark2012-02-171-1/+10
* VMS does have sockaddr_in6 and ipv6_mreq.Craig A. Berry2012-02-171-4/+2
* For make test, move the 'porting' tests before 'lib', 'ext', 'dist' & 'cpan'Nicholas Clark2012-02-171-2/+4
* In Perl_sv_del_backref(), don't panic if tsv is already freed.Nicholas Clark2012-02-171-0/+24
* Update Socket to CPAN version 1.98Chris 'BinGOs' Williams2012-02-179-40/+190
* Carp-1.25 released to CPANZefram2012-02-171-1/+1
* in Carp, cope with "_" in $warnings::VERSIONZefram2012-02-171-1/+2
* Add new probes for IPv6 (LeoNerd)H.Merijn Brand2012-02-1620-3/+104
* begin filling the 5.16.0 delta from 5.15.7Ricardo Signes2012-02-151-0/+544
* begin filling the 5.16.0 delta from 5.15.6Ricardo Signes2012-02-151-14/+535
* begin filling the 5.16.0 delta from 5.15.5Ricardo Signes2012-02-151-6/+314
* begin filling the 5.16.0 delta from 5.15.4Ricardo Signes2012-02-151-0/+316
* begin filling the 5.16.0 delta from 5.15.3Ricardo Signes2012-02-151-28/+338
* Simplify VMS symlink override.Craig A. Berry2012-02-151-32/+18
* perldelta: Some char names now obsoletedKarl Williamson2012-02-151-2/+2
* pp.c: Cast function argument to expected typeKarl Williamson2012-02-151-1/+1
* pp_quote_meta: in locale, quote all UTF-8 Latin1 non-ASCIIKarl Williamson2012-02-153-2/+58