summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #71076] sort with active sub (5.10 regression)Father Chrysostomos2009-12-072-3/+8
* Allocate the right HVRafael Garcia-Suarez2009-12-071-1/+1
* Fix [perl #71078] Smart match against @_ gives false negativesRafael Garcia-Suarez2009-12-072-2/+10
* Merge branch 'blead' of ssh://perl5.git.perl.org/perl into bleadChip Salzenberg2009-12-0741-103/+186
|\
| * Fix for 7baa4690 breakage of threaded builds.Tony Cook2009-12-061-5/+5
| * Import ExtUtils::MakeMaker 6.55_03 from CPANJesse Vincent2009-12-0636-93/+151
| * [perl #71000] Wrong variable name in warninghv@crypt.org2009-12-064-9/+34
| * Innocently looking union member swapReini Urban2009-12-061-1/+1
* | avoid infinite chain of utf8 magicChip Salzenberg2009-12-051-6/+13
* | when removing magic, fix SvMAGICAL flags (unless save_magic is active)Chip Salzenberg2009-12-051-3/+5
* | preserve readonly flag when saving and restoring magic flagsChip Salzenberg2009-12-051-11/+20
|/
* t/test.pl fresh_perl_like() bughv@crypt.org2009-12-041-3/+1
* Port lib/unicore/mktables to VMS.Craig A. Berry2009-12-041-15/+18
* Silence Win32 compiler warningNicholas Clark2009-12-041-1/+1
* pp_sort.c typo: stabiltyReini Urban2009-12-031-1/+1
* Another C<return NORMAL> needed post bb4c52e023e0, missed from 805bf316c58a.Nicholas Clark2009-12-031-0/+1
* Revert makefile part of the Unicode 5.2 patchRafael Garcia-Suarez2009-12-035-6/+5
* Add new Unicode data file in MANIFESTRafael Garcia-Suarez2009-12-031-0/+1
* Unicode 5.2Karl Williamson2009-12-0349-2234/+25423
* [perl #70802] -i'*' refuses to workTony Cook2009-12-031-1/+1
* Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852.Nicholas Clark2009-12-026-12/+66
* work-around Carp/overloading miniperl problemKarl Williamson2009-12-021-27/+38
* Cleanup all scopes before exiting a pseudo-forked process.Jan Dubois2009-12-021-0/+5
* Revert commit cbdd5331.Jan Dubois2009-12-011-1/+0
* Add another hint about setting WIN64=undef to build a 32-bit Perl.Jan Dubois2009-12-012-0/+10
* Don't redefine isnan() macro if MinGW already defined one.Jan Dubois2009-12-011-0/+2
* Update to reflect that I release 5.11.2Leon Brocard2009-12-011-2/+2
* -Dmad: double free or corruptionTony Cook2009-12-012-2/+50
* make regen_perly following 5ca68648d92617d8.Nicholas Clark2009-12-011-3/+3
* -Dmad broken for c++Tony Cook2009-12-011-3/+3
* Make the new test work in the core and bump version of Safe to 2.20Rafael Garcia-Suarez2009-12-014-7/+7
* [rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with -DusethreadsTim Bunce2009-12-014-2/+62
* Test modifiability of range elementsEric Brine2009-11-301-1/+16
* Document if.pm in perlfuncZefram2009-11-301-0/+9
* Make distclean work againRafael Garcia-Suarez2009-11-301-6/+28
* Fix -DPERL_NO_UTF16_FILTEREric Brine2009-11-304-21/+36
* Make split warn in void contextRafael Garcia-Suarez2009-11-292-0/+23
* Handle $@ being assigned a read-only value (without error or busting the stack).Nicholas Clark2009-11-292-3/+32
* Fix RT #70862 by converting ERRSV to GvSVn() to ensure a non-NULL GvSV().Nicholas Clark2009-11-292-2/+17
* Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into bleadSteve Peters2009-11-28383-8462/+34751
|\
| * mktables performance improvementKarl Williamson2009-11-281-84/+101
| * Document backreferences to groups that did not matchMoritz Lenz2009-11-282-1/+8
| * Allow a closing brace after an "use VERSION"Vincent Pit2009-11-282-2/+15
| * -Dmad minitest failure bisectZefram2009-11-261-4/+4