summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Storable/Storable.xs: make plain C functions staticAlexey Tourbin2005-06-151-10/+10
* CopSTASH_eq againAndy Lester2005-06-156-10/+29
* Fix warning nits, by JarkkoRafael Garcia-Suarez2005-06-151-2/+2
* S_emulate_eaccess() does return a valueSteve Peters2005-06-142-2/+1
* whoops, Perl_magic_freearylen_p returns intDave Mitchell2005-06-141-1/+1
* Change 24838 breaks deparse.t, which checks that embedded NULs work.Nicholas Clark2005-06-141-1/+9
* Add core test preambleRafael Garcia-Suarez2005-06-149-0/+63
* Test was coredumping with a shared perl library.Nicholas Clark2005-06-141-1/+2
* Stop "test" filename clashing with "TEST" on Win32Steve Hay2005-06-143-3/+3
* Actually skip tests when they're supposed to be skipped!Steve Hay2005-06-142-1/+2
* Fix for SEGV in ext/B/t/xref.t on OpenBSDSteve Peters2005-06-141-2/+2
* Don't delete IO/Zlib during distclean on Win32Steve Hay2005-06-142-4/+4
* Document ${^UTF8LOCALE}Rafael Garcia-Suarez2005-06-141-0/+7
* Add IO::Zlib in maintainers listRafael Garcia-Suarez2005-06-141-0/+8
* Add IO::Zlib 1.04 to bleadperlRafael Garcia-Suarez2005-06-1412-1/+1109
* Perl_magic_freearylen_p could coredumpDave Mitchell2005-06-141-0/+4
* better assertion supportSalvador FandiƱo2005-06-149-83/+475
* Since the version module is use'd afterwards, use_ok needs to beRafael Garcia-Suarez2005-06-141-1/+4
* Add BUILDOPTEXTRA to Win32 makefilesSteve Hay2005-06-142-0/+2
* Pay attention to the comments that Dave writes.Nicholas Clark2005-06-131-4/+1
* Comment nit to help Devel::Cover, spotted by Steve PetersRafael Garcia-Suarez2005-06-131-1/+0
* Croak if an attempt is made to modify PL_strtabNicholas Clark2005-06-134-2/+60
* More SvPV constingNicholas Clark2005-06-131-6/+7
* Re: Change 24806: improve static build for win32/MakefileVadim Konovalov2005-06-132-7/+10
* With shared hash key scalars now accessing the hash via the PVX, youNicholas Clark2005-06-132-29/+9
* Bring bleadperl up to version.pmJohn Peacock2005-06-1315-181/+370
* Re: [perl #36047] perlmod.pod/CLONESKIP errorOffer Kaye2005-06-131-1/+2
* Change 24816 forgot to update makedef.plNicholas Clark2005-06-131-1/+0
* Make some variables global, to avoid some "will not stayRafael Garcia-Suarez2005-06-131-3/+3
* S_share_hek_flags can revert to returning a HEKNicholas Clark2005-06-133-14/+13
* Remove MANIFEST for Compress::ZlibRafael Garcia-Suarez2005-06-132-46/+0
* Make SvUPGRADE always have the value '1'Rafael Garcia-Suarez2005-06-135-7/+6
* We no longer need PL_shared_hek_tableNicholas Clark2005-06-136-14/+0
* Help "make distclean"Rafael Garcia-Suarez2005-06-131-1/+1
* Clone all shared string PVs as shared string PVs (now that we can doNicholas Clark2005-06-121-16/+5
* duping shared hask key scalars can use hek_dupNicholas Clark2005-06-121-3/+3
* hek_dup can now store the HEK rather than the HE, as there is now aNicholas Clark2005-06-121-12/+15
* Provide share_hek_hek, and use it for fast copying of shared stringNicholas Clark2005-06-122-7/+9
* Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather thanNicholas Clark2005-06-121-2/+3
* Shortcut chasing round strtab when we're not the last reference.Nicholas Clark2005-06-121-0/+9
* In the shared string table, store the HE and HEK next to each otherNicholas Clark2005-06-122-4/+40
* perlipc.pod: mkfifo()Alexey Tourbin2005-06-121-4/+9
* improve static build for win32/MakefileVadim Konovalov2005-06-121-4/+14
* RE: 05gzsetp.t and initial 'ver' in test outputPaul Marquess2005-06-123-8/+12
* This isn't an LVALUE, so make the compiler enforce that.Nicholas Clark2005-06-111-1/+1
* hash key code cleanupNicholas Clark2005-06-114-5/+3
* Shrink shared hash scalars from PVIV to PVNicholas Clark2005-06-115-25/+19
* Propagate const/mutable/not into the SvPV call for retrieving anNicholas Clark2005-06-111-2/+16
* More SvPV consting. And other related drive-by refactoring.Nicholas Clark2005-06-108-71/+74
* More SvPV consting, including some code cleanup and living dangerouslyNicholas Clark2005-06-106-43/+47