summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pp_ctl.c:pp_goto: Cast a boolean properlyFather Chrysostomos2013-09-101-1/+1
* Remove PERL_MICRO where it is conditionally used with other definesDavid Leadbeater2013-09-102-11/+11
* Remove including config.h (and co) in perlio.hDavid Leadbeater2013-09-101-16/+0
* Remove defining DIR* to void* on microperlDavid Leadbeater2013-09-101-6/+0
* Use PERL_INT_MAX, this works in microperlDavid Leadbeater2013-09-101-8/+1
* Simplify the conditional logic for COW_REFCNT in Devel::Peek's test.Nicholas Clark2013-09-101-19/+19
* Fix Devel::Peek's tests when building with -DPERL_NO_COWNicholas Clark2013-09-101-2/+2
* perldelta - Two more module upgradesSteve Hay2013-09-101-2/+15
* Correct typos reported by Terry Speirs++.James E Keenan2013-09-101-12/+12
* Update EXCLUDED for CPAN-Meta-Requirements following 7cb95fb75dSteve Hay2013-09-091-0/+1
* rt119311.t: typoFather Chrysostomos2013-09-091-1/+1
* Make &xsub and goto &xsub work with tied @_Father Chrysostomos2013-09-093-11/+44
* Dumper.xs: Update commentFather Chrysostomos2013-09-091-1/+1
* perl5200delta: 2 modules fixed; one misspeltFather Chrysostomos2013-09-091-9/+1
* ExtUtils::Command has been synchronised to CPANFlorian Ragwitz2013-09-092-2/+2
* Upgrade Parse::CPAN::Meta from version 1.4405 to 1.4407Steve Hay2013-09-094-28/+52
* Upgrade ExtUtils::CBuilder from version 0.280210 to 0.280212Steve Hay2013-09-0921-47/+89
* Upgrade CPAN::Meta from version 2.132140 to 2.132510Steve Hay2013-09-0912-36/+35
* Sort the list of IGNORABLES in Porting/Maintainers.plSteve Hay2013-09-091-4/+4
* Add mods from #119433 to perl5200deltaFather Chrysostomos2013-09-091-0/+24
* perlio.c: misuse of SvPV_nolen_constFather Chrysostomos2013-09-091-1/+1
* Fix buffer overflow with overlong identifiersFather Chrysostomos2013-09-092-2/+10
* Fix -DP outputFather Chrysostomos2013-09-091-7/+10
* Don’t let reblessing point SvSTASH to a half-freed stashFather Chrysostomos2013-09-092-2/+22
* Fix assertion failure with -DT -e\"Father Chrysostomos2013-09-091-1/+7
* [perl #117265] fix various problems with safesyscallsTony Cook2013-09-0911-82/+126
|\
| * [perl #117265] move the "glob failed" warning to the point of failureTony Cook2013-09-092-7/+9
| * [perl #117265] do most glob \0 checks in the same placeTony Cook2013-09-091-30/+38
| * [perl #117265] correctly handle overloaded stringsTony Cook2013-09-0910-48/+53
| * [perl #117265] TODO tests for overloading issuesTony Cook2013-09-091-6/+35
|/
* Fix line numbers with #! -d:foo and PERL5DB=$'\n'Father Chrysostomos2013-09-084-14/+48
* Test line breaks in PERL5DBFather Chrysostomos2013-09-081-1/+15
* op.c:newSTATEOP: remove unnecessary null checkFather Chrysostomos2013-09-081-1/+1
* ExtUtils::Manifest has been synchronised to CPANFlorian Ragwitz2013-09-081-1/+1
* Revert "Let av_push accept NULL values"Father Chrysostomos2013-09-075-23/+4
* Move herelines out of the lex_shared structFather Chrysostomos2013-09-072-24/+19
* Respect #line directives in here-docsFather Chrysostomos2013-09-073-6/+16
* regcomp.c:current_re_engine: Avoid %^H lookup when possibleFather Chrysostomos2013-09-071-1/+1
* Fix line numbers in <<foo,<<barFather Chrysostomos2013-09-072-7/+23
* toke.c: In sublex_push use multi_close to detect here-docFather Chrysostomos2013-09-071-5/+1
* perldelta - More recent module upgradesSteve Hay2013-09-081-0/+18
* Data-Dumper/Dumper.pm: An EBCDIC fixKarl Williamson2013-09-071-1/+1
* Term::ReadLine has been synchronised to CPANFlorian Ragwitz2013-09-071-1/+1
* Bump $Term::ReadLine::VERSIONFlorian Ragwitz2013-09-071-1/+1
* Add Tokuhiro Matsuno to AUTHORSFlorian Ragwitz2013-09-071-0/+1
* added Term::ReadLine::EditLine supportTokuhiro Matsuno2013-09-071-1/+3
* Term::ReadLine has been synchronised to CPANFlorian Ragwitz2013-09-071-1/+1
* Fix processing of PERL_ENV_TABLES.Craig A. Berry2013-09-071-5/+6
* Fix PerlIO_get_cnt and friendsLeon Timmermans2013-09-077-37/+38
* Fix segfault in filehandle duplicationLeon Timmermans2013-09-071-1/+1