summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* yet another way of debugging memory allocationsJarkko Hietaniemi2005-07-102-7/+75
* silence some compiler warningsDave Mitchell2005-07-103-6/+4
* extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*Dave Mitchell2005-07-101-3/+3
* sv_dec is supposed to go *down*, m'kay.Nicholas Clark2005-07-092-2/+11
* Re: janitorial work ? [patch]Jim Cromie2005-07-0854-308/+322
* We no longer default to creating a new SV for GvSV.Nicholas Clark2005-07-081-0/+6
* DEFSV causes GvSVn() to be used in lvalue context.Nicholas Clark2005-07-081-3/+3
* Re: [PATCH] Pod::Html - correctly link to =item's on the same pageYitzchak Scott-Thoennes2005-07-081-665/+667
* basename() and suffixesMichael G. Schwern2005-07-082-6/+36
* Re: [perl #36477] File::Basename basename() bugMichael G. Schwern2005-07-082-5/+21
* [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warningDave Mitchell2005-07-082-4/+14
* 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