summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Unicode::UCD: Add prop_values() functionKarl Williamson2015-02-102-22/+133
* Correct grammatical error in Benchmark POD.James E Keenan2015-02-071-2/+2
* Deparse: Don’t choke on SPECIAL constantsFather Chrysostomos2015-02-062-6/+12
* [perl #123753] Fix assertion failure with map+mapFather Chrysostomos2015-02-061-0/+2
* Increase $B::Deparse::VERSION to 1.33Father Chrysostomos2015-01-311-1/+1
* overload.pm: Document fifth arg for &|^~Father Chrysostomos2015-01-311-2/+11
* 5th arg to indicate numeric bitwise overloadingFather Chrysostomos2015-01-311-3/+35
* overload.pm: TypoFather Chrysostomos2015-01-311-1/+1
* feature.pm: Document the bitwise featureFather Chrysostomos2015-01-311-0/+18
* overload.t: Test experimental bitopsFather Chrysostomos2015-01-311-1/+32
* overload.pm: Document &. etc.Father Chrysostomos2015-01-311-6/+6
* Increase $overload::VERSION to 1.25Father Chrysostomos2015-01-311-1/+1
* overload.pm: Add string-specific bitopsFather Chrysostomos2015-01-311-4/+4
* Deparse new bitopsFather Chrysostomos2015-01-312-5/+33
* Deparse.t: Account for new warnings categoryFather Chrysostomos2015-01-311-6/+6
* Add experimental::bitwise warnings categoryFather Chrysostomos2015-01-311-27/+32
* Increase $feature::VERSION to 1.40Father Chrysostomos2015-01-311-1/+1
* Add bitwise feature featureFather Chrysostomos2015-01-311-1/+2
* Add string- and number-specific bitop typesFather Chrysostomos2015-01-311-2/+10
* Add overload types for string-specifc bitopsFather Chrysostomos2015-01-311-0/+14
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-282-2/+2
* Revert the support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2015-01-252-452/+356
* mktables: White-space onlyKarl Williamson2015-01-211-6/+6
* mktables: Verify Unihan files versionsKarl Williamson2015-01-211-6/+16
* mktables: Note that a property is deprecated by UnicodeKarl Williamson2015-01-211-1/+1
* Unicode::UCD: Allow internal properties in invmap()Karl Williamson2015-01-211-2/+8
* Unicode::UCD: pod nitsKarl Williamson2015-01-211-7/+22
* More bumpbing of version number to 5.21.9. Missed this yesterday.Matthew Horsfall2015-01-211-1/+1
* Make :const experimentalFather Chrysostomos2015-01-191-6/+6
* Add experimental::const_attr warning categoryFather Chrysostomos2015-01-191-32/+37
* Add :const anon sub attributeFather Chrysostomos2015-01-192-2/+7
* lib/locale.t: Suppress some warningsKarl Williamson2015-01-191-2/+3
* lib/locale.t: Generalize to work on non-ASCIIKarl Williamson2015-01-191-7/+14
* t/charset_tools.pl: Improve function namesKarl Williamson2015-01-141-1/+1
* Use more universal function in tests where makes senseKarl Williamson2015-01-141-6/+1
* Add new warnings category for "use re 'strict'"Karl Williamson2015-01-132-153/+158
* Increase perl5db.pl’s $VERSION to 1.47Father Chrysostomos2015-01-051-1/+1
* perl5db.pl: Undefined subroutine &DB::db_warnE. Choroba2015-01-051-8/+8
* complement can have OPpTARGET_MYFather Chrysostomos2015-01-051-2/+2
* warnings.pm: Fix too long verbatim linesKarl Williamson2014-12-301-135/+135
* lib/B/Deparse.pm: refactor a hash slightlyKarl Williamson2014-12-301-36/+34
* lib/B/Deparse.pm: Add commentKarl Williamson2014-12-301-1/+2
* lib/B/Deparse.pm: Generalize for non-ASCII platformsKarl Williamson2014-12-301-3/+9
* lib/B/Deparse.pm: Output WARNING_BITS in binaryKarl Williamson2014-12-302-7/+9
* lib/B/Deparse.pm: Move hash to earlier in fileKarl Williamson2014-12-301-35/+35
* Enable OPpTARGET_MY optimisation for cmp/<=>Father Chrysostomos2014-12-292-4/+4
* Add support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2014-12-292-161/+251
* Fixes to make test pass for regexp nocapture bit addition.Matthew Horsfall (alh)2014-12-281-1/+1
* Fix typos in two unrelated test descriptionsAaron Crane2014-12-241-1/+1
* Fix deparsing of some unary-prototyped callsFather Chrysostomos2014-12-232-3/+63