| Commit message (Expand) | Author | Age | Files | Lines |
* | Unicode::UCD: Allow for some look-up speed up | Karl Williamson | 2011-09-02 | 1 | -7/+23 |
* | Unicode::UCD: Use NFD(), not NFKD() for Hangul syllables | Karl Williamson | 2011-09-02 | 1 | -8/+10 |
* | Unicode::UCD Add synopsis info for num() to pod | Karl Williamson | 2011-09-02 | 1 | -0/+5 |
* | Unicode::UCD: Make pod header consistent | Karl Williamson | 2011-09-02 | 5 | -6/+6 |
* | Remove Porting/genlog, redundant since the switch from Perforce to git. | Nicholas Clark | 2011-09-02 | 3 | -146/+0 |
* | Silence two compiler warnings in gv.c | Father Chrysostomos | 2011-09-01 | 1 | -2/+2 |
* | Fix two \&$tied regressions | Father Chrysostomos | 2011-09-01 | 2 | -4/+34 |
* | [perl #98256] Add POD for the bsgn() method. | Peter John Acklam | 2011-09-01 | 1 | -0/+7 |
* | regen known_pod_issues.dat | Father Chrysostomos | 2011-09-01 | 1 | -6/+3 |
* | Bump Math::Big(In|Floa)t versions | Father Chrysostomos | 2011-09-01 | 2 | -2/+2 |
* | remove incorrect formatting inside verbatim paragraphs | Alexandr Ciornii | 2011-09-01 | 1 | -23/+23 |
* | Correct links to sections (and modules in case of BigFloat.pm) | Alexandr Ciornii | 2011-09-01 | 2 | -23/+23 |
* | Reinstate the perldelta entry for CPANPLUS. | Nicholas Clark | 2011-09-01 | 1 | -0/+4 |
* | Update AnyDBM_File's documentation to avoid use POSIX; | Nicholas Clark | 2011-09-01 | 2 | -3/+12 |
* | Defenestrate PAD_DUP | Father Chrysostomos | 2011-09-01 | 1 | -15/+0 |
* | Merge the POSIX.pm refactoring into blead. | Nicholas Clark | 2011-09-01 | 12 | -816/+763 |
|\ |
|
| * | Note the refactoring of POSIX.pm in perldelta. | Nicholas Clark | 2011-09-01 | 1 | -4/+9 |
| * | Change the synopsis in POSIX.pod to stress use POSIX (); | Nicholas Clark | 2011-09-01 | 1 | -2/+4 |
| * | Generate @POSIX::EXPORT_OK from %reimpl, %replacement and an exception list. | Nicholas Clark | 2011-09-01 | 1 | -59/+5 |
| * | Test that @POSIX::EXPORT and @POSIX::EXPORT_OK are not inadvertently changed. | Nicholas Clark | 2011-09-01 | 2 | -0/+117 |
| * | Remove isatty from @POSIX::EXPORT_OK, as it's already in @EXPORT. | Nicholas Clark | 2011-09-01 | 1 | -1/+0 |
| * | Replace use of AutoLoader in POSIX with a custom compilation deferral scheme. | Aristotle Pagaltzis | 2011-09-01 | 2 | -380/+100 |
| * | In POSIX, improve the diagnostic for the "use $method" instead. | Nicholas Clark | 2011-09-01 | 2 | -2/+3 |
| * | In POSIX, drastically simplify the wrappers for "unimplemented" functions. | Aristotle Pagaltzis | 2011-09-01 | 2 | -341/+105 |
| * | In POSIX.pm, modernise package variable style. | Aristotle Pagaltzis | 2011-09-01 | 1 | -9/+8 |
| * | The more regular POSIX "unimplemented" diagnostics simplify the tests. | Nicholas Clark | 2011-09-01 | 1 | -60/+60 |
| * | Improvements to the diagnostics for "unimplemented" POSIX functions. | Nicholas Clark | 2011-09-01 | 2 | -44/+44 |
| * | Test the POSIX functions that wrap core builtins. | Nicholas Clark | 2011-09-01 | 2 | -0/+234 |
| * | Convert the POSIX waitpid tests to Test::More. | Nicholas Clark | 2011-09-01 | 1 | -15/+16 |
| * | Explicitly test both CORE:: and POSIX:: gmtime and localtime. | Nicholas Clark | 2011-09-01 | 1 | -8/+21 |
| * | Test the diagnostics for usage messages for POSIX wrapper functions. | Nicholas Clark | 2011-09-01 | 3 | -4/+53 |
| * | Test the diagnostics for all POSIX::* functions that are "unimplemented". | Nicholas Clark | 2011-09-01 | 2 | -0/+99 |
| * | In ext/POSIX/t/is.t, make better use of Test::More. | Nicholas Clark | 2011-09-01 | 1 | -10/+8 |
|/ |
|
* | Use OPpDEREF for lvalue sub, such that the flags contains the deref type, ins... | Gerard Goossen | 2011-09-01 | 5 | -16/+12 |
* | Reassign op_private flags of OP_ENTERSUB such that bits 32 and 64 can be used... | Gerard Goossen | 2011-09-01 | 2 | -4/+4 |
* | Update CPANPLUS to CPAN version 0.9110 | Chris 'BinGOs' Williams | 2011-09-01 | 7 | -4/+19 |
* | Fix overloaded <> when the peephole optimiser is disabled. | Gerard Goossen | 2011-09-01 | 1 | -1/+5 |
* | [perl #97492] Tests & delta for defined ${"::!"} | Father Chrysostomos | 2011-09-01 | 2 | -6/+9 |
* | [perl #97484] Make defined &{...} vivify CORE subs | Father Chrysostomos | 2011-09-01 | 4 | -5/+11 |
* | [perl #98092] Fix unreferenced scalar warnings in clone.t | Father Chrysostomos | 2011-09-01 | 1 | -14/+9 |
* | Update Win32 canned config header files | Steve Hay | 2011-09-01 | 6 | -7874/+8042 |
* | Make switchC.t pass if the environment variable PERL_UNICODE contains "S" | Rafael Garcia-Suarez | 2011-08-31 | 1 | -6/+11 |
* | Preliminary cleanup of win32/config*.* prior to updating them fully | Steve Hay | 2011-08-31 | 8 | -143/+164 |
* | Updated Locale-Codes to CPAN version 3.18 | Chris 'BinGOs' Williams | 2011-08-31 | 23 | -25067/+25221 |
* | Avoid an extra SV when creating $] and $^V | Father Chrysostomos | 2011-08-30 | 1 | -2/+2 |
* | Eliminate is_gv_magical_sv | Father Chrysostomos | 2011-08-30 | 8 | -179/+43 |
* | Remove 3 unused scripts from Porting | Nicholas Clark | 2011-08-30 | 4 | -499/+0 |
* | Generate $Config::Config{byteorder} slightly more efficiently. | Nicholas Clark | 2011-08-30 | 1 | -4/+3 |
* | Tiny typo in perldelta | Father Chrysostomos | 2011-08-29 | 1 | -1/+1 |
* | Update docs about &CORE::subs() | Father Chrysostomos | 2011-08-29 | 2 | -8/+11 |