summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* charnames: More fix to work on EBCDIC.Karl Williamson2014-11-241-2/+2
* lib/Unicode/UCD.t: Add missing arg to failure sprintfKarl Williamson2014-11-241-1/+2
* charnames: Generalize to work on non-ASCII platformsKarl Williamson2014-11-242-43/+37
* charnames: Don't return UTF-8 unless have to.Karl Williamson2014-11-241-0/+14
* lib/_charnames.pm: Change variable nameKarl Williamson2014-11-241-21/+21
* charnames: Nit in comments, podKarl Williamson2014-11-242-2/+2
* charnames: Bump version to 1.43Karl Williamson2014-11-242-2/+2
* document the postderef feature in feature.pmRicardo Signes2014-11-221-1/+22
* Increase $B::Deparse::VERSION to 1.31Father Chrysostomos2014-11-201-1/+1
* Make B use B::COP for nulled COPsFather Chrysostomos2014-11-201-3/+1
* Remove extraneous semicolons from Deparse outputFather Chrysostomos2014-11-202-9/+23
* [perl #77452] Deparse { ...; BEGIN{} } correctlyFather Chrysostomos2014-11-202-7/+42
* Use test.pl in Deparse.tFather Chrysostomos2014-11-201-3/+2
* Bump the perl version in various places for 5.21.7Chris 'BinGOs' Williams2014-11-211-1/+1
* Remove redundant EBCDIC lines from Deparse.tFather Chrysostomos2014-11-171-2/+0
* [perl #115066] Fix wrongly nested ‘use’ deparsingFather Chrysostomos2014-11-152-2/+9
* Silence spurious locale warningsKarl Williamson2014-11-151-0/+2
* Deparse.t: To-do test for #115066Father Chrysostomos2014-11-151-1/+13
* lib/locale.t: Display debug information under harnessKarl Williamson2014-11-141-2/+2
* Add warning message for locale/Unicode intermixingKarl Williamson2014-11-141-0/+1
* Revert "t/TEST: add -w to shebang, fix a used-once warning"Father Chrysostomos2014-11-131-1/+1
* Have Deparse use %B::Op_private::ops_usingFather Chrysostomos2014-11-121-4/+1
* [perl #123161] Add %B::Op_private::ops_usingFather Chrysostomos2014-11-121-1/+91
* Increase $Unicode::UCD::VERSION to 0.59Father Chrysostomos2014-11-111-1/+1
* rename anonymous list -> array in docsDoug Bell2014-11-112-3/+3
* Revert "Update Test-Simple to CPAN version 1.001009"Chad Granum2014-11-111-0/+1
* Extend OPpTARGET_MY optimisation to state var initFather Chrysostomos2014-11-101-1/+3
* Don’t allow OPpTARGET_MY with integer negationFather Chrysostomos2014-11-101-1/+1
* Don’t allow OPpTARGET_MY on postdec/incFather Chrysostomos2014-11-091-1/+1
* Skip padsv op in $lex =~ ...Father Chrysostomos2014-11-091-3/+17
* Don’t copy VMS hints to cop->op_privateFather Chrysostomos2014-11-081-6/+0
* Allow OPpTARGET_MY on non-integer postdec/incFather Chrysostomos2014-11-081-1/+1
* Allow OPpTARGET_MY optimisation for splitFather Chrysostomos2014-11-082-1/+4
* Fix Deparse OPpLVAL_INTRO handling in listsFather Chrysostomos2014-11-082-22/+28
* Renumber op flags so TARGET_MY and OUR_INTRO differFather Chrysostomos2014-11-081-35/+35
* Update B::Deparse for last two commitsFather Chrysostomos2014-11-071-2/+4
* Allow OPpTARGET_MY optimisation for xFather Chrysostomos2014-11-071-1/+1
* Allow OPpTARGET_MY optimisation for vecFather Chrysostomos2014-11-071-1/+1
* Update Test-Simple to CPAN version 1.001009Chris 'BinGOs' Williams2014-11-071-1/+0
* Better B::Deparse warning for custom opsFather Chrysostomos2014-11-061-2/+4
* Update B::Deparse docs about BEGIN blocksFather Chrysostomos2014-11-061-3/+4
* Spell optimise consistently in Deparse podFather Chrysostomos2014-11-061-1/+1
* Mention Data::Dump::Streamer in B::Deparse docsFather Chrysostomos2014-11-061-0/+3
* [perl #77452] Deparse BEGIN blocks in the right placeFather Chrysostomos2014-11-062-4/+44
* t/TEST: add -w to shebang, fix a used-once warningJim Cromie2014-11-061-1/+1
* [perl #121827] Fix repeat stack bugsFather Chrysostomos2014-11-061-1/+7
* Deparse +sub :attr{} correctly at stmt startFather Chrysostomos2014-11-052-1/+7
* lib/locale.t: Add knowledge about known bad localesKarl Williamson2014-11-041-7/+57
* Add 'locale' warning categoryKarl Williamson2014-11-042-136/+141
* overload.pm: Removed an unused variableBrian Fraser2014-10-311-2/+2