2005-10-30 |
Nicholas Clark | is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Jarkko and I think that Perl_is_utf8_alnumc should...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Perl_is_utf8_* share a lot of common code. Pull that...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Given that sv_nosharing performs the same function...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace uvuni_to_utf8() with a macro that passes the...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | global.sym appears to have become out of date. Oops.
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace is_utf8_string_loc() with a macro that passes...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Fix typos in comments.
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Functions that die aren't exactly well used code.
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | save_hints is a mathom.
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | I infer that change 25891 as-is would break OS2. This...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | init_i18nl14n is a mathom.
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace hv_magic() with a macro to call sv_magic()...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Fix win32 breakage inadvertently introduced by 25889
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace hv_iternext() with a macro that calls hv_iternext_fl...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Fix typo in comment.
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace gv_fetchmethod() with a macro to call gv_fetchmethod...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | I think we have a winner. do_pipe hasn't been called...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace do_aexec() with a macro to call do_aexec5(...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace do_exec() with a macro to call do_exec3() with...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace do_open() with a macro to call do_openn() with...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | Replace the body of the rarely used sv_setpviv_mg with...
|
commit | commitdiff | tree |
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 |
next |