This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #32400] Unnecessary warning from constant.pm
[perl5.git] / perl.c
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...
2004-08-09 Dave Mitchelleval_sv() failing a taint test could corrupt the stack
2004-08-04 John PeacockFinal version object core patch?
2004-08-03 Dave Mitchellmore typo fixes for change 3176 (comments at top of...
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-23 Dave Mitchellremove the return stack PL_retstack, and store return...
2004-07-22 Jim CromieRe: "Too late for -T" could be more descriptive
2004-07-16 Nicholas ClarkEncourage compilers to tail call optimise in sv_savepv...
2004-06-02 Craig A. Berryon VMS, always exit with failure in my_failure_exit
2004-05-26 Alan Burlison'perl -v' fails if local_patches contains code snippets
2004-05-18 Rafael Garcia-SuarezError message too wide.
2004-05-10 Jim CromieRe: a little extra cmdline help. [PATCH]
2004-05-03 Nicholas ClarkIntegrate:
2004-04-21 Stas Bekman[patch] log the interpreter id in warnings
2004-03-24 Nicholas ClarkTidy up function prototypes in the light of suidpatch
2004-03-23 Paul Szabo5.9.1 suidperl
2004-03-22 Rafael Garcia-SuarezUpdate the -v copyright notice.
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-12 Stas Bekman[comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_s...
2004-01-17 Dave Mitchellback out change #22167 "freeing a CV reference that...
2004-01-17 Dave Mitchell [perl #24914] freeing a CV reference that was currentl...
2004-01-06 Rafael Garcia-SuarezFix bug #24813 : the -0 wasn't recognized on the #...
2003-12-20 Adrian M. Enacheafter back-references, restricted hashes.
2003-11-15 Nicholas ClarkRe: Storable Error
2003-11-05 Abhijit Menon-SenOrphaned submission from #21546.
2003-11-03 Nicholas Clarks/new_hash/rehash/g (Stas suggested a better name)
2003-11-02 Nicholas ClarkStas spotted a missed s//new_/ for the hash seed renami...
2003-10-21 Radu Greabembedding perl
2003-10-17 Slaven Rezic-u is deprecated.
2003-10-16 Nicholas ClarkPlan C for foiling the algorithmic complexity attack
2003-10-16 Dave MitchellEnsure PL_comppad/curpad point to PL_main_cv's padlist...
2003-10-16 Rafael Garcia-SuarezFurther tweak on change #21464.
2003-10-16 Gisle Aasperl -h tweak [PATCH]
2003-10-09 Lukas MaiPatch based on:
2003-09-11 Brendan O'DeaSecurity: suidperl path disclosure revisited
2003-09-05 Jarkko HietaniemiMore suidperl path disclosure plugging:
2003-08-26 Rafael Garcia-SuarezIntegrate two DJGPP portability patches from the 5...
2003-08-12 Jarkko HietaniemiOops.
2003-08-12 Jarkko HietaniemiApply much of Ilya's microperl patch, but instead of
2003-08-04 Jarkko HietaniemiRename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
2003-07-30 Jarkko HietaniemiSilly gcc.
2003-07-30 Jarkko HietaniemiBe paranoid about PL_origargv.
2003-07-27 Marcus Holland-MoritzRe: [PATCH] Re: Storing &PL_sv_undef as a hash key...
2003-07-23 Jarkko HietaniemiThis should make Stas happy.
2003-07-18 Rafael Garcia-SuarezRename get_seed() to get_hash_seed(), as suggested by
2003-07-11 Jarkko HietaniemiI think the API for mod_perl v2 should be simply that
2003-07-11 Jarkko HietaniemiChicken out: the hash randomisation is not on by default.
2003-07-10 Jarkko HietaniemiCheck PERL_HASH_SEED even when tainted.
2003-07-10 Stas Bekman[comment patch]
2003-07-10 Chip SalzenbergRestore SIGFPE on exec()
2003-07-07 Jarkko HietaniemiMark Bixby ++.
2003-07-06 Radu GreabDProf fixes
2003-07-05 Jarkko HietaniemiThe logic for additional randomisation for 64-bit UV
2003-07-05 Jarkko HietaniemiIIRC gcc would complain about if (s = ...).
2003-07-05 Jarkko HietaniemiAllow $ENV{PERL_HASH_SEED_DEBUG} to work even under...
2003-07-04 Jarkko HietaniemiRemove PL_earlytaint since the hash seed code
2003-07-01 Jarkko HietaniemiDo the "aligned contiguous" check only if the arguments
2003-07-01 Jarkko HietaniemiSwitch on PERL_IMPLICIT_SYS, not on Win32.
2003-06-30 Nick Ing-SimmonsWin32 hack for doing_taint()
2003-06-30 Nick Ing-SimmonsIntegrate mainline
2003-06-30 Nick Ing-Simmons"Missing" dTHX for Win32's re-direction of getuid etc.
2003-06-30 Jarkko Hietaniemiint is not UV.
2003-06-30 Jarkko HietaniemiThe 'contiguous' test for argv[], envp[] was bogus
2003-06-29 Jarkko HietaniemiThe joy of $0. Undoing the #16399 makes Andreas'
2003-06-28 Dave MitchellTwo debugging patches.
2003-06-27 Jarkko Hietaniemiatoi() doesn't cut the mustard if the PERL_HASH_SEED
2003-06-27 Jarkko HietaniemiUse the PL_earlytaint. (PL_earlytaint is a global,
2003-06-27 Jarkko HietaniemiIntroduce (global) variable PL_earlytaint which
2003-06-27 Jarkko HietaniemiMake doing_taint() always available (though not
2003-06-27 Jarkko HietaniemiDo not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
2003-06-27 Jarkko HietaniemiHash/Util.t and Encode/t/Aliases.t seem to be having
2003-06-26 Jarkko HietaniemiBite the bullet and apply the hash randomisation patch.
2003-06-20 Jarkko HietaniemiMore Perl malloc debugging magic from Ilya. Seems...
2003-06-20 Jarkko HietaniemiRetract #19785 and #19756: JPL nowadays works without...
2003-06-15 Jarkko HietaniemiMost often unused variables.
2003-06-13 Jarkko HietaniemiThe changes #8803 and #8896 that fixed JPL for use...
2003-06-11 Marcus Holland-MoritzIntegrate from maint:
2003-06-05 Robin BarkerRE: maint @ 19683
2003-04-19 Dave Mitchellallow recursive FETCHes
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-10 Jarkko HietaniemiNoted by Nat: -0 didn't work that well with Unicode.
2003-04-02 Artur BergmanAdd packname->stash cache before the check if a packnam...
2003-03-14 Gurusamy Sarathyfix for switchC.t test#6 failure on windows
2003-03-12 Jarkko HietaniemiCygwin doesn't like initing the $0 mutex in perl_constr...
2003-03-11 Jarkko HietaniemiWinCE tweaks from Vadim Konovalov.
2003-03-11 Craig A. Berryclear PL_exitlist in perl_destruct
2003-03-10 Stas BekmanBunch of doc patches from Stas; plus regen.
2003-03-06 Rafael Garcia-SuarezMake the -A switch work without an assertion name.
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-03-02 Jarkko HietaniemiThe -CI cannot be easily tested under UTF-8 locale...
2003-02-24 Jarkko HietaniemiPERL_SIGNALS=unsafe enables the old unsafe/immediate...
next