summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add the perlglossary man pageYitzchak Scott-Thoennes2005-07-016-100/+4054
| | | | | | Subject: [PATCH] perlglossary.pod Message-ID: <20050701101050.GA2448@efn.org> p4raw-id: //depot/perl@25037
* Make Exporter.t warnings cleanMichael G. Schwern2005-07-011-8/+8
| | | | | Message-ID: <20050628225836.GB27320@windhund.schwern.org> p4raw-id: //depot/perl@25036
* silence a warning in Perl_sv_compile_2opDave Mitchell2005-07-011-1/+1
| | | p4raw-id: //depot/perl@25035
* silence gcc 'comparison is always false' warning in MEM_WRAP_CHECKDave Mitchell2005-07-011-1/+1
| | | | | | Only a partial fix: works where sizeof(type)==1; since we can never wraparound in that case, disarm the check p4raw-id: //depot/perl@25034
* Silence some cast warnings from bcc32 on Win32Steve Hay2005-07-011-0/+12
| | | | | | See the thread starting here for arguments: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html p4raw-id: //depot/perl@25033
* [perl #36434] assigning shared consts (eg __PACKAGE__) to magic varsDave Mitchell2005-06-302-4/+12
| | | p4raw-id: //depot/perl@25032
* By grabbing the length, we can use sv_setpvn here.Nicholas Clark2005-06-301-2/+3
| | | p4raw-id: //depot/perl@25031
* Use sv_setpvn where we know the length.Nicholas Clark2005-06-301-1/+1
| | | p4raw-id: //depot/perl@25030
* A terser way of implementing require_pv.Nicholas Clark2005-06-301-5/+2
| | | p4raw-id: //depot/perl@25029
* We know the length, so use sv_setpvn rather than sv_setpv.Nicholas Clark2005-06-301-4/+6
| | | p4raw-id: //depot/perl@25028
* Avoid using PL_Sv in the -V argument processing.Nicholas Clark2005-06-301-65/+79
| | | | | Express the embedded perl program in a slightly terser way. p4raw-id: //depot/perl@25027
* Use Perl_sv_catpvf to shorten the code (source and object) needed forNicholas Clark2005-06-301-6/+2
| | | | | commandline -V options that q\0...\0. p4raw-id: //depot/perl@25026
* Add TODO tests for bug #36434Rafael Garcia-Suarez2005-06-301-1/+13
| | | p4raw-id: //depot/perl@25025
* The core shouldn't be using PL_naNicholas Clark2005-06-301-1/+1
| | | p4raw-id: //depot/perl@25024
* -V:... would get upset (syntax error) if ... contained unbalanced ().Nicholas Clark2005-06-301-3/+2
| | | p4raw-id: //depot/perl@25023
* Replace newSVpv(...,0) with newSVpvn where we know the length.Nicholas Clark2005-06-303-5/+7
| | | p4raw-id: //depot/perl@25022
* Why use Perl_form and newSVpv when newSVpvf will do it in one?Nicholas Clark2005-06-301-6/+2
| | | p4raw-id: //depot/perl@25021
* make t/uni/class.t fasterTels2005-06-301-11/+33
| | | | | Message-Id: <200506292120.05519@bloodgate.com> p4raw-id: //depot/perl@25020
* If gp_flags is unused, why are we even allocating it?Nicholas Clark2005-06-304-6/+0
| | | p4raw-id: //depot/perl@25019
* Nothing is actually relying on GvUNIQUE holding state.Nicholas Clark2005-06-301-6/+3
| | | p4raw-id: //depot/perl@25018
* Re: [PATCH] Convert File::Basename tests to Test::MoreMichael G. Schwern2005-06-301-120/+115
| | | | | Message-ID: <20050630080230.GC17965@windhund.schwern.org> p4raw-id: //depot/perl@25017
* Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an ↵Steve Peters2005-06-301-1/+3
| | | | | | | important difference from <$io> Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25016
* some dusting off of the cross-compilation informationJarkko Hietaniemi2005-06-302-32/+98
| | | | | Message-ID: <42C385FD.9040601@gmail.com> p4raw-id: //depot/perl@25015
* Silence MinGW warnings about system headers when building ErrnoSteve Hay2005-06-301-2/+20
| | | | | Thanks to Mike Guy for the suggested fix. p4raw-id: //depot/perl@25014
* Expand on parts of perltodoNicholas Clark2005-06-291-3/+51
| | | p4raw-id: //depot/perl@25013
* All tests pass (for me) with -DPERL_DONT_CREATE_GVSVNicholas Clark2005-06-292-2/+2
| | | p4raw-id: //depot/perl@25012
* Make warnings.t pass with -DPERL_DONT_CREATE_GVSVNicholas Clark2005-06-291-1/+1
| | | p4raw-id: //depot/perl@25011
* Fixes to -DPERL_DONT_CREATE_GVSV to make more tests passNicholas Clark2005-06-294-14/+19
| | | p4raw-id: //depot/perl@25010
* First stab at not automatically creating an unused SV for GvSVNicholas Clark2005-06-2910-22/+97
| | | | | | | Enable it with -DPERL_DONT_CREATE_GVSV. Currently if enabled 22 test scripts have failures, so still some way to go. p4raw-id: //depot/perl@25009
* Remove old variable needed for binary compatibilityRafael Garcia-Suarez2005-06-294-9/+0
| | | p4raw-id: //depot/perl@25008
* Convert strcpy to memcpy where we already know the length.Nicholas Clark2005-06-283-7/+12
| | | p4raw-id: //depot/perl@25007
* move Carp.pod back into Carp.pmDave Mitchell2005-06-283-157/+158
| | | p4raw-id: //depot/perl@25006
* B::Deparse was chocking on variable names with colons (like foo::::bar)Rafael Garcia-Suarez2005-06-281-1/+1
| | | p4raw-id: //depot/perl@25005
* Re: Hints for 64bitall (PPC!) Darwin perlDominic Dunlop2005-06-281-1/+42
| | | | | | Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org> Date: Mon, 27 Jun 2005 19:46:59 +0200 p4raw-id: //depot/perl@25004
* Stop "Possible use before definition" warning following change 24997Steve Hay2005-06-281-2/+2
| | | p4raw-id: //depot/perl@25003
* Upgrade to Time::HiRes 1.71Rafael Garcia-Suarez2005-06-283-12/+67
| | | p4raw-id: //depot/perl@25002
* Stop "suspicious pointer conversion" warning following change 24997Steve Hay2005-06-281-2/+2
| | | p4raw-id: //depot/perl@25001
* Don't install demo files with perlRafael Garcia-Suarez2005-06-271-0/+2
| | | p4raw-id: //depot/perl@25000
* Avoid redefinition warning for MinGWMattia Barbon2005-06-271-0/+3
| | | | | Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it> p4raw-id: //depot/perl@24999
* Fix sv_dec of undefined PVs to (a) not downgrade to NVNicholas Clark2005-06-272-5/+24
| | | | | (b) give -1, rather than +1 p4raw-id: //depot/perl@24998
* We're going round in circles with pp_sys.cAndy Lester2005-06-2711-96/+112
| | | | | | | Message-ID: <20050627180659.GB29744@petdance.com> (edited) p4raw-id: //depot/perl@24997
* Fix installation of ptar(1) manpage.Rafael Garcia-Suarez2005-06-271-2/+0
| | | | | The __END__ was making the POD being ignored by pod2man. p4raw-id: //depot/perl@24996
* Make Carp.pm even lighter (and Carp::Heavy even heavier)Dave Mitchell2005-06-276-254/+236
| | | | | Also move carp.pm pod to carp.pod p4raw-id: //depot/perl@24995
* Silence compiler warning in SDBM_FileSteve Hay2005-06-271-1/+1
| | | | | | | Unless I'm missing something it looks like "key" actually is used, and the "key = key" assignment causes bcc32 to complain about use before definition! p4raw-id: //depot/perl@24994
* XSLoader for Sys::SyslogAlexey Tourbin2005-06-271-4/+4
| | | | | Message-ID: <20050626043204.GA31585@solemn.turbinal.org> p4raw-id: //depot/perl@24993
* Oops (fix previous fix).Rafael Garcia-Suarez2005-06-275-5/+5
| | | p4raw-id: //depot/perl@24992
* Fix tests of Filter::Simple 0.82 in the coreRafael Garcia-Suarez2005-06-275-5/+5
| | | p4raw-id: //depot/perl@24991
* Upgrade to Filter::Simple 0.82Rafael Garcia-Suarez2005-06-2711-330/+413
| | | p4raw-id: //depot/perl@24990
* Upgrade to Test::Harness 2.52Rafael Garcia-Suarez2005-06-273-17/+58
| | | p4raw-id: //depot/perl@24989
* Upgrade to Time::HiRes 1.70Rafael Garcia-Suarez2005-06-273-3/+17
| | | p4raw-id: //depot/perl@24988