summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* AUTHORS formatting clean-upFather Chrysostomos2014-02-151-10/+10
* sv.c: Don’t flip flags so many times in glob_assign_globFather Chrysostomos2014-02-151-5/+0
* Remove a redundant EXTEND (its followed by XPUSHs)Peter Martini2014-02-151-1/+0
* Update Pod-Escapes to CPAN version 1.06Chris 'BinGOs' Williams2014-02-143-7/+17
* re_intuit_start(): fix SEGV in /^../m codeDavid Mitchell2014-02-142-3/+10
* Update CPAN-Meta-YAML to CPAN version 0.011Chris 'BinGOs' Williams2014-02-1472-2978/+4393
* perldelta updatesTony Cook2014-02-141-0/+65
* Fix small typo (dsb -> dsv)Matthew Horsfall (alh)2014-02-141-2/+2
* perldelta.pod: Fix broken linksKarl Williamson2014-02-132-3/+3
* sv.c: Add commentKarl Williamson2014-02-131-1/+3
* [perl #121207] test.pl tempfile() improvementsTony Cook2014-02-132-3/+58
|\
| * Make sure that tempfile() in t/test.pl removes the temp filesBrad Gilbert2014-02-131-0/+15
| * Add register_tempfile() to t/test.plBrad Gilbert2014-02-132-1/+26
| * Test that tempfile() in t/test.pl skips files that already existBrad Gilbert2014-02-131-1/+12
| * Improve error diagnostics in t/test_pl/tempfile.tBrad Gilbert2014-02-131-2/+6
|/
* Replace 'mkpath' (legacy interface) with 'make_path'.Alan Haggai Alavi2014-02-133-2/+4
* NETWARE CopFILE_setnReini Urban2014-02-131-1/+1
* pod/perldebguts: Stress ephemeral nature of regnode typesKarl Williamson2014-02-121-1/+1
* regcomp.h: Rmv false commentsKarl Williamson2014-02-121-4/+4
* regexec.c, locale.c: Silence some compiler warningsKarl Williamson2014-02-122-1/+3
* Update CGI to CPAN version 3.65Chris 'BinGOs' Williams2014-02-122-2/+2
* acknowledgements: use $^X when running sub-perlRicardo Signes2014-02-101-1/+1
* tweak Porting/acknowledgements.pl to avoid awk and grepRicardo Signes2014-02-101-1/+3
* provide a more limited change-count for acknowledgements.plGavin Shelley2014-02-102-1/+16
* Add some examples to cv_set_call_checker and wrap_op_checkerMatthew Horsfall2014-02-111-2/+17
* Update IO-Socket-IP to CPAN version 0.28Chris 'BinGOs' Williams2014-02-1010-12/+30
* Add IO-Socket-IP to Maintainers.plChris 'BinGOs' Williams2014-02-101-0/+8
* pp_concat: Only call SvPV_force_nolen when neededSteffen Mueller2014-02-101-4/+6
* Update Module-Build to CPAN version 0.4205Chris 'BinGOs' Williams2014-02-0926-63/+80
* Update Pod-Escapes to CPAN version 1.05Chris 'BinGOs' Williams2014-02-092-22/+27
* Use ‘an’ for $/=[] error messageFather Chrysostomos2014-02-093-10/+14
* Increase $mro::VERSION to 1.15Father Chrysostomos2014-02-091-1/+1
* Use HEKfARG in mro.xsFather Chrysostomos2014-02-091-10/+13
* [perl #120374] Stop for($h{k}||'') from vivifyingFather Chrysostomos2014-02-092-4/+36
* Remove DREFed flag from Concise.pmFather Chrysostomos2014-02-091-1/+0
* Increase $B::Concise::VERSION to 0.992Father Chrysostomos2014-02-091-1/+1
* Expand tabs in diagnostics.pmFather Chrysostomos2014-02-081-0/+2
* diagnostics.pm: Eliminate $WHOAMIFather Chrysostomos2014-02-081-5/+6
* Increase $diagnostics::VERSION to 1.34Father Chrysostomos2014-02-081-1/+1
* perldiag: Wrap long linesFather Chrysostomos2014-02-081-7/+9
* perldiag: Don’t use dev version numbersFather Chrysostomos2014-02-081-8/+8
* perldiag: Consistent spaces after dotsFather Chrysostomos2014-02-081-8/+8
* Another perldelta typoFather Chrysostomos2014-02-081-1/+1
* Alphabetise perldiagFather Chrysostomos2014-02-081-37/+37
* perldelta typoFather Chrysostomos2014-02-081-1/+1
* [MERGE] fix and refactor re_intuit_start()David Mitchell2014-02-0810-395/+542
|\
| * re_intuit_start(): add comments about check_ixDavid Mitchell2014-02-081-3/+3
| * re_intuit_start(): assert fixed+float dont overlapDavid Mitchell2014-02-081-0/+11
| * re_intuit_start(): in MBOL block, eliminate t varDavid Mitchell2014-02-081-9/+9
| * re_intuit_start(): MBOL use char for float maxDavid Mitchell2014-02-081-1/+4