2005-10-29 |
Nicholas Clark | Replace sv_catsv_mg and sv_catpvn_mg, and move the...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | Add a new SMAGIC flag, to signal a call to SvSETMAGIC...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | All the private implementations of @foo for compilers...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | sv_utf8_upgrade declares itself to be a mathom, so...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | Replace sv_force_normal with a macro that calls sv_force_nor...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | Replace sv_unref with a macro that calls sv_unref_flags
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | sv_taint() can easily be replaced by a macro.
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | A terser implementation of S_varname, by using and...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | gv_fullname3 and gv_efullname3 are definately mathoms...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | gv_fullname and gv_efullname are definately mathoms.
|
commit | commitdiff | tree |
2005-10-28 |
Nicholas Clark | Use the return value from sprintf and avoid a call...
|
commit | commitdiff | tree |
2005-10-27 |
Nicholas Clark | Change 25850 failed to include all changed headers
|
commit | commitdiff | tree |
2005-10-26 |
Nicholas Clark | Store the raw bytes of the pid in PL_pidstatus, rather...
|
commit | commitdiff | tree |
2005-10-26 |
Nicholas Clark | Most platforms don't actually need PL_pidstatus, or...
|
commit | commitdiff | tree |
2005-10-25 |
Nicholas Clark | Code in wait4pid was calling hv_delete with the hash...
|
commit | commitdiff | tree |
2005-10-25 |
Nicholas Clark | Oops. the trick is to edit Makefile.SH
|
commit | commitdiff | tree |
2005-10-25 |
Nicholas Clark | Replace all the strlen()s related to PL_pidstatus with...
|
commit | commitdiff | tree |
2005-10-25 |
Nicholas Clark | Whoops. The Windows build is going to need to know...
|
commit | commitdiff | tree |
2005-10-24 |
Nicholas Clark | Add my_sprintf, which is usually just a macro for sprintf...
|
commit | commitdiff | tree |
2005-10-24 |
Nicholas Clark | Add a probe for whether sprintf returns the length...
|
commit | commitdiff | tree |
2005-10-22 |
Nicholas Clark | use more 'const' in the Encode data structures.
|
commit | commitdiff | tree |
2005-10-22 |
Nicholas Clark | Mark more static Encode data structures as const.
|
commit | commitdiff | tree |
2005-10-18 |
Nicholas Clark | Add Rafael's 5.10 roadmap to perltodo.
|
commit | commitdiff | tree |
2005-10-17 |
Nicholas Clark | Correct precedence from and to && in an expression...
|
commit | commitdiff | tree |
2005-10-06 |
Nicholas Clark | Avoid a cast
|
commit | commitdiff | tree |
2005-10-05 |
Nicholas Clark | Fix Compress::Zlib test boilerplate
|
commit | commitdiff | tree |
2005-09-29 |
Nicholas Clark | 2 more e-mail addresses that map to rgs
|
commit | commitdiff | tree |
2005-09-29 |
Nicholas Clark | checkAUTHORS.pl wasn't aware of one of Merijn's e-mail...
|
commit | commitdiff | tree |
2005-09-29 |
Nicholas Clark | Correct/tweak Changes so that checkAUTHORS.pl parses it.
|
commit | commitdiff | tree |
2005-09-29 |
Nicholas Clark | Teach the alias mapping about new committers.
|
commit | commitdiff | tree |
2005-09-29 |
Nicholas Clark | Cope with completely empty lines within the Changes...
|
commit | commitdiff | tree |
2005-09-29 |
Nicholas Clark | Attempting to do too many things simultaneously with...
|
commit | commitdiff | tree |
2005-09-28 |
Nicholas Clark | savepv and savepvn are actually NULLOK
|
commit | commitdiff | tree |
2005-09-28 |
Nicholas Clark | Forgot to run embed.pl after change 25637
|
commit | commitdiff | tree |
2005-09-28 |
Nicholas Clark | We can use the C pre-processor to build a single, longer...
|
commit | commitdiff | tree |
2005-09-26 |
Nicholas Clark | const sausage const const bacon const tomato and const
|
commit | commitdiff | tree |
2005-09-22 |
Nicholas Clark | As SvPVX_mutable and SvPVX_const are new, they don...
|
commit | commitdiff | tree |
2005-09-22 |
Nicholas Clark | The New*() compatibility macros aren't needed inside...
|
commit | commitdiff | tree |
2005-09-21 |
Nicholas Clark | Remove the last STRLEN n_a;s that my compiler can reach.
|
commit | commitdiff | tree |
2005-09-19 |
Nicholas Clark | The second argument to Move() is the destination, so...
|
commit | commitdiff | tree |
2005-09-19 |
Nicholas Clark | Add parallel testing to TODO
|
commit | commitdiff | tree |
2005-09-19 |
Nicholas Clark | First argument to he_dup is actually a const HE *
|
commit | commitdiff | tree |
2005-09-19 |
Nicholas Clark | All Perl_hv_name_set()s need to be plain hv_name_set...
|
commit | commitdiff | tree |
2005-09-19 |
Nicholas Clark | Improve failure case diagnostics from comp/package.t
|
commit | commitdiff | tree |
2005-09-18 |
Nicholas Clark | Should have been embed.h, not proto.h, in 25475
|
commit | commitdiff | tree |
2005-09-18 |
Nicholas Clark | It looks like the only way to reliably make Perl_hv_name_set...
|
commit | commitdiff | tree |
2005-09-18 |
Nicholas Clark | Tidying up the unused or unneeded global variables...
|
commit | commitdiff | tree |
2005-09-18 |
Nicholas Clark | Controlling what the GNU linker exports from a shared...
|
commit | commitdiff | tree |
2005-09-18 |
Nicholas Clark | Detail the minimal rewards programme we have on offer.
|
commit | commitdiff | tree |
2005-09-17 |
Nicholas Clark | refactoring xsubpp should have been in the "just perl...
|
commit | commitdiff | tree |
2005-09-17 |
Nicholas Clark | Add "refactor xsubpp to be a thin wrapper around ExtUtils...
|
commit | commitdiff | tree |
2005-09-17 |
Nicholas Clark | Add shrinking GVs and CVs to the TODO
|
commit | commitdiff | tree |
2005-09-17 |
Nicholas Clark | Add reduce duplication in sv_setsv_flags to TODO
|
commit | commitdiff | tree |
2005-09-17 |
Nicholas Clark | Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5...
|
commit | commitdiff | tree |
2005-09-17 |
Nicholas Clark | vv5.9.3 is clearly a bug.
|
commit | commitdiff | tree |
2005-09-17 |
Nicholas Clark | Add ordering of "global" variables to TODO
|
commit | commitdiff | tree |
2005-09-17 |
Nicholas Clark | Holding a mutex then croak()ing strikes me as deadlock.
|
commit | commitdiff | tree |
2005-09-17 |
Nicholas Clark | Add emulate the per-thread memory pool on Unix to the...
|
commit | commitdiff | tree |
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-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-17 |
Nicholas Clark | Given that we now have a union, there's no need for...
|
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-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 |
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 |
next |