summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Inline macro tryAMAGICbinSET() in smart match routineRafael Garcia-Suarez2009-03-241-1/+9
| * | More tests. Simplify tests for ~~ overloadingRafael Garcia-Suarez2009-03-241-10/+16
| * | Fix equivalent code in perlsyn for Array~~HashRafael Garcia-Suarez2009-03-241-1/+1
| * | Specify that the behaviour of $foo ~~ Range should only depend on the RHSRafael Garcia-Suarez2009-03-241-3/+3
| * | Make []~~\&f and {}~~\&f matchRafael Garcia-Suarez2009-03-243-9/+9
| * | Fix tests for ~~ overloadingRafael Garcia-Suarez2009-03-241-29/+7
| * | Implement "~~ $scalar" for numbers and stringsRafael Garcia-Suarez2009-03-243-32/+23
| * | Make ~~ qr// non-commutativeRafael Garcia-Suarez2009-03-232-25/+13
| * | Refactoring work on '~~ @array' implementationRafael Garcia-Suarez2009-03-232-40/+56
| * | Revert order of ~~ in definition of smart matching against arraysRafael Garcia-Suarez2009-03-231-3/+2
| * | Add more tests with an empty hash on the right of ~~Rafael Garcia-Suarez2009-03-232-2/+8
| * | Smart match when a hash is on the RHSRafael Garcia-Suarez2009-03-182-12/+23
| * | Reverse the order of operands for several "~~ hash" testsRafael Garcia-Suarez2009-03-181-17/+17
| * | Remove obsolete or redundant testsRafael Garcia-Suarez2009-03-181-15/+4
| * | Document that empty sets don't smart-matchRafael Garcia-Suarez2009-03-173-21/+26
| * | Test that in "~~ sub", the sub is not called on empty hashes and arraysRafael Garcia-Suarez2009-03-171-0/+4
| * | Fix a warnings test that was failing due to smart match dispatch changesRafael Garcia-Suarez2009-03-171-1/+1
| * | Iterative smart match over keys/elements when a coderef is on the RHSRafael Garcia-Suarez2009-03-172-44/+112
| * | Make smart matching ~~ undef dispatch only on the RHSRafael Garcia-Suarez2009-03-133-24/+22
| * | Some tests reorgarnisation for ~~ against undef and objectsRafael Garcia-Suarez2009-03-121-74/+79
| * | Remove special case for coderefs with empty prototypes in smart matchRafael Garcia-Suarez2009-03-063-80/+12
| * | Make the "..." flip-flop operator work in scalar context in when()Rafael Garcia-Suarez2009-03-062-1/+19
| * | The new smart match dispatch table for 5.10.1 onwardsRafael Garcia-Suarez2009-03-041-26/+44
| * | Remove TODO tests about && in when() clausesRafael Garcia-Suarez2009-03-041-64/+1
| * | Document that when() treats specially most of the filetest operatorsRafael Garcia-Suarez2009-03-041-0/+5
| * | Make // behave like || in when clausesRafael Garcia-Suarez2009-03-043-9/+20
* | | select() generates "Invalid parameter" messages on Windows Vista.Jan Dubois2009-05-131-11/+24
* | | Inline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing bugs included.)Nicholas Clark2009-05-124-31/+17
* | | Add perl589delta.pod to pod.lst, and run pod/buildtoc --build-all.Nicholas Clark2009-05-125-27/+38
* | | Skip test for changing TZ if running in a pseudo-fork (on Win32)Steve Hay2009-05-122-2/+11
* | | Upgrade to Time-Piece-1.14Steve Hay2009-05-122-2/+7
* | | add perl589delta.pod to bleadDavid Mitchell2009-05-122-0/+2337
* | | Resurrect the Changes file as a simple guide to finding changesDavid Mitchell2009-05-125-9/+79
* | | remove all Changes* filesDavid Mitchell2009-05-1211-258730/+0
* | | Update IO to CPAN 1.24 releaseGraham Barr2009-05-113-4/+70
* | | Allow typed arrays and hashesVincent Pit2009-05-113-10/+25
* | | bump Storage version to 2.20 to distinguish it from the 2.19 that wasDavid Mitchell2009-05-111-1/+1
* | | Replacing dump.c's use of SVs as temporaries is TODO.Nicholas Clark2009-05-101-0/+21
* | | Making ExtUtils::ParseXS use strict; is TODO.Nicholas Clark2009-05-101-0/+12
* | | Update info on number of magic types\n\nRemove mention of overloading being o...Steffen Mueller2009-05-101-3/+3
* | | Pull PathTools 3.30 (which was just a blead sync.)Steffen Mueller2009-05-1011-10/+16
* | | Revert "Bump version of File::Copy"David Mitchell2009-05-091-1/+1
* | | Silence Win32 compiler warning in IO.xsSteve Hay2009-05-081-1/+1
* | | Upgrade CPANPLUS::Dist::Build to 0.28Chris 'BinGOs' Williams2009-05-0810-45/+35
* | | git checkout in add-package.pl, not git coChris 'BinGOs' Williams2009-05-081-1/+1
* | | Update CPAN.pm to 1.93_54Andreas J Koenig2009-05-083-5/+8
* | | Bring PathTools changes file in sync with... PathToolsSteffen Mueller2009-05-071-0/+2
* | | Upgrade to CPANPLUS-Dist-Build-0.26Chris 'BinGOs' Williams2009-05-078-40/+280
* | | Fix ExtUtils::Miniperl on Win32Steve Hay2009-05-071-0/+1
* | | Fix POSIX::tzset() as per Time::Piece::_tzset().Steve Hay2009-05-062-0/+117