summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Export PL_curinterp symbol for MULTIPLICITY without USE_ITHREADSJan Dubois2009-12-171-0/+4
* Correct some #ifdef USE_ITHREADS / USE_MULTIMax Maischein2009-12-173-3/+9
* Updated Module::Build to 0.35_15David Golden2009-12-1730-51/+42
* Updated Module::Build to 0.35_14David Golden2009-12-1746-408/+615
* Updated CPANPLUS to cpan release 0.90Chris Williams2009-12-174-4/+4
* Implement win32_isatty()Jan Dubois2009-12-174-16/+25
* -t should only return TRUE for file handles connected to a TTYJan Dubois2009-12-163-1/+43
* Document issues when using named captures in combination with a branch reset ...Abigail2009-12-161-2/+18
* Fix casting warningsRafael Garcia-Suarez2009-12-161-3/+3
* Add a test that "eval" does not create additional reference to ouside variables.Gerard Goossen2009-12-161-1/+10
* Store the PL_compcv instead of the the PL_comppad in parser stack, and make i...Gerard Goossen2009-12-163-16/+31
* tweak to pp_ctl.c gives smaller object codeAlex Davies2009-12-161-5/+10
* Update File::Copy tests to skip on OpenBSD, as it mounts too many filesystems...Jesse Vincent2009-12-151-0/+3
* Allow override of PERL5OPT etc in t/TESTTim Bunce2009-12-161-3/+13
* Don't make C<use legacy> die on unknown legacy namesRafael Garcia-Suarez2009-12-161-3/+0
* [perl #22977] Bug in format/writeZefram2009-12-155-157/+188
* [perl #68640] Wrong error for undef constant nameZefram2009-12-152-7/+12
* more regex folding testsKarl Williamson2009-12-151-15/+45
* [perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70 (Big slowdown in 5.10...Father Chrysostomos2009-12-142-2/+16
* fix bug 67156: overload: nomethod(..., '!') return value invertedMichael Breen2009-12-142-22/+27
* [perl #71204] diagnostics.pm suppresses 'Use of uninitialized value in range ...Gene Sullivan2009-12-141-1/+2
* cygwin IPv6 since 1.7Reini Urban2009-12-141-10/+17
* [perl #70764] $' fails to initialized for pre-compiled regular expression mat...Father Chrysostomos2009-12-143-2/+86
* Fix compile failure introduced in 37e2e78edfe0a224b8a615820f46db879584f523.Craig A. Berry2009-12-131-9/+9
* Eliminate OP_SETSTATE from cop.h headerReini Urban2009-12-131-3/+3
* Make new is_utf8_X_* functions publicRafael Garcia-Suarez2009-12-133-12/+22
* Doc nitsRafael Garcia-Suarez2009-12-121-5/+4
* Merge commit 'khwilliamson/x' into bleadRafael Garcia-Suarez2009-12-1215-143/+1221
|\
| * qr/\X/ expansionKarl Williamson2009-12-0515-143/+1221
* | Notes on why PathTools is in Cwd/Jesse Vincent2009-12-101-0/+3
* | Update Cwd / PathTools to 3.31 to get us a non-devel version number based on ...Jesse Vincent2009-12-104-3/+17
* | Updated to Pod::Simple 3.11 from CPAN [perl #71004]Jesse Vincent2009-12-1037-169/+1319
* | Update CPANPLUS to cpan version 0.89_12Chris Williams2009-12-109-18/+34
* | Update Archive::Extract to cpan version 0.36Chris Williams2009-12-102-3/+3
* | OS/2 doesn't support inplace editing without backupsJan Dubois2009-12-091-1/+1
* | Updated docpointer for illgutsReini Urban2009-12-091-5/+3
* | Fix for [perl #70910] wrong line number in syntax error messageZefram2009-12-093-1/+16
* | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadAndy Dougherty2009-12-082-5/+12
|\ \
| * | proper error on "grep $x (1,2,3)". Solves [perl #37314]Gerard Goossen2009-12-082-5/+12
* | | Document config_args limitations reported in [perl #70912]Andy Dougherty2009-12-081-0/+17
|/ /
* | [perl #70802] -i'*' refuses to workTony Cook2009-12-081-1/+53
* | undef $! before running the errno testsBram2009-12-081-1/+1
* | legalize =begin foo barRicardo Signes2009-12-081-3/+7
* | more aggressively deprecate L<section> and L<"section">Ricardo Signes2009-12-082-10/+11
* | remove prohibition against L<text|href>Ricardo Signes2009-12-082-4/+12
* | Add latest test file to MANIFESTRafael Garcia-Suarez2009-12-081-0/+1
* | utf8cache test: Hugo asks, and I provide. Merry ChristmasChip Salzenberg2009-12-081-0/+41
* | Throw away uncleanable scopes when exiting a pseudo-forked process.Jan Dubois2009-12-071-2/+7
* | The deep arrays for testing ~~ were not deep enoughRafael Garcia-Suarez2009-12-071-2/+2
* | Fix a test that wasn’t testing was it purported to be testingRafael Garcia-Suarez2009-12-071-5/+5