2007-02-26 |
Nicholas Clark | Convert t/op/sub_lval.t to test.pl
|
commit | commitdiff | tree |
2007-02-19 |
Nicholas Clark | Avoid *some* g++ errors. (But not all yet)
|
commit | commitdiff | tree |
2007-02-18 |
Nicholas Clark | More efficient to call newSV_type() then SvGROW() instead...
|
commit | commitdiff | tree |
2007-02-18 |
Nicholas Clark | Add a new API function newSV_type, to replace the idiom:
|
commit | commitdiff | tree |
2007-02-18 |
Nicholas Clark | Properly handle the differences in hints in the optree...
|
commit | commitdiff | tree |
2007-02-18 |
Nicholas Clark | newHV doesn't need to turn off POK or NOK, as they...
|
commit | commitdiff | tree |
2007-02-18 |
Nicholas Clark | test.pl should locally increase $Level, rather than...
|
commit | commitdiff | tree |
2007-02-17 |
Nicholas Clark | Missed an aTHX_ in B's call to Perl_emulate_cop_io.
|
commit | commitdiff | tree |
2007-02-17 |
Nicholas Clark | Split the storage of the layers specificied by open...
|
commit | commitdiff | tree |
2007-02-16 |
Nicholas Clark | Move all the cut&paste open TODO logic into OptreeCheck...
|
commit | commitdiff | tree |
2007-02-14 |
Nicholas Clark | There's no need to special case SVt_NULL in the print...
|
commit | commitdiff | tree |
2007-02-14 |
Nicholas Clark | Change 30276 wasn't meant do mess with t/lib/common...
|
commit | commitdiff | tree |
2007-02-13 |
Nicholas Clark | Invoke minitrue to ensure that my spelling had always...
|
commit | commitdiff | tree |
2007-02-13 |
Nicholas Clark | Change 26487 left some debugging code in, and through...
|
commit | commitdiff | tree |
2007-02-12 |
Nicholas Clark | Integrate:
|
commit | commitdiff | tree |
2007-02-12 |
Nicholas Clark | Note why storing a reference as an integer in %^H is...
|
commit | commitdiff | tree |
2007-02-10 |
Nicholas Clark | These casts to GV are no longer needed.
|
commit | commitdiff | tree |
2007-02-09 |
Nicholas Clark | Fix Pod errors.
|
commit | commitdiff | tree |
2007-02-09 |
Nicholas Clark | Unknown formatting code U<> spotted by Jesse - presumably...
|
commit | commitdiff | tree |
2007-02-09 |
Nicholas Clark | Update the lists of files that makerel needs to process...
|
commit | commitdiff | tree |
2007-02-07 |
Nicholas Clark | opening $0 doesn't work if you change directory. So...
|
commit | commitdiff | tree |
2007-02-07 |
Nicholas Clark | TODO tests for eval of tainted scalars. (change 29193...
|
commit | commitdiff | tree |
2007-02-05 |
Nicholas Clark | Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save...
|
commit | commitdiff | tree |
2007-02-05 |
Nicholas Clark | t/lib/common.pl can be warnings clean.
|
commit | commitdiff | tree |
2007-02-05 |
Nicholas Clark | Upgrade to ExtUtils-ParseXS-2.18
|
commit | commitdiff | tree |
2007-02-05 |
Nicholas Clark | Use the new conditional TODOs to mark as TODO the warning...
|
commit | commitdiff | tree |
2007-02-05 |
Nicholas Clark | Enhance t/lib/common.pl to provide conditional TODOs...
|
commit | commitdiff | tree |
2007-02-04 |
Nicholas Clark | Change 23753 wasn't quite a perfect refactoring, as...
|
commit | commitdiff | tree |
2007-02-04 |
Nicholas Clark | Currently Changes is in ISO-8859-1, not UTF-8, so correct...
|
commit | commitdiff | tree |
2007-02-03 |
Nicholas Clark | Purge all references to 5005 threads variables in the...
|
commit | commitdiff | tree |
2007-02-02 |
Nicholas Clark | A few more places where we know the length for sv_setpv...
|
commit | commitdiff | tree |
2007-02-02 |
Nicholas Clark | Testing every pattern by also upgrading to UTF-8 would...
|
commit | commitdiff | tree |
2007-02-02 |
Nicholas Clark | Change 29502 wasn't perfect - you need to remove any...
|
commit | commitdiff | tree |
2007-02-02 |
Nicholas Clark | Better dump reporting of "PVBM"s.
|
commit | commitdiff | tree |
2007-02-01 |
Nicholas Clark | Allow regexp.t to take a command line argument for...
|
commit | commitdiff | tree |
2007-02-01 |
Nicholas Clark | Make t/op/regexp.t warnings clean.
|
commit | commitdiff | tree |
2007-02-01 |
Nicholas Clark | Make t/op/regexp.t run under use strict; including...
|
commit | commitdiff | tree |
2007-01-31 |
Nicholas Clark | You can't have special blocks if the subroutine has...
|
commit | commitdiff | tree |
2007-01-30 |
Nicholas Clark | Refactor the code used to check/execute BEGIN/UNITCHECK...
|
commit | commitdiff | tree |
2007-01-29 |
Nicholas Clark | Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.
|
commit | commitdiff | tree |
2007-01-29 |
Nicholas Clark | UNITCHECK for XS code. Turned out to be harder that...
|
commit | commitdiff | tree |
2007-01-29 |
Nicholas Clark | BEGIN blocks in XS should work. (Given that CHECK,...
|
commit | commitdiff | tree |
2007-01-29 |
Nicholas Clark | Add av_create_and_push() and av_create_and_unshift_one...
|
commit | commitdiff | tree |
2007-01-28 |
Nicholas Clark | Convert ext/B/t/debug.t to Test::More. (Diagnostics...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | As we're not using UVf in the core, don't even define...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | Change 30034 wasn't enough to silence the warnings...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | newPADOP()'s sv parameter is never NULL, so mark it...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | newPADOP is only used under ithreads, so don't waste...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | One last gv_fetchpv() that should be GV_ADD rather...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | Using gv_stashsv() and sv_setsv() in Perl_package reduces...
|
commit | commitdiff | tree |
2007-01-27 |
Nicholas Clark | A test to exercise the smallbuf overflow code in S_incline...
|
commit | commitdiff | tree |
2007-01-26 |
Nicholas Clark | Stop S_incline needing to temporarily write a '\0'...
|
commit | commitdiff | tree |
2007-01-26 |
Nicholas Clark | As we're not passing over (or copying in) a NUL, don...
|
commit | commitdiff | tree |
2007-01-25 |
Nicholas Clark | Convert the last remaining 256 byte "small"bufs to...
|
commit | commitdiff | tree |
2007-01-25 |
Nicholas Clark | Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL...
|
commit | commitdiff | tree |
2007-01-25 |
Nicholas Clark | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
|
commit | commitdiff | tree |
2007-01-25 |
Nicholas Clark | Change 28058 hadn't been tested with -DPERL_CREATE_GVSV
|
commit | commitdiff | tree |
2007-01-24 |
Nicholas Clark | Display the process id as part of the trace output...
|
commit | commitdiff | tree |
2007-01-24 |
Nicholas Clark | Fix typo in the description of change 27911
|
commit | commitdiff | tree |
2007-01-24 |
Nicholas Clark | Wrap the macro arguments for ck_proto in ().
|
commit | commitdiff | tree |
2007-01-23 |
Nicholas Clark | Add lib to @INC so that ./perl t/op/local.t works.
|
commit | commitdiff | tree |
2007-01-23 |
Nicholas Clark | Change 29936 missed a ;
|
commit | commitdiff | tree |
2007-01-22 |
Nicholas Clark | Fix a typo and some doubled spaces in comments.
|
commit | commitdiff | tree |
2007-01-22 |
Nicholas Clark | Remove duplicate assignment to PL_eval_root in Perl_create_e...
|
commit | commitdiff | tree |
2007-01-22 |
Nicholas Clark | Fix my typo, as spotted by Steve Peters
|
commit | commitdiff | tree |
2007-01-21 |
Nicholas Clark | Assignments to function pointers can't be NULL, as...
|
commit | commitdiff | tree |
2007-01-21 |
Nicholas Clark | Restore the const to vtbl in Perl_mg_localize() removed...
|
commit | commitdiff | tree |
2007-01-21 |
Nicholas Clark | Remove register keyword from dSP; (at least for now)
|
commit | commitdiff | tree |
2007-01-21 |
Nicholas Clark | Refactor the common soft-reference code from pp_rv2sv...
|
commit | commitdiff | tree |
2007-01-20 |
Nicholas Clark | defined @$foo and defined %$bar should be subject to...
|
commit | commitdiff | tree |
2007-01-19 |
Nicholas Clark | Yves spotted that I'd not regenerated perlapi.pod when...
|
commit | commitdiff | tree |
2007-01-19 |
Nicholas Clark | Marcus Holland-Moritz notes that the first argument to
|
commit | commitdiff | tree |
2007-01-19 |
Nicholas Clark | Fix breakage for -DDEBUGGING accidentally introduced...
|
commit | commitdiff | tree |
2007-01-19 |
Nicholas Clark | Add a parameter to Perl_get_arena() to pass in the...
|
commit | commitdiff | tree |
2007-01-19 |
Nicholas Clark | I think that it's clearer if aroot is only struct arena_set *
|
commit | commitdiff | tree |
2007-01-19 |
Nicholas Clark | As Perl_get_arena() is dealing with sizes, use size_t...
|
commit | commitdiff | tree |
2007-01-18 |
Nicholas Clark | Move C<static bool done_sanity_check;> inside the only...
|
commit | commitdiff | tree |
2007-01-18 |
Nicholas Clark | Add in missing dVAR that prevents compilation with
|
commit | commitdiff | tree |
2007-01-18 |
Nicholas Clark | Move the flag checking for isGV_with_GP() into the...
|
commit | commitdiff | tree |
2007-01-18 |
Nicholas Clark | Given that we now do the tests in S_visit() to avoid...
|
commit | commitdiff | tree |
2007-01-18 |
Nicholas Clark | As PVLVs can hold globs in some cases, I think that...
|
commit | commitdiff | tree |
2007-01-17 |
Nicholas Clark | Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in...
|
commit | commitdiff | tree |
2007-01-17 |
Nicholas Clark | Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_rele...
|
commit | commitdiff | tree |
2007-01-17 |
Nicholas Clark | If we use SvUPGRADE() rather than sv_upgrade() then...
|
commit | commitdiff | tree |
2007-01-15 |
Nicholas Clark | pp_rv2av and pp_rv2hv have a lot of common code, so...
|
commit | commitdiff | tree |
2007-01-15 |
Nicholas Clark | Make changes analagous to pp_rv2hv's 21394 and 24489...
|
commit | commitdiff | tree |
2007-01-15 |
Nicholas Clark | Add get_cvn_flags(), which is like get_cv() but takes...
|
commit | commitdiff | tree |
2007-01-15 |
Nicholas Clark | Test that names with embedded NULs work for symbolic...
|
commit | commitdiff | tree |
2007-01-13 |
Nicholas Clark | In S_hfreeentries, orig_array can be const.
|
commit | commitdiff | tree |
2007-01-11 |
Nicholas Clark | Change 29753 messed up do_hv_dump() [my fault]
|
commit | commitdiff | tree |
2007-01-11 |
Nicholas Clark | do_gv_dump, do_gvgv_dump and do_hv_dump call all actually...
|
commit | commitdiff | tree |
2007-01-11 |
Nicholas Clark | In toke.c, merge S_update_debugger_info_pv() and
|
commit | commitdiff | tree |
2007-01-10 |
Nicholas Clark | An implementation of change 29735 for blead (PL_curcop...
|
commit | commitdiff | tree |
2007-01-09 |
Nicholas Clark | Make minimod.pl warnings and strict clean.
|
commit | commitdiff | tree |
2007-01-09 |
Nicholas Clark | Make makedef.pl warnings and strict clean.
|
commit | commitdiff | tree |
2007-01-09 |
Nicholas Clark | Make keywords.pl strict and warnings clean.
|
commit | commitdiff | tree |
2007-01-09 |
Nicholas Clark | Make autodoc.pl strict clean.
|
commit | commitdiff | tree |
2007-01-09 |
Nicholas Clark | Make opcode.pl strict and warnings clean.
|
commit | commitdiff | tree |
2007-01-09 |
Nicholas Clark | Re: Change 29723 breaks t/op/inccode-tie.t on Win32
|
commit | commitdiff | tree |
2007-01-09 |
Nicholas Clark | socketpair.t was written in 2001. At that time, Test...
|
commit | commitdiff | tree |
next |