summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix SV flags for magic values, v2chip/magicflags3Chip Salzenberg2011-12-2616-561/+471
* Fix two (er, four) sub:lvalue { &$x } bugsFather Chrysostomos2011-12-264-46/+33
* perldiag: Remove msg deleted in 5.8.0Father Chrysostomos2011-12-261-6/+0
* Skip failing DD tests under 5.6Father Chrysostomos2011-12-251-1/+7
* Fix DD’s vstring tests unter 5.6Father Chrysostomos2011-12-251-1/+6
* Make DD dump *{''} correctly under 5.6Father Chrysostomos2011-12-253-3/+18
* perldiag: Make 2 errors match the actual messageFather Chrysostomos2011-12-252-4/+2
* Make DD dump *{''} properlyFather Chrysostomos2011-12-253-4/+20
* Update concise-xs.t for recent DD changeFather Chrysostomos2011-12-251-1/+2
* [perl #101162] DD support for vstringsFather Chrysostomos2011-12-253-8/+82
* Increase $Data::Dumper::VERSION to 2.135_02Father Chrysostomos2011-12-251-2/+2
* Supress warning in XS::APItest’s hash.tFather Chrysostomos2011-12-251-1/+3
* sv.c:dirp_dup: Avoid compiler warningFather Chrysostomos2011-12-251-1/+1
* diag.t: Remove documented entryFather Chrysostomos2011-12-251-1/+0
* [perl #99426] op.c: Remove dead code from ck_sortFather Chrysostomos2011-12-251-2/+0
* Document ‘Attempt to clear deleted array’ in perldiagFather Chrysostomos2011-12-252-1/+7
* Add diag_listed_as for non-numeric warningsFather Chrysostomos2011-12-252-2/+2
* PerlIO::get_layers: Treat numbers as stringsFather Chrysostomos2011-12-252-2/+6
* [perl #97956] PerlIO::get_layers: call get-magicFather Chrysostomos2011-12-252-8/+23
* Run more substr tests under a new threadFather Chrysostomos2011-12-241-31/+31
* select() can return undef when defoutgv is setFather Chrysostomos2011-12-242-10/+13
* select() sometimes returns invalid stringFather Chrysostomos2011-12-242-2/+13
* Add basic tests for select()Father Chrysostomos2011-12-242-0/+20
* [perl #86060] $( $| $) need braces in regexpsFather Chrysostomos2011-12-242-1/+9
* feature.pl: Get HINT_UNI_8_BIT from perl.hFather Chrysostomos2011-12-241-12/+19
* coresubs.t: Call done_testing with an argFather Chrysostomos2011-12-241-2/+1
* coreamp.t: Call done_testing with an argFather Chrysostomos2011-12-241-6/+1
* deparse.t: Automatically count __DATA__ testsFather Chrysostomos2011-12-241-2/+3
* Deparse the /d flag with implicit featuresFather Chrysostomos2011-12-242-1/+18
* Deparse /$#a/ correctlyFather Chrysostomos2011-12-242-3/+7
* Don’t warn for open(foo::bar)Father Chrysostomos2011-12-242-0/+2
* Deparse.pm: Document that strict vars and subs workFather Chrysostomos2011-12-241-1/+1
* Port regen/regen_lib.pl to 5.6.2Father Chrysostomos2011-12-241-1/+1
* [perl #24027] Deparse strict vars and subsFather Chrysostomos2011-12-242-17/+51
* Fix Deparse ambient_pragmas/strict regressionFather Chrysostomos2011-12-242-0/+20
* Don’t crash when writing to null hash elemFather Chrysostomos2011-12-243-4/+17
* hv.c: Make newHVhv work on tied hashesFather Chrysostomos2011-12-243-4/+23
* *Now* increase $XS::APItest::VERSION to 0.35Father Chrysostomos2011-12-241-1/+1
* Deparse.pm: Document that use feature is supportedFather Chrysostomos2011-12-241-1/+2
* Deparse all features with ‘use/no feature’Father Chrysostomos2011-12-242-18/+33
* [Merge] Feature-loading revampFather Chrysostomos2011-12-2426-126/+1032
|\
| * rmg: feature.pl needs to be runFather Chrysostomos2011-12-241-0/+2
| * Deparse implicit with ‘use feature’Father Chrysostomos2011-12-244-28/+88
| * Deparse CORE::say, etc., when bundle hints are in useFather Chrysostomos2011-12-242-2/+49
| * use VERSION needs to enable uni8bit hintFather Chrysostomos2011-12-243-0/+17
| * Update rmg concerning feature bundlesFather Chrysostomos2011-12-241-2/+3
| * Update perlfunc/use: feature.pm is not loadedFather Chrysostomos2011-12-241-8/+7
| * feature.pl: Make the perl.h search more resilientFather Chrysostomos2011-12-241-1/+1
| * feature.pl: Mention perl.h as a sourceFather Chrysostomos2011-12-241-1/+2
| * toke.c: Add assertion to feature_is_enabledFather Chrysostomos2011-12-241-0/+2