summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* suidperl goes.Nicholas Clark2009-01-231-661/+9
* Remove redundant #ifndef SETUID_SCRIPTS_ARE_SECURE_NOW (and #endif).Nicholas Clark2009-01-231-2/+0
* Note that nothing in core uses Perl_get_cv any more, and why it is hard to moveNicholas Clark2009-01-211-0/+2
* Correct the form of the flags passed to perl_get_cv().Nicholas Clark2009-01-211-1/+1
* Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-8/+9
* Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-7/+8
* Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-6/+7
* Fix my refactoring typo in change 33001 that broke suidperl, only spotted 11Nicholas Clark2009-01-121-1/+1
* show -E in error message when called with -ERenée Bäcker2009-01-121-1/+1
* Update copyright year to 2009.Nicholas Clark2009-01-051-3/+3
* VMS posix exit fixesJohn Malmberg2009-01-041-12/+24
* eliminate double stringification, the defines as done in git_version.h are al...Yves Orton2009-01-051-1/+1
* More efficient API choices for string appending.Nicholas Clark2008-12-311-2/+2
* varargs functions such as sv_catpvf can't have compatibility wrappers forNicholas Clark2008-12-311-2/+2
* much better git related version numbering in our (*nix for now) build processYves Orton2008-12-311-16/+22
* PL_registered_mros can start with 1 hash bucket, as it will probably neverNicholas Clark2008-12-291-0/+2
* Add Perl_mro_register() to register Method Resolution Orders,Nicholas Clark2008-12-271-0/+4
* come new version related code in perl.c is not enabled -- explain whyYves Orton2008-12-271-0/+2
* better git based version numbering (hopefully sane)Yves Orton2008-12-271-7/+10
* tidier -v outputYves Orton2008-12-271-3/+3
* make git-describe info show up in -V output in the "Characteristics of this b...Yves Orton2008-12-271-1/+3
* The string "." cannot possibly contain a PATH sepatator, so don't tell S_pushincNicholas Clark2008-12-261-2/+2
* Better fix for bug #6665Rafael Garcia-Suarez2008-12-261-26/+32
* Revert "[perl #6665] Different behavior using the -Idir option on the command...Rafael Garcia-Suarez2008-12-261-5/+3
* [perl #6665] Different behavior using the -Idir option on the command line an...Renee Baecker2008-12-261-3/+5
* make perl use git-describe for PATCHNUMYves Orton2008-12-201-1/+1
* could we add usedevel to config.h?H.Merijn Brand2008-11-281-0/+3
* Exactly 1 function, in perl.c, calls Perl_magicname(), so inline it.Nicholas Clark2008-11-261-12/+5
* Respecting inc_version_list while processing PERL_VENDORLIB_STEMMandalemula, Rajesh2008-11-241-1/+2
* Hard-coded Perl_pp_entersub and Perl_pp_entereval should use PL_ppaddrTim Bunce2008-11-201-2/+2
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-141-2/+4
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-1/+5
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-6/+6
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-8/+8
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2008-10-291-3/+3
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-11/+11
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2008-10-291-3/+3
* Every remaining (HV *) cast in *.cNicholas Clark2008-10-281-1/+1
* USE_FAST_STDIO can affect behaviour, so list it in -VNicholas Clark2008-10-261-0/+3
* Make C++ compilers happy #2: const POD without initializerMarcus Holland-Moritz2008-10-241-1/+1
* Add SV allocation tracing to -Dm and PERL_MEM_LOGMarcus Holland-Moritz2008-10-241-1/+1
* Update copyright year to 2008.Nicholas Clark2008-10-051-3/+3
* Fix #30660: Repeated spaces on shebang line stops option parsingNicholas Clark2008-08-281-2/+4
* Safer environ iterationMilosz Tanski2008-08-241-4/+7
* Rename the new macro clear_errsv() from last patch to CLEAR_ERRSV()Rafael Garcia-Suarez2008-06-171-3/+3
* [perl #51370] length($@)>0 for empty $@ if utf8 is in use Bram2008-06-171-5/+7
* Clean up unused 'popt' variable in perl.cJerry D. Hedden2008-04-151-1/+0
* No need to copy the part of PERL5OPT that we've already scanned past.Nicholas Clark2008-04-141-3/+3
* Very little const-propagation remains related to Perl_moreswitches().Nicholas Clark2008-04-141-1/+1
* Add two missing dVAR's.Marcus Holland-Moritz2008-04-131-0/+2