2004-03-28 |
Dave Mitchell |
pv_display() had code to display \n etc as escapes... |
commit | commitdiff | tree | snapshot |
2004-03-28 |
Dave Mitchell |
fix typo in change 22597 |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Craig A. Berry |
-Dusemallocwrap for VMS) |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Craig A. Berry |
don't clean-up perly.* on VMS |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Dave Mitchell |
[perl #24200] string corruption with lvalue sub |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Dave Mitchell |
Clarify op.h comments for which ops the OPpDEREF* priva... |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Dave Mitchell |
fix for change #22594; if using test.pl, must tell... |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Dave Mitchell |
[perl #26839] document the return value of an empty sub |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Dave Mitchell |
[perl #27040] - hints hash was being double freed... |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Andy Lester |
Re: [perl #27906] stat documentation correction |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Dave Mitchell |
fix some comments in perly.y |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Dave Mitchell |
[perl #27268] Blessed reference to anonymous glob |
commit | commitdiff | tree | snapshot |
2004-03-24 |
jdhedden@1979... |
[perl #27748] 'find2perl' bug: -exec causes chdir error |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Nicholas Clark |
Remaining smoked platforms where malloc wrap is known... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Dan Jacobson |
[perl #27790] split docs: say the string is EXPR |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Nicholas Clark |
mintest will pass if I skip the correct number of tests... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Steve Hay |
Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32 |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Rafael Garcia... |
Good catch from Dave Mitchell; plus a null pointer... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Nicholas Clark |
Unlike perl, 0 in void context isn't special cased... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Nicholas Clark |
Export PL_memory_wrap based on PERL_MALLOC_WRAP rather... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Nicholas Clark |
Tidy up function prototypes in the light of suidpatch |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Nicholas Clark |
Make usemallocwrap a Configure-time question. Default... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Nicholas Clark |
hv_delete_common was freeing the key, then passing... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Nicholas Clark |
Unify 5.008 and 5.009's B::Concise 0.58 |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Nicholas Clark |
Unify 5.008 and 5.009's B::Concise 0.56 |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Hugo van der... |
Fix bug [perl #27839] returning @+ out of scope loses... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Paul Szabo |
5.9.1 suidperl |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Rafael Garcia... |
Update the -v copyright notice. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Nicholas Clark |
Don't assume that the chmod will always work. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
padre@elte.hu |
Clarifications on constants subroutines, based on: |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Steve Hay |
Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Yitzchak Scott... |
Re: [PATCH] warn on !=~ |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Andy Lester |
Finally, this "Negative repeat count" warning wasn... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
SADAHIRO Tomoyuki |
Nobody has used SvPVbyte_force? |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Rafael Garcia... |
I must be tired today. |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Rafael Garcia... |
Silence a gcc warning. |
commit | commitdiff | tree | snapshot |
2004-03-21 |
SADAHIRO Tomoyuki |
Re: [perl #27803] perl crashes when utf8::upgrade(... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Craig A. Berry |
fix memory bug in vms.c:mp_do_tounixspec |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Rafael Garcia... |
Add a new warning "Negative repeat count" |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Yitzchak Scott... |
warn on !=~ |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Greg Matheson |
makefile.95 tweak |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Rafael Garcia... |
\x80\xFF is not valid UTF-8. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Jim Cromie |
[perl #24821] enhancement patch for B::Concise |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Audrey Tang |
open.pm: allow upper-cased EUC |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Nicholas Clark |
[PATCH] Move Win32.pm/Win32.xs from libwin32 module... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Nicholas Clark |
Change Storable.xs to conditionally include ppport... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Nicholas Clark |
Move Beau Cox's ppport.h fixes into PPPort.pm |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Rafael Garcia... |
Nit in perluniintro about the U0 and C0 templates, |
commit | commitdiff | tree | snapshot |
2004-03-19 |
beau@beaucox.com |
Storable PERL_NO_GET_CONTEXT |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Marcus Holland... |
range operator warnings / 64-bit fix |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Dave Mitchell |
add code comment for change 22525 |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Rafael Garcia... |
Add a perl592delta.pod man page. |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Nicholas Clark |
Corrections and explanations in comments |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Jarkko Hietaniemi |
pumpkin fodder |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Rafael Garcia... |
Detypo. |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Dave Mitchell |
make ~$x give warning is $x isn't initialised. |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Rafael Garcia... |
Try to fix the AIX and Windows builds regarding the |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Rafael Garcia... |
Bump bleadperl's version number to 5.9.2. |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Robin Barker |
format/casting/warning RE: perl 5.9.1 |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Rafael Garcia... |
Optimize away the assignment in the constructs C<my... |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Jarkko Hietaniemi |
malloc wrappage |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Nicholas Clark |
Add auto-require of modules to restore overloading... |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Nicholas Clark |
Add regression tests for the auto-require of STORABLE_thaw |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Nicholas Clark |
Move the PERLVAR(Ireentrant_buffer, REENTR*) outside... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Rafael Garcia... |
Add a lchown() call to the POSIX module. [perl #27547] |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Andy Dougherty |
Re: Perl and Parrot disagree about sched_yield on Solaris |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Rafael Garcia... |
Restore the "DEVEL" locally-applied-patches version... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Rafael Garcia... |
Update Changes. (again) |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Rafael Garcia... |
Update copyright notices |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Rafael Garcia... |
Regenerate META.yml |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Rafael Garcia... |
Update Changes. |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Rafael Garcia... |
This is 5.9.1. |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Rafael Garcia... |
We'll ship 5.9.1 today. |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Rafael Garcia... |
More perldelta updates. |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Rafael Garcia... |
Since the signature.t test of CPAN relies on a non... |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Rafael Garcia... |
Fix the order of arguments in the usage message of |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Steve Hay |
Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net... |
commit | commitdiff | tree | snapshot |
2004-03-14 |
Dave Mitchell |
[perl #27638] scope exit could expose freed local... |
commit | commitdiff | tree | snapshot |
2004-03-14 |
Dave Mitchell |
[perl #27628] strict 'subs' didn't warn on bareword... |
commit | commitdiff | tree | snapshot |
2004-03-14 |
Nicholas Clark |
Four Storable patches towards Storable 2.11 : |
commit | commitdiff | tree | snapshot |
2004-03-13 |
padre@elte.hu |
[perl #27567] [patch] a typo and a mistake in perltoot.pod |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Rafael Garcia... |
More small perldelta updates. |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Rafael Garcia... |
Revert change #22489, that seems to cause build failure... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Steve Hay |
Re: [PATCH] Stop splitpod truncating sprintf manpage |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Rafael Garcia... |
perl591delta nits. Regenerate the tables of contents. |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Rafael Garcia... |
Update perl591delta. Include a small to-do list in it. |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Tels |
Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12 |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Hugo van der... |
Fix a bug in the cloning of regexps |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Steve Hay |
Fix minitest target in Win32 makefiles |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Dave Mitchell |
Document the new behaviour of the substr lvalue : |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Dave Mitchell |
make op/write.t work better under stdio by running... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Dominic Dunlop |
Re: [PATCH] Re: Proposal to remove support for MachTen |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Nicholas Clark |
croaking for readonly SVs in Perl_sv_utf8_upgrade_flags... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Rafael Garcia... |
Upgrade to Cwd 2.17. |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Steve Hay |
Re: [PATCH] More "distclean" tidy ups on Win32 |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Rafael Garcia... |
Change 22476 left out a similar fix for ExtUtils::MM_Win32 |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Rafael Garcia... |
A patch by Richard Foley to reduce the amount of |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Chip Salzenberg |
[PERLIO] In line-buffered mode, flush on the *last... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Steve Hay |
More "distclean" tidy ups on Win32 |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Craig A. Berry |
bleadperl/MM/VMS (was Re: perl@22413) |
commit | commitdiff | tree | snapshot |
next |