This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Removed '...' ellipses from docs about '...' flip-flop operator
[perl5.git] / perl.c
2009-08-03 Jesse VincentRemove the port to MiNT. It's a dead platform that...
2009-06-25 Lubomir RintelDon't enqueue pending signals during global destruction
2009-06-21 Jim Cromiedrop remaining mentions of PERL_MEM_LOG_FOO envars
2009-06-21 Rafael Garcia-SuarezAlso replace PERL_MEM_LOG_STDERR by PERL_MEM_LOG_NOIMPL...
2009-05-23 Nicholas ClarkMove the code to add magic to $0 into Perl_gv_fetchpvn_...
2009-05-21 Nicholas ClarkUse only one block of memory for both PL_psig_name...
2009-05-20 Nicholas ClarkRemove binary compatibility scaffolding for the change...
2009-05-20 Nicholas ClarkReplace run-time on-demand initialisation of PL_bitcoun...
2009-04-27 Nicholas ClarkSimplifications to S_incpush() now possible without...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-26 Michael G Schwern[PATCH] Allow PERL5OPT=-W
2009-04-12 Nicholas ClarkConvert xsutils.c and lib/attributes.pm to a regular...
2009-02-24 Nicholas ClarkIn S_parse_body(), sv hasn't been needed since -P bit...
2009-02-23 Jerry D. HeddenFix unused variable warning
2009-02-23 Craig A. BerryVMS-specific nit in S_init_perllib after 2cace6acdfad87...
2009-02-22 Nicholas ClarkFor S_incpush(), dir is never NULL, and len is always...
2009-02-22 Nicholas ClarkOptimise S_incpush() by avoiding repeatedly copying...
2009-02-22 Nicholas ClarkIn S_incpush, move the declaration of subdir inside...
2009-02-22 Nicholas ClarkTidy up incpush. Re-order the macros, and re-indent...
2009-02-22 Nicholas ClarkMove unversioned directories in PERL_OTHERLIBDIRS later...
2009-02-22 Nicholas Clark7fc731078209e8c26ed8bba477edfd90724c7146 missed one...
2009-02-22 Nicholas ClarkIn S_init_perllib(), push the bare VENDORLIB_STEM onto...
2009-02-22 Nicholas ClarkIn S_init_perllib(), push the bare SITELIB_STEM onto...
2009-02-22 Nicholas ClarkIn S_incpush(), move push @INC, ".../$archname" if...
2009-02-22 Nicholas ClarkIn S_init_perllib(), initialise perl5lib to NULL, to...
2009-02-22 Nicholas ClarkIn S_incpush(), replace (addsubdirs || addoldvers)...
2009-02-22 Nicholas ClarkIn S_init_perllib(), s can be const char*
2009-02-22 Nicholas ClarkIn S_init_perllib(), only call PerlEnv_getenv("PERL5LIB...
2009-02-22 Nicholas ClarkUnwind the implicit loop in S_init_perllib(), by writin...
2009-02-21 Nicholas ClarkChange the value passed into S_init_perllib() to a...
2009-02-21 Nicholas ClarkNetWare has PRIVLIB_EXP as something other than a strin...
2009-02-21 Nicholas ClarkIn S_init_perllib(), correct errors in the MACOS_TRADIT...
2009-02-20 Nicholas ClarkAdd a parameter to win32_get_{priv,site,vendor}lib...
2009-02-20 Rafael Garcia-SuarezSilence a casting warning with memchr()
2009-02-18 Nicholas ClarkRemove the stub nw_get_sitelib(), and undefine SITELIB_...
2009-02-17 Nicholas ClarkPass the length of the string to S_incpush_use_sep...
2009-02-17 Nicholas ClarkIn S_incpush(), avoid "possible loss of data" warnings...
2009-02-16 Nicholas ClarkAs WIN32 is already using different flags to incpush_us...
2009-02-16 Nicholas ClarkBy spliting PERL_ARCH_FMT into PERL_ARCH_FMT_PREFIX...
2009-02-16 Nicholas ClarkAs PERL_ARCH_FMT_PATH is a compile time constant, can...
2009-02-16 Nicholas ClarkPERL_FS_VER_FMT is only used with the current perl...
2009-02-16 Nicholas ClarkAbolish PERL_AV_SUFFIX_FMT, which was rendered obsolesc...
2009-02-16 Nicholas ClarkReplace *printf "%d.%d.%d", PERL_REVISION, PERL_VERSION...
2009-02-16 Nicholas ClarkDon't add PRIVLIB_EXP to @INC twice.
2009-02-15 Nicholas ClarkEnsure that the pointer to S_incpush_use_sep() is never...
2009-02-15 Nicholas ClarkIn @INC, move ARCHLIB and PRIVLIB after the current...
2009-02-15 Nicholas ClarkLoop in S_init_perllib(), only calling S_incpush*(...
2009-02-15 Nicholas ClarkRefactor the separator splitting loop of S_incpush...
2009-02-15 Nicholas ClarkIn S_incpush(), rename the parameter from dir to p...
2009-02-15 Nicholas ClarkRefactor S_incpush() to take 1 flags parameter, instead...
2009-02-15 Nicholas ClarkFor -I, need to also unshift version and architecture...
2009-01-27 Nicholas ClarkIn the code for printing -v, replace longhand newSVpvn...
2009-01-25 Rafael Garcia-SuarezMerge branch 'Eefix' into blead
2009-01-25 Rafael Garcia-SuarezRevert "show -E in error message when called with -E"
2009-01-23 Nicholas Clarksuidperl goes.
2009-01-23 Nicholas ClarkRemove redundant #ifndef SETUID_SCRIPTS_ARE_SECURE_NOW...
2009-01-21 Nicholas ClarkNote that nothing in core uses Perl_get_cv any more...
2009-01-21 Nicholas ClarkCorrect the form of the flags passed to perl_get_cv().
2009-01-21 Nicholas ClarkUpdate the documentation of get_sv() to note that it...
2009-01-21 Nicholas ClarkUpdate the documentation of get_av() to note that it...
2009-01-21 Nicholas ClarkUpdate the documentation of get_hv() to note that it...
2009-01-12 Nicholas ClarkFix my refactoring typo in change 33001 that broke...
2009-01-12 Renée Bäckershow -E in error message when called with -E
2009-01-05 Nicholas ClarkUpdate copyright year to 2009.
2009-01-05 John MalmbergVMS posix exit fixes
2009-01-04 Yves Ortoneliminate double stringification, the defines as done...
2008-12-31 Nicholas ClarkMore efficient API choices for string appending.
2008-12-31 Nicholas Clarkvarargs functions such as sv_catpvf can't have compatib...
2008-12-31 Yves Ortonmuch better git related version numbering in our (...
2008-12-29 Nicholas ClarkPL_registered_mros can start with 1 hash bucket, as...
2008-12-27 Nicholas ClarkAdd Perl_mro_register() to register Method Resolution...
2008-12-27 Yves Ortoncome new version related code in perl.c is not enabled...
2008-12-27 Yves Ortonbetter git based version numbering (hopefully sane)
2008-12-27 Yves Ortontidier -v output
2008-12-27 Yves Ortonmake git-describe info show up in -V output in the...
2008-12-26 Nicholas ClarkThe string "." cannot possibly contain a PATH sepatator...
2008-12-26 Rafael Garcia-SuarezBetter fix for bug #6665
2008-12-26 Rafael Garcia-SuarezRevert "[perl #6665] Different behavior using the ...
2008-12-25 Renee Baecker[perl #6665] Different behavior using the -Idir option...
2008-12-20 Yves Ortonmake perl use git-describe for PATCHNUM
2008-11-28 H.Merijn Brandcould we add usedevel to config.h?
2008-11-26 Nicholas ClarkExactly 1 function, in perl.c, calls Perl_magicname...
2008-11-24 Mandalemula, RajeshRespecting inc_version_list while processing PERL_VENDO...
2008-11-20 Tim BunceHard-coded Perl_pp_entersub and Perl_pp_entereval shoul...
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas ClarkAdd MUTABLE_IO(), and eliminate (IO *) casts in *.c.
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-26 Nicholas ClarkUSE_FAST_STDIO can affect behaviour, so list it in -V
2008-10-24 Marcus Holland-MoritzMake C++ compilers happy #2: const POD without initializer
2008-10-24 Marcus Holland-MoritzAdd SV allocation tracing to -Dm and PERL_MEM_LOG
2008-10-05 Nicholas ClarkUpdate copyright year to 2008.
2008-08-28 Nicholas ClarkFix #30660: Repeated spaces on shebang line stops optio...
2008-08-24 Milosz TanskiSafer environ iteration
2008-06-17 Rafael Garcia-SuarezRename the new macro clear_errsv() from last patch...
2008-06-17 Bram[perl #51370] length($@)>0 for empty $@ if utf8 is...
next