2008-01-09 |
Nicholas Clark | 1e4 isn't large enough with 16 byte long doubles (at...
|
commit | commitdiff | tree |
2008-01-09 |
Nicholas Clark | Change 32899 missed the other double-reference count.
|
commit | commitdiff | tree |
2008-01-09 |
Nicholas Clark | newSV() + sv_upgrade() => newSV_type()
|
commit | commitdiff | tree |
2008-01-08 |
Nicholas Clark | With regexps stored as real RVs, we can eliminate SvREPADTMP().
|
commit | commitdiff | tree |
2008-01-08 |
Nicholas Clark | PL_regex_padav can simply be dup()ed. This is surprisingly...
|
commit | commitdiff | tree |
2008-01-08 |
Nicholas Clark | In PL_regexp_padav, store regexps via real references...
|
commit | commitdiff | tree |
2008-01-08 |
Nicholas Clark | Correct a long-standing ithreads reference counting...
|
commit | commitdiff | tree |
2008-01-07 |
Nicholas Clark | Post change 32880, restore the dummy sub Regexp::DESTROY {}
|
commit | commitdiff | tree |
2008-01-07 |
Nicholas Clark | Clarify the use of SVf_BREAK on PL_reg_curpm.
|
commit | commitdiff | tree |
2008-01-07 |
Nicholas Clark | Don't set the public IV or NV flags if the string converted...
|
commit | commitdiff | tree |
2008-01-07 |
Nicholas Clark | Save an upgrade each by first setting the NV on PL_sv_yes...
|
commit | commitdiff | tree |
2008-01-07 |
Nicholas Clark | ReREFCNT_inc() should return a pointer to REGEXP.
|
commit | commitdiff | tree |
2008-01-06 |
Nicholas Clark | Enforce some type safety in PM_SETRE by adding PM_SETRE_OFFSET.
|
commit | commitdiff | tree |
2008-01-06 |
Nicholas Clark | Clarify the intent of the code in Perl_op_clear. Under...
|
commit | commitdiff | tree |
2008-01-06 |
Nicholas Clark | Fix a bug in mad - regexps can be 8 bit, not just ASCII...
|
commit | commitdiff | tree |
2008-01-06 |
Nicholas Clark | Allow sv_setsv_flags() to copy SVt_REGEXP much like...
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Fix a compilation warning created when RX_PRELEN()...
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Make REGEXP a type distinct from SV. (Much like AV...
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Don't allocate the NV slot for SVt_REGEXP.
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | In struct regexp move the member paren_names to the...
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Convert all accesses of the member paren_names of struct...
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Abolish RXf_UTF8. Store the UTF-8-ness of the pattern...
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Make Perl_pregcomp() use SvUTF8() of the pattern, rather...
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Replace all reads of RXf_UTF8 with RX_UTF8().
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Abolish wraplen from struct regexp. We're already storing...
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Remove a comment that is no longer necessary since...
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Abolish RXp_PRELEN(rx) and RXp_WRAPLEN()
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Make ext/re/t/re_funcs.t warnings clean.
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Abolish wrapped in struct regexp - store the wrapped...
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Add RX_UTF8(), which is effectively SvUTF8() but for...
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Protect me (and my fellow muppets) from screens of...
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | BER is all very well, but it turns out that it's better...
|
commit | commitdiff | tree |
2008-01-05 |
Nicholas Clark | Fix the compile for -DPERL_OLD_COPY_ON_WRITE (apart...
|
commit | commitdiff | tree |
2008-01-04 |
Nicholas Clark | Re-implement the SvOOK() hack to store the offset as...
|
commit | commitdiff | tree |
2008-01-04 |
Nicholas Clark | Oops. Forgot to propagate the rename of Perl_re_dup...
|
commit | commitdiff | tree |
2008-01-04 |
Nicholas Clark | Re-implement mPUSHp() and mXPUSHp() using Perl_newSVpvn_flag...
|
commit | commitdiff | tree |
2008-01-04 |
Nicholas Clark | Add a small program that gets the C pre-processor to...
|
commit | commitdiff | tree |
2008-01-03 |
Nicholas Clark | Missed three sv_2mortal(newSVpvn(...))s in the headers.
|
commit | commitdiff | tree |
2008-01-03 |
Nicholas Clark | Add newSVpvs_flags() as a wrapper to newSVpvn_flags...
|
commit | commitdiff | tree |
2008-01-03 |
Nicholas Clark | Extend newSVpvn_flags() to also call sv_2mortal() if...
|
commit | commitdiff | tree |
2008-01-03 |
Nicholas Clark | We can now sv_upgrade(sv, SVt_PVHV), so do so, to simplify...
|
commit | commitdiff | tree |
2008-01-03 |
Nicholas Clark | Possible future bugs found by the creation of newSVpvn_flags().
|
commit | commitdiff | tree |
2008-01-03 |
Nicholas Clark | Add HeUTF8() to complement HePV() and then immediately...
|
commit | commitdiff | tree |
2008-01-03 |
Nicholas Clark | Typo spotted by Jarkko.
|
commit | commitdiff | tree |
2008-01-03 |
Nicholas Clark | Fixes to get MAD working after change 32804, and some...
|
commit | commitdiff | tree |
2008-01-02 |
Nicholas Clark | Add a new function newSVpvn_flags(), which takes a...
|
commit | commitdiff | tree |
2008-01-02 |
Nicholas Clark | Silly Nick - change 32804 missed updating the list...
|
commit | commitdiff | tree |
2008-01-02 |
Nicholas Clark | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs...
|
commit | commitdiff | tree |
2008-01-02 |
Nicholas Clark | Convert some "regexp" and "struct regexp" to REGEXP...
|
commit | commitdiff | tree |
2008-01-02 |
Nicholas Clark | Wrap all deferences of struct regexp* in macros RX_...
|
commit | commitdiff | tree |
2007-12-31 |
Nicholas Clark | As Perl_magic_setbm() and Perl_magic_setfm() aren't...
|
commit | commitdiff | tree |
2007-12-31 |
Nicholas Clark | Perl_magic_setbm() and Perl_magic_setfm() are mathoms...
|
commit | commitdiff | tree |
2007-12-31 |
Nicholas Clark | assert() that we're not trying to free scalars a second...
|
commit | commitdiff | tree |
2007-12-30 |
Nicholas Clark | Change 32783 was generating warnings from gcc about...
|
commit | commitdiff | tree |
2007-12-29 |
Nicholas Clark | In sv_chop(), write sentinals over the part of the...
|
commit | commitdiff | tree |
2007-12-29 |
Nicholas Clark | Move all code that relies on reading the to-be-thrown...
|
commit | commitdiff | tree |
2007-12-29 |
Nicholas Clark | Change 32760 needed to add a cast to avoid a warning.
|
commit | commitdiff | tree |
2007-12-29 |
Nicholas Clark | Reorder the external regexp flags to get RXf_PMf_STD_PMMOD...
|
commit | commitdiff | tree |
2007-12-29 |
Nicholas Clark | The position of the modifier flag bits is actually...
|
commit | commitdiff | tree |
2007-12-29 |
Nicholas Clark | Perl_sv_chop() can return early if it's being asked...
|
commit | commitdiff | tree |
2007-12-29 |
Nicholas Clark | die if multiple macros in regexp.h attempt to use the...
|
commit | commitdiff | tree |
2007-12-29 |
Nicholas Clark | Change Perl_av_iter_p() to return IV* rather than I32...
|
commit | commitdiff | tree |
2007-12-29 |
Nicholas Clark | Note to future self about moving the regexp flag bits...
|
commit | commitdiff | tree |
2007-12-29 |
Nicholas Clark | Wrap wrapped and wraplen from struct regexp in macros...
|
commit | commitdiff | tree |
2007-12-28 |
Nicholas Clark | Eliminate prelen from struct regexp. Possibly we are...
|
commit | commitdiff | tree |
2007-12-28 |
Nicholas Clark | Replace 3 uses of RX_PRELEN(r) with plen, which has...
|
commit | commitdiff | tree |
2007-12-28 |
Nicholas Clark | Eliminate precomp from struct regexp. Store the offset...
|
commit | commitdiff | tree |
2007-12-28 |
Nicholas Clark | Silly Nick. There was a bug in change 30757 whereby...
|
commit | commitdiff | tree |
2007-12-28 |
Nicholas Clark | Wrap all accesses to the members precomp and prelen...
|
commit | commitdiff | tree |
2007-12-28 |
Nicholas Clark | Dump the REGEXP member of SVt_REGEXP.
|
commit | commitdiff | tree |
2007-12-28 |
Nicholas Clark | First class regexps.
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | Better diagnostics for the tests for #20683.
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | scalars used in postponed subexpressions aren't first...
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | Proper $TODO support in &ok() and &iseq() in pat.t
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | Localize $\ before changing it, so as not to affect...
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | Test that we can clone regexps into new threads, and...
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | "Automate" change 32648 (ensure that -E always loads...
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | You can't coerce a typeglob to a string. (Restore the...
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | assert() that the sv_unmagic() in S_regmatch() is unneeded.
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | You don't need $(DYNALOADER) to make $(nonxs_ext)
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | Regexps are now orange.
|
commit | commitdiff | tree |
2007-12-27 |
Nicholas Clark | Remove the last Null(...) from x2p/*
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Tweak Perl_sv_upgrade() so that references can upgrade...
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Take code that occurs in three places to take a scalar...
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Remove two warnings (sub diag() was redefined, and...
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Eliminate SVt_RV, and use SVt_IV to store plain references.
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Better diagnostics by removing an && from an ok() and...
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Use print rather than diag(), as these routine messages...
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | Swap SVt_RV and SVt_NV in the SV ordering.
|
commit | commitdiff | tree |
2007-12-26 |
Nicholas Clark | A test for upgrading scalars. Curiously, before this...
|
commit | commitdiff | tree |
2007-12-23 |
Nicholas Clark | Correct the correction. This one is both a correcly...
|
commit | commitdiff | tree |
2007-12-23 |
Nicholas Clark | Fix my typo in a comment.
|
commit | commitdiff | tree |
2007-12-23 |
Nicholas Clark | In SvPV_free(), assert() that no-one is trying to free...
|
commit | commitdiff | tree |
2007-12-23 |
Nicholas Clark | { my $a; } not warning about being used only once is...
|
commit | commitdiff | tree |
2007-12-23 |
Nicholas Clark | Add an assert() to verify my assumption that no-one...
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Remove warning about casting integer to different sized...
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Replace our assert-which-can-be-caught-by-eval with...
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Remove the definitions of Null(), Nullch, Nullfp, Nullsv...
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Hateful software that sends my cursor keys as packets...
|
commit | commitdiff | tree |
2007-12-22 |
Nicholas Clark | Add a Configure probe for <assert.h>
|
commit | commitdiff | tree |
next |