summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* sprinkle dVARJarkko Hietaniemi2006-01-061-2/+28
* Move "DEVEL####" marker to the 'perl -v' output.Gisle Aas2006-01-061-1/+5
* Replacing broken call to savepvn() with savepvs() to get threadedSteve Peters2006-01-061-1/+1
* Make '-s' on the shebang line able to parse -foo=bar switches again.Gisle Aas2006-01-061-2/+3
* Make the new STR_WITH_LEN() affected compile under -Dusethreads.Gisle Aas2006-01-041-2/+2
* Introduce newSVpvs_share() macro.Gisle Aas2006-01-041-1/+1
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-041-1/+1
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-041-2/+2
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-36/+36
* Happy New Year. (It's not just embed.pl).Nicholas Clark2006-01-021-2/+2
* Tweak S_init_main_stash so as allocate PL_curstname as a shared stringNicholas Clark2005-12-301-2/+9
* fix errors in new MY_CTX codeDave Mitchell2005-12-301-0/+3
* av.c cleanup, plus!Andy Lester2005-12-291-1/+1
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-1/+5
* s/Nullhv/NULL/g;Nicholas Clark2005-12-161-4/+4
* s/Nullav/NULL/gNicholas Clark2005-12-161-13/+13
* 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