summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Increase $feature::VERSION to 1.23Father Chrysostomos2011-11-061-1/+1
* Add unicode_eval featureFather Chrysostomos2011-11-061-1/+2
* Fix =~ $str_overloaded (5.10 regression)Father Chrysostomos2011-10-291-1/+3
* Increase $strict::VERSION to 1.05Father Chrysostomos2011-10-291-1/+1
* unconfuse strict.pm documentationMoritz Lenz2011-10-291-3/+3
* DosGlob: Comment typoFather Chrysostomos2011-10-291-1/+1
* DosGlob: Don’t parse an pattern that will not be usedFather Chrysostomos2011-10-291-19/+21
* DosGlob: eliminate %iterFather Chrysostomos2011-10-291-8/+2
* Increase $File::DosGlob::VERSION to 1.07Father Chrysostomos2011-10-291-1/+1
* ignore extra build product from ext/arybase/Tony Cook2011-10-241-0/+1
* Test dumpvar.pl with objects whose classes contain ‘=’Father Chrysostomos2011-10-231-0/+4
* Examining objects through the 'x' command in the perl debugger doesn'tLaurent Dami2011-10-231-2/+1
* Increase $File::DosGlob::VERSION from 1.04 to 1.05Father Chrysostomos2011-10-151-1/+1
* fix a typo in a commentThorsten Glaser2011-10-151-1/+1
* Also add repaired variants for CV and SVREF typemapsSteffen Mueller2011-10-111-4/+35
* A repaired, properly refcounting AV&HV typemapSteffen Mueller2011-10-111-1/+36
* Make undef %overload:: test more likely to crashFather Chrysostomos2011-10-061-0/+1
* mktables: Add Perl_IDStart propertyKarl Williamson2011-10-011-0/+11
* perlunicode, perluniprops: \p{Title} is Perl extensionKarl Williamson2011-10-011-2/+2
* Restore the package name to overload errors; fix crashFather Chrysostomos2011-09-301-3/+11
* Dual-life perlglossary.pod as part of perlfaqFlorian Ragwitz2011-09-261-0/+1
* Document open fh, "<:"Father Chrysostomos2011-09-231-2/+4
* Move/rewrite test for Recursive call to Perl_load_moduleFather Chrysostomos2011-09-221-8/+1
* UCD.pm: accommodate non-standard mktables outputKarl Williamson2011-09-211-0/+7
* UCD.pm: Only calculate hex onceKarl Williamson2011-09-211-4/+5
* clear $ENV{PERL_UNICODE} before runperl()ing a test of use open.Tony Cook2011-09-191-15/+19
* [perl #92728] open.pm without :std should leave std aloneFather Chrysostomos2011-09-152-6/+28
* Make open.t use test.plFather Chrysostomos2011-09-151-1/+2
* Update Exporter to CPAN version 5.65Chris 'BinGOs' Williams2011-09-121-1/+1
* Restore changelog entry removed by 378eedaFather Chrysostomos2011-09-101-1/+6
* The Borland Chainsaw MassacreSteve Hay2011-09-102-13/+1
* remove index offsetting ($[)Zefram2011-09-091-4/+1
* Add enable/disable commands for breakpoints in perl -dShlomi Fish2011-09-046-2/+251
* move Carp to ext/Carp, preparing for dual-lifingZefram2011-09-044-1054/+2
* UCD.t: Add tests for sped-up lookupsKarl Williamson2011-09-031-1/+45
* mktables: make_Heavy.pl smallerKarl Williamson2011-09-032-26/+25
* perluniprops: Add note about 'L_' being non-standardKarl Williamson2011-09-021-0/+4
* utf8_heavy: Correctly handle \p{L_}Karl Williamson2011-09-022-3/+23
* perluniprops: display 2 synonyms as being discouragedKarl Williamson2011-09-021-1/+1
* Unicode::UCD: clarify podKarl Williamson2011-09-021-6/+10
* Unicode::UCD: fix pod verbatim line lengthKarl Williamson2011-09-021-1/+1
* Unicode::UCD: speed up some look upsKarl Williamson2011-09-021-14/+13
* 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-021-2/+2
* Update AnyDBM_File's documentation to avoid use POSIX;Nicholas Clark2011-09-011-3/+6
* Update docs about &CORE::subs()Father Chrysostomos2011-08-291-3/+8
* Update UNIVERSAL::VERSION docs following 9bf41c1Father Chrysostomos2011-08-261-4/+3
* [perl #97088] Prevent double get-magic in various casesGerard Goossen2011-08-241-1/+1