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 |
2006-03-31 |
Nicholas Clark | Note future possible flexibility for Perl_magic_sethint().
|
commit | commitdiff | tree |
2006-03-31 |
Nicholas Clark | Test that entries in %^H are actually independant.
|
commit | commitdiff | tree |
2006-03-31 |
Nicholas Clark | I can't spell.
|
commit | commitdiff | tree |
2006-03-31 |
Nicholas Clark | Serialise changes to %^H onto the current COP. Return...
|
commit | commitdiff | tree |
2006-03-30 |
Nicholas Clark | Localising hash slices with UTF-8 encoded keys was...
|
commit | commitdiff | tree |
2006-03-30 |
Nicholas Clark | Fix bug #38815 (localising keys which are UTF-8 encoded...
|
commit | commitdiff | tree |
2006-03-30 |
Nicholas Clark | Fix bug 36267 - assigning to a tied hash shouldn't...
|
commit | commitdiff | tree |
2006-03-28 |
Nicholas Clark | Only compile Perl_hv_assert with DEBUGGING.
|
commit | commitdiff | tree |
2006-03-28 |
Nicholas Clark | Having tested IPv6 support in all builtins for TCP...
|
commit | commitdiff | tree |
2006-03-27 |
Nicholas Clark | Merge the cut & paste code from Perl_call_sv/Perl_fold_const...
|
commit | commitdiff | tree |
2006-03-27 |
Nicholas Clark | It helps to actually add the files you add to MANIFEST...
|
commit | commitdiff | tree |
2006-03-27 |
Nicholas Clark | If constant folding fails, don't fold constants, rather...
|
commit | commitdiff | tree |
2006-03-26 |
Nicholas Clark | Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...)...
|
commit | commitdiff | tree |
2006-03-25 |
Nicholas Clark | Add S_space_join_names_mortal() which joins a char...
|
commit | commitdiff | tree |
2006-03-25 |
Nicholas Clark | Silence 3 (spurious) gcc warnings about "maybe used...
|
commit | commitdiff | tree |
2006-03-25 |
Nicholas Clark | PL_multiline isn't referenced, and can be removed.
|
commit | commitdiff | tree |
2006-03-25 |
Nicholas Clark | Free the regexp state when exiting "recursion".
|
commit | commitdiff | tree |
2006-03-23 |
Nicholas Clark | Document the values for ${^UTF8CACHE}
|
commit | commitdiff | tree |
2006-03-23 |
Nicholas Clark | Rejig the location of the cache assertion code in Perl_sv_po...
|
commit | commitdiff | tree |
2006-03-23 |
Nicholas Clark | Move orphaned documentation back to its functions
|
commit | commitdiff | tree |
2006-03-23 |
Nicholas Clark | Make S_sv_pos_u2b_cached use both cache pairs.
|
commit | commitdiff | tree |
2006-03-23 |
Nicholas Clark | Use both cache entries for Perl_sv_pos_b2u().
|
commit | commitdiff | tree |
2006-03-23 |
Nicholas Clark | Complete the other 2 arms of the cache update code.
|
commit | commitdiff | tree |
2006-03-23 |
Nicholas Clark | Pass the (byte) length of the entire string into
|
commit | commitdiff | tree |
2006-03-23 |
Nicholas Clark | Add all new static functions to embed.fnc
|
commit | commitdiff | tree |
2006-03-23 |
Nicholas Clark | Use the cache in S_sv_pos_u2b_cached() when the desired...
|
commit | commitdiff | tree |
2006-03-23 |
Nicholas Clark | Use the cache in S_sv_pos_u2b_cached when the sought...
|
commit | commitdiff | tree |
2006-03-23 |
Nicholas Clark | Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
|
commit | commitdiff | tree |
2006-03-22 |
Nicholas Clark | Take advantage of uoffset >= uoffset0, to simplify...
|
commit | commitdiff | tree |
2006-03-22 |
Nicholas Clark | Add S_sv_pos_u2b_midway for when we know the utf-8...
|
commit | commitdiff | tree |
2006-03-22 |
Nicholas Clark | Create S_sv_pos_u2b_cached, which abstracts away utf...
|
commit | commitdiff | tree |
2006-03-22 |
Nicholas Clark | The simplest way to start on Perl_sv_pos_u2b seems...
|
commit | commitdiff | tree |
2006-03-21 |
Nicholas Clark | (Hopefully) make VMS happy.
|
commit | commitdiff | tree |
2006-03-20 |
Nicholas Clark | Extend change 27558 - if we know the character offset...
|
commit | commitdiff | tree |
2006-03-20 |
Nicholas Clark | In Perl_sv_pos_b2u, if we know the character offset...
|
commit | commitdiff | tree |
2006-03-20 |
Nicholas Clark | Abstract the string walking functionality from Perl_sv_pos_b...
|
commit | commitdiff | tree |
2006-03-20 |
Nicholas Clark | Perl_utf8_distance can be implemented as a call to...
|
commit | commitdiff | tree |
2006-03-20 |
Nicholas Clark | The two loops in Perl_utf8_distance can be merged.
|
commit | commitdiff | tree |
2006-03-20 |
Nicholas Clark | If the scalar has just been upgraded to SVt_RV, there...
|
commit | commitdiff | tree |
2006-03-19 |
Nicholas Clark | Remove a redundant test on mg->mg_ptr. (It had to be...
|
commit | commitdiff | tree |
2006-03-17 |
Nicholas Clark | Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
|
commit | commitdiff | tree |
2006-03-17 |
Nicholas Clark | Remove a duplicated conditional test by putting everything...
|
commit | commitdiff | tree |
next |