summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Round up all string length requests to malloc()/realloc() to the nextNicholas Clark2005-06-011-1/+1
* I think SvCUR() was intended rather than SvLEN()Nicholas Clark2005-06-011-1/+1
* Re: [patch] teach B::Concise to see XS codeJim Cromie2005-06-013-44/+288
* ByteLoader.xs cleanupAndy Lester2005-05-311-2/+3
* Upgrade to PathTools 3.08Rafael Garcia-Suarez2005-05-301-0/+5
* Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)Jarkko Hietaniemi2005-05-301-0/+7
* [PATCH] Minor warning squashingsAndy Lester2005-05-303-80/+73
* Need a cast to avoid a compiler warning.Nicholas Clark2005-05-301-1/+1
* It helps to set the total keys correctly when duplicating a hash.Nicholas Clark2005-05-261-2/+19
* Track the mapping between source shared hash keys and target sharedNicholas Clark2005-05-251-0/+3
* Replace all uses of HvNAME with the appropriate HvNAME_get orNicholas Clark2005-05-252-1/+3
* ext/B/t/deparse.t was failing with t/TEST but not with t/harnessRafael Garcia-Suarez2005-05-241-6/+6
* Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.Yves Orton2005-05-241-1/+32
* Assorted 2.15 fixes.Abhijit Menon-Sen2005-05-232-4/+17
* Remove one const to ensure that the universe doesn't tip over.Abhijit Menon-Sen2005-05-231-1/+1
* Re: [perl #35938] [PATCH] SDBM_File fails to build on some platforms due to u...Andy Dougherty2005-05-231-5/+3
* Update to Scalar-List-Utils-1.17Graham Barr2005-05-237-9/+50
* Bytecode mustn't save the NVX for hashes now that the NVX is a unionNicholas Clark2005-05-231-1/+0
* Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""Rafael Garcia-Suarez2005-05-233-4/+17
* Add a union in place of xnv_nv, which allows AVs and HVs to re-useNicholas Clark2005-05-213-18/+0
* add access to Perl_croak() via 'mycroak' in XS::APItestDave Mitchell2005-05-213-2/+10
* Move the xpv_pv/xrv_rv member into the SV head, in a union withNicholas Clark2005-05-214-21/+25
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-216-32/+58
* Move placeholders into a new rhash magic type.Nicholas Clark2005-05-211-1/+5
* Remove PMROOT and replace it with a small shell script. Er, magic.Nicholas Clark2005-05-205-265/+250
* Update XS code to declare PERL_UNUSED_DECL conditionallyNicholas Clark2005-05-203-18/+25
* Updaate ppport.h to get a conditional PERL_UNUSED_DECLNicholas Clark2005-05-202-38/+206
* Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't likeNicholas Clark2005-05-202-12/+16
* Goodbye AvFLAGSNicholas Clark2005-05-209-286/+263
* Damnable applypatch nonsense.Abhijit Menon-Sen2005-05-201-0/+44
* Previously overlooked $SIG{DIE} patch from Slaven Rezic.Abhijit Menon-Sen2005-05-203-1/+5
* [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. yves orton2005-05-191-2/+2
* B::Disassembler.pmNicholas Clark2005-05-181-5/+5
* Upgrade to Encode 2.10Nicholas Clark2005-05-166-10/+18
* This seems to be the right thing to do to iterate over layersRafael Garcia-Suarez2005-05-161-2/+2
* Upgrade to Time::HiRes 1.68Rafael Garcia-Suarez2005-05-163-25/+51
* Minor tweak to viaAndy Lester2005-05-151-4/+4
* Update to Scalar-List-Utils-1.15Graham Barr2005-05-1338-450/+717
* make join.t threadsafe!Dave Mitchell2005-05-121-0/+3
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-113-2/+10
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-102-2/+2
* Experiment with using the ptr_table code to hold the seen hashNicholas Clark2005-05-101-6/+80
* Simplify the debug and assert logic.Nicholas Clark2005-05-101-7/+0
* Change 24165 missed one s/class/classname/ in the debugging code.Nicholas Clark2005-05-101-1/+1
* Upgrade to PathTools 3.07Rafael Garcia-Suarez2005-05-062-1/+29
* Bump version numbersNicholas Clark2005-05-054-4/+4
* Bump B version numbersNicholas Clark2005-05-056-6/+7
* A slightly better layout for the diagram.Nicholas Clark2005-05-021-17/+17
* Change inheritance hierarchy of B subclassses :Nicholas Clark2005-05-021-23/+23
* Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloadingRafael Garcia-Suarez2005-05-021-5/+20