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 |
Slaven Rezic | Re: [perl #41421] glob() produces spurious results...
|
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 |
Andy Lester | Integrate:
|
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 |
Yves Orton | Disable positive lookaround optimisations
|
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 |
SADAHIRO Tomoyuki | Re: [PATCH] fix unicode split /\s+/
|
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 | socketpair.t was written in 2001. At that time, Test...
|
commit | commitdiff | tree |
2007-01-08 |
Nicholas Clark | Eliminate pp_threadsv, as it was only ever used by...
|
commit | commitdiff | tree |
2007-01-08 |
Nicholas Clark | do or die; for all the List::Util pure perl tests.
|
commit | commitdiff | tree |
2007-01-08 |
Nicholas Clark | do $file; won't propagate errors from die, as do is...
|
commit | commitdiff | tree |
2007-01-08 |
Nicholas Clark | Mention -C on #! line in perltodo. Remove some trailing...
|
commit | commitdiff | tree |
2007-01-03 |
Nicholas Clark | Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH...
|
commit | commitdiff | tree |
2007-01-03 |
Nicholas Clark | Teach dump about OURSTASH and COP ranges stored in...
|
commit | commitdiff | tree |
2007-01-03 |
Nicholas Clark | Make the ptr_table functions available in an unthreaded...
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | Update copyright years to include 2007. (Plus a couple...
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | Assignment to a tainted variable was causing confusion...
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | PVMG can be isUV too.
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | Copying to FORMATs should work (and not fail assertions...
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | It's good to be able to dump FORMATs too :-)
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | Remove the vestigal "#if 0"s from header files that...
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MUL...
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | Note that the examples for the structure copying bug...
|
commit | commitdiff | tree |
2006-12-31 |
Nicholas Clark | Rationalise the logic in lex_start for creating a new...
|
commit | commitdiff | tree |
2006-12-31 |
Nicholas Clark | As freeing up PL_linestr is now done via the scope...
|
commit | commitdiff | tree |
2006-12-31 |
Nicholas Clark | PL_linestr needs to survive until the end of scope...
|
commit | commitdiff | tree |
2006-12-31 |
Nicholas Clark | Move SVt_BIND to be the lowest type after SVt_NULL...
|
commit | commitdiff | tree |
2006-12-29 |
Nicholas Clark | With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX...
|
commit | commitdiff | tree |
2006-12-29 |
Nicholas Clark | I failed to run regen.pl to propagate my pad.c changes...
|
commit | commitdiff | tree |
2006-12-29 |
Nicholas Clark | In Perl_fbm_compile, really rarest should be U32 not...
|
commit | commitdiff | tree |
next |