summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* s/Nullcv/NULL/gSteven Schubiger2006-02-031-4/+4
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-20/+20
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-18/+20
* Yet more instances of gv_fetchpv... that should be GV_ADD rather thanNicholas Clark2006-02-021-20/+20
* Make Perl_gv_fetchpvn_flags actually heed the passed in length.Nicholas Clark2006-01-311-3/+3
* Use a union for storing the shared hash key reference count, ratherNicholas Clark2006-01-301-1/+1
* Avoid using space to create 2 functions just to force mathoms to beNicholas Clark2006-01-291-9/+0
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-281-28/+30
* Make dump and -u croak on Win32 and Cygwin to avoid confusionYves Orton2006-01-261-0/+2
* Fix a regression on suidperl : the error message "No #! line" wasRafael Garcia-Suarez2006-01-241-3/+5
* SPRINTF_RETURNS_STRLEN isn't really a compile-time option Steve Hay2006-01-241-3/+0
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-12/+12
* Make setting 'PL_origalen = 1' before perl_parse() disableGisle Aas2006-01-111-1/+4
* Avoid possible dereference of NULL in the initialization of PL_origalen.Gisle Aas2006-01-101-2/+2
* 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