2009-06-01 |
Jerry D. Hedden |
Correct test output for t/op/eval.t (missing newline) |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Andy Dougherty |
Protect against spaces in build directory name when... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Steffen Mueller |
Mention Devel::NYTProf in perldebug |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Steffen Mueller |
Auto-complete lexicals in the debugger shell |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Rafael Garcia... |
Fix casting warning |
commit | commitdiff | tree | snapshot |
2009-05-31 |
David Mitchell |
wrap some long FILES fields in Maintainers.pl |
commit | commitdiff | tree | snapshot |
2009-05-31 |
David Mitchell |
fix Math::BigInt, PathTools entries in Maintainers.pl |
commit | commitdiff | tree | snapshot |
2009-05-31 |
David Mitchell |
convert Maintainers.pl from an 8 to a 4 char indent |
commit | commitdiff | tree | snapshot |
2009-05-31 |
David Mitchell |
Clarify the meaning of the %Modules keys in Maintainers.pl, |
commit | commitdiff | tree | snapshot |
2009-05-31 |
David Mitchell |
add DISTRIBUTION field to %Modules in Maintainers.pl |
commit | commitdiff | tree | snapshot |
2009-05-31 |
David Mitchell |
Maintainers.pl: rationalise distributions: |
commit | commitdiff | tree | snapshot |
2009-05-31 |
David Mitchell |
Maintainers.pl: there is no DB::File, and describe... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Bram |
Clarify perldebug documentation |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Rafael Garcia... |
Silence a warning emitted by test added by last commit |
commit | commitdiff | tree | snapshot |
2009-05-31 |
George Greer |
Add test case from RT#54758. |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Rafael Garcia... |
Merge branch 'memleaktest' into blead |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Rafael Garcia... |
Add regression test for [RT#63110] |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Bram |
Document test structure |
commit | commitdiff | tree | snapshot |
2009-05-30 |
David Mitchell |
Fix Filter::Simple entry in Maintainers.pl |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Rafael Garcia... |
Nicholas says that SvREFCNT_dec should be sufficient... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Alex Vandiver |
Fix [RT#6266] -- sv_pos_u2b expects to be called with... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Alex Vandiver |
Fix [RT#63110] -- two small memory leaks were introduce... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Rafael Garcia... |
Bump version of IPC::Open3 |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Slaven Rezic |
clarified documentation about using lexical $err in... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Steffen Mueller |
Spelling nit |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Rafael Garcia... |
Document the PERL_LOADMOD_ flags |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Alex Vandiver |
Fix [RT#66098] -- stricter checking on SvIVX exposed... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Nicholas Clark |
Add a guide to writing a perldelta. |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Rafael Garcia... |
Merge branch 'blead' of camel:/gitroot/perl into blead |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Andy Dougherty |
Catch interdependencies for static builds too |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Rafael Garcia... |
Merge branch 'blead' of camel:/gitroot/perl into blead |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Vincent Pit |
More tests for uninitialized warnings in ranges |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Rafael Garcia... |
Merge branch 'blead' of camel:/gitroot/perl into blead |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Vincent Pit |
Explicitely point to $. when it causes an uninitialized... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Rafael Garcia... |
A couple of nits in the ~~ perldelta entry |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Rafael Garcia... |
File tests were already treated as boolean in when() |
commit | commitdiff | tree | snapshot |
2009-05-26 |
John E. Malmberg |
patch@2009-05-25.21:50:08 magic.t leaves $ENV{foo}... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
John E. Malmberg |
patch@2009-05-25.21:50:08 perl5db.t leaves db.out behin... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
John E. Malmberg |
patch@2009-05-25.21:50:08 text-options.t file cleanup... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Rafael Garcia... |
Describe smart match and switch changes in perldelta |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Rafael Garcia... |
Remove now-obsolete note on ~~ overloading working... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Rafael Garcia... |
Don't run mro/* tests under miniperl |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Rafael Garcia... |
Skip tests that use attributes.pm under miniperl |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Rafael Garcia... |
Fix test if Fcntl couldn't be loaded (for example with... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Rafael Garcia... |
Skip under miniperl (cannot load Fcntl) |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Rafael Garcia... |
Skip tests if PerlIO::scalar is not available |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Rafael Garcia... |
Avoid using Test::More in given/when tests |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Rafael Garcia... |
Revert "Fix failing autodie test with new smartmatch... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Andreas J Koenig |
Update CPAN.pm to 1.94 |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Rafael Garcia... |
Fix test for overload in given() with smart match after... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Rafael Garcia... |
Allow ~~ overloading on the left side, when the right... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Rafael Garcia... |
Change the specs of %h~~%h to avoid mentioning ~~ recur... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Rafael Garcia... |
In the ~~ implementation, consistently use the SV-aware... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Vincent Pit |
Ignore vim swap files |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Rafael Garcia... |
Remove vim swap file |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Ricardo SIGNES |
perlpodspec corrections |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Nicholas Clark |
Move the code to add magic to $0 into Perl_gv_fetchpvn_... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Craig A. Berry |
TODO must be on same line as message for TAP. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Nicholas Clark |
In Perl_magic_setsig(), silence a "possible loss of... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Rich Rauenzahn |
Smoke failing on longdouble |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Craig A. Berry |
$? needs upgrade to PVLV when COMPLEX_STATUS is defined. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Nicholas Clark |
Merge Perl_magic_setisa() and Perl_magic_clearisa(... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Nicholas Clark |
In Perl_magic_setisa(), re-order two independant return... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Nicholas Clark |
Remove all the 5005threads specific mutex macros, which... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Nicholas Clark |
Use only one block of memory for both PL_psig_name... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Nicholas Clark |
Cache the signal number or -1 in mg_private, to reduce... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nicholas Clark |
Perl_mg_clear() did not cope with the called magic... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
David Mitchell |
run dos2unix on lib/Parse/CPAN/Meta.pm |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nicholas Clark |
Add new files from Parse::CPAN::Meta 1.38 to the MANIFEST. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nicholas Clark |
In Perl_magic_setsig(), don't discard and then recreate... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nicholas Clark |
Refactor Perl_magic_setsig() to remove duplication... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nicholas Clark |
Merge the bulk of Perl_magic_clearsig() into Perl_magic... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nicholas Clark |
Perl_magic_clearsig() needs to remove magic, else delet... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
H.Merijn Brand |
fix glob-assign for FORMAT |
commit | commitdiff | tree | snapshot |
2009-05-20 |
H.Merijn Brand |
Update bisect notes |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nicholas Clark |
Convert t/op/magic.t to use test.pl |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nicholas Clark |
Tests for calls to Perl_croak() in the C source. Starti... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nicholas Clark |
Ignore bitcount.h |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nicholas Clark |
Remove binary compatibility scaffolding for the change... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nicholas Clark |
Replace run-time on-demand initialisation of PL_bitcoun... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nicholas Clark |
Break out the file output code from generate_uudmap... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Nicholas Clark |
In Perl_magic_clearsig(), only call LEAVE if we call... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Nicholas Clark |
In Perl_magic_setsig(), clarify the scope of a block... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Nicholas Clark |
Document the purpose of PL_psig_ptr and PL_psig_name. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Chris 'BinGOs... |
Re: [PATCH] Update CPANPLUS::Dist::Build to CPAN versio... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Nicholas Clark |
Pass the output file name to generate_uudmap, and open... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Nicholas Clark |
In Perl_yylex(), no need to Newxz() a buffer we immedia... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Nicholas Clark |
In Perl_gv_fetchpvn_flags(), don't re-zero memory from... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Nicholas Clark |
In perl_clone_using(), use sv_dup_inc_multiple() to... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Rafael Garcia... |
Ignore ".output" files, that might be generated by... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Chris 'BinGOs... |
Update CPANPLUS::Dist::Build to CPAN version 0.30 |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Nicholas Clark |
Add S_sv_dup_inc_multiple(), used in place of loops... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Rafael Garcia... |
Remove old version of Fatal.t test, now moved under... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Nicholas Clark |
In perl_clone_using(), don't use Newxz() for arrays... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Nicholas Clark |
In Perl_ptr_table_new(), fight back against the cult... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Nicholas Clark |
Tidy the implementation of Perl_mg_dup(). |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Nicholas Clark |
In Perl_mg_dup(), remove a branch by tracking the addre... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Nicholas Clark |
In Perl_mg_dup(), the while loop does the NULL check... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Nicholas Clark |
In Perl_mg_dup(), don't call ptr_table_fetch, as we... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Abhijit Menon-Sen |
Note 2.20 in the changelog. |
commit | commitdiff | tree | snapshot |
next |