2006-04-16 |
Nicholas Clark | Fix bug introduced with change 27841. (len + 1, not...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | Coverity is flagging a potential problem because it...
|
commit | commitdiff | tree |
2006-04-16 |
Andy Lester | op.c patch, 2nd version
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | A scalar reference returned from a coderef in @INC...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | Perl_do_vop can profitably use Perl_sv_usepvn_flags...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | In Perl_sv_usepvn_flags, assert() that the caller has...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | In Perl_sv_usepvn(), force a move under DEBUGGING to...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | Fix htmllink.t to cater for the case where perladmin...
|
commit | commitdiff | tree |
2006-04-16 |
Nicholas Clark | Coverity notes that we might be dereferencing fgv before...
|
commit | commitdiff | tree |
2006-04-15 |
bah@longitude.com | Handle null io in leavewrite (not possible?) (Coverity)
|
commit | commitdiff | tree |
2006-04-15 |
bah@longitude.com | Potential (?) memory leak in Storable.xs (Coverity)
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Teach Perl_do_sv_dump how to cope with IOs that have...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Coverity was getting upset about an assignment from...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Coverity reports that Storable can potentially cause...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Coverity notes that resource are leaked in the unfinished...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Coverity correctly reports that gv might (just) be...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Update the assertion to a croak "Out of range special...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | I believe that it makes little sense for the simple...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Fix a bug - the introduction of the caching code means...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Augment the user filter caching code so that if the...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Deep in the bowels of creating new and exciting bugs...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | $foo .= $bar doesn't warn if $foo is undefined, so...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | If the downstream caller wants block mode, and we're...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Eliminate the filter_child_proc hack from pp_require.
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | If you return void from a filter subroutine, the caller...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Tests for having multiple pipes open simultaneously.
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Add more tests for the builtin source filter implementation...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Add a test for source filters returned from code references...
|
commit | commitdiff | tree |
2006-04-15 |
Nicholas Clark | Bump the expect file count in readdir.t. We keep writing...
|
commit | commitdiff | tree |
2006-04-15 |
Jarkko Hietaniemi | perlio.c: layer data might be allocated and unused...
|
commit | commitdiff | tree |
2006-04-14 |
Nicholas Clark | Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
|
commit | commitdiff | tree |
2006-04-14 |
Nicholas Clark | In the description of require, clarify the file handle...
|
commit | commitdiff | tree |
2006-04-14 |
Nicholas Clark | S_glob_2inpuv() did not check if lenp was NULL. Oops.
|
commit | commitdiff | tree |
2006-04-14 |
Nicholas Clark | Replace explict "/dev/null" with BIT_BUCKET, which...
|
commit | commitdiff | tree |
2006-04-14 |
Nicholas Clark | Mark new_warnings_bitfield as XE, and add it to __DATA__...
|
commit | commitdiff | tree |
2006-04-14 |
Jarkko Hietaniemi | perlio.c: (Coverity) eliminate temp ptr that confuses...
|
commit | commitdiff | tree |
2006-04-13 |
Nicholas Clark | (Hopefully) fix coredumps in ByteLoader, which were...
|
commit | commitdiff | tree |
2006-04-13 |
Nicholas Clark | Remove SAVEt_FREESHAREDPV, as nothing is using it,...
|
commit | commitdiff | tree |
2006-04-13 |
Nicholas Clark | For duping SAVEHINTS it rather helps if you pay attention...
|
commit | commitdiff | tree |
2006-04-13 |
Jarkko Hietaniemi | regexec.c: (Coverity) add NULL check
|
commit | commitdiff | tree |
2006-04-13 |
Jarkko Hietaniemi | regexec.c: (Coverity) move NULL check even earlier
|
commit | commitdiff | tree |
2006-04-13 |
Nicholas Clark | Add a break; to the end of the SAVEt_COP_WARNINGS case...
|
commit | commitdiff | tree |
2006-04-13 |
Nicholas Clark | Fix B and ByteLoader to cope with cop_warnings no longer...
|
commit | commitdiff | tree |
2006-04-13 |
Nicholas Clark | Add SAVEt_COP_WARNINGS to ss_dup.
|
commit | commitdiff | tree |
2006-04-13 |
Steve Hay | Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
|
commit | commitdiff | tree |
2006-04-12 |
Nicholas Clark | D'oh! Don't try to do #ifdefs inside "functions" that...
|
commit | commitdiff | tree |
2006-04-12 |
Nicholas Clark | Add tests for all the other types that %^H serialisation...
|
commit | commitdiff | tree |
2006-04-12 |
Nicholas Clark | Change cop_warnings from an SV holding the warnings...
|
commit | commitdiff | tree |
2006-04-12 |
Nicholas Clark | Test that we can do embedded 0 bytes in hints.
|
commit | commitdiff | tree |
2006-04-12 |
Nicholas Clark | Store cop_hints as a shared structure without using...
|
commit | commitdiff | tree |
2006-04-12 |
Nicholas Clark | Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
|
commit | commitdiff | tree |
2006-04-12 |
Nicholas Clark | Newxz() can use calloc() rather than malloc(), as the...
|
commit | commitdiff | tree |
2006-04-12 |
Nicholas Clark | As OPs are shared between threads, they should be using
|
commit | commitdiff | tree |
2006-04-11 |
Jarkko Hietaniemi | regexec.c: move NULL check earlier to make Coverity...
|
commit | commitdiff | tree |
2006-04-11 |
Jarkko Hietaniemi | regcomp.c (try II): use &PL_sv_undef for listsv as...
|
commit | commitdiff | tree |
2006-04-11 |
Jarkko Hietaniemi | perlio.c: false Coverity finding (it cannot see that...
|
commit | commitdiff | tree |
2006-04-11 |
Jarkko Hietaniemi | locale.c: more Safefree() (Coverity finding)
|
commit | commitdiff | tree |
2006-04-11 |
Nicholas Clark | First stab at using the pad to store the serialised...
|
commit | commitdiff | tree |
2006-04-11 |
Nicholas Clark | Within Perl_newSVhek, inline most of newSVpvn_share...
|
commit | commitdiff | tree |
2006-04-11 |
Nicholas Clark | Stop Perl_newSVpvn_share() potentially leaking the...
|
commit | commitdiff | tree |
2006-04-11 |
Nicholas Clark | Need to migrate the refcounted_he structure to be properly...
|
commit | commitdiff | tree |
2006-04-10 |
Nicholas Clark | All S_dumpuntil()'s regnode pointer arguments can be...
|
commit | commitdiff | tree |
2006-04-10 |
Nicholas Clark | Perl_unsharepvn() was no longer being used in core...
|
commit | commitdiff | tree |
2006-04-10 |
Jarkko Hietaniemi | pp_sys.c: some Coverity findings: NULL guards for format cv
|
commit | commitdiff | tree |
2006-04-10 |
Jarkko Hietaniemi | pp_sys.c: some Coverity findings: NULL guards for io...
|
commit | commitdiff | tree |
2006-04-10 |
Jarkko Hietaniemi | es: quiet some warnings (with a free AIX cpp insanity...
|
commit | commitdiff | tree |
2006-04-09 |
Nicholas Clark | Fix pointer error in change 27741, spotted by John...
|
commit | commitdiff | tree |
2006-04-08 |
Jarkko Hietaniemi | perlio.c: Coverity finding: finding false (Coverity...
|
commit | commitdiff | tree |
2006-04-08 |
Jarkko Hietaniemi | sv.c, rs.t, perlvar.pod (Coverity finding: did you...
|
commit | commitdiff | tree |
2006-04-08 |
Nicholas Clark | As av_dup, gv_dup and hv_dup are the same as sv_dup...
|
commit | commitdiff | tree |
2006-04-08 |
Nicholas Clark | By swapping the order of pushes onto the save stack for
|
commit | commitdiff | tree |
2006-04-08 |
Nicholas Clark | Teach ss_dup about SAVEt_RE_STATE. (As correctly as...
|
commit | commitdiff | tree |
2006-04-08 |
Nicholas Clark | ss_dup of SAVEt_COP_ARYBASE can use the same code as...
|
commit | commitdiff | tree |
2006-04-07 |
Nicholas Clark | Give more information in the panic in ss_dup. (Although...
|
commit | commitdiff | tree |
2006-04-07 |
Nicholas Clark | Oops. Being too terse for my own good - it's not a...
|
commit | commitdiff | tree |
2006-04-06 |
Nicholas Clark | Move all the regexp state variables into a single structure.
|
commit | commitdiff | tree |
2006-04-05 |
Nicholas Clark | Save the regexp engine state as 1 block on the save...
|
commit | commitdiff | tree |
2006-04-05 |
Nicholas Clark | Perl_save_alloc can use the new(er) SSGROW rather than...
|
commit | commitdiff | tree |
2006-04-03 |
Nicholas Clark | Two modules in ext/ have dependencies that are post...
|
commit | commitdiff | tree |
2006-04-03 |
Nicholas Clark | The make_ext script should pass MAKE=$MAKE to submakes...
|
commit | commitdiff | tree |
2006-04-02 |
Nicholas Clark | Change 27677 missed two direct accesses to op_private...
|
commit | commitdiff | tree |
2006-04-02 |
Nicholas Clark | Better failure diagnostics from switch.t.
|
commit | commitdiff | tree |
2006-04-02 |
SADAHIRO Tomoyuki | Re: recent changes have some unmatching of parameters...
|
commit | commitdiff | tree |
2006-04-02 |
Nicholas Clark | Abstract all reads/writes of the hints in COPs with...
|
commit | commitdiff | tree |
2006-04-02 |
Nicholas Clark | 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)'...
|
commit | commitdiff | tree |
2006-04-02 |
Nicholas Clark | Convert ByteLoader to use CopARYBASE_set().
|
commit | commitdiff | tree |
2006-04-02 |
Nicholas Clark | Abstract all the accesses to cop_arybase (apart from...
|
commit | commitdiff | tree |
2006-04-01 |
Nicholas Clark | If the passed in target rv for Perl_newSVrv() was already...
|
commit | commitdiff | tree |
2006-04-01 |
Nicholas Clark | Test no mypragma;
|
commit | commitdiff | tree |
2006-04-01 |
Nicholas Clark | Automatically set HINT_LOCALIZE_HH whenever %^H is...
|
commit | commitdiff | tree |
2006-04-01 |
Nicholas Clark | The call to Perl_hv_assert(aTHX_ hv) should be wrapped...
|
commit | commitdiff | tree |
2006-04-01 |
Nicholas Clark | Test that user pragmas work inside string eval.
|
commit | commitdiff | tree |
2006-04-01 |
Nicholas Clark | Add Rafael's example user pragma, and convert his demo...
|
commit | commitdiff | tree |
2006-04-01 |
Nicholas Clark | If the comment says "(and not ours)" then it should...
|
commit | commitdiff | tree |
2006-04-01 |
Nicholas Clark | Rewrite t/op/getppid.t to remove the assumption that...
|
commit | commitdiff | tree |
2006-04-01 |
Nicholas Clark | Propagate cop_hints inside string evals. For the unthreaded...
|
commit | commitdiff | tree |
2006-04-01 |
Nicholas Clark | Inconsistencies in paramter const-ness noticed by SADAHIRO...
|
commit | commitdiff | tree |
2006-03-31 |
Nicholas Clark | Need to dup any hints HV stored on the save stack.
|
commit | commitdiff | tree |
next |