2005-06-12 |
Nicholas Clark | Shortcut chasing round strtab when we're not the last...
|
commit | commitdiff | tree |
2005-06-12 |
Nicholas Clark | In the shared string table, store the HE and HEK next...
|
commit | commitdiff | tree |
2005-06-11 |
Nicholas Clark | This isn't an LVALUE, so make the compiler enforce...
|
commit | commitdiff | tree |
2005-06-11 |
Nicholas Clark | hash key code cleanup
|
commit | commitdiff | tree |
2005-06-11 |
Nicholas Clark | Shrink shared hash scalars from PVIV to PV
|
commit | commitdiff | tree |
2005-06-11 |
Nicholas Clark | Propagate const/mutable/not into the SvPV call for...
|
commit | commitdiff | tree |
2005-06-10 |
Nicholas Clark | More SvPV consting. And other related drive-by refactoring.
|
commit | commitdiff | tree |
2005-06-10 |
Nicholas Clark | More SvPV consting, including some code cleanup and...
|
commit | commitdiff | tree |
2005-06-10 |
Nicholas Clark | Move SvPV consting, remove an n_a, and correct one...
|
commit | commitdiff | tree |
2005-06-10 |
Nicholas Clark | Allison says that "Media" isn't really needed in the...
|
commit | commitdiff | tree |
2005-06-10 |
Nicholas Clark | Add SvGROW_mutable
|
commit | commitdiff | tree |
2005-06-10 |
Nicholas Clark | Passing read only values (such as string constants...
|
commit | commitdiff | tree |
2005-06-10 |
Nicholas Clark | Don't pass constants to select
|
commit | commitdiff | tree |
2005-06-10 |
Nicholas Clark | Work around bug 36211, plus a lot of TODO regression...
|
commit | commitdiff | tree |
2005-06-10 |
Nicholas Clark | Change 24531 broke DEBUG_LEAKING_SCALARS.
|
commit | commitdiff | tree |
2005-06-09 |
Nicholas Clark | $r = do {my @a; \$#a}; $$r = 503 # is also naughty...
|
commit | commitdiff | tree |
2005-06-09 |
Nicholas Clark | Fixes the case of $a = \$#{[]}; and then accessing $$a
|
commit | commitdiff | tree |
2005-06-09 |
Nicholas Clark | Convert op/array.t to test.pl
|
commit | commitdiff | tree |
2005-06-09 |
Nicholas Clark | More SvPV consting
|
commit | commitdiff | tree |
2005-06-09 |
Nicholas Clark | Don't ignore errors from an eval.
|
commit | commitdiff | tree |
2005-06-09 |
Nicholas Clark | Update API docs.
|
commit | commitdiff | tree |
2005-06-09 |
Nicholas Clark | Change perforce filetype from text to text+w (so regen...
|
commit | commitdiff | tree |
2005-06-09 |
Nicholas Clark | reentr.pl should be using regen_lib.pl and unlinking...
|
commit | commitdiff | tree |
2005-06-09 |
Nicholas Clark | Make minitest pass (must skip if no dynaloading)
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | More SvPV consting
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | The old COW code needs to use SvPVX_mutable when doing...
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | Add SvPV_mutable for use by the old COW code.
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | sv_setsv is allowed to swipe buffers from read only...
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | const-ize pp_formline
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | Remove repeated C<n_a>s
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | Remove the n_a
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | Add and use MgPV_nolen_const
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | Nuke some more n_a, and convert S_gv_ename from char...
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | Allow a null length pointer to sv_pvn_force_flags.
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | n_a no more
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | Eliminate more C<n_a>s
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | A mising cast (given that rx->subbeg is only char *)
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | One more SvPV_const
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | Don't test the core XS code yet with PERL_DEBUG_COW > 1
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | Remove two more unused C<n_a>s
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | Better sv_2pv_flags implementation (avoid writing to...
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | Convert POPpx POPpconstx and POPpbytex to use nolen...
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | Add SvPVx_nolen and SvPVbytex_nolen
|
commit | commitdiff | tree |
2005-06-08 |
Nicholas Clark | More SvPV consting
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | More SvPV consting
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | More SvPV consting
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | More consting of SvPV
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | More SvPV consting.
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | Add SvPV_nolen_const and SvPV_nomg_const
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | Add MgPV_const
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | Change 24733 allows several pointers to be NULL. Therefore...
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | Simplify the implementation of SvPV*nolen functions
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | Ensure string table counts are balanced. (Was not true...
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | make pp_split const
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | Lots of consting
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | The FBM compile code is mutable, because it's permissible...
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | XS_VERSION_BOOTCHECK is read only.
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | POPpx needs a const equivalent.
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | Make a start at consting calls to SvPV. SV conversion...
|
commit | commitdiff | tree |
2005-06-07 |
Nicholas Clark | Need const versions of SvPV(), so that its callers...
|
commit | commitdiff | tree |
2005-06-06 |
Nicholas Clark | Abstract all access to the shared hash value through...
|
commit | commitdiff | tree |
2005-06-06 |
Nicholas Clark | SvIsCOW_shared_hash is declared all the time, so use it.
|
commit | commitdiff | tree |
2005-06-06 |
Nicholas Clark | Shared hash key scalars can be safely copied as shared...
|
commit | commitdiff | tree |
2005-06-03 |
Nicholas Clark | Use newSVhek in the cloning code.
|
commit | commitdiff | tree |
2005-06-03 |
Nicholas Clark | Use newSVhek where we're generating SVs from package...
|
commit | commitdiff | tree |
2005-06-03 |
Nicholas Clark | s/newSVpv_hek/newSVhek/g; # Lousy choice of name
|
commit | commitdiff | tree |
2005-06-03 |
Nicholas Clark | Create newSVpv_hek to reduce code duplication where...
|
commit | commitdiff | tree |
2005-06-02 |
Nicholas Clark | Integrate perl587delta.pod, the changes in perlhist...
|
commit | commitdiff | tree |
2005-06-02 |
Nicholas Clark | Dave can see a better way of doing the rounding.
|
commit | commitdiff | tree |
2005-06-02 |
Nicholas Clark | 24672 is innocent. valgrind + perl's malloc considered...
|
commit | commitdiff | tree |
2005-06-02 |
Nicholas Clark | Changes 24660 and 24665 both introduced errors into...
|
commit | commitdiff | tree |
2005-06-02 |
Nicholas Clark | Oops. My maths was too generous (by 1).
|
commit | commitdiff | tree |
2005-06-02 |
Nicholas Clark | Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which...
|
commit | commitdiff | tree |
2005-06-01 |
Nicholas Clark | Round up all string length requests to malloc()/realloc...
|
commit | commitdiff | tree |
2005-06-01 |
Nicholas Clark | I think SvCUR() was intended rather than SvLEN()
|
commit | commitdiff | tree |
2005-06-01 |
Nicholas Clark | We don't have XRVs any more, so remove the typedef
|
commit | commitdiff | tree |
2005-06-01 |
Nicholas Clark | Zero-ing the new HV array is pointless, as we write...
|
commit | commitdiff | tree |
2005-06-01 |
Nicholas Clark | As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the...
|
commit | commitdiff | tree |
2005-06-01 |
Nicholas Clark | Store the xhv_aux structure after the main array.
|
commit | commitdiff | tree |
2005-06-01 |
Nicholas Clark | If we're building config_heavy.pl somewhere else, then...
|
commit | commitdiff | tree |
2005-06-01 |
Nicholas Clark | Following the head refactoring, the Newz doesn't clear...
|
commit | commitdiff | tree |
2005-05-31 |
Nicholas Clark | Attempt 2 at a diet memory layout can go live.
|
commit | commitdiff | tree |
2005-05-31 |
Nicholas Clark | Avoid updating a variable in a loop.
|
commit | commitdiff | tree |
2005-05-31 |
Nicholas Clark | Avoid updating a variable in the loop
|
commit | commitdiff | tree |
2005-05-30 |
Nicholas Clark | Change the logic to avoid needing to set a variable...
|
commit | commitdiff | tree |
2005-05-30 |
Nicholas Clark | Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
|
commit | commitdiff | tree |
2005-05-30 |
Nicholas Clark | Need a cast to avoid a compiler warning.
|
commit | commitdiff | tree |
2005-05-29 |
Nicholas Clark | Goodbye xav_arylen. You won't be missed that much.
|
commit | commitdiff | tree |
2005-05-29 |
Nicholas Clark | Change the IV to a union.
|
commit | commitdiff | tree |
2005-05-29 |
Nicholas Clark | Teach buildtoc about README.openbsd, and regenerate...
|
commit | commitdiff | tree |
2005-05-29 |
Nicholas Clark | Restort into bulidtoc's preferred order
|
commit | commitdiff | tree |
2005-05-27 |
Nicholas Clark | In assert(), we mustn't stringify the message as part...
|
commit | commitdiff | tree |
2005-05-27 |
Nicholas Clark | is() is better than ok()
|
commit | commitdiff | tree |
2005-05-27 |
Nicholas Clark | Get the HEK once only in the hot code (class method...
|
commit | commitdiff | tree |
2005-05-26 |
Nicholas Clark | Rename the members of the SV head union to avoid pre...
|
commit | commitdiff | tree |
2005-05-26 |
Nicholas Clark | Store the package name as a shared HEK.
|
commit | commitdiff | tree |
2005-05-26 |
Nicholas Clark | We know how big the global string table will be, so...
|
commit | commitdiff | tree |
2005-05-26 |
Nicholas Clark | It helps to set the total keys correctly when duplicating...
|
commit | commitdiff | tree |
2005-05-25 |
Nicholas Clark | Export Perl_hek_dup, which duplicates shared hash keys.
|
commit | commitdiff | tree |
next |