summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unicode::UCD: Allow for some look-up speed upKarl Williamson2011-09-021-7/+23
* Unicode::UCD: Use NFD(), not NFKD() for Hangul syllablesKarl Williamson2011-09-021-8/+10
* Unicode::UCD Add synopsis info for num() to podKarl Williamson2011-09-021-0/+5
* Unicode::UCD: Make pod header consistentKarl Williamson2011-09-025-6/+6
* Remove Porting/genlog, redundant since the switch from Perforce to git.Nicholas Clark2011-09-023-146/+0
* Silence two compiler warnings in gv.cFather Chrysostomos2011-09-011-2/+2
* Fix two \&$tied regressionsFather Chrysostomos2011-09-012-4/+34
* [perl #98256] Add POD for the bsgn() method.Peter John Acklam2011-09-011-0/+7
* regen known_pod_issues.datFather Chrysostomos2011-09-011-6/+3
* Bump Math::Big(In|Floa)t versionsFather Chrysostomos2011-09-012-2/+2
* remove incorrect formatting inside verbatim paragraphsAlexandr Ciornii2011-09-011-23/+23
* Correct links to sections (and modules in case of BigFloat.pm)Alexandr Ciornii2011-09-012-23/+23
* Reinstate the perldelta entry for CPANPLUS.Nicholas Clark2011-09-011-0/+4
* Update AnyDBM_File's documentation to avoid use POSIX;Nicholas Clark2011-09-012-3/+12
* Defenestrate PAD_DUPFather Chrysostomos2011-09-011-15/+0
* Merge the POSIX.pm refactoring into blead.Nicholas Clark2011-09-0112-816/+763
|\
| * Note the refactoring of POSIX.pm in perldelta.Nicholas Clark2011-09-011-4/+9
| * Change the synopsis in POSIX.pod to stress use POSIX ();Nicholas Clark2011-09-011-2/+4
| * Generate @POSIX::EXPORT_OK from %reimpl, %replacement and an exception list.Nicholas Clark2011-09-011-59/+5
| * Test that @POSIX::EXPORT and @POSIX::EXPORT_OK are not inadvertently changed.Nicholas Clark2011-09-012-0/+117
| * Remove isatty from @POSIX::EXPORT_OK, as it's already in @EXPORT.Nicholas Clark2011-09-011-1/+0
| * Replace use of AutoLoader in POSIX with a custom compilation deferral scheme.Aristotle Pagaltzis2011-09-012-380/+100
| * In POSIX, improve the diagnostic for the "use $method" instead.Nicholas Clark2011-09-012-2/+3
| * In POSIX, drastically simplify the wrappers for "unimplemented" functions.Aristotle Pagaltzis2011-09-012-341/+105
| * In POSIX.pm, modernise package variable style.Aristotle Pagaltzis2011-09-011-9/+8
| * The more regular POSIX "unimplemented" diagnostics simplify the tests.Nicholas Clark2011-09-011-60/+60
| * Improvements to the diagnostics for "unimplemented" POSIX functions.Nicholas Clark2011-09-012-44/+44
| * Test the POSIX functions that wrap core builtins.Nicholas Clark2011-09-012-0/+234
| * Convert the POSIX waitpid tests to Test::More.Nicholas Clark2011-09-011-15/+16
| * Explicitly test both CORE:: and POSIX:: gmtime and localtime.Nicholas Clark2011-09-011-8/+21
| * Test the diagnostics for usage messages for POSIX wrapper functions.Nicholas Clark2011-09-013-4/+53
| * Test the diagnostics for all POSIX::* functions that are "unimplemented".Nicholas Clark2011-09-012-0/+99
| * In ext/POSIX/t/is.t, make better use of Test::More.Nicholas Clark2011-09-011-10/+8
|/
* Use OPpDEREF for lvalue sub, such that the flags contains the deref type, ins...Gerard Goossen2011-09-015-16/+12
* Reassign op_private flags of OP_ENTERSUB such that bits 32 and 64 can be used...Gerard Goossen2011-09-012-4/+4
* Update CPANPLUS to CPAN version 0.9110Chris 'BinGOs' Williams2011-09-017-4/+19
* Fix overloaded <> when the peephole optimiser is disabled.Gerard Goossen2011-09-011-1/+5
* [perl #97492] Tests & delta for defined ${"::!"}Father Chrysostomos2011-09-012-6/+9
* [perl #97484] Make defined &{...} vivify CORE subsFather Chrysostomos2011-09-014-5/+11
* [perl #98092] Fix unreferenced scalar warnings in clone.tFather Chrysostomos2011-09-011-14/+9
* Update Win32 canned config header filesSteve Hay2011-09-016-7874/+8042
* Make switchC.t pass if the environment variable PERL_UNICODE contains "S"Rafael Garcia-Suarez2011-08-311-6/+11
* Preliminary cleanup of win32/config*.* prior to updating them fullySteve Hay2011-08-318-143/+164
* Updated Locale-Codes to CPAN version 3.18Chris 'BinGOs' Williams2011-08-3123-25067/+25221
* Avoid an extra SV when creating $] and $^VFather Chrysostomos2011-08-301-2/+2
* Eliminate is_gv_magical_svFather Chrysostomos2011-08-308-179/+43
* Remove 3 unused scripts from PortingNicholas Clark2011-08-304-499/+0
* Generate $Config::Config{byteorder} slightly more efficiently.Nicholas Clark2011-08-301-4/+3
* Tiny typo in perldeltaFather Chrysostomos2011-08-291-1/+1
* Update docs about &CORE::subs()Father Chrysostomos2011-08-292-8/+11