summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* the PAD_SET_CUR macro expanded too much for AIX compilersDave Mitchell2005-07-014-5/+14
* Silence MinGW warning about "'noreturn' function does return"Steve Hay2005-07-011-2/+4
* Install perlglossary on VMS and WindowsRafael Garcia-Suarez2005-07-012-1/+9
* undo some excessive Carp.pm minimalisationDave Mitchell2005-07-011-12/+11
* Remove unreferenced local variable (and the warning about it)Steve Hay2005-07-011-1/+1
* Add the perlglossary man pageYitzchak Scott-Thoennes2005-07-016-100/+4054
* Make Exporter.t warnings cleanMichael G. Schwern2005-07-011-8/+8
* silence a warning in Perl_sv_compile_2opDave Mitchell2005-07-011-1/+1
* silence gcc 'comparison is always false' warning in MEM_WRAP_CHECKDave Mitchell2005-07-011-1/+1
* Silence some cast warnings from bcc32 on Win32Steve Hay2005-07-011-0/+12
* [perl #36434] assigning shared consts (eg __PACKAGE__) to magic varsDave Mitchell2005-06-302-4/+12
* By grabbing the length, we can use sv_setpvn here.Nicholas Clark2005-06-301-2/+3
* Use sv_setpvn where we know the length.Nicholas Clark2005-06-301-1/+1
* A terser way of implementing require_pv.Nicholas Clark2005-06-301-5/+2
* We know the length, so use sv_setpvn rather than sv_setpv.Nicholas Clark2005-06-301-4/+6
* Avoid using PL_Sv in the -V argument processing.Nicholas Clark2005-06-301-65/+79
* Use Perl_sv_catpvf to shorten the code (source and object) needed forNicholas Clark2005-06-301-6/+2
* Add TODO tests for bug #36434Rafael Garcia-Suarez2005-06-301-1/+13