summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Test::Harness 2.38.Rafael Garcia-Suarez2003-11-3023-146/+935
* Re: [perl #24554] Segfault in POSIX moduleSADAHIRO Tomoyuki2003-11-303-34/+63
* Integrate if.pm 0.0401Nicholas Clark2003-11-292-11/+20
* Remove whitespace from ends of lines (simply because it irritates me)Nicholas Clark2003-11-291-24/+24
* Update Unicode::Normalize to 0.28Nicholas Clark2003-11-298-116/+325
* D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.Nicholas Clark2003-11-291-23/+0
* Update Unicode::Collate to 0.31 (Only the .pm version for now)Nicholas Clark2003-11-296-26/+227
* D'oh! Forgot to lib/Digest/base.pmNicholas Clark2003-11-291-0/+100
* Update to Digest::MD5 2.31Nicholas Clark2003-11-297-33/+165
* Update Digest to 1.03Nicholas Clark2003-11-295-11/+155
* When Gconvert is a macro around sprintf with a .* format we needNicholas Clark2003-11-291-2/+2
* Silence gcc 2.95 warningNicholas Clark2003-11-291-1/+2
* Gconvert actually takes type NV, while nv may be either doubleNicholas Clark2003-11-291-1/+1
* POSIX::isXXX(undef) segfaulted. (bug #24554.)Rafael Garcia-Suarez2003-11-292-12/+16
* Fix a regression introduced by change #21694 on sprintf()Rafael Garcia-Suarez2003-11-283-2/+25
* [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)Stas Bekman2003-11-281-0/+20
* Implement C<use Exporter 'import'> :Fergal Daly2003-11-282-3/+44
* Re: [perl #24245] File::Copy::copy damages hard linked filesSlaven Rezic2003-11-282-9/+41
* Fix perl 5.8 and 5.9 to build on latest VOSPaul Green2003-11-281-0/+2
* Arguments to skip were the wrong way round, hence why all the *BSDsNicholas Clark2003-11-281-1/+1
* Marcus Holland-Moritz is now the maintainer of Devel::PPPort.Rafael Garcia-Suarez2003-11-271-3/+4
* Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)Nicholas Clark2003-11-251-0/+1
* Re: bug or a feature?Torsten Foertsch2003-11-252-2/+28
* remove hardcoded version number from cygwin/perlld.inYitzchak Scott-Thoennes2003-11-242-3/+5
* Should fix the infinite loop on a dynamic %ENV fetchNicholas Clark2003-11-241-1/+2
* Tweak the order of initialisation of oentry in hv_fetch_common -Nicholas Clark2003-11-241-5/+5
* Re: [perl #24439] 64 bit build failure on Solaris 9Andy Dougherty2003-11-231-6/+5
* D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional codeNicholas Clark2003-11-221-1/+1
* restore_magic needs to undo COWNicholas Clark2003-11-221-0/+7
* Don't COW if the destination has magic.Nicholas Clark2003-11-221-2/+5
* Reorder functions in hv.c so that callers of hv_fetch_common are allNicholas Clark2003-11-221-137/+137
* "Space Is a Province of Brazil"Nicholas Clark2003-11-224-274/+222
* Farewell hv_exists_common - exists is now a call to fetchNicholas Clark2003-11-224-227/+147
* Shift negative klen/flags games from hv_store_common out to hv_storeNicholas Clark2003-11-223-20/+28
* Shift negative klen/flags games from hv_exists_common out to hv_existsNicholas Clark2003-11-224-20/+36
* Check that the key is present before a delete, and absent afterwardsNicholas Clark2003-11-211-0/+8
* Move the negative key -> utf8 flag conversion out to hv_deleteNicholas Clark2003-11-214-20/+33
* Tweaks to S_hv_delete_common:Nicholas Clark2003-11-211-12/+13
* Integrate:Nicholas Clark2003-11-211-128/+149
* Shift negative klen/flags games from hv_fetch_common out to hv_fetchNicholas Clark2003-11-203-16/+22
* Merge sv_store_flags and sv_store_ent into sv_store_commonNicholas Clark2003-11-204-183/+80
* promote hv_clear_placeholders to perl APIAlan Burlison2003-11-207-45/+82
* Regenerate perlapi and perltoc.Rafael Garcia-Suarez2003-11-192-28/+34
* [docpatch] PerlIO layers in perlrun.pod and PerlIO.pmIain Truskett2003-11-192-74/+86
* merge hv_fetch and hv_fetch_ent into hv_fetch_commonNicholas Clark2003-11-194-206/+102
* Fix bug [perl #24508] Wrong assignment in nested assignmentRafael Garcia-Suarez2003-11-194-20/+11
* Update the runops stuff in perlgutsRafael Garcia-Suarez2003-11-191-4/+4
* integrate hv_delete and hv_delete_ent into hv_delete_commonNicholas Clark2003-11-194-166/+58
* clear of empty locked hash SEGVsAlan Burlison2003-11-192-2/+16
* merge hv_exists and hv_exists_ent into S_hv_exists_commonNicholas Clark2003-11-194-115/+62