summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Oops (fix previous fix).Rafael Garcia-Suarez2005-06-275-5/+5
* Fix tests of Filter::Simple 0.82 in the coreRafael Garcia-Suarez2005-06-275-5/+5
* Upgrade to Filter::Simple 0.82Rafael Garcia-Suarez2005-06-2711-330/+413
* Upgrade to Test::Harness 2.52Rafael Garcia-Suarez2005-06-273-17/+58
* Upgrade to Time::HiRes 1.70Rafael Garcia-Suarez2005-06-273-3/+17
* Suppress warnings about a clash between redefined malloc and theAndy Lester2005-06-271-1/+1
* Tweak the child dump socket protocol to return error messages to theNicholas Clark2005-06-261-32/+92
* Upgrade to Time::HiRes 1.69Rafael Garcia-Suarez2005-06-263-4/+66
* When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to causeNicholas Clark2005-06-261-17/+93
* Need to pass a my_perl to S_my_localtime to make threaded builds build.Nicholas Clark2005-06-261-2/+2
* Add a sanity check to Config::AUTOLOAD to prevent infinte loops ifNicholas Clark2005-06-251-1/+3