2006-03-01 |
Rafael Garcia... | Don't put strings with embedded NULs in the environment. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Steve Peters | Grammar nit in Locale::Maketext::TPJ13.pod, found by... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Steve Peters | Upgrade to podlators-2.04 |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Steve Peters | Upgrade to assertions-0.03 |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Anton Berezin | a buglet in fakesdio.h |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Steve Peters | Upgrade to CGI.pm-3.17, but continuing the version... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Joshua ben... | Re: Patch lint for grep { /.../ } and grep /.../, |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Steve Hay | Silence another VC++ warning |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Steve Hay | Silence a VC++ warning with DEBUGGING builds |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Nicholas Clark | In Perl_sv_setsv_flags, swap the default in the type... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Andy Lester | Removed a redundant o->op_type |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Steve Hay | Silence a GCC warning |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Steve Hay | Silence a VC++ warning |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Rafael Garcia... | Upgrade to CPAN 1.87 |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Nicholas Clark | Move all the de-tainting logic for runperl into test.pl. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Andy Lester | fix up gv.c and gv.h |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Marcus Holland... | PERL_TRACK_MEMPOOL cripples environment after exit() |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Salvador Fandiño | [patch] dumping tied globs without FILENO method on... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Steve Hay | Fix op/utftaint.t on Win32 following change #27248 |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Nicholas Clark | There is now the potential for an upgrade from somethin... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Rafael Garcia... | ptr_table_find() is only defined with ithreads |
commit | commitdiff | tree | snapshot |
2006-02-27 |
H.Merijn Brand | Workaround for initialization errors on HP's pre-compiler |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Steve Hay | Fix code-before-declaration error (under VC++) from... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Nicholas Clark | Change 27330 failed to decontaminate SvCUR/GvFLAGS... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Anno Siegel | Testing hash key stringification |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Andy Lester | Speedups and shrinkages of SvREFCNT_inc |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Dominic Dunlop | Suppress System V IPC for 64-bit Darwin builds |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Zsban Ambrus | [perl #38633] doc patch: perlfunc "new" section lacks... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Rafael Garcia... | Fix argument grouping for some macros |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Nicholas Clark | GvFLAGS can be overlaid with SvCUR. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
SADAHIRO Tomoyuki | Re: [perl #38619] Bug in lc and uc (interaction between... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Nicholas Clark | Use xpv_len rather than xpv_cur in GVs to store GvASSIG... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Nicholas Clark | Abstract the specific use of SvCUR in GVs for detecting... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Nicholas Clark | xgv_stash can be stored as a union with the NV, reducin... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Nicholas Clark | Curiously none of the macros SvIVX, SvUVX or SvNVX... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Nicholas Clark | Amazingly, it seems that none of the other GV specific... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Nicholas Clark | Store GvGP in the SV head union. For all the common... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nicholas Clark | With PERL_DONT_CREATE_GVSV, don't need to create a... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nicholas Clark | Given that SvPV on a typeglob is now irrelevant, really... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nicholas Clark | Given that Perl_gp_free() is refcount-dec-and-maybe... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nicholas Clark | Avoid special case SvMAGIC macros just to cope with... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nicholas Clark | Use PVMGs rather than PVGVs to store the names of our... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nicholas Clark | Store the stash for our in the magic slot. This will... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Steve Peters | Upgrade to CPAN-1.86 |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Rafael Garcia... | Skip unportable test on VMS |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nicholas Clark | Assert that GvSTASH is only called on PVGVs and PVLVs. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nicholas Clark | Replace usage of GvSTASH for storing the stash of C... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nicholas Clark | assert that SvMAGIC is never non-NULL for any PVMG... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nicholas Clark | Redo previous sv.h change. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Andy Lester | Perl_save_aelem can't be const |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Andy Lester | unused context warnings |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nicholas Clark | As SVs can't both be in a pad, and the name of a variab... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Steve Peters | Revert change #27295, which I thought fixed builds... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Steve Peters | Last instance of PL_vtbl_glob removed. It was missed... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Nicholas Clark | Replace direct flags tests & manipulations for SVpad_TY... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Nicholas Clark | Document a sixth use for SVf_FAKE |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Nicholas Clark | We have sufficient spare bits to store the SV type... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Nicholas Clark | Shrink struct body_details and hence sv.o slightly... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Nicholas Clark | Using U8 rather than size type shrinks the body_details... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Nicholas Clark | Remove set magic from typeglobs. Remove typeglob magic... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Nicholas Clark | In XS_attributes__guess_stash, attempting to call Gv... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Steve Peters | Add test for RT #2166: foreach spuriously autovivifies |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Steve Peters | Converted t/op/pos.t to use test.pl and added TODO... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Jan Dubois | Implement ${^WIN32_SLOPPY_STAT} |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Nicholas Clark | Recalculate dstr in Perl_sv_setsv_flags, as dstr may... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Nicholas Clark | Remove un-needed case in Perl_sv_setsv_flags (sv_upgrad... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Nicholas Clark | Remove get magic from typeglobs. This means that PVGVs... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Nicholas Clark | Fix the copy sizes for PVFM and PVCV back to sanity. |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Nicholas Clark | Fix typos and a missing bracket. |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Nicholas Clark | Avoid C<study>ing any strings that might change underne... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Rafael Garcia... | Mark some new study tests as TODO |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Rafael Garcia... | Add a test for study() on tied scalars, by Andy Lester... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Jarkko Hietaniemi | Turn on match string copying when /e flag is set on... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Nicholas Clark | sv_dump should report the PV for PVGVs, as it can get... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Nicholas Clark | Test warnings for converting globs to other forms. |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Nicholas Clark | Change 24643 made the mistake of assuming that CvCONST... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark | Can merge the two arms of Perl_magic_getglob to save... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark | Reorder the SV flags so that SVp_?OK and SVf_?OK occupy... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Steve Peters | Additional hints needed to build threaded Perls on... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark | PL_body_arenas should be set to NULL when the interpret... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark | Teach B about CVf_ISXSUB |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark | Goodbye PERL_XSUB_OLDSTYLE. |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark | Re-order the definitions of the private bits in SvFLAGS... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Nicholas Clark | Document the many uses of SVf_FAKE. |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Steve Peters | Add tests for the previously untested Hash::Util::all_k... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Steve Peters | $ExtUtils::MM_Unix::VERSION needs to stay numeric to... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Joshua ben... | Patches: B, CGI, ExtUtils::MM_Unix |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Joshua ben... | Re: Patches: B, CGI, ExtUtils::MM_Unix |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Yitzchak Scott... | op/magic failure on cygwin after 1.5.19-4 |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark | Steal code from maint, and use PERL_ARENA_ROOTS_SIZE... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Dominic Dunlop | Make SDBM_File work with -Duse64bitall on Darwin (Mac... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark | PVCVs don't need XNVs either. |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Dominic Dunlop | Trouble with $ENV{CDPATH} after change #27236 |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark | Fix sv_dump to dump formats without the (non-existent... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark | xcv_root and xcv_xsub can also be merged into a union... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark | xcv_start and xcv_xsubany can be merged into a union... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark | Need to clear CvXSUBANY() too to turn a constant sub... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark | Add a new CvISXSUB() macro, for abstracting the test... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Nicholas Clark | Abolish BROKEN_UNION_INIT in B::C, as it works around... |
commit | commitdiff | tree | snapshot |
next |