2007-10-22 |
Nicholas Clark |
Note Jarkko's URL about MSVC and __FUNCTION__-a-like. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Jos I. Boumans |
Update Log::Messge::Simple to 0.04 (was: Re: Code freeze) |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Nicholas Clark |
hv_iterkeysv() actually creates a mortal SV for every... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Nicholas Clark |
In Perl_mro_isa_changed_in(), no need to call an RVALUE... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Nicholas Clark |
S_mro_get_linear_isa_c3() doesn't need to call hv_fetch... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Rafael Garcia... |
Mention perlcommunity.pod, plus some typo fixes |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Marcus Holland... |
Fix a typo (pport -> ppport). |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Nicholas Clark |
B::Concise was failing an assertion on index "foo"... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Rafael Garcia... |
There's no point in empty TODO sections |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Rafael Garcia... |
Mention B::COP::hints_hash method |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Rafael Garcia... |
Newest things to put in perldelta |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Rafael Garcia... |
Add -Duse32bit* in perltodo |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Rafael Garcia... |
Regenerate Changes |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Rafael Garcia... |
More delta info from Perl 5.9.5 |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Rick Delaney |
Re: overload64.t failures |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Rafael Garcia... |
More perldelta entries from perl 5.9.4, plus some reord... |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Rafael Garcia... |
More perldelta entries from 5.9.3 |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Rafael Garcia... |
Changes from perl 5.9.2 |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Rafael Garcia... |
Skip test on Basque locales on Mac OS X 10.5 |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Robin Barker |
VDf no longer in PERL_CORE |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Nicholas Clark |
In Perl_do_openn() we know the length of oname, so... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Rafael Garcia... |
Revert code change from #32148 |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Father Chrysostomos |
perlfunc/perldiag errors |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Jerry D. Hedden |
Re: [PATCH] Fix overloading for 64-bit ints (revised) |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Rafael Garcia... |
More perldelta work (info from perl59[01]delta) |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Rafael Garcia... |
Document that encoding.pm isn't thread-safe, by Jerry... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Rafael Garcia... |
POD nits |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Renee Baecker |
Re: [Diff] perlxstut.pod |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Rafael Garcia... |
Upgrade to Term::Cap 1.10 |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Robin Barker |
RE: [PATCH] RE: PERL_CORE UVf logic |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Jerry D. Hedden |
Fix overloading for 64-bit ints (revised) |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Nicholas Clark |
It seems crazy for Perl_yylex() to individually shift... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Nicholas Clark |
Change 32136 introduced an error - passing a const... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Nicholas Clark |
Inline and eliminate S_incl_perldb(), as it's only... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Nicholas Clark |
Simplify the logic for retrieving PL_inplace into ... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Nicholas Clark |
Eliminate some uses of sv_setpv() where we already... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Nicholas Clark |
Change newSVpv() to newSVpvn() where we know the length... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Nicholas Clark |
use newSVpvs() on the constant string "isa", rather... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Nicholas Clark |
By using the HEK that holds the stash name in S_mro_get... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Nicholas Clark |
In Perl_amagic_call(), construct the SV with newSVpvn... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Jerry D. Hedden |
B::Lint is dual-lived (revised) |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Nicholas Clark |
No need to call strlen() on the result of CopSTASHPV... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Nicholas Clark |
Don't call strlen() on CopFILE() for the unthreaded... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Rafael Garcia... |
Silence a casting warning |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Nicholas Clark |
Where possible, change gv_fetchfile() to gv_fetchfile_f... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Nicholas Clark |
In Perl_moreswitches(), avoid the strlen() inside sv_ca... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Nicholas Clark |
In Perl_my_clearenv(), under -DPERL_USE_SAFE_PUTENV... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Nicholas Clark |
Storing the length of all the overloading names saves... |
commit | commitdiff | tree | snapshot |
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 |
next |