summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* fix maint-specific -Dd_dosuid build breakage (Nicholas)David Mitchell2009-04-221-6/+2
* By spliting PERL_ARCH_FMT into PERL_ARCH_FMT_PREFIX and SUFFIX, we can replaceNicholas Clark2009-04-141-7/+12
* As PERL_ARCH_FMT_PATH is a compile time constant, can simplify one sv_setpvf()Nicholas Clark2009-04-141-2/+2
* PERL_FS_VER_FMT is only used with the current perl version, which is known atNicholas Clark2009-04-141-8/+4
* Abolish PERL_AV_SUFFIX_FMT, which was rendered obsolescent 8 years ago withNicholas Clark2009-04-141-4/+2
* Replace *printf "%d.%d.%d", PERL_REVISION, PERL_VERSION, PERL_SUBVERSIONNicholas Clark2009-04-141-2/+1
* In the code for printing -v, replace longhand newSVpvn() with newSVpvs(), andNicholas Clark2009-04-121-4/+5
* Remove redundant #ifndef SETUID_SCRIPTS_ARE_SECURE_NOW (and #endif).Nicholas Clark2009-04-121-2/+0
* Correct the form of the flags passed to perl_get_cv().Nicholas Clark2009-04-121-1/+1
* Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-04-121-8/+9
* Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-04-121-7/+8
* Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-04-121-6/+7
* Revert "show -E in error message when called with -E"Rafael Garcia-Suarez2009-04-111-1/+1
* show -E in error message when called with -ERenée Bäcker2009-04-111-1/+1
* Update copyright year to 2009.Nicholas Clark2009-04-111-3/+3
* VMS posix exit fixesJohn Malmberg2009-04-111-12/+24
* eliminate double stringification, the defines as done in git_version.h are al...Yves Orton2009-04-111-1/+1
* More efficient API choices for string appending.Nicholas Clark2009-03-301-2/+2
* varargs functions such as sv_catpvf can't have compatibility wrappers forNicholas Clark2009-03-301-2/+2
* much better git related version numbering in our (*nix for now) build processYves Orton2009-03-301-16/+22
* PL_registered_mros can start with 1 hash bucket, as it will probably neverNicholas Clark2009-03-301-0/+2
* Add Perl_mro_register() to register Method Resolution Orders,Nicholas Clark2009-03-301-0/+4
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-291-8/+8
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2009-03-291-3/+3
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2009-03-291-3/+3
* Every remaining (HV *) cast in *.cNicholas Clark2009-03-291-1/+1
* Clean up unused 'popt' variable in perl.cJerry D. Hedden2009-03-261-1/+0
* No need to copy the part of PERL5OPT that we've already scanned past.Nicholas Clark2009-03-261-3/+3
* Very little const-propagation remains related to Perl_moreswitches().Nicholas Clark2009-03-261-1/+1
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-1/+82
* come new version related code in perl.c is not enabled -- explain whyYves Orton2009-02-261-0/+2
* better git based version numbering (hopefully sane)Yves Orton2009-02-261-7/+10
* tidier -v outputYves Orton2009-02-261-3/+3
* make git-describe info show up in -V output in the "Characteristics of this b...Yves Orton2009-02-261-1/+3
* fix setuid execution that was broken by f20b29985dDavid Mitchell2009-02-251-1/+1
* make perl use git-describe for PATCHNUMYves Orton2009-02-251-1/+1
* could we add usedevel to config.h?H.Merijn Brand2009-01-271-0/+3
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-1/+5
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-11/+11
* Add SV allocation tracing to -Dm and PERL_MEM_LOGMarcus Holland-Moritz2009-01-021-1/+1
* Integrate:Tim Bunce2008-11-211-2/+2
* Integrate:Robin Barker2008-11-031-6/+6
* Integrate:Nicholas Clark2008-10-271-0/+3
* Integrate:Nicholas Clark2008-10-251-1/+1
* Integrate:Nicholas Clark2008-10-201-3/+3
* Integrate:Milosz Tanski2008-09-051-4/+7
* Integrate:Bram2008-09-041-5/+7
* Integrate:Nicholas Clark2008-09-041-2/+4
* Integrate:Dave Mitchell2008-05-311-1/+5
* Integrate:Dave Mitchell2008-05-291-0/+2