summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make vms.c's Perl_flex_fstat preserve errno on success.Craig A. Berry2013-03-242-2/+2
* Revert "Restore errno after VMS hack in S_sv_gets_read_record."Craig A. Berry2013-03-241-3/+0
* improve how Devel::Peek::Dump handles iterator informationYves Orton2013-03-243-14/+18
* Add a commented out warning and a way for diag.t to ignore itYves Orton2013-03-242-0/+11
* improve iterator randomizationYves Orton2013-03-241-3/+4
* Add epigraph for 5.17.10Max Maischein2013-03-241-0/+16
* fix Peek.t to work with NEW COWDavid Mitchell2013-03-231-1/+2
* Revert "fix Peek.t to work with NEW COW"David Mitchell2013-03-233-46/+34
* regcomp.c: silence compiler warningDavid Mitchell2013-03-231-1/+2
* add descriptions to require.t test outputDavid Mitchell2013-03-231-44/+44
* fix Peek.t to work with NEW COWDavid Mitchell2013-03-233-34/+46
* fix a missed s/deprecated/experimental/ for my $_Ricardo Signes2013-03-231-2/+4
* Restore errno after VMS hack in S_sv_gets_read_record.Craig A. Berry2013-03-221-0/+3
* constant is 1.27 on CPANChris 'BinGOs' Williams2013-03-221-1/+1
* Module-CoreList is 2.85 on CPANChris 'BinGOs' Williams2013-03-221-1/+1
* Bump version to5.17.11Max Maischein2013-03-2220-131/+131
* New perldeltaMax Maischein2013-03-2210-218/+606
* Merge branch 'release-5.17.10' into bleadMax Maischein2013-03-227-194/+309
|\
| * Remove empty POD sections, fix link in podv5.17.10Max Maischein2013-03-211-7/+1
| * add new release to perlhistMax Maischein2013-03-211-0/+1
| * Update corelist for 5.17.10Max Maischein2013-03-215-16/+133
| * Update perldelta for 5.17.10Max Maischein2013-03-211-176/+179
| * Bump version number in INSTALLMax Maischein2013-03-211-2/+2
|/
* Update Net::Ping from 2.40 to 2.41Max Maischein2013-03-214-24/+53
* PATCH [perl #106212] Add PL_perlio_mutex to atfork_lock/unlockPatrik Hägglund2013-03-211-0/+6
* Add Patrik Hägglund to AUTHORSKarl Williamson2013-03-211-0/+1
* Merge in the changes that deprecate the use of @*, &*, ** and %*.Nicholas Clark2013-03-217-23/+151
|\
| * Add a deprecation warning for all uses of @*, %*, &* and **.Nicholas Clark2013-03-215-9/+59
| * Change the warning for $* to add ", and will become a syntax error".Nicholas Clark2013-03-215-20/+30
| * Generate the deprecation warnings for all uses $* or $#.Nicholas Clark2013-03-214-18/+46
| * Additional tests for the deprecation warnings when using $* or $#.Nicholas Clark2013-03-211-0/+40
| * Change tie_fetch_count.t to use *] instead of **.Nicholas Clark2013-03-211-1/+1
| * Change B::Deparse's test to test interpolation of @] instead of @*.Nicholas Clark2013-03-211-4/+4
|/
* update Perl::OSType from 1.002 to 1.003David Golden2013-03-206-76/+47
* Re-order intrpvar.h to minimise holes in the interpreter struct.Nicholas Clark2013-03-201-20/+23
* Make utf8 downgrading in constant.pm, version dependentBrad Gilbert2013-03-201-12/+3
* I18N-Langinfo/Langinfo.pm: Pod nitAaron Trevena2013-03-201-2/+2
* Add Aaron Trevena to AUTHORSKarl Williamson2013-03-201-0/+1
* Ensure only DOSish builds force O_BINARY=1 in the open pathPaul Green2013-03-191-4/+9
* Update copyright statement for the Stratus VOS portPaul Green2013-03-191-1/+1
* Update pod/perlpord.pod to reflect recent VOS port changesPaul Green2013-03-191-11/+15
* Update README.vos to reflect recent changesPaul Green2013-03-191-86/+38
* Update VOS hints file to use dynamic linking and 64-bit stream filesPaul Green2013-03-191-22/+34
* Assume that the host and target have the same executable suffixPaul Green2013-03-191-1/+1
* Remove VOS floating-point workaround; VOS bug long since fixedPaul Green2013-03-191-34/+0
* PATCH: [perl #117181] pod: nitpickShirakata Kentaro2013-03-194-8/+8
* pod/perlfunc: Tweak new kill() wordingKarl Williamson2013-03-191-2/+3
* Merge in the changes that remove setjmp() from regcomp.cNicholas Clark2013-03-198-131/+242
|\
| * Document the uses of NULL returns in the regex parsing code.Nicholas Clark2013-03-191-0/+46
| * Revert "PATCH: regex longjmp flaws"Nicholas Clark2013-03-192-7/+3