2005-10-03 |
Craig A. Berry |
We lied about strtoq way back in #8120 |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Steve Peters |
Upgrade to Digest-1.12 |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Craig A. Berry |
fix bug introduced by #25507 that kept ccflags from |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Craig A. Berry |
assorted blead build help for VMS (mostly ithreads... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Yves Orton |
[perl #37233] [PATCH] Test::Harness and Devel::Cover... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Steve Peters |
Clarify the documentation regarding the return value... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Steve Peters |
If a 'use' or 'require' fails due to too many open... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Steve Peters |
Missed test changes and a bit of debugging code that... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Steve Peters |
Fix some of the XHTML issues in Pod::Html. The call... |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Dave Mitchell |
Improve -DT output and fix wild buffer pointer error |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Steve Hay |
Make building perl on Win32 with the free VC++ toolkit... |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Rafael Garcia... |
Upgrade to XSLoader 0.05, plus a few doc nits, |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Dave Mitchell |
PL_defoutgv could be used after being freed |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Dave Mitchell |
the return value of start_subparse() can legally be... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Steve Peters |
Added new flag (--use-xsloader) to use XSLoader when... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Steve Peters |
With XSLoader on CPAN now, add XSLoader as a prerequisi... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Nicholas Clark |
2 more e-mail addresses that map to rgs |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Nicholas Clark |
checkAUTHORS.pl wasn't aware of one of Merijn's e-mail... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Nicholas Clark |
Correct/tweak Changes so that checkAUTHORS.pl parses it. |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Nicholas Clark |
Teach the alias mapping about new committers. |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Nicholas Clark |
Cope with completely empty lines within the Changes... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Steve Hay |
Clean up CBuilder and ParseXS test files |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Nicholas Clark |
Attempting to do too many things simultaneously with... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Steve Peters |
Upgrade to ExtUtils::CBuilder 0.14 |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Steve Peters |
Upgrade to Test::Harness 2.56 |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Nicholas Clark |
savepv and savepvn are actually NULLOK |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Nicholas Clark |
Forgot to run embed.pl after change 25637 |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Andy Lester |
embed.fnc now requires NN/NULLOK |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Nicholas Clark |
We can use the C pre-processor to build a single, longe... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Steve Hay |
Improve File::Spec::Win32->path() and fix MM_Win32.t |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Steve Peters |
Upgrade to CGI-3.11, with some modifications for Pod... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Rafael Garcia... |
Comment nit by Vadim Konovalov |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Rafael Garcia... |
POD nit by Yitzchak |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Rafael Garcia... |
Clarify what -MFoo=number does on the command-line |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Peter Dintelmann |
AW: [perl #36291] incorrect $! from open ">... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Rafael Garcia... |
Fix by Rick Delaney for [perl #3269] no warnings "barew... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Ilya Zakharevich |
Re: [BUG 5.8.7] Another major bug in PerlIO layer |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Rafael Garcia... |
OPpRUNTIME can be set on OP_QR too |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Rafael Garcia... |
Fix the overriding of CORE::do, just like change 25599 |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Rafael Garcia... |
Micro-optimisation: use PL_globalstash instead of looki... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Rafael Garcia... |
Addition to change 25612 |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Jan Dubois |
mark cannot be const because MEXTEND() modifies it... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Jarkko Hietaniemi |
5.9.x@25609 Symbian update |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Rafael Garcia... |
Test for OPpCONST_NOVER only on OP_CONST ops. |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Michael G.... |
Warnings in tests @25605 due to cmp_ok behavior change. |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Steve Peters |
Upgrade to Encode 2.12 |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Steve Peters |
Upgrade to Digest 1.11 with a minor Pod fix. Also... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Nicholas Clark |
const sausage const const bacon const tomato and const |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Rafael Garcia... |
Upgrade to Test::Simple 0.61 |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Rafael Garcia... |
Fix change 25597 for non-Windows platforms |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Rafael Garcia... |
Make B::Deparse handle correctly CORE::require |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Rafael Garcia... |
Document the new meaning of OPf_SPECIAL on OP_REQUIRE |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Rafael Garcia... |
CORE::require was always parsed as require(). |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Steve Peters |
[perl #37223] [PATCH] File::Find::find fails on Win32... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Rafael Garcia... |
Upgrade to Compress::Zlib 1.40 |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Steve Peters |
Fix to PERL_DEBUG_COW |
commit | commitdiff | tree | snapshot |
2005-09-23 |
H.Merijn Brand |
Re: pod/pod2usage2.t |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Yitzchak Scott... |
quiet a few warnings |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Steve Peters |
Changes for hints/linux.sh for Purify |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Steve Hay |
Extend 25579 to cover vc64 too |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Rafael Garcia... |
Add Porting/checkcfgvar.pl by Jarkko |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Rafael Garcia... |
SAPER is the new maintainer of XSLoader |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Steve Hay |
Change 25226 should have done this too |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Nicholas Clark |
As SvPVX_mutable and SvPVX_const are new, they don... |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Nicholas Clark |
The New*() compatibility macros aren't needed inside... |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Steve Hay |
Forgot to update MANIFEST in change 25547 |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Rafael Garcia... |
Add an option --ignore to installhtml |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Steve Hay |
Localize $@ in Locale::Maketext::maketext() |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Rafael Garcia... |
A few POD fixes |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Rafael Garcia... |
Upgrade to Pod::Parser 1.33 |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Rafael Garcia... |
PodParser is now Pod-Parser on CPAN |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Brendan O'Dea |
misc a2p fixes |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Rafael Garcia... |
Upgrade to ExtUtils::ParseXS 2.12 |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Rafael Garcia... |
Upgrade to Time::HiRes 1.74 |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Nicholas Clark |
Remove the last STRLEN n_a;s that my compiler can reach. |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Rafael Garcia... |
Integrate changes from Text::Tabs and Text::Wrap on... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Rafael Garcia... |
Yitzchak says that Tim says that we can distribute |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Rick Delaney |
Re: [perl #36733] %SIG not properly local-ized |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Steve Hay |
Resolve [perl #37110]: Update README.win32 |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Rafael Garcia... |
Upgrade to Compress::Zlib 1.39 |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Salvador Fandiño |
PATCH for #37138: using XSUB as DB::DB causes perl... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
John E. Malmberg |
[patch@25502] Add hard link and V8.2 crtl support to... |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Nicholas Clark |
The second argument to Move() is the destination, so... |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Nicholas Clark |
Add parallel testing to TODO |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Nicholas Clark |
First argument to he_dup is actually a const HE * |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Nicholas Clark |
All Perl_hv_name_set()s need to be plain hv_name_set... |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Steve Hay |
Update win32 config files w.r.t. change #25387 |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Yitzchak Scott... |
bleadperl DProf.xs:140: warning: `unused' attribute... |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Nicholas Clark |
Improve failure case diagnostics from comp/package.t |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Nicholas Clark |
Should have been embed.h, not proto.h, in 25475 |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Nicholas Clark |
It looks like the only way to reliably make Perl_hv_nam... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
John E. Malmberg |
[patch@25452] VMS fix required by Change 25387 |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Nicholas Clark |
Tidying up the unused or unneeded global variables... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Nicholas Clark |
Controlling what the GNU linker exports from a shared... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Nicholas Clark |
Detail the minimal rewards programme we have on offer. |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Nicholas Clark |
refactoring xsubpp should have been in the "just perl... |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Nicholas Clark |
Add "refactor xsubpp to be a thin wrapper around ExtUti... |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Nicholas Clark |
Add shrinking GVs and CVs to the TODO |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Nicholas Clark |
Add reduce duplication in sv_setsv_flags to TODO |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Nicholas Clark |
Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5... |
commit | commitdiff | tree | snapshot |
next |