summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* If forking during global destruction, the child needs to close allNicholas Clark2005-06-251-1/+24
* Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalarsNicholas Clark2005-06-241-32/+46
* Re-initialise PL_curcop to &PL_compiling before destroying the optree.Nicholas Clark2005-06-231-1/+5
* Const Boy II: The LocalizingAndy Lester2005-06-231-10/+6
* Add facility to fork() early in perl_destruct and use the child toNicholas Clark2005-06-221-0/+118
* Now that the global string table is using a single hunk of memoryNicholas Clark2005-06-221-11/+16
* perl -v was outputting a double v (spotted by Jarkko)Rafael Garcia-Suarez2005-06-201-2/+2
* Remove the deprecated $# variableRafael Garcia-Suarez2005-06-201-2/+0
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-4/+2
* Revert part of change #24854Rafael Garcia-Suarez2005-06-161-4/+2
* Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't setSteve Peters2005-06-151-0/+4
* better assertion supportSalvador FandiƱo2005-06-141-39/+49
* More SvPV constingNicholas Clark2005-06-131-6/+7
* We no longer need PL_shared_hek_tableNicholas Clark2005-06-131-2/+0
* Remove repeated C<n_a>sNicholas Clark2005-06-081-7/+9
* n_a no moreNicholas Clark2005-06-081-6/+2
* More SvPV constingNicholas Clark2005-06-071-1/+1
* Random constingAndy Lester2005-06-031-2/+0
* CPP typo fix (by Dominic Dunlop)Rafael Garcia-Suarez2005-06-021-1/+1
* HP-UX specific #pragma entered in #23890 is not supportedH.Merijn Brand2005-06-021-1/+1
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-3/+3