summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * In Perl_re_op_compile(), tidy up after removing setjmp().Nicholas Clark2013-03-193-25/+17
| * Replace the longjmp()s in Perl_re_op_compile() with goto.Nicholas Clark2013-03-191-30/+8
| * Move the longjmp() that implements REQUIRE_UTF8 up to Perl_re_op_compile().Nicholas Clark2013-03-191-1/+2
| * Add a flag RESTART_UTF8 to the reg*() routines in regcomp.cNicholas Clark2013-03-191-11/+75
| * In S_regclass(), create listsv as a mortal, claiming a reference if needed.Nicholas Clark2013-03-194-22/+8
| * Document when and why S_reg{,branch,piece,atom,class}() return NULL.Nicholas Clark2013-03-191-35/+79
| * Return orig_emit from S_regclass() when ret_invlist is true.Nicholas Clark2013-03-191-1/+1
| * Test that UTF-8 in the look-ahead of (?(?=...)...) restarts the sizing parse.Nicholas Clark2013-03-191-0/+4
| * Test that S_grok_bslash_N() copes if S_reg() restarts the sizing parse.Nicholas Clark2013-03-191-0/+8
| * Remove unreachable duplicate (?#...) parsing code from S_reg()Nicholas Clark2013-03-191-8/+0
|/
* Perl_sv_uni_display() needs to be aware of RX_WRAPPED()Nicholas Clark2013-03-192-1/+38
* perldelta for debugger changesRicardo Signes2013-03-181-1/+2
* bump version on perl5db.plRicardo Signes2013-03-181-1/+1
* lib/perl5db.pl: Workaround rt#116771 by putting DB::Obj inside BEGIN { }Kent Fredric2013-03-181-0/+14
* lib/perl5db.t: Add test for bug #116771, autotrace crashes debuggerKent Fredric2013-03-181-1/+8
* lib/perl5db.t: Add test for bug #116769, Frame=2 crashes debuggerKent Fredric2013-03-181-1/+8