2005-09-17 |
Nicholas Clark | Add suggestion to profile to find a better set of hot...
|
commit | commitdiff | tree |
2005-09-17 |
Nicholas Clark | add merge Perl_sv_2[inpu]v to TODO
|
commit | commitdiff | tree |
2005-09-17 |
Nicholas Clark | Making make -j... work is a TODO
|
commit | commitdiff | tree |
2005-09-17 |
Nicholas Clark | Add "automating coverage tests" as a TODO
|
commit | commitdiff | tree |
2005-09-17 |
Nicholas Clark | Re-order the TODO tasks based on the skills they need...
|
commit | commitdiff | tree |
2005-09-13 |
Nicholas Clark | Add Luke Closs to AUTHORS
|
commit | commitdiff | tree |
2005-09-13 |
Luke Closs | [perl #36448] configuring ranlib for perl on osx with...
|
commit | commitdiff | tree |
2005-09-10 |
Nicholas Clark | Experiment with putting the F<.patch>level into patchlevel.h
|
commit | commitdiff | tree |
2005-09-06 |
Nicholas Clark | Add a TODO test for bug #37038 - assigning to the match...
|
commit | commitdiff | tree |
2005-08-25 |
Nicholas Clark | Revert 25331 (except for the typo fix).
|
commit | commitdiff | tree |
2005-08-25 |
Nicholas Clark | To make the current implementation of sv_replace sane...
|
commit | commitdiff | tree |
2005-08-25 |
Nicholas Clark | Promote the warning about reference miscount in sv_replace...
|
commit | commitdiff | tree |
2005-08-25 |
Nicholas Clark | No need to manually set the reference count of a new...
|
commit | commitdiff | tree |
2005-08-21 |
John E. Malmberg | [patch@25305] t/op/arith.t fix for VMS with IEEE float
|
commit | commitdiff | tree |
2005-08-21 |
John E. Malmberg | [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
|
commit | commitdiff | tree |
2005-08-19 |
Abigail | Whitespace
|
commit | commitdiff | tree |
2005-08-17 |
Nicholas Clark | Given that we now have a union, there's no need for...
|
commit | commitdiff | tree |
2005-07-24 |
Craig A. Berry | Re: blead@25210 on OpenVMS (not good)
|
commit | commitdiff | tree |
2005-07-24 |
Craig A. Berry | blead help for VMS
|
commit | commitdiff | tree |
2005-07-19 |
Nicholas Clark | C<use Foo;> inside Foo.pm considered a "bad...
|
commit | commitdiff | tree |
2005-07-19 |
Nicholas Clark | C<use Foo;> inside Foo.pm considered a "bad thing"
|
commit | commitdiff | tree |
2005-07-19 |
Nicholas Clark | XS constants fail when their value is called for, not...
|
commit | commitdiff | tree |
2005-07-13 |
John Peacock | was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
|
commit | commitdiff | tree |
2005-07-09 |
Nicholas Clark | sv_dec is supposed to go *down*, m'kay.
|
commit | commitdiff | tree |
2005-07-08 |
Nicholas Clark | We no longer default to creating a new SV for GvSV.
|
commit | commitdiff | tree |
2005-07-08 |
Nicholas Clark | DEFSV causes GvSVn() to be used in lvalue context.
|
commit | commitdiff | tree |
2005-07-04 |
Andy Lester | Remove unnecessary null check
|
commit | commitdiff | tree |
2005-07-04 |
Nicholas Clark | Make the tests for hv_free_ent and hv_delayfree_ent...
|
commit | commitdiff | tree |
2005-07-04 |
Nicholas Clark | Implement hv_delayfree_ent in terms of hv_free_ent
|
commit | commitdiff | tree |
2005-07-04 |
Nicholas Clark | Tests for hv_delayfree_ent and hv_free_ent
|
commit | commitdiff | tree |
2005-07-04 |
Nicholas Clark | Provide a macro version of S_new_body to inline it...
|
commit | commitdiff | tree |
2005-07-04 |
Nicholas Clark | Inlining del_HE is actually a space optimisation.
|
commit | commitdiff | tree |
2005-07-04 |
Nicholas Clark | sv_setuv_mg is so rarely called that the IV optimisation...
|
commit | commitdiff | tree |
2005-07-02 |
Nicholas Clark | Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK...
|
commit | commitdiff | tree |
2005-07-02 |
Nicholas Clark | Convert bless.t to test.pl
|
commit | commitdiff | tree |
2005-07-02 |
Nicholas Clark | Copying the first parameter in the macro del_body seems...
|
commit | commitdiff | tree |
2005-07-02 |
Nicholas Clark | Unwrap the del_Xfoo() macros by explicitly noting the...
|
commit | commitdiff | tree |
2005-07-02 |
Nicholas Clark | Given that the GV no longer owns a reference on the...
|
commit | commitdiff | tree |
2005-07-02 |
Nicholas Clark | Passing gvtype as char rather than char * to S_varname...
|
commit | commitdiff | tree |
2005-07-02 |
Nicholas Clark | Don't inline offer_nice_chunk, as it's rarely called.
|
commit | commitdiff | tree |
2005-07-02 |
Nicholas Clark | Don't check the pointer is non-NULL before calling...
|
commit | commitdiff | tree |
2005-06-30 |
Nicholas Clark | By grabbing the length, we can use sv_setpvn here.
|
commit | commitdiff | tree |
2005-06-30 |
Nicholas Clark | Use sv_setpvn where we know the length.
|
commit | commitdiff | tree |
2005-06-30 |
Nicholas Clark | A terser way of implementing require_pv.
|
commit | commitdiff | tree |
2005-06-30 |
Nicholas Clark | We know the length, so use sv_setpvn rather than sv_setpv.
|
commit | commitdiff | tree |
2005-06-30 |
Nicholas Clark | Avoid using PL_Sv in the -V argument processing.
|
commit | commitdiff | tree |
2005-06-30 |
Nicholas Clark | Use Perl_sv_catpvf to shorten the code (source and...
|
commit | commitdiff | tree |
2005-06-30 |
Nicholas Clark | The core shouldn't be using PL_na
|
commit | commitdiff | tree |
2005-06-30 |
Nicholas Clark | -V:... would get upset (syntax error) if ... contained...
|
commit | commitdiff | tree |
2005-06-30 |
Nicholas Clark | Replace newSVpv(...,0) with newSVpvn where we know...
|
commit | commitdiff | tree |
2005-06-30 |
Nicholas Clark | Why use Perl_form and newSVpv when newSVpvf will do...
|
commit | commitdiff | tree |
2005-06-30 |
Nicholas Clark | If gp_flags is unused, why are we even allocating it?
|
commit | commitdiff | tree |
2005-06-30 |
Nicholas Clark | Nothing is actually relying on GvUNIQUE holding state.
|
commit | commitdiff | tree |
2005-06-29 |
Nicholas Clark | Expand on parts of perltodo
|
commit | commitdiff | tree |
2005-06-29 |
Nicholas Clark | All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
|
commit | commitdiff | tree |
2005-06-29 |
Nicholas Clark | Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
|
commit | commitdiff | tree |
2005-06-29 |
Nicholas Clark | Fixes to -DPERL_DONT_CREATE_GVSV to make more tests...
|
commit | commitdiff | tree |
2005-06-29 |
Nicholas Clark | First stab at not automatically creating an unused...
|
commit | commitdiff | tree |
2005-06-28 |
Nicholas Clark | Convert strcpy to memcpy where we already know the...
|
commit | commitdiff | tree |
2005-06-28 |
Dominic Dunlop | Re: Hints for 64bitall (PPC!) Darwin perl
|
commit | commitdiff | tree |
2005-06-27 |
Nicholas Clark | Fix sv_dec of undefined PVs to (a) not downgrade to NV
|
commit | commitdiff | tree |
2005-06-26 |
Nicholas Clark | Tweak the child dump socket protocol to return error...
|
commit | commitdiff | tree |
2005-06-26 |
Nicholas Clark | When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible...
|
commit | commitdiff | tree |
2005-06-26 |
Nicholas Clark | Need to pass a my_perl to S_my_localtime to make threaded...
|
commit | commitdiff | tree |
2005-06-25 |
Nicholas Clark | Add a sanity check to Config::AUTOLOAD to prevent infinte...
|
commit | commitdiff | tree |
2005-06-25 |
Nicholas Clark | On OS X to use perl's malloc need to USE_PERL_SBRK...
|
commit | commitdiff | tree |
2005-06-25 |
Nicholas Clark | Need to skip exporting PL_dumper_fd unless it is used.
|
commit | commitdiff | tree |
2005-06-25 |
Nicholas Clark | If forking during global destruction, the child needs...
|
commit | commitdiff | tree |
2005-06-24 |
Nicholas Clark | Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also...
|
commit | commitdiff | tree |
2005-06-24 |
Nicholas Clark | Need to do some sort of die/warn to get the "global...
|
commit | commitdiff | tree |
2005-06-23 |
Nicholas Clark | Remove the reference loop between symbol tables and...
|
commit | commitdiff | tree |
2005-06-23 |
Nicholas Clark | The current implementation of :unique is fundamentally...
|
commit | commitdiff | tree |
2005-06-23 |
Nicholas Clark | Add a define PERL_POISON which tries to trip up anything...
|
commit | commitdiff | tree |
2005-06-23 |
Nicholas Clark | Indent some of the #ifdef/#define/#endif to make the...
|
commit | commitdiff | tree |
2005-06-23 |
Nicholas Clark | Re-initialise PL_curcop to &PL_compiling before destroying...
|
commit | commitdiff | tree |
2005-06-22 |
Nicholas Clark | Add facility to fork() early in perl_destruct and use...
|
commit | commitdiff | tree |
2005-06-22 |
Nicholas Clark | Now that the global string table is using a single...
|
commit | commitdiff | tree |
2005-06-21 |
Nicholas Clark | Drag t/op/gv.t kicking and screaming into the century...
|
commit | commitdiff | tree |
2005-06-21 |
Nicholas Clark | Avoid having NULL entries in the weakref backreference...
|
commit | commitdiff | tree |
2005-06-21 |
Nicholas Clark | weak references aren't UVs, do don't show this in the...
|
commit | commitdiff | tree |
2005-06-21 |
Nicholas Clark | No need to set flags twice.
|
commit | commitdiff | tree |
2005-06-21 |
Nicholas Clark | As there will be no old body to dispose of, we can...
|
commit | commitdiff | tree |
2005-06-20 |
Nicholas Clark | Replace the non-const initialiser block + loop with...
|
commit | commitdiff | tree |
2005-06-20 |
Nicholas Clark | Silence warning in debug printf
|
commit | commitdiff | tree |
2005-06-20 |
Nicholas Clark | S_del_body is sufficiently small that inlining it is...
|
commit | commitdiff | tree |
2005-06-19 |
Nicholas Clark | If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly...
|
commit | commitdiff | tree |
2005-06-19 |
Craig A. Berry | Add a Configure test to see if NV 0.0 is stored as...
|
commit | commitdiff | tree |
2005-06-19 |
Nicholas Clark | Move the offset calculations outside of new_body/del_body.
|
commit | commitdiff | tree |
2005-06-18 |
Nicholas Clark | Refactor sv_dup to memcpy from source to destination...
|
commit | commitdiff | tree |
2005-06-18 |
Nicholas Clark | Squeeze a little more savings by moving pte and he...
|
commit | commitdiff | tree |
2005-06-18 |
Jim Cromie | squeeze repetition out of Perl_sv_free_arenas
|
commit | commitdiff | tree |
2005-06-18 |
Nicholas Clark | update AVs and HVs using the old_body, and remove all...
|
commit | commitdiff | tree |
2005-06-18 |
Nicholas Clark | sv_upgrade by memcpy
|
commit | commitdiff | tree |
2005-06-17 |
Nicholas Clark | Fix compiling with -DPURIFY
|
commit | commitdiff | tree |
2005-06-17 |
Nicholas Clark | Change 24886 was buggy - should be taking (and passing...
|
commit | commitdiff | tree |
2005-06-17 |
Nicholas Clark | Collect a little more information about the body we...
|
commit | commitdiff | tree |
2005-06-17 |
Nicholas Clark | Move freeing the old body after the creating of the...
|
commit | commitdiff | tree |
2005-06-17 |
Nicholas Clark | The only way is up!
|
commit | commitdiff | tree |
2005-06-17 |
Nicholas Clark | new_pte/del_pte can use new_body/del_body too
|
commit | commitdiff | tree |
2005-06-16 |
Nicholas Clark | Storing the ixv for magic arrays seems to cause double...
|
commit | commitdiff | tree |
next |