| Commit message (Expand) | Author | Age | Files | Lines |
* | Storable/Storable.xs: make plain C functions static | Alexey Tourbin | 2005-06-15 | 1 | -10/+10 |
* | CopSTASH_eq again | Andy Lester | 2005-06-15 | 6 | -10/+29 |
* | Fix warning nits, by Jarkko | Rafael Garcia-Suarez | 2005-06-15 | 1 | -2/+2 |
* | S_emulate_eaccess() does return a value | Steve Peters | 2005-06-14 | 2 | -2/+1 |
* | whoops, Perl_magic_freearylen_p returns int | Dave Mitchell | 2005-06-14 | 1 | -1/+1 |
* | Change 24838 breaks deparse.t, which checks that embedded NULs work. | Nicholas Clark | 2005-06-14 | 1 | -1/+9 |
* | Add core test preamble | Rafael Garcia-Suarez | 2005-06-14 | 9 | -0/+63 |
* | Test was coredumping with a shared perl library. | Nicholas Clark | 2005-06-14 | 1 | -1/+2 |
* | Stop "test" filename clashing with "TEST" on Win32 | Steve Hay | 2005-06-14 | 3 | -3/+3 |
* | Actually skip tests when they're supposed to be skipped! | Steve Hay | 2005-06-14 | 2 | -1/+2 |
* | Fix for SEGV in ext/B/t/xref.t on OpenBSD | Steve Peters | 2005-06-14 | 1 | -2/+2 |
* | Don't delete IO/Zlib during distclean on Win32 | Steve Hay | 2005-06-14 | 2 | -4/+4 |
* | Document ${^UTF8LOCALE} | Rafael Garcia-Suarez | 2005-06-14 | 1 | -0/+7 |
* | Add IO::Zlib in maintainers list | Rafael Garcia-Suarez | 2005-06-14 | 1 | -0/+8 |
* | Add IO::Zlib 1.04 to bleadperl | Rafael Garcia-Suarez | 2005-06-14 | 12 | -1/+1109 |
* | Perl_magic_freearylen_p could coredump | Dave Mitchell | 2005-06-14 | 1 | -0/+4 |
* | better assertion support | Salvador FandiƱo | 2005-06-14 | 9 | -83/+475 |
* | Since the version module is use'd afterwards, use_ok needs to be | Rafael Garcia-Suarez | 2005-06-14 | 1 | -1/+4 |
* | Add BUILDOPTEXTRA to Win32 makefiles | Steve Hay | 2005-06-14 | 2 | -0/+2 |
* | Pay attention to the comments that Dave writes. | Nicholas Clark | 2005-06-13 | 1 | -4/+1 |
* | Comment nit to help Devel::Cover, spotted by Steve Peters | Rafael Garcia-Suarez | 2005-06-13 | 1 | -1/+0 |
* | Croak if an attempt is made to modify PL_strtab | Nicholas Clark | 2005-06-13 | 4 | -2/+60 |
* | More SvPV consting | Nicholas Clark | 2005-06-13 | 1 | -6/+7 |
* | Re: Change 24806: improve static build for win32/Makefile | Vadim Konovalov | 2005-06-13 | 2 | -7/+10 |
* | With shared hash key scalars now accessing the hash via the PVX, you | Nicholas Clark | 2005-06-13 | 2 | -29/+9 |
* | Bring bleadperl up to version.pm | John Peacock | 2005-06-13 | 15 | -181/+370 |
* | Re: [perl #36047] perlmod.pod/CLONESKIP error | Offer Kaye | 2005-06-13 | 1 | -1/+2 |
* | Change 24816 forgot to update makedef.pl | Nicholas Clark | 2005-06-13 | 1 | -1/+0 |
* | Make some variables global, to avoid some "will not stay | Rafael Garcia-Suarez | 2005-06-13 | 1 | -3/+3 |
* | S_share_hek_flags can revert to returning a HEK | Nicholas Clark | 2005-06-13 | 3 | -14/+13 |
* | Remove MANIFEST for Compress::Zlib | Rafael Garcia-Suarez | 2005-06-13 | 2 | -46/+0 |
* | Make SvUPGRADE always have the value '1' | Rafael Garcia-Suarez | 2005-06-13 | 5 | -7/+6 |
* | We no longer need PL_shared_hek_table | Nicholas Clark | 2005-06-13 | 6 | -14/+0 |
* | Help "make distclean" | Rafael Garcia-Suarez | 2005-06-13 | 1 | -1/+1 |
* | Clone all shared string PVs as shared string PVs (now that we can do | Nicholas Clark | 2005-06-12 | 1 | -16/+5 |
* | duping shared hask key scalars can use hek_dup | Nicholas Clark | 2005-06-12 | 1 | -3/+3 |
* | hek_dup can now store the HEK rather than the HE, as there is now a | Nicholas Clark | 2005-06-12 | 1 | -12/+15 |
* | Provide share_hek_hek, and use it for fast copying of shared string | Nicholas Clark | 2005-06-12 | 2 | -7/+9 |
* | Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than | Nicholas Clark | 2005-06-12 | 1 | -2/+3 |
* | Shortcut chasing round strtab when we're not the last reference. | Nicholas Clark | 2005-06-12 | 1 | -0/+9 |
* | In the shared string table, store the HE and HEK next to each other | Nicholas Clark | 2005-06-12 | 2 | -4/+40 |
* | perlipc.pod: mkfifo() | Alexey Tourbin | 2005-06-12 | 1 | -4/+9 |
* | improve static build for win32/Makefile | Vadim Konovalov | 2005-06-12 | 1 | -4/+14 |
* | RE: 05gzsetp.t and initial 'ver' in test output | Paul Marquess | 2005-06-12 | 3 | -8/+12 |
* | This isn't an LVALUE, so make the compiler enforce that. | Nicholas Clark | 2005-06-11 | 1 | -1/+1 |
* | hash key code cleanup | Nicholas Clark | 2005-06-11 | 4 | -5/+3 |
* | Shrink shared hash scalars from PVIV to PV | Nicholas Clark | 2005-06-11 | 5 | -25/+19 |
* | Propagate const/mutable/not into the SvPV call for retrieving an | Nicholas Clark | 2005-06-11 | 1 | -2/+16 |
* | More SvPV consting. And other related drive-by refactoring. | Nicholas Clark | 2005-06-10 | 8 | -71/+74 |
* | More SvPV consting, including some code cleanup and living dangerously | Nicholas Clark | 2005-06-10 | 6 | -43/+47 |