This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change 25226 should have done this too
[perl5.git] / perl.c
2005-09-18 Nicholas ClarkIt looks like the only way to reliably make Perl_hv_nam...
2005-08-09 Steve PetersFix a couple of random warnings
2005-07-20 Jarkko Hietaniemisupport POSIX SA_SIGINFO
2005-07-15 Andy Lestermore embed cleanup
2005-07-13 Steve HayMake -V "Compile-time options" list everything used...
2005-07-12 Steve HayChange New*() to Newx*() in various comments and docume...
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-02 Nicholas ClarkDon't check the pointer is non-NULL before calling...
2005-06-30 Nicholas ClarkA terser way of implementing require_pv.
2005-06-30 Nicholas ClarkAvoid using PL_Sv in the -V argument processing.
2005-06-30 Nicholas ClarkUse Perl_sv_catpvf to shorten the code (source and...
2005-06-30 Nicholas ClarkThe core shouldn't be using PL_na
2005-06-30 Nicholas Clark-V:... would get upset (syntax error) if ... contained...
2005-06-30 Nicholas ClarkReplace newSVpv(...,0) with newSVpvn where we know...
2005-06-30 Nicholas ClarkWhy use Perl_form and newSVpv when newSVpvf will do...
2005-06-29 Nicholas ClarkFirst stab at not automatically creating an unused...
2005-06-27 Andy LesterWe're going round in circles with pp_sys.c
2005-06-26 Nicholas ClarkTweak the child dump socket protocol to return error...
2005-06-26 Nicholas ClarkWhen using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possibl...
2005-06-25 Nicholas ClarkIf forking during global destruction, the child needs...
2005-06-24 Nicholas ClarkExtend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also...
2005-06-23 Nicholas ClarkRe-initialise PL_curcop to &PL_compiling before destroy...
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-22 Nicholas ClarkAdd facility to fork() early in perl_destruct and use...
2005-06-22 Nicholas ClarkNow that the global string table is using a single...
2005-06-20 Rafael Garcia-Suarezperl -v was outputting a double v (spotted by Jarkko)
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-16 Rafael Garcia-SuarezRevert part of change #24854
2005-06-15 Steve PetersRe: [PATCH] make -f invalid when USE_SITECUSTOMIZE...
2005-06-14 Salvador Fandiñobetter assertion support
2005-06-13 Nicholas ClarkMore SvPV consting
2005-06-13 Nicholas ClarkWe no longer need PL_shared_hek_table
2005-06-08 Nicholas ClarkRemove repeated C<n_a>s
2005-06-08 Nicholas Clarkn_a no more
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-03 Andy LesterRandom consting
2005-06-02 Rafael Garcia-SuarezCPP typo fix (by Dominic Dunlop)
2005-06-02 H.Merijn BrandHP-UX specific #pragma entered in #23890 is not supported
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-25 Nicholas ClarkTrack the mapping between source shared hash keys and...
2005-05-23 Nicholas ClarkPL_regex_padav elements hold either more AVs, or IVs...
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-20 Andy LesterAttribute configuration
2005-05-18 Gisle AasWell defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-14 Dave MitchellFix typo in DDEBUG_LEAKING_SCALARS flags output
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-09 Andy Lesterattributes-two.patch, the next batch
2005-05-03 Nicholas ClarkPL_mess_sv is always >= SVt_PVMG, so no need for an...
2005-05-02 Andy Lesterprintf.patch: Adding printf checking for gcc
2005-04-28 Nicholas ClarkAdd a new macro SvPV_free() which undoes OOK and free...
2005-04-27 Andy Lesterperlio-two.patch: More warnings squashed, more consts
2005-04-25 Jarkko Hietaniemicombopatch
2005-04-22 Rafael Garcia-SuarezThere's no point listing '-f' in --help output
2005-04-22 Rafael Garcia-Suarez-A wasn't listed in the --help output
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2005-04-11 Nicholas ClarkAvoid taking a reference to SvIVX and putting that...
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-04-04 Andy Lesterconst-eight.diff
2005-03-29 Andy LesterThe core part of :
2005-03-28 Dave Mitchellexpand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2005-03-25 Andy LesterConsting five
2005-03-25 Rafael Garcia-SuarezRemove the const qualifier from argv and env variables
2005-03-24 Andy LesterThird consting batch
2005-03-21 Yitzchak Scott-Tho... Break up long lines in -V output for compile-time options
2005-03-21 Andy LesterMore consting goodness
2005-03-18 Gisle AasRe: sitecustomize.pl [PATCH]
2005-03-04 Rafael Garcia-SuarezUpdate -v copyright notice
2005-01-27 Gisle Aaslibperl leaks a THREAD_KEY each time it is reloaded
2005-01-19 Robin BarkerFurther follow-up to 23767
2005-01-13 Stas BekmanRe: killing USE_5005THREADS in blead?
2005-01-10 Marcus Holland-MoritzRemove PERL_FLEXIBLE_EXCEPTIONS code.
2005-01-09 Nicholas ClarkIf we know the length of the string constant, save...
2005-01-05 Nicholas ClarkFoolishly I committed change 23753 before remembering...
2005-01-05 Nicholas ClarkTurn INIT_TLS_AND_INTERP into a static function
2005-01-01 Nicholas ClarkstrEQ/strNE of 1 character strings seems better hand...
2004-12-23 Nicholas ClarkRelocatable @INC entries for Unix.
2004-12-22 Rafael Garcia-SuarezMove the definition of the S_procself_val() function...
2004-12-21 Nicholas ClarkMove the setting of $^X ahead of the initialisation...
2004-12-06 Nicholas ClarkBreak out setting $^X into its own static function...
2004-12-03 Nicholas Clarkuse (c == '$' || c == '@' || c == '%') instead of strch...
2004-12-03 Nicholas ClarkFix a typo in an assert(). It helps to compile with...
2004-12-03 Nicholas ClarkPull out the duplicateded push @INC, $_ if -e $_ code...
2004-12-01 Ingo Weinhold[perl #32717] BeOS specific Updates
2004-11-17 Michael SchroederSuSE's perl safe_putenf diff
2004-11-02 Rafael Garcia-SuarezReformulate an error
2004-10-31 Nicholas ClarkSet the IV values for PL_sv_yes and PL_sv_no at initial...
2004-10-27 Dave Mitchellinclude flags and refcount in the list of leaked scalars
2004-10-20 chromaticRephrase "Perl Home Page" References
2004-10-15 Rafael Garcia-SuarezImplement a new -dt command-line flag, to enable thread...
2004-10-14 Rafael Garcia-SuarezFix [perl #31971] local $^D gives noise
2004-10-14 Rafael Garcia-SuarezA few fixes in the list of -D debugging flags
2004-09-28 Merijn BroerenPatch for perl.c fixing an obscure environment bug
2004-09-08 Marcus Holland-MoritzSvO?OK_off()'s return value
2004-08-20 Dave Mitchella regex in STDOUT destructor coredumped because regex...
next