summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* 2nd try: [perl #91834] utf8::decode does not respect copy-on-writeFather Chrysostomos2011-09-051-1/+3
* CH] Change usage of regex/op common to common namesKarl Williamson2011-01-161-1/+1
* Use multi-bit field for regex character setKarl Williamson2011-01-161-8/+8
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-3/+3
* Remove S_get_isa_hashFather Chrysostomos2010-10-311-15/+6
* Move the meta->isa code from UNIVERSAL::isa to mro_get_linear_isaFather Chrysostomos2010-10-301-23/+1
* Switch UNIVERSAL::isa over to HvENAMEFather Chrysostomos2010-10-301-3/+6
* Move remaining Tie::Hash::NamedCapture XS code to NamedCapture.xsNicholas Clark2010-10-141-78/+0
* Move Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedCapture.xsNicholas Clark2010-10-141-42/+0
* Convert lib/Tie/Hash/NamedCapture.pm to an XS module in ext/Nicholas Clark2010-10-141-15/+0
* Merge XS_Tie_Hash_NamedCapture_{FIRSTK,NEXTK} into S_named_capture_iter_common.Nicholas Clark2010-10-141-27/+13
* Merge XS_Tie_Hash_NamedCapture_STORE into S_named_capture_common.Nicholas Clark2010-10-141-30/+4
* Merge XS_Tie_Hash_NamedCapture_CLEAR into S_named_capture_common.Nicholas Clark2010-10-141-31/+13
* Merge XS_Tie_Hash_NamedCapture_DELETE into S_named_capture_common.Nicholas Clark2010-10-141-27/+12
* Merge XS_Tie_Hash_NamedCapture_SCALAR into S_named_capture_common.Nicholas Clark2010-10-141-29/+8
* Merge XS_Tie_Hash_NamedCapture_{FETCH,EXISTS} into S_named_capture_common.Nicholas Clark2010-10-141-25/+9
* Expand CALLREG_NAMED_BUFF* macros in XS_Tie_Hash_NamedCapture_*Nicholas Clark2010-10-141-8/+8
* Consistent stack handling for XS_re_regnames_*Nicholas Clark2010-10-131-17/+8
* Consistent usage messages for XS_Tie_Hash_NamedCapture_*Nicholas Clark2010-10-131-5/+5
* In XS_Tie_Hash_NamedCapture_{CLEAR,STORE}, free any returned value.Nicholas Clark2010-10-131-2/+13
* Consistent stack handling for XS_Tie_Hash_NamedCapture_*Nicholas Clark2010-10-131-34/+19
* XS_Tie_Hash_NamedCapture_DELETE should return a value.Nicholas Clark2010-10-131-1/+11
* XS_Tie_Hash_NamedCapture_STORE should always croak on invalid parameters.Nicholas Clark2010-10-121-4/+1
* Fix code-before-declaration problem in universal.cSteve Hay2010-09-231-3/+6
* Add /d, /l, /u (infixed) regex modifiersKarl Williamson2010-09-221-2/+9
* Back out the mauve module and related changesFlorian Ragwitz2010-09-161-110/+0
* segfault on &Internals::* due to missing SvROK()Ævar Arnfjörð Bjarmason2010-09-111-3/+17
* Remove unneeded use of INT2PTR() in the XS for Tie::Hash::NamedCapture.Nicholas Clark2010-08-311-8/+8
* create the "mauve" temporary namespace for things like reftypeYves Orton2010-08-301-0/+110
* Stop leaking temporary version objects from XSgfx2010-06-281-6/+7
* Prevent object methods called as class methodsJohn Peacock2010-06-281-16/+16
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-3/+3
* PATCH: teach diag.t new warning function namesKarl Williamson2010-06-011-1/+1
* Use sizeof instead of hard-coded array sizeKarl Williamson2010-05-291-1/+1
* TypoKarl Williamson2010-05-291-1/+1
* InPerl_boot_core_UNIVERSAL() use a data structure for calls to newXS{,proto}Nicholas Clark2010-05-281-118/+81
* Fix utf8::is_utf8 to respect GMAGIC (e.g. $1)gfx2010-04-251-1/+2
* initialize undefined version objects with zero, not 'undef'David Golden2010-01-211-2/+2
* Omnibus strict and lax version parsingDavid Golden2010-01-131-4/+4
* Tie::Hash::NamedCapture::* shouldn't abort if passed bad input [RT #71828]Nicholas Clark2010-01-051-8/+8
* Add missing LEAVE to universal.c sv_doesGerard Goossen2009-11-121-2/+6
* Unused 'cv'Jerry D. Hedden2009-07-021-0/+1
* Integrate version.pm-0.77 into bleadperlJohn Peacock2009-06-281-9/+41
* Note why we need a seemingly useless empty &Regexp::DESTROYNicholas Clark2009-03-311-0/+1
* Change Regexp::DESTROY to be a constant subroutine, removing XS_Regexp_DESTROY.Nicholas Clark2009-03-291-8/+2
* Remove declaration of XS_Internals_inc_sub_generationRafael Garcia-Suarez2009-03-081-1/+0
* Make PerlIO::get_layers really test flgok before reading *flgsvpVincent Pit2009-03-071-1/+1
* get_isa_hash() is only used in S_isa_lookup(), so it can be static. Also, it hasNicholas Clark2009-01-031-3/+3
* Following change 34356, which decoupled get_isa_hash() fromNicholas Clark2009-01-031-0/+35
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-3/+5