summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Random cleanups #47Andy Lester2005-06-0713-142/+172
* make some more functions staticAlexey Tourbin2005-06-073-12/+16
* Simplify the implementation of SvPV*nolen functionsNicholas Clark2005-06-072-9/+12
* Ensure string table counts are balanced. (Was not true in op/pack.t)Nicholas Clark2005-06-072-6/+13
* Remove unneeded #ifdef VMS since VMS is not defined here anywayRafael Garcia-Suarez2005-06-071-7/+1
* one more round of is_utf8_foo tuneupJarkko Hietaniemi2005-06-078-41/+101
* util.c: S_vdie_common() should be staticAlexey Tourbin2005-06-071-34/+32
* Fix apidoc for newSVhekRafael Garcia-Suarez2005-06-072-1/+12
* make pp_split constNicholas Clark2005-06-071-5/+6
* Lots of constingNicholas Clark2005-06-0710-82/+108
* The FBM compile code is mutable, because it's permissible to FBMNicholas Clark2005-06-071-7/+8
* XS_VERSION_BOOTCHECK is read only.Nicholas Clark2005-06-071-1/+1
* POPpx needs a const equivalent.Nicholas Clark2005-06-071-0/+1
* Make a start at consting calls to SvPV. SV conversion and upgradeNicholas Clark2005-06-071-105/+123
* Need const versions of SvPV(), so that its callers can indicateNicholas Clark2005-06-071-3/+23
* Re: [perl #36130] chr(-1) should probably return undefJarkko Hietaniemi2005-06-073-4/+34
* RE: a bit of trouble with compiling with MSVC++ on Win32Vadim Konovalov2005-06-071-12/+20
* [perl #36193] crash in Perl_yyerror due to missing check for NULL Todd C. Miller2005-06-071-4/+5
* Unvoid SvUPGRADEAndy Lester2005-06-0713-37/+37
* Abstract all access to the shared hash value through SvSHARED_HASH()Nicholas Clark2005-06-064-8/+10
* SvIsCOW_shared_hash is declared all the time, so use it.Nicholas Clark2005-06-061-4/+0
* Shared hash key scalars can be safely copied as shared hash key scalarsNicholas Clark2005-06-061-6/+5
* NORETURN_FUNCTION_END is not a complete statementSteve Hay2005-06-061-1/+1
* We still need an "i" in the PERL_IMPLICIT_SYS caseSteve Hay2005-06-061-0/+1
* Tru64: allow creating perl.pixie even with optimized PerlJarkko Hietaniemi2005-06-061-1/+1
* Re: blead attribute warnings, cygwin + gcc 3.4.1Yitzchak Scott-Thoennes2005-06-061-6/+12
* New test for getppid(), by Alexey TourbinRafael Garcia-Suarez2005-06-052-0/+55
* PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memorySalvador Fandiño2005-06-051-8/+31
* Fix minor bummer in 24706Andy Lester2005-06-051-2/+2
* further speeding up of is_utf8_string()Jarkko Hietaniemi2005-06-047-38/+139
* Silence a const warningRafael Garcia-Suarez2005-06-041-1/+1
* Improve FindBin discovery of current directory, based on :José Pedro Oliveira2005-06-041-14/+20
* Simplify the getppid code, by Alexey TourbinRafael Garcia-Suarez2005-06-041-6/+3
* Consting IO and Devel::PeekAndy Lester2005-06-032-13/+13
* Clean up UNI* macros in toke.cAndy Lester2005-06-031-16/+20
* B::Concise tortureJim Cromie2005-06-032-33/+137
* Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::PingGisle Aas2005-06-031-9/+12
* Use newSVhek in the cloning code.Nicholas Clark2005-06-031-4/+3
* Use newSVhek where we're generating SVs from package namesNicholas Clark2005-06-034-21/+17
* s/newSVpv_hek/newSVhek/g; # Lousy choice of nameNicholas Clark2005-06-035-5/+9
* Bump version numberRafael Garcia-Suarez2005-06-031-1/+1
* Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"Duncan Findlay2005-06-031-3/+3
* Create newSVpv_hek to reduce code duplication where HEKs need to beNicholas Clark2005-06-035-33/+52
* POD fixesRafael Garcia-Suarez2005-06-031-2/+2
* Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?Yitzchak Scott-Thoennes2005-06-031-1/+2
* Random constingAndy Lester2005-06-0317-115/+164
* [PATCH] Run ICMP ping tests on Windows as long as we have admin privsJan Dubois2005-06-033-3/+17
* speed up is_utf8_char()Jarkko Hietaniemi2005-06-032-27/+105
* Quotes in pod/*.podAndy Lester2005-06-0321-135/+134
* Indent fixRafael Garcia-Suarez2005-06-031-8/+8