summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The core shouldn't be using PL_naNicholas Clark2005-06-301-1/+1
* -V:... would get upset (syntax error) if ... contained unbalanced ().Nicholas Clark2005-06-301-3/+2
* Replace newSVpv(...,0) with newSVpvn where we know the length.Nicholas Clark2005-06-303-5/+7
* Why use Perl_form and newSVpv when newSVpvf will do it in one?Nicholas Clark2005-06-301-6/+2
* make t/uni/class.t fasterTels2005-06-301-11/+33
* If gp_flags is unused, why are we even allocating it?Nicholas Clark2005-06-304-6/+0
* Nothing is actually relying on GvUNIQUE holding state.Nicholas Clark2005-06-301-6/+3
* Re: [PATCH] Convert File::Basename tests to Test::MoreMichael G. Schwern2005-06-301-120/+115
* Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an import...Steve Peters2005-06-301-1/+3
* some dusting off of the cross-compilation informationJarkko Hietaniemi2005-06-302-32/+98
* Silence MinGW warnings about system headers when building ErrnoSteve Hay2005-06-301-2/+20
* Expand on parts of perltodoNicholas Clark2005-06-291-3/+51
* All tests pass (for me) with -DPERL_DONT_CREATE_GVSVNicholas Clark2005-06-292-2/+2
* Make warnings.t pass with -DPERL_DONT_CREATE_GVSVNicholas Clark2005-06-291-1/+1
* Fixes to -DPERL_DONT_CREATE_GVSV to make more tests passNicholas Clark2005-06-294-14/+19
* First stab at not automatically creating an unused SV for GvSVNicholas Clark2005-06-2910-22/+97
* Remove old variable needed for binary compatibilityRafael Garcia-Suarez2005-06-294-9/+0
* Convert strcpy to memcpy where we already know the length.Nicholas Clark2005-06-283-7/+12
* move Carp.pod back into Carp.pmDave Mitchell2005-06-283-157/+158
* B::Deparse was chocking on variable names with colons (like foo::::bar)Rafael Garcia-Suarez2005-06-281-1/+1
* Re: Hints for 64bitall (PPC!) Darwin perlDominic Dunlop2005-06-281-1/+42