summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop "Possible use before definition" warning following change 24997Steve Hay2005-06-281-2/+2
* Upgrade to Time::HiRes 1.71Rafael Garcia-Suarez2005-06-283-12/+67
* Stop "suspicious pointer conversion" warning following change 24997Steve Hay2005-06-281-2/+2
* Don't install demo files with perlRafael Garcia-Suarez2005-06-271-0/+2
* Avoid redefinition warning for MinGWMattia Barbon2005-06-271-0/+3
* Fix sv_dec of undefined PVs to (a) not downgrade to NVNicholas Clark2005-06-272-5/+24
* We're going round in circles with pp_sys.cAndy Lester2005-06-2711-96/+112
* Fix installation of ptar(1) manpage.Rafael Garcia-Suarez2005-06-271-2/+0
* Make Carp.pm even lighter (and Carp::Heavy even heavier)Dave Mitchell2005-06-276-254/+236
* Silence compiler warning in SDBM_FileSteve Hay2005-06-271-1/+1
* XSLoader for Sys::SyslogAlexey Tourbin2005-06-271-4/+4