2009-04-20 |
Rafael Garcia... |
Remove some empty lines in a code example |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Rafael Garcia... |
Document that ~~ overload will only work on the RHS |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Rafael Garcia... |
Adjustments to the ~~ dispatch table |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Rafael Garcia... |
Inline macro tryAMAGICbinSET() in smart match routine |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Rafael Garcia... |
More tests. Simplify tests for ~~ overloading |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Rafael Garcia... |
Fix equivalent code in perlsyn for Array~~Hash |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Rafael Garcia... |
Specify that the behaviour of $foo ~~ Range should... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Rafael Garcia... |
Make []~~\&f and {}~~\&f match |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Rafael Garcia... |
Fix tests for ~~ overloading |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Rafael Garcia... |
Implement "~~ $scalar" for numbers and strings |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Rafael Garcia... |
Make ~~ qr// non-commutative |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Rafael Garcia... |
Refactoring work on '~~ @array' implementation |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Rafael Garcia... |
Revert order of ~~ in definition of smart matching... |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Rafael Garcia... |
Add more tests with an empty hash on the right of ~~ |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Rafael Garcia... |
Smart match when a hash is on the RHS |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Rafael Garcia... |
Reverse the order of operands for several "~~ hash... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Rafael Garcia... |
Remove obsolete or redundant tests |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Rafael Garcia... |
Document that empty sets don't smart-match |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Rafael Garcia... |
Test that in "~~ sub", the sub is not called on empty... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Rafael Garcia... |
Fix a warnings test that was failing due to smart match... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Rafael Garcia... |
Iterative smart match over keys/elements when a coderef... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Rafael Garcia... |
Make smart matching ~~ undef dispatch only on the RHS |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Rafael Garcia... |
Some tests reorgarnisation for ~~ against undef and... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Rafael Garcia... |
Remove special case for coderefs with empty prototypes... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Rafael Garcia... |
Make the "..." flip-flop operator work in scalar contex... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Rafael Garcia... |
The new smart match dispatch table for 5.10.1 onwards |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Rafael Garcia... |
Remove TODO tests about && in when() clauses |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Rafael Garcia... |
Document that when() treats specially most of the filet... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Rafael Garcia... |
Make // behave like || in when clauses |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Jos I. Boumans |
Update Archive::Extract to 0.31_02 |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Alex Vandiver |
Add a failing test for stack corruption with MULTICALL |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Steffen Mueller |
Update Parse::CPAN::Meta to 0.04_01 |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Steffen Mueller |
Add Parse::CPAN::Meta to Porting/Maintainers.pl |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Steffen Mueller |
Add contact info for Simon Wistow in Porting/Maintainers.pl |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Rafael Garcia... |
Remove the MANIFEST from Compress-Raw-Bzip2 |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Rafael Garcia... |
Bump versions to 0.12 to sync with CPAN version |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Steffen Mueller |
Integrate Parse::CPAN::Meta 0.04 into core |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Jos I. Boumans |
Update CPANPLUS to 0.85_06 |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Rafael Garcia... |
Bump versions to 0.10 for CPAN sync |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Rafael Garcia... |
Make util.c compile on systems without getcwd() |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Rafael Garcia... |
Better gitignore file for Compress-Raw-Bzip2 |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Rafael Garcia... |
Add Compress-Raw-Bzip2, by Paul Marquess |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Rafael Garcia... |
Mark modules upgraded today as "upstream from CPAN" |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Chris 'BinGOs... |
Update CPANPLUS::Dist::Build to 0.08 |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Rafael Garcia... |
Update to Term::ANSIColor 2.00 |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Craig A. Berry |
Make deprecate.pm work on VMS. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Goro Fuji |
Hash::Util::FieldHash 1.03 leaks SVs which are used... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Rafael Garcia... |
NAME section must fit on one line |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Robin Barker |
rewrote deprecate test using File::Spec |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Robin Barker |
add standard documentation to deprecate |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Nicholas Clark |
6c0ec79a2e9c445ac9999df2 failed to build from distclean... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Rafael Garcia... |
Remove spurious TODO indicators |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Nicholas Clark |
Correct the paths for the nonxs_ext targets, following... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Nicholas Clark |
Remove needless sed line added with 4318d5a0158916acc05... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Yasuhiro Matsumoto |
Make non-blocking mode work on Windows in IO::Socket... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Paul Marquess |
Update Filter::Util::Call to 1.08 |
commit | commitdiff | tree | snapshot |
2009-02-25 |
David Mitchell |
fix typo in pod/perlperf.pod |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Craig A. Berry |
MakeMaker is first-come in Maintainers.pl. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Robin Barker |
test script for deprecate.pm |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Jos I. Boumans |
add-package.pl fixup |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Robin Barker |
remove explicit caller depth in deprecate.pm by searchi... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Rafael Garcia... |
Fix line number test for scalar attribute handlers |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Jerry D. Hedden |
Fix to installing non-xs ext's in priv lib |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Jerry D. Hedden |
Upgrade to threads::shared 1.28 |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Jerry D. Hedden |
Upgrade to threads 1.72 |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Nicholas Clark |
In S_parse_body(), sv hasn't been needed since -P bit... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Steve Peters |
Merge branch 'blead' of ssh://stevep@perl5.git.perl... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Steve Peters |
fileno() was failing when passed a NULL. I'm guessing... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Jerry D. Hedden |
Fix unused variable warning |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Nicholas Clark |
Re-apply cd5cc49dbc0e5ee748252c2da8b435855908e6d2 ... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Nicholas Clark |
Update to Module::Build 0.31_04 (with a tweak to MBTest.pm) |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Nicholas Clark |
Temporarily reverse out change cd5cc49dbc0e5ee748252c2d... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Nicholas Clark |
Module::Build Changes from 0.31012, which hadn't been... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Nicholas Clark |
Add deprecate.pm. Deprecate shipping Switch.pm in the... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
John Malmberg |
vms.c - Remove .DIR; in UNIX mode. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Craig A. Berry |
VMS-specific nit in S_init_perllib after 2cace6acdfad87... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Craig A. Berry |
time_t is unsigned 32-bit on VMS; pick sGMTIME_max... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
For S_incpush(), dir is never NULL, and len is always... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
Optimise S_incpush() by avoiding repeatedly copying... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
In S_incpush, move the declaration of subdir inside... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
Tidy up incpush. Re-order the macros, and re-indent... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
Move unversioned directories in PERL_OTHERLIBDIRS later... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
7fc731078209e8c26ed8bba477edfd90724c7146 missed one... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
In S_init_perllib(), push the bare VENDORLIB_STEM onto... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
In S_init_perllib(), push the bare SITELIB_STEM onto... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
In S_incpush(), move push @INC, ".../$archname" if... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
In S_init_perllib(), initialise perl5lib to NULL, to... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
In S_incpush(), replace (addsubdirs || addoldvers)... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
In S_init_perllib(), s can be const char* |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
In S_init_perllib(), only call PerlEnv_getenv("PERL5LIB... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Nicholas Clark |
Unwind the implicit loop in S_init_perllib(), by writin... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Nicholas Clark |
Change the value passed into S_init_perllib() to a... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Nicholas Clark |
NetWare has PRIVLIB_EXP as something other than a strin... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Craig A. Berry |
Use "system" gmtime in time64 on VMS so C<vmsish 'time... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Nicholas Clark |
In S_init_perllib(), correct errors in the MACOS_TRADIT... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Nicholas Clark |
Re-apply changes 4adc95e616bac7ee and 200cbd6aa595a074... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Nicholas Clark |
Upgrade to ExtUtils::MakeMaker 6.49_01 |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Craig A. Berry |
Skip time64 when there is no 64-bit integer type available. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Craig A. Berry |
Avoid VMS long filename support on older systems that... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Craig A. Berry |
Move redefinition of lstat above its first use in vms... |
commit | commitdiff | tree | snapshot |
next |