Down with C++ reserved names
[p5sagit/p5-mst-13.2.git] / perl.c
2005-04-04 Andy Lester const-eight.diff
2005-03-29 Andy Lester The core part of :
2005-03-28 Dave Mitchell expand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2005-03-25 Andy Lester Consting five
2005-03-25 Rafael Garcia-Suarez Remove the const qualifier from argv and env variables
2005-03-24 Andy Lester Third consting batch
2005-03-21 Yitzchak Scott-Tho... Break up long lines in -V output for compile-time options
2005-03-21 Andy Lester More consting goodness
2005-03-18 Gisle Aas Re: sitecustomize.pl [PATCH]
2005-03-04 Rafael Garcia-Suarez Update -v copyright notice
2005-01-27 Gisle Aas libperl leaks a THREAD_KEY each time it is reloaded
2005-01-19 Robin Barker Further follow-up to 23767
2005-01-13 Stas Bekman Re: killing USE_5005THREADS in blead?
2005-01-10 Marcus Holland-Moritz Remove PERL_FLEXIBLE_EXCEPTIONS code.
2005-01-09 Nicholas Clark If we know the length of the string constant, save...
2005-01-05 Nicholas Clark Foolishly I committed change 23753 before remembering...
2005-01-05 Nicholas Clark Turn INIT_TLS_AND_INTERP into a static function
2005-01-01 Nicholas Clark strEQ/strNE of 1 character strings seems better hand...
2004-12-23 Nicholas Clark Relocatable @INC entries for Unix.
2004-12-22 Rafael Garcia-Suarez Move the definition of the S_procself_val() function...
2004-12-21 Nicholas Clark Move the setting of $^X ahead of the initialisation...
2004-12-06 Nicholas Clark Break out setting $^X into its own static function...
2004-12-03 Nicholas Clark use (c == '$' || c == '@' || c == '%') instead of strch...
2004-12-03 Nicholas Clark Fix a typo in an assert(). It helps to compile with...
2004-12-03 Nicholas Clark Pull out the duplicateded push @INC, $_ if -e $_ code...
2004-12-01 Ingo Weinhold [perl #32717] BeOS specific Updates
2004-11-17 Michael Schroeder SuSE's perl safe_putenf diff
2004-11-02 Rafael Garcia-Suarez Reformulate an error
2004-10-31 Nicholas Clark Set the IV values for PL_sv_yes and PL_sv_no at initial...
2004-10-27 Dave Mitchell include flags and refcount in the list of leaked scalars
2004-10-20 chromatic Rephrase "Perl Home Page" References
2004-10-15 Rafael Garcia-Suarez Implement a new -dt command-line flag, to enable thread...
2004-10-14 Rafael Garcia-Suarez Fix [perl #31971] local $^D gives noise
2004-10-14 Rafael Garcia-Suarez A few fixes in the list of -D debugging flags
2004-09-28 Merijn Broeren Patch for perl.c fixing an obscure environment bug
2004-09-08 Marcus Holland-Moritz SvO?OK_off()'s return value
2004-08-20 Dave Mitchell a regex in STDOUT destructor coredumped because regex...
2004-08-09 Dave Mitchell eval_sv() failing a taint test could corrupt the stack
2004-08-04 John Peacock Final version object core patch?
2004-08-03 Dave Mitchell more typo fixes for change 3176 (comments at top of...
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-07-23 Dave Mitchell remove the return stack PL_retstack, and store return...
2004-07-22 Jim Cromie Re: "Too late for -T" could be more descriptive
2004-07-16 Nicholas Clark Encourage compilers to tail call optimise in sv_savepv...
2004-06-02 Craig A. Berry on 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-Suarez Error message too wide.
2004-05-10 Jim Cromie Re: a little extra cmdline help. [PATCH]
2004-05-03 Nicholas Clark Integrate:
2004-04-21 Stas Bekman [patch] log the interpreter id in warnings
2004-03-24 Nicholas Clark Tidy up function prototypes in the light of suidpatch
2004-03-23 Paul Szabo 5.9.1 suidperl
2004-03-22 Rafael Garcia-Suarez Update the -v copyright notice.
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-02-12 Stas Bekman [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_s...
2004-01-17 Dave Mitchell back 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-Suarez Fix bug #24813 : the -0 wasn't recognized on the #...
2003-12-20 Adrian M. Enache after back-references, restricted hashes.
2003-11-15 Nicholas Clark Re: Storable Error
2003-11-05 Abhijit Menon-Sen Orphaned submission from #21546.
2003-11-03 Nicholas Clark s/new_hash/rehash/g (Stas suggested a better name)
2003-11-02 Nicholas Clark Stas spotted a missed s//new_/ for the hash seed renami...
2003-10-21 Radu Greab embedding perl
2003-10-17 Slaven Rezic -u is deprecated.
2003-10-16 Nicholas Clark Plan C for foiling the algorithmic complexity attack
2003-10-16 Dave Mitchell Ensure PL_comppad/curpad point to PL_main_cv's padlist...
2003-10-16 Rafael Garcia-Suarez Further tweak on change #21464.
2003-10-16 Gisle Aas perl -h tweak [PATCH]
2003-10-09 Lukas Mai Patch based on:
2003-09-11 Brendan O'Dea Security: suidperl path disclosure revisited
2003-09-05 Jarkko Hietaniemi More suidperl path disclosure plugging:
2003-08-26 Rafael Garcia-Suarez Integrate two DJGPP portability patches from the 5...
2003-08-12 Jarkko Hietaniemi Oops.
2003-08-12 Jarkko Hietaniemi Apply much of Ilya's microperl patch, but instead of
2003-08-04 Jarkko Hietaniemi Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
2003-07-30 Jarkko Hietaniemi Silly gcc.
2003-07-30 Jarkko Hietaniemi Be paranoid about PL_origargv.
2003-07-27 Marcus Holland-Moritz Re: [PATCH] Re: Storing ...
2003-07-23 Jarkko Hietaniemi This should make Stas happy.
2003-07-18 Rafael Garcia-Suarez Rename get_seed() to get_hash_seed(), as suggested by
2003-07-11 Jarkko Hietaniemi I think the API for mod_perl v2 should be simply that
2003-07-11 Jarkko Hietaniemi Chicken out: the hash randomisation is not on by default.
2003-07-10 Jarkko Hietaniemi Check PERL_HASH_SEED even when tainted.
2003-07-10 Stas Bekman [comment patch]
2003-07-10 Chip Salzenberg Restore SIGFPE on exec()
2003-07-07 Jarkko Hietaniemi Mark Bixby ++.
2003-07-06 Radu Greab DProf fixes
2003-07-05 Jarkko Hietaniemi The logic for additional randomisation for 64-bit UV
2003-07-05 Jarkko Hietaniemi IIRC gcc would complain about if (s = ...).
2003-07-05 Jarkko Hietaniemi Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under...
2003-07-04 Jarkko Hietaniemi Remove PL_earlytaint since the hash seed code
2003-07-01 Jarkko Hietaniemi Do the "aligned contiguous" check only if the arguments
2003-07-01 Jarkko Hietaniemi Switch on PERL_IMPLICIT_SYS, not on Win32.
2003-06-30 Nick Ing-Simmons Win32 hack for doing_taint()
2003-06-30 Nick Ing-Simmons Integrate mainline
2003-06-30 Nick Ing-Simmons "Missing" dTHX for Win32's re-direction of getuid etc.
2003-06-30 Jarkko Hietaniemi int is not UV.
2003-06-30 Jarkko Hietaniemi The 'contiguous' test for argv[], envp[] was bogus
2003-06-29 Jarkko Hietaniemi The joy of $0. Undoing the #16399 makes Andreas'
next