This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Random consting
[perl5.git] / perl.c
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...
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.
next