summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix deparsing of ‘my sub x; sub { sub x {...} }’Father Chrysostomos2014-12-232-4/+19
* Some lexical sub deparsing fixesFather Chrysostomos2014-12-222-4/+36
* Increase $B::Deparse::VERSION to 1.32Father Chrysostomos2014-12-221-1/+1
* Deparse: Avoid uninit warning from undef &subFather Chrysostomos2014-12-222-2/+8
* Bump version number to 5.21.8Max Maischein2014-12-211-1/+1
* ExtUtils::Embed: silence test warningDavid Mitchell2014-12-191-1/+9
* Deparse constant Perl subsFather Chrysostomos2014-12-162-10/+32
* Don’t ignore rv2gv when deparsing readlineFather Chrysostomos2014-12-152-1/+6
* Deparse: Restore proto checks for coderef2textFather Chrysostomos2014-12-152-0/+19
* Deparse.pm: Remove obsolete comment about globalsFather Chrysostomos2014-12-151-1/+1
* Deparse: Stop =~ QR_CONST from dropping flagsFather Chrysostomos2014-12-152-0/+12
* Deparse.pm: Two more matchwordsFather Chrysostomos2014-12-151-1/+1
* Deparse system-BLOCK correctlyFather Chrysostomos2014-12-153-12/+14
* Deparse: Don’t parenthesize \my @a needlesslyFather Chrysostomos2014-12-142-0/+5
* Fix deparsing of chdir without argsFather Chrysostomos2014-12-132-2/+4
* Deparse chdir(bareword) without quotesFather Chrysostomos2014-12-132-1/+16
* Deparse use-ver features correctlyFather Chrysostomos2014-12-132-9/+9
* Deparse.t: Adjust a test broken 2 commits agoFather Chrysostomos2014-12-131-10/+20
* Test for deparsing proto sub calls with &Father Chrysostomos2014-12-131-1/+11
* Revert ‘alternate way to figure out prototypes’Father Chrysostomos2014-12-131-21/+4
* Remove obsolete comment from lib/sort.tFather Chrysostomos2014-12-131-2/+0
* Deparse require vstring without parensFather Chrysostomos2014-12-132-15/+25
* Deparse $#{1} with bracesFather Chrysostomos2014-12-122-2/+2
* Deparse /@{-}/ with bracesFather Chrysostomos2014-12-122-1/+3
* Deparse /@a/ as regexpFather Chrysostomos2014-12-122-2/+12
* stop T_IN/OUT/INOUT/STDIO typemaps leakingDavid Mitchell2014-12-121-8/+24
* Deparse: Introduce subs after they are definedFather Chrysostomos2014-12-122-3/+9
* Perl_croak->Perl_croak_nocontext in core typemap + win32 static gitignoreDaniel Dragan2014-12-111-15/+15