summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* include PERL_TRACK_MEMPOOL in perl -V outputDave Mitchell2005-11-221-0/+3
* mathoms prototypes aren't prototypesAndy Lester2005-11-121-2/+3
* Patch from Gisle to add NO_MATHOMS to the Compile-time options.Steve Peters2005-11-091-0/+3
* Don't declare a function inside another functionRafael Garcia-Suarez2005-11-091-2/+2
* Eliminate some unnecessary strlen()sNicholas Clark2005-11-081-2/+5
* Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, asNicholas Clark2005-11-081-0/+3
* Re: C<undef %::> considered harmfulBenjamin Sugars2005-11-081-0/+3
* Symbian update blead@26025Jarkko Hietaniemi2005-11-071-1/+1
* Re: Configure -Dno_mathomsGisle Aas2005-11-041-0/+8
* Etta James presents: More constingAndy Lester2005-10-311-19/+18
* Most platforms don't actually need PL_pidstatus, or the associatedNicholas Clark2005-10-261-0/+7
* Back out change #25839, and apply :John E. Malmberg2005-10-251-1/+1
* Whoops. The Windows build is going to need to know that this symbol isNicholas Clark2005-10-251-0/+3
* VMS exit handling still broken, need some help.John E. Malmberg2005-10-251-6/+48
* Fix mismatched braces in S_fd_on_nosuid_fs().Marcus Holland-Moritz2005-10-231-4/+3
* [patch@25809]restore documented exit behaviorJohn E. Malmberg2005-10-201-10/+12
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-3/+3
* [patch@25763] Fix VMS error/exit handling, update kill functionJohn E. Malmberg2005-10-161-1/+1
* Add PERL_USE_SAFE_PUTENV to the compile time options in perl -VSteve Peters2005-10-131-0/+3
* Stas' croak patch and then someAndy Lester2005-10-131-1/+1
* If /dev/null is not readable, perl -e fails withRafael Garcia-Suarez2005-10-131-2/+5
* Comment fixRafael Garcia-Suarez2005-10-111-2/+2
* environ fixupAlan Burlison2005-10-111-0/+9
* Avoid a castNicholas Clark2005-10-061-1/+1
* Add -C to allowed $PERL5OPT optionsH.Merijn Brand2005-10-061-1/+1
* Re: [PATCH] Random constings and printf cleanupAndy Lester2005-10-051-7/+7
* Re: $^CHILD_ERROR_NATIVE issues (with attachment)Gisle Aas2005-10-041-6/+6
* PL_defoutgv could be used after being freedDave Mitchell2005-09-291-0/+2
* Attempting to do too many things simultaneously with the C pre-Nicholas Clark2005-09-291-1/+1
* We can use the C pre-processor to build a single, longer stringNicholas Clark2005-09-281-27/+28
* It looks like the only way to reliably make Perl_hv_name_set a pureNicholas Clark2005-09-181-1/+1
* Fix a couple of random warningsSteve Peters2005-08-091-0/+2
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-201-2/+2
* more embed cleanupAndy Lester2005-07-151-4/+3
* Make -V "Compile-time options" list everything used in makedef.plSteve Hay2005-07-131-13/+55
* Change New*() to Newx*() in various comments and documentationSteve Hay2005-07-121-2/+2
* Making my way thru embed.fncAndy Lester2005-07-101-3/+3
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-8/+8
* Don't check the pointer is non-NULL before calling Safefree() inNicholas Clark2005-07-021-6/+3
* A terser way of implementing require_pv.Nicholas Clark2005-06-301-5/+2
* 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
* 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-301-2/+4
* Why use Perl_form and newSVpv when newSVpvf will do it in one?Nicholas Clark2005-06-301-6/+2
* First stab at not automatically creating an unused SV for GvSVNicholas Clark2005-06-291-2/+5
* We're going round in circles with pp_sys.cAndy Lester2005-06-271-8/+20
* Tweak the child dump socket protocol to return error messages to theNicholas Clark2005-06-261-32/+92
* When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to causeNicholas Clark2005-06-261-17/+93