summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* File::Copy does not overwrite read-only filesAlexandr Ciornii2014-07-241-1/+2
* Get t/porting/cmp_version.t passing again following e0e61e9Steve Hay2014-07-141-1/+1
* lib/utf8.pm: wrap code examples in pod with C<>Karl Williamson2014-07-141-6/+6
* Unicode::UCD.pm: Pod clarifications and nitsKarl Williamson2014-07-141-21/+31
* [perl #121771] Revert the new warning for ++ on non- /\A[a-zA-Z]+[0-9]*\z/Tony Cook2014-05-071-0/+3
* my_plvarsp nulling and PERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2014-04-241-1/+7
* import experimental.pmRicardo Signes2014-04-151-0/+1
* PerlIO.pm: Make pod :utf8 caution more prominentKarl Williamson2014-04-131-4/+4
* bump version on debuggerRicardo Signes2014-04-071-1/+1
* properly reset ReadLine's knowledge of handles after pagerHiroo Hayashi2014-04-071-0/+3
* utf8: add tests for behavior change in v5.15.6-407-gc710240, and moreÆvar Arnfjörð Bjarmason2014-04-021-0/+39
* PATCH: [perl #119499] "$!" with UTF-8 flagKarl Williamson2014-04-011-4/+4
* mktables: In-line defns for tables up to 3 rangesKarl Williamson2014-03-181-1/+1
* mktables: Remove obsolete sort constraintKarl Williamson2014-03-181-8/+6
* mktables: Add comments, reorder a gen'd fileKarl Williamson2014-03-181-7/+12
* mktables: White-space onlyKarl Williamson2014-03-181-9/+9
* utf8_heavy.pl: Change data structure for in-lined definitionsKarl Williamson2014-03-183-17/+44
* mktables: Fix overlooked in-line table defns codeKarl Williamson2014-03-181-1/+7
* regenerate warnings.pmRicardo Signes2014-03-181-14/+586
* replace links to perllexwarn with links to warningsRicardo Signes2014-03-182-4/+3
* White-space only; properly indent newly formed blocksKarl Williamson2014-03-141-9/+9
* mktables: Inline short tablesKarl Williamson2014-03-143-23/+96
* lib/locale.t: Update $variable nameKarl Williamson2014-03-131-4/+4
* PATCH: [perl #121340] lib/locale.t noisy+complaining but passes on Win32Karl Williamson2014-03-131-4/+4
* lib/locale.t: Fix broken testKarl Williamson2014-03-131-10/+45
* [perl #121362] overload optimisation added a SEGVDavid Mitchell2014-03-041-1/+30
* perluniprops: Show property name without bracesKarl Williamson2014-03-011-0/+5
* Unicode/UCD.t: Fix broken testKarl Williamson2014-03-011-6/+2
* mktables: Allow Unicode Unihan files to compileKarl Williamson2014-03-011-1/+6
* make OP_AELEMFAST work with negative indicesDavid Mitchell2014-02-282-2/+16
* Optimization: Remove needless list/pushmark pairs from the OP executionSteffen Mueller2014-02-261-1/+11
* lib/locale.t: Make more tests not fail unless is bad for enough localesKarl Williamson2014-02-241-0/+10
* lib/locale.t: Change an array to a hashKarl Williamson2014-02-241-4/+4
* Missing version bump for DeparseSteffen Mueller2014-02-241-1/+1
* B::Deparse: Padrange deparse fixSteffen Mueller2014-02-241-6/+6
* Change 'semantics' to 'rules'Karl Williamson2014-02-202-5/+5
* lib/locale.t: Remove tests that need UTF-8 localeKarl Williamson2014-02-191-9/+0
* Make taint checking regex compile time instead of runtimeKarl Williamson2014-02-191-0/+77
* lib/locale.t: Add some test namesKarl Williamson2014-02-191-92/+92
* lib/locale.t: Untaint before checking if next thing taintsKarl Williamson2014-02-191-0/+11
* Correct number of tests in plan.James E Keenan2014-02-191-1/+1
* restore $PERL_OLD_VERSION to English.pmDavid Golden2014-02-182-2/+4
* [perl #121081] workaround different output on VMSTony Cook2014-02-191-5/+6
* Skip locale test on OpenBSD, MirBSD and Bitrig tooChris 'BinGOs' Williams2014-02-171-1/+1
* Expand tabs in diagnostics.pmFather Chrysostomos2014-02-081-0/+2
* diagnostics.pm: Eliminate $WHOAMIFather Chrysostomos2014-02-081-5/+6
* Increase $diagnostics::VERSION to 1.34Father Chrysostomos2014-02-081-1/+1
* merge basic zefram/purple_signatures into bleadZefram2014-02-062-13/+37
|\
| * Merge blead into zefram/purple_signaturesZefram2014-02-011-8/+18
| |\
| * | subroutine signaturesZefram2014-02-012-13/+37