summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* instr() uses strstr()smoke-me/khw-strstrKarl Williamson2011-12-251-1/+4
* 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
| * Make MAX_FEATURE_LEN reflect realityFather Chrysostomos2011-12-242-3/+7
| * feature.h: FEATURE_IS_ENABLED can use CURRENT_HINTSFather Chrysostomos2011-12-242-2/+2
| * feature.pl: Remove unused varFather Chrysostomos2011-12-241-1/+0
| * Fix up t/lib/feature/implicitFather Chrysostomos2011-12-241-8/+1
| * feature.pm: Move hint normalisation to separate functionFather Chrysostomos2011-12-242-20/+26
| * op.c: Use new feature bundle hintsFather Chrysostomos2011-12-243-18/+12
| * feature.h: Function for enabling bundlesFather Chrysostomos2011-12-242-0/+48
| * Move FEATURE_IS_ENABLED to feature.hFather Chrysostomos2011-12-243-11/+16
| * toke.c: include feature.hFather Chrysostomos2011-12-241-0/+2
| * Eliminate ‘negative’ featuresFather Chrysostomos2011-12-247-55/+17
| * feature.pl: Tweak commentFather Chrysostomos2011-12-241-1/+1
| * feature.h: Avoid compiler warningFather Chrysostomos2011-12-242-3/+13