In S_incpush(), replace (addsubdirs || addoldvers) with a constant variable.
[p5sagit/p5-mst-13.2.git] / perl.c
2009-02-22 Nicholas Clark In S_incpush(), replace (addsubdirs || addoldvers)...
2009-02-22 Nicholas Clark In S_init_perllib(), s can be const char*
2009-02-22 Nicholas Clark In S_init_perllib(), only call PerlEnv_getenv("PERL5LIB...
2009-02-22 Nicholas Clark Unwind the implicit loop in S_init_perllib(), by writin...
2009-02-21 Nicholas Clark Change the value passed into S_init_perllib() to a...
2009-02-21 Nicholas Clark NetWare has PRIVLIB_EXP as something other than a strin...
2009-02-21 Nicholas Clark In S_init_perllib(), correct errors in the MACOS_TRADIT...
2009-02-20 Nicholas Clark Add a parameter to win32_get_{priv,site,vendor}lib...
2009-02-20 Rafael Garcia-Suarez Silence a casting warning with memchr()
2009-02-18 Nicholas Clark Remove the stub nw_get_sitelib(), and undefine SITELIB_...
2009-02-17 Nicholas Clark Pass the length of the string to S_incpush_use_sep...
2009-02-17 Nicholas Clark In S_incpush(), avoid "possible loss of data" warnings...
2009-02-16 Nicholas Clark As WIN32 is already using different flags to incpush_us...
2009-02-16 Nicholas Clark By spliting PERL_ARCH_FMT into PERL_ARCH_FMT_PREFIX...
2009-02-16 Nicholas Clark As PERL_ARCH_FMT_PATH is a compile time constant, can...
2009-02-16 Nicholas Clark PERL_FS_VER_FMT is only used with the current perl...
2009-02-16 Nicholas Clark Abolish PERL_AV_SUFFIX_FMT, which was rendered obsolesc...
2009-02-16 Nicholas Clark Replace *printf "%d.%d.%d", PERL_REVISION, PERL_VERSION...
2009-02-16 Nicholas Clark Don't add PRIVLIB_EXP to @INC twice.
2009-02-15 Nicholas Clark Ensure that the pointer to S_incpush_use_sep() is never...
2009-02-15 Nicholas Clark In @INC, move ARCHLIB and PRIVLIB after the current...
2009-02-15 Nicholas Clark Loop in S_init_perllib(), only calling S_incpush*(...
2009-02-15 Nicholas Clark Refactor the separator splitting loop of S_incpush...
2009-02-15 Nicholas Clark In S_incpush(), rename the parameter from dir to p...
2009-02-15 Nicholas Clark Refactor S_incpush() to take 1 flags parameter, instead...
2009-02-15 Nicholas Clark For -I, need to also unshift version and architecture...
2009-01-27 Nicholas Clark In the code for printing -v, replace longhand newSVpvn...
2009-01-25 Rafael Garcia-Suarez Merge branch 'Eefix' into blead
2009-01-25 Rafael Garcia-Suarez Revert "show -E in error message when called with -E"
2009-01-23 Nicholas Clark suidperl goes.
2009-01-23 Nicholas Clark Remove redundant #ifndef SETUID_SCRIPTS_ARE_SECURE_NOW...
2009-01-21 Nicholas Clark Note that nothing in core uses Perl_get_cv any more...
2009-01-21 Nicholas Clark Correct the form of the flags passed to perl_get_cv().
2009-01-21 Nicholas Clark Update the documentation of get_sv() to note that it...
2009-01-21 Nicholas Clark Update the documentation of get_av() to note that it...
2009-01-21 Nicholas Clark Update the documentation of get_hv() to note that it...
2009-01-12 Nicholas Clark Fix my refactoring typo in change 33001 that broke...
2009-01-12 Renée Bäcker show -E in error message when called with -E
2009-01-05 Nicholas Clark Update copyright year to 2009.
2009-01-05 John Malmberg VMS posix exit fixes
2009-01-04 Yves Orton eliminate double stringification, the defines as done...
2008-12-31 Nicholas Clark More efficient API choices for string appending.
2008-12-31 Nicholas Clark varargs functions such as sv_catpvf can't have compatib...
2008-12-31 Yves Orton much better git related version numbering in our (...
2008-12-29 Nicholas Clark PL_registered_mros can start with 1 hash bucket, as...
2008-12-27 Nicholas Clark Add Perl_mro_register() to register Method Resolution...
2008-12-27 Yves Orton come new version related code in perl.c is not enabled...
2008-12-27 Yves Orton better git based version numbering (hopefully sane)
2008-12-27 Yves Orton tidier -v output
2008-12-27 Yves Orton make git-describe info show up in -V output in the...
2008-12-26 Nicholas Clark The string "." cannot possibly contain a PATH sepatator...
2008-12-26 Rafael Garcia-Suarez Better fix for bug #6665
2008-12-26 Rafael Garcia-Suarez Revert "[perl #6665] Different behavior using the ...
2008-12-25 Renee Baecker [perl #6665] Different behavior using the -Idir option...
2008-12-20 Yves Orton make perl use git-describe for PATCHNUM
2008-11-28 H.Merijn Brand could we add usedevel to config.h?
2008-11-26 Nicholas Clark Exactly 1 function, in perl.c, calls Perl_magicname...
2008-11-24 Mandalemula, Rajesh Respecting inc_version_list while processing PERL_VENDO...
2008-11-20 Tim Bunce Hard-coded Perl_pp_entersub and Perl_pp_entereval shoul...
2008-11-14 Chip Salzenberg [perl #948] [PATCH] Allow tied $,
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-Suarez Explicitly specify some printf formats for constant...
2008-10-30 Nicholas Clark Eliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas Clark Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.
2008-10-29 Marcus Holland-Moritz Use pvs macros instead of pvn where possible.
2008-10-29 Nicholas Clark Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas Clark Every remaining (HV *) cast in *.c
2008-10-26 Nicholas Clark USE_FAST_STDIO can affect behaviour, so list it in -V
2008-10-24 Marcus Holland-Moritz Make C++ compilers happy #2: const POD without initializer
2008-10-24 Marcus Holland-Moritz Add SV allocation tracing to -Dm and PERL_MEM_LOG
2008-10-05 Nicholas Clark Update copyright year to 2008.
2008-08-28 Nicholas Clark Fix #30660: Repeated spaces on shebang line stops optio...
2008-08-24 Milosz Tanski Safer environ iteration
2008-06-17 Rafael Garcia-Suarez Rename the new macro clear_errsv() from last patch...
2008-06-17 Bram [perl #51370] length($@)>0 for empty $@ if utf8 is...
2008-04-15 Jerry D. Hedden Clean up unused 'popt' variable in perl.c
2008-04-14 Nicholas Clark No need to copy the part of PERL5OPT that we've already...
2008-04-14 Nicholas Clark Very little const-propagation remains related to Perl_m...
2008-04-13 Marcus Holland-Moritz Add two missing dVAR's.
2008-04-03 Nicholas Clark Clean up some compiler warnings spotted by smokers.
2008-03-29 Gerard Goossen do not use SVTYPEMASK to prevent cleaning of PL_fdpid...
2008-03-02 Robin Barker for -M:Foo, extended and revised
2008-02-27 Nicholas Clark Do the memory debug header fixup earlier to avoid valgr...
2008-02-26 Rafael Garcia-Suarez Chainsaw DEBUG_S out, as suggested by Vincent Pit.
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-01-28 Robin Barker FW: [PATCH] RE: [PATCH] volatile, avoid clobbered
2008-01-21 Rafael Garcia-Suarez When changing the op_ppaddr of an op, one must keep...
2008-01-21 Nicholas Clark Give G_VOID, G_SCALAR and G_ARRAY the same numeric...
2008-01-21 Nicholas Clark Add a flag G_WANT, as a mask for the bits G_SCALAR...
2008-01-21 Nicholas Clark Encode the G_* to OPf_WANT_* transform, the reverse...
2008-01-18 Nicholas Clark Don't create local variables validarg and fdscript...
2008-01-18 Nicholas Clark The suidscript argument to S_forbid_setid(), S_open_scr...
2008-01-18 Nicholas Clark Eliminate all PERL_UNUSED_ARG()s in S_validate_suid...
2008-01-18 Nicholas Clark Change 32997 missed one conditionally unused argument.
2008-01-18 Nicholas Clark Collect all the S_validate_suid() unused argument logic...
2008-01-18 Nicholas Clark Remove commented out declaration from S_validate_suid()
2008-01-18 Nicholas Clark Remove commented out code from S_validate_suid()
2008-01-11 Nicholas Clark __DATE__ and __TIME__ are both string literals, so...
2008-01-11 Nicholas Clark Pack the recycled pad offsets into an SV at PL_regex_pa...
2008-01-11 Nicholas Clark Remove C variables (and a parameter!) now unused since...
next