summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* perlfaq7: simple hash keys are always quotedFather Chrysostomos2011-02-191-2/+2
* Minor perlfaq7 tweaksFather Chrysostomos2011-02-191-10/+11
* utf8.c: Fix setting wrong variableKarl Williamson2011-02-191-1/+1
* regexec.c: Fix utf8 e.g. [\s] under localeKarl Williamson2011-02-192-3/+8
* perldiag.pod: Minor correctionKarl Williamson2011-02-191-1/+1
* Skip ppm.t in Module::Build if running under PERL_CORE.Chris 'BinGOs' Williams2011-02-191-0/+2
* Revert "regcomp: Add warning if tries to use \p in locale."Karl Williamson2011-02-192-19/+1
* Fix locale caseless matching and utf8Karl Williamson2011-02-195-45/+131
* re/fold_grind.t: Fix improper skipping testKarl Williamson2011-02-191-4/+4
* re/fold_grind.t: Improve debug diagnosticKarl Williamson2011-02-191-1/+2
* perlunicode.pod: Remove false statementKarl Williamson2011-02-191-6/+1
* regcomp.c: no sharp ss tricky fold under localeKarl Williamson2011-02-191-2/+4
* regcomp.c: Fix some commentsKarl Williamson2011-02-191-13/+11
* foldEQ_utf8(): Add locale handlingKarl Williamson2011-02-192-5/+67
* regexec.c: Change flag bit from digit to mnemonicKarl Williamson2011-02-191-1/+1
* In Errno, use typeglob aliasing instead of subref to typeglob assignment.Nicholas Clark2011-02-191-2/+1
* In Config, use typeglob aliasing instead of subref to typeglob assignment.Nicholas Clark2011-02-191-3/+1
* Tidy the generated code for Config.pmNicholas Clark2011-02-191-11/+8
* Minor perlfaq6 tweaksFather Chrysostomos2011-02-192-3/+3
* Re-order ‘How can I read in an entire file all at once?’Father Chrysostomos2011-02-191-25/+26
* Minor perlfaq5 tweaksFather Chrysostomos2011-02-191-15/+14
* Add Config::header_files() to list the header dependencies for XS code.Nicholas Clark2011-02-191-1/+40
* Add buildcustomize.pl to realclean target on VMS.Craig A. Berry2011-02-181-0/+1
* Dispatch dl_expandspec at build time, not run time.Craig A. Berry2011-02-181-7/+5
* export PL_core_reg_engine so it's visible to the re moduleTony Cook2011-02-191-0/+1
* Minor perlfaq4 tweaksFather Chrysostomos2011-02-181-22/+25
* Dual-life Devel::DProfFlorian Ragwitz2011-02-1927-26/+33
* Add a deprecation notice to the Devel::DProf docsFlorian Ragwitz2011-02-181-1/+7
* Slightly improve some perldelta wordingFlorian Ragwitz2011-02-181-2/+2
* Allow Devel::DProf's tests to run without text.plFlorian Ragwitz2011-02-181-6/+12
* Don't call the new __loaded_from_core on old perlsFlorian Ragwitz2011-02-181-2/+2
* Remove Devel::DProf from the core distribution. Get it from CPAN now.Nicholas Clark2011-02-183-4/+53
* Break out from deprecate::import the "check if it's core" code.Nicholas Clark2011-02-182-25/+41
* In deprecate.pm, only cluck() once if the leaf isn't found in the caller stack.Nicholas Clark2011-02-181-1/+1
* In deprecate.pm, remove unused variable $lineNicholas Clark2011-02-181-2/+2
* perldelta for f1f02a6Father Chrysostomos2011-02-181-0/+5
* Minor perlfaq\d tweaksFather Chrysostomos2011-02-182-13/+14
* Note the Math::BigInt upgradeFather Chrysostomos2011-02-181-1/+1
* Avoid segfault in re::regmust with pluggable RE enginesDavid Leadbeater2011-02-181-5/+8
* Update Math::BigInt to CPAN version 1.992Peter John Acklam2011-02-186-144/+264
* Reflow ‘Having no space’ in perldiagFather Chrysostomos2011-02-181-6/+6
* warnings.pl: Update commentKarl Williamson2011-02-181-2/+2
* perldelta.pod: Don't use internal warn cat. nameKarl Williamson2011-02-181-1/+1
* perldiag.pod: Add missing phraseKarl Williamson2011-02-181-1/+1
* pp_subst: eliminate 'matched' local varDavid Mitchell2011-02-181-5/+3
* DynaLoader.t: AUTOLOAD TODO tests passingDavid Mitchell2011-02-181-6/+3
* struct subst; remove macro for obsolete fieldDavid Mitchell2011-02-181-1/+0
* pp_regcomp: don't unset RXf_TAINTEDDavid Mitchell2011-02-181-2/+0
* taint REGEX SVs as well as refs to themDavid Mitchell2011-02-183-3/+19
* pp_subst: exit earlier after failed matchDavid Mitchell2011-02-181-9/+10