2007-10-17 |
Jos I. Boumans |
Update IPC::Cmd to 0.40 |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Jerry D. Hedden |
Minor fix in File::Copy POD |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Ben Morrow |
Another ex-PVBM assert |
commit | commitdiff | tree | snapshot |
2007-10-17 |
josh |
Fix a few segfaults and a when() bug |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Ben Morrow |
ex-PVBM and mro interact badly |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Rafael Garcia... |
Update Module::Load::Conditional to 0.22 |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Rafael Garcia... |
More tests for Safe |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Nicholas Clark |
PL_AMG_names is only used by gv.c (as far as Google... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Nicholas Clark |
Replace my_strlcpy() with a pair of byte writes. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Nicholas Clark |
Given that S_feature_is_enabled() is a static function... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Nicholas Clark |
Given that the buffer for mode in Perl_do_openn() has... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Nicholas Clark |
Moving a strlen() in Perl_moreswitches() saves a strlen... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Nicholas Clark |
Pass in explicit lengths for the key and type arguments to |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Nicholas Clark |
Perl_ck_smartmatch needs a dVAR too. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Nicholas Clark |
Add dVAR;s to the functions created in change 31970. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Jos I. Boumans |
Update File::Fetch to 0.12 |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Rafael Garcia... |
POD nit found by Slaven Rezic. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Craig A. Berry |
Normalize the case of some VMS syscalls so the prototyp... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Nicholas Clark |
Remove some strlen()s and replace one strlcpy() with... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Rafael Garcia... |
New test for Safe |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Rafael Garcia... |
Funny symbol table names can be shared, too |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Rafael Garcia... |
Share the internal XS functions defined in universal.c |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Jos I. Boumans |
Update IPC::Cmd to 0.38 |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Jerry D. Hedden |
pp_int should treat refs as UVs (not IVs) |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Jerry D. Hedden |
Gentler theads test |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Jerry D. Hedden |
Move threads test added in change 32091 |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Robin Barker |
Porting/Maintainers.pm --check added functionality |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Richard Foley |
add calling hints to perldebug.pod |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Robin Barker |
Porting/Maintainers.pl |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Rafael Garcia... |
Remove an obsolete test for h2ph, that was always skipped. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Rafael Garcia... |
Delete files removed by latest CPANPLUS update |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Rafael Garcia... |
Update CPANPLUS to 0.83_02 |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Dave Mitchell |
newCONTSUB() wasn't thread-safe ([perl #45053]) |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Rafael Garcia... |
If we use @{[]} (a.k.a. baby-cart) interpolation, we... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Nicholas Clark |
As we know the length, replace strEQ with memEQs in... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Nicholas Clark |
If PERL_DISABLE_PMC is defined, doopen_pm() is just... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Nicholas Clark |
Replace Perl_sv_setpvf(aTHX_ namesv, "%s/%s", dir,... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Nicholas Clark |
Remove the strlen in doopen_pm() by passing in the... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Nicholas Clark |
Remove a call to *printf from the require code. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Nicholas Clark |
Tests for the .pmc functionality. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Rafael Garcia... |
Files names for pragmas strict and warnings can end... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Rafael Garcia... |
Fix description of "." in unpack() in perl5100delta |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Rafael Garcia... |
perlmodlib.pod has changed, too |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Rafael Garcia... |
Add a rough, incomplete version of perl5100delta |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Axel Kollmorgen |
[perl #45823] [PATCH] v5.8.8. pod2html: <a name="exampl... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Marcus Holland... |
Increment IPC::SysV version number. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Marcus Holland... |
Fix fallback definitions of S_IRWX[UGO] (didn't include |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Nicholas Clark |
Don't deparse $^H{v_string}, which is automatically... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Rafael Garcia... |
Free temporary scalars later, because they might be... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Brandon Black |
Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Rafael Garcia... |
New opcode category :load, for require, dofile and... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Alexander Gough |
make t/op/pack.t not explode when u64size='' |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Rafael Garcia... |
Suggestion by Rick Delaney to make this test pass with... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Rafael Garcia... |
Build with -Dusemymalloc was broken |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Alexander Gough |
Time::Piece & matherr on qnx4 |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Nicholas Clark |
Move (most of) the conditionally compiled members of... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Nicholas Clark |
Shrink 4 bytes (ILP32) from the interpreter structure. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Steve Hay |
Do the same as #32061 for Win32, which also fixes a... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Brandon Black |
Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Steve Hay |
Silence compiler warnings on Win32 (VC6) |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Rafael Garcia... |
Documentation change to go with change #32056. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Rick Delaney |
Re: [perl #46011] [RESOLVED] overload "0+" doesn't... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Alexander Gough |
[Patch] Configure doesn't pick up Hash/Util/FieldHash |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Rick Delaney |
Re: [perl #46011] overload "0+" doesn't handle integer... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Craig A. Berry |
Re: several compilation problems on VMS in perl@32039 |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
Finally! Worked out how to const Perl_moreswitches(). |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
"A" should no longer be in the list of options acceptab... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
Propagate the perlapi.pod part of change 32026 back... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
Remove remaining C<Nullch>s and C<Nullsv>s |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Craig A. Berry |
Add symlink support to Cwd::_vms_abs_path. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
The scratch scalar used in -d processing for : and... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
Nothing* outside the core uses the old misspelling |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
Fix precedence bug in the logic for PERL_PV_ESCAPE_NOCL... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
Use the PERL_PV_PRETTY_NOCLEAR flag to simplify the... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
Add a new flag PERL_PV_PRETTY_NOCLEAR (actually just |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
Fix typo in change 32043 - s/sv_catpvf/sv_catpvs/ |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Steve Peters |
Upgrade to Time-HiRes-1.9708 |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
newSV(size) and SvPOK_on() will be more efficient than... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
Use vnewSVpvf() rather than sv_vcatpvf() onto a newly... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
Avoid using *pvf functions when the format string is... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
Directly create the SV with Perl_newSVpvf() rather... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
Optimise the logic in isPRINT(), possible following... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Nicholas Clark |
Revert one hunk of change 32034 that had the possibilit... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Nicholas Clark |
In the MAD code, eliminate one Perl_sv_catpvf() and... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Nicholas Clark |
Change a sv_catpv() to sv_catpvs(). |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Craig A. Berry |
symlink() wrapper for VMS that prevents the creation... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Nicholas Clark |
Eliminate the Perl_sv_catpvf() in TRIE_STORE_REVCHAR |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Nicholas Clark |
PL_cshname is actually a constant value known at compil... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Nicholas Clark |
Eliminate most *printf-like calls that use a simple... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Nicholas Clark |
With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Nicholas Clark |
As PL_hinthv is actually tied, need to call SvSETMAGIC... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Robin Barker |
New [PATCH] use 5.006; use 5.10.0 |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Jos I. Boumans |
Update add-package.pl |
commit | commitdiff | tree | snapshot |
2007-10-05 |
John E. Malmberg |
patch@32028 POD updates for VMS |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Craig A. Berry |
VMS override for Module::Build::Base::find_perl_interpr... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Craig A. Berry |
Try a bit harder to get *PL_sighandlerp to agree with its |
commit | commitdiff | tree | snapshot |
2007-10-04 |
David Landgren |
POD cleanups |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Nicholas Clark |
S_dopoptosub() is just a wrapper for S_dopoptosub_at... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Marcus Holland... |
Upgrade to Devel::PPPort 3.13 |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Rafael Garcia... |
Update Module::Load::Conditional to 0.20 |
commit | commitdiff | tree | snapshot |
next |