summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more taint fallout from change 24943Dave Mitchell2005-07-073-2/+11
* bug with charnames::viacode("0x1234") and optimize itTels2005-07-071-25/+12
* ReadParse in the CGI docsTon Hospel2005-07-071-2/+4
* Mention File::Spec in File::BasenameMichael G. Schwern2005-07-071-4/+12
* [perl #22236] File::Basename behavior is misleading Michael G Schwern2005-07-072-11/+55
* Further lies in the File::Basename docsMichael G. Schwern2005-07-072-49/+83
* [perl #34171] bytes pragma error in substitution operatorDave Mitchell2005-07-072-2/+16
* [perl #36470] 'undef $@; die' gives uninint value warningDave Mitchell2005-07-062-2/+16
* File::Basename doc overhaulMichael G. Schwern2005-07-061-143/+156
* simple authors removalVadim Konovalov2005-07-061-1/+0
* a long /etc/groups entry could cause memory exhaustion.Dave Mitchell2005-07-052-62/+62
* Pod::Html - correctly link to =item's on the same pageYitzchak Scott-Thoennes2005-07-054-1/+239
* Oops! Change 25080 should have updated checksums too.Steve Hay2005-07-051-6/+6
* change 24943 broke restoration of localized taint valuesDave Mitchell2005-07-052-5/+30
* Remove an unreferenced local variable in Digest-MD5Steve Hay2005-07-052-2/+1
* Remove unnecessary null checkAndy Lester2005-07-043-4/+5
* Make the tests for hv_free_ent and hv_delayfree_ent pass underNicholas Clark2005-07-041-1/+4
* Better string constant in hv.cAndy Lester2005-07-041-1/+1
* Add regression test for change 25062Steve Hay2005-07-041-1/+9
* Use void, not void *, to suppress RETVAL (and compiler warning)Steve Hay2005-07-041-2/+2
* Perl_share_hek needs exporting for change 25070 on Win32Steve Hay2005-07-043-1/+6
* Regen after change 25067Steve Hay2005-07-041-18/+63
* Implement hv_delayfree_ent in terms of hv_free_entNicholas Clark2005-07-041-10/+4
* Skip nit in t/op/lfs.tSteve Peters2005-07-041-1/+1
* Tests for hv_delayfree_ent and hv_free_entNicholas Clark2005-07-043-1/+73
* Provide a macro version of S_new_body to inline it within the hot code.Nicholas Clark2005-07-041-16/+26
* Borland's .pdb files are called .tdsSteve Hay2005-07-041-1/+2
* Post-YAPC consting, now with an attachment!Andy Lester2005-07-047-62/+54
* Inlining del_HE is actually a space optimisation.Nicholas Clark2005-07-044-22/+15
* perlglossary.pod: add jump pointsYitzchak Scott-Thoennes2005-07-041-1/+51
* sv_setuv_mg is so rarely called that the IV optimisation test is notNicholas Clark2005-07-041-15/+3
* Re: How to suppress warnings when building Errno with gccYitzchak Scott-Thoennes2005-07-041-2/+2
* Fix change 25045Steve Hay2005-07-041-0/+1
* Here's the rest of change 25058 ;-)Steve Hay2005-07-042-2/+2
* Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64Jarkko Hietaniemi2005-07-041-1/+3
* Stop reentr.pl changing EOL on the files it writes on Win32Steve Hay2005-07-041-0/+3
* Perl_ckwarn (added by change 25050) needs exporting on Win32Steve Hay2005-07-041-2/+2
* Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut upNicholas Clark2005-07-021-1/+1
* Convert bless.t to test.plNicholas Clark2005-07-021-42/+41
* Copying the first parameter in the macro del_body seems to reduceNicholas Clark2005-07-021-2/+3
* do just-in-time loading of Carp.pm in some modulesTels2005-07-027-29/+59
* Unwrap the del_Xfoo() macros by explicitly noting the arena to freeNicholas Clark2005-07-021-57/+45
* replace ckWARN macros with functionsDave Mitchell2005-07-027-111/+82
* Given that the GV no longer owns a reference on the symbol table, weNicholas Clark2005-07-021-16/+9
* Passing gvtype as char rather than char * to S_varname generatesNicholas Clark2005-07-023-21/+20
* Don't inline offer_nice_chunk, as it's rarely called.Nicholas Clark2005-07-025-20/+33
* missed one PAD_SET_CURDave Mitchell2005-07-021-1/+2
* Don't check the pointer is non-NULL before calling Safefree() inNicholas Clark2005-07-028-50/+26
* Upgrade to Time::HiRes 1.72Rafael Garcia-Suarez2005-07-024-20/+23
* Make Archive::Tar clean up its test files on Win32Steve Hay2005-07-012-1/+2