2009-10-16 |
Nicholas Clark |
Opening dirhandle DIR also as a file needs no warnings... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
defined @array and defined %hash need no warnings ... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
localisation of $[ is deprecated, so needs no warnings... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
:locked is deprecated, so use :lvalue instead. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Tests for barewords and hash operators need no warnings... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
do subname() is deprecated, so tests for it need no... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
do subname() is deprecated, so update this hunk of... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Bracket deprecated features with no warnings 'deprecated'; |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
do subname() is deprecated, so this test from perl... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Move tests for $[ from comp/hints.t to op/array_base.t |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Move tests for $[ from comp/parser.t to op/array_base.t |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
do subname() is deprecated, so this test from perl... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Move the test for the deprecated feature <<; out of... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Add no warnings 'deprecated' to a test that assigns... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Craig A. Berry |
Make the watchdog create a valid command for spawning. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Convert sv_2mortal(newSVpvn()) to newSVpvn_flags()... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Convert sv_2mortal(newSVpvn_utf8(...)) to newSVpvn_flags() |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Convert sv_2mortal(newSVpvn(...)) to newSVpvs_flags... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Steve Hay |
Add missing MANIFEST entries |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Craig A. Berry |
Restore 8d2345e02f493825c3e22467caf8508ee3a19450. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
Skip testing the be_BY.CP1131 locale on Darwin 10,... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
Use newSVpvn(), newSVpvs() and gv_fetchpvs(), the later... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
Use gv_stashsv() and gv_fetchpvs(), the later with... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
Use sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
In strftime(), save a malloc()/free() by using sv_usepv... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
POSIX::strftime() should be able to handle Unicode... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Craig A. Berry |
Fix 2 pod errors in perlvms.pod. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Craig A. Berry |
Make p_tainted.t find its tests on VMS. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Steve Peters |
Hmmm... this may be a heisenbug. Works on some termina... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Steve Peters |
Merge branch 'blead' of ssh://stevep@perl5.git.perl... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Steve Peters |
POSIX::strftime() should be able to handle Unicode... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
Move the boolkeys op to the group of hash ops. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
demerphq |
Optimise if (%foo) to be faster than if(keys %foo) |
commit | commitdiff | tree | snapshot |
2009-10-15 |
demerphq |
Support for pp_boolkeys in B::Deparse. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Jesse Vincent |
Updated a comment in Porting/makerel |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Sisyphus |
Add mingw64 support for win32 |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Rafael Garcia... |
Remove old code dealing with installing 5.003's perldiag |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Rafael Garcia... |
Ignore files installed by Parse::CPAN::Meta |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Rafael Garcia... |
Don't install uupacktool.pl |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Sisyphus |
Patch t/win32/system.t for mingw32/64 |
commit | commitdiff | tree | snapshot |
2009-10-14 |
brian d foy |
Fix {$^MATCH} typo in perlre |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jan Dubois |
The winsock select() implementation doesn't support... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Sort MANIFEST following commit 9bc662c9c4c134e4. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Note that a test that regen.pl was run is TODO. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Minor podification nit. *2 legs bad* B<4 legs good>. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Eric Brine |
Incorrect warning category case |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Steve Hay |
Fix minor typo in perlpolicy.pod |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jesse Vincent |
Work around Parse-CPAN-Meta's desire to run a command... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jesse Vincent |
Move the new "perl policy" document into pod/ |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jesse Vincent |
Podify the social contract about contributed modules |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Smylers |
perlvar $1 clarification |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Change S_ckwarn_common() to looping over the packed... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Migrate common code in Perl_ckwarn() and Perl_ckwarn_d... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
In Perl_ckwarn() and Perl_ckwarn_d() disentangle the... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Replace Perl_deprecate() with a macro that calls Perl_c... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Move the code related to deprecate("comma-less variable... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Remove category 'syntax' from 5 warnings that should... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Use deprecate() in place of deprecate_old(), and remove... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
ckWARNreg() and ckWARNregdep() now use string concatena... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
Replace "%s"/SvPVX(sv_name) with "%"SVf/SVfARG(sv_name... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
In regcomp.c, where possible replace vWARN* with ckWARN... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Geoffrey T... |
overload no longer implicitly unsets fallback on repeat... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Steve Hay |
Remove Test-Simple's 00compile.t from core |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
Add Perl_ck_warner_d(), which combines Perl_ckwarn_d... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
Add Perl_ck_warner(), which combines Perl_ckwarn()... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
Normalise 3 fatal pack/unpack error messages to "panic... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
In uni_to_bytes(), fix ckWARN() anomaly. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
Re-order a conditional with ckWARN() last, as it is... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Steve Hay |
version's t/survey_locales is not in core so mark it... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
deprecate_old() is not public, and only used within... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nicholas Clark |
In Perl_ckwarn(), simplify the check of isLEXWARN_on... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Rafael Garcia... |
Don't install filter-util.pl |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Implement TODO support locally in t/comp/opsubs.t |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Fix failed() calls in t/comp |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Craig A. Berry |
Try for smarter (more portable) skip criteria in Encode... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Craig A. Berry |
No longer need to skip t/comp/opsubs.t #22 on VMS. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
porting/manifest.t now tests that all files listed... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Default to running tests in cpan/ with relative paths... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Run tests in ext/ and dist/ with relative paths for... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Swap the chdir and the call to perl_lib(), to work... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
MakeMaker::Test::Utils::perl_lib now copes with relativ... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Remove core @INC setting and chdir boilerplate from... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Remove core @INC setting and chdir boilerplate from... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Remove core @INC setting and chdir boilerplate from... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Remove core @INC setting boilerplate from lib's test. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Correct the location of the DISTRIBUTION tarball for... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Exclude CGI/t/fast.t from the core, as it relies on... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Correct the name of subtest.t, added in 2c4d5b9bac4cc261 |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nicholas Clark |
Correct the listed names of the two files uudecoded... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Josh ben Jore |
Darwin's groups can have spaces in them |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Fix Test-Simple's new 00compile.t test in core |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Add Test-Simple's MANIFEST file |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Remove test boilerpates from ExtUtils-CBuilder tests |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Correct MANIFEST, broken by Test-Simple upgrade |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Upgrade to Test-Simple-0.94 |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Upgrade to Storable-2.21 |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Upgrade to Pod-Simple-3.08 |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Sync Pod-Simple test scripts with CPAN versions |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Steve Hay |
Upgrade to Parse-CPAN-Meta-1.40 |
commit | commitdiff | tree | snapshot |
next |