This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #30509] use encoding and "eq" cause memory leak
[perl5.git] / pp_hot.c
2004-06-08 Dave Mitchell[perl #30061] double DESTROY in for loop
2004-06-08 Jarkko HietaniemiRe: [PATCH] Re: Lack of error for large string on Solaris
2004-05-30 Shinya HayakawaRe: my $x->{foo} doesn't work
2004-04-23 Dave MitchellInclude variable names in "Use of uninitialized value...
2004-03-23 Hugo van der SandenFix bug [perl #27839] returning @+ out of scope loses...
2004-03-18 Marcus Holland-Moritzrange operator warnings / 64-bit fix
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-23 SADAHIRO TomoyukiRe: [perl #26905] "use bytes" doesn't apply byte semant...
2004-02-22 Dave MitchellExtend OP_AELEMFAST optimisation to lexical arrays
2004-02-17 Dave Mitchell22316 had stupid precedence thinkos
2004-02-17 Dave MitchellSlight update to #22315 ($lval=*FOO); optimise the...
2004-02-17 Tassilo von ParsevalRe: [PATCH] GLOB to LVALUE assignment fix
2004-02-08 Rafael Garcia-Suarezmap and grep weren't working correctly with lexical...
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2004-01-29 Hugo van der SandenRe: [perl #25269] panic: pp_match start/end pointers...
2004-01-20 Dave Mitchellsecond attempt to fix [perl #24914] freeing a CV refere...
2003-12-06 Rafael Garcia-SuarezMissing thingies.
2003-12-06 Tassilo von ParsevalSCALAR/FIRSTKEY for tied hashes in scalar context
2003-11-29 Nicholas ClarkSilence gcc 2.95 warning
2003-11-25 Torsten FoertschRe: bug or a feature?
2003-11-13 Rafael Garcia-SuarezFix bug [perl #24380] : assigning to a hash in list
2003-11-01 Rick DelaneyRe: [PATCH bleadperl] (was Re: Is this brokenness in...
2003-10-01 Yitzchak Scott-Tho... misapplied patch 19452
2003-09-22 Jarkko HietaniemiAn error message need not be a novel.
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-09-10 Jarkko HietaniemiLinenumbers for utf8 warnings were wrong, test also...
2003-09-10 Jarkko HietaniemiIf doing rcatline no point rescanning each time
2003-09-10 Jarkko Hietaniemi[perl #23770] Reading a latin1 file with open(... ...
2003-08-29 Rafael Garcia-SuarezDon't cast PL_multiline to bool : you may loose importa...
2003-08-29 Jarkko HietaniemiComparing an int to a U32 makes VC6 nervous.
2003-08-26 Dave Mitchellimproved 19064 (local $_[0] problems)
2003-08-21 Jarkko HietaniemiRetract #19064, broke mod_perl flushing (localisation...
2003-07-17 Anton Berezinfix $^N-related coredump
2003-06-13 Rafael Garcia-SuarezRemove the deprecated $* variable.
2003-05-12 Alex VandiverRe: Bug stomping fun. [PATCH: bug #1016]
2003-05-08 Rafael Garcia-SuarezSuppress a few compilation warnings in pp_hot.c.
2003-05-08 Yitzchak Scott-Tho... Re: [perl #17718] %tiedhash in bool context doesn't...
2003-05-01 Robin BarkerRE: perl@19333
2003-04-26 Artur BergmanFix bug #15161 by increasing the refcount on the RE...
2003-04-23 Dave MitchellA new fatal error :
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-14 Artur BergmanFixes to bugs introduced by PL_stashcache
2003-04-02 Artur BergmanFix some small nits, thanks to Rafael.
2003-04-02 Artur BergmanAdd packname->stash cache before the check if a packnam...
2003-03-26 Nicholas ClarkBetter version of change #19069
2003-03-26 Dave Mitchell[PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
2003-03-20 Adrian M. EnacheRe: [patch] [perl #21628] rcatline issue
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-25 Rafael Garcia-SuarezRe: [perl #21321] local ${"FOO"} does not work
2003-02-24 Jarkko HietaniemiPatching magic from Inaba-san's keyboard: fix for ...
2003-02-16 Salvador Fandiñoadd support for assertions. Updated form of:
2003-02-16 Nicholas ClarkCOW regexps:
2003-02-02 Artur BergmanMove SvPVIV out of ->op_sv of METHOD_NAMED into the...
2003-02-02 Rafael Garcia-Suarez[perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
2003-01-20 Adrian M. Enache[perl #20408] SV's SvPVX get freed even when its SvLEN...
2003-01-15 Stephen McCamantRe: [perl #19566] Perl 5.8.0 segfault
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-12-23 Nicholas Clark2% speedup (pp_entersub needs to go on a diet)
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-11-19 Gurusamy SarathyRe: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work...
2002-11-07 Hugo van der SandenRe: [perl #17605] strange behaviour (difference between...
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-02 Yitzchak Scott-Tho... Re: [perl #17376] Bug Report - our(%)
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-09-26 Jarkko Hietaniemienable -ansi -pedantic
2002-09-17 Abhijit Menon-SenFix #17375 (rcatline didn't work on a formerly-defined...
2002-08-17 Nicholas ClarkCopy On Write
2002-08-17 Michael G. SchwernRemove pseudo-hashes (complete)
2002-08-12 Hugo van der SandenRe: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-05 Brent DaxDefined-or patch (cleaned up)
2002-06-26 Jarkko HietaniemiFurther tweaking on the Unicode s///.
2002-06-26 Jarkko HietaniemiLet's not leak.
2002-06-26 Jarkko HietaniemiAnother Unicode s/// buglet, from SADAHIRO Tomoyuki.
2002-06-25 Jarkko HietaniemiUnicode s/// buglet found by Gregor Chrupala in perl...
2002-05-07 Dave MitchellRe: [PATCH scope.c] Re: local($tied->{foo}) leaks
2002-05-07 Dave Mitchellcorrectly unlocalise exists on tied/%ENV
2002-05-06 Dave Mitchell[proposed PATCH] correctly unlocalise exists on tied...
2002-05-04 Dave MitchellRe: [PATCH scope.c] Re: local($tied->{foo}) leaks
2002-04-24 Andreas KönigNew UTF-8 surprise
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-15 Hugo van der SandenRe: [ID 20020412.005] Dancing ??s
2002-03-17 Andreas KönigUTF-8 bug (maybe alreayd known?)
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-11 Nicholas Clarkspelling correction
2002-02-24 John PeacockRe: Copying PV only with possible UTF-8 characters
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Andreas KönigThe
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-12 Jarkko HietaniemiSpecial treatment for U+03B0 and U+0390 in //i,
2002-01-05 Jarkko HietaniemiFinish up (ha!) the Unicode case folding;
2001-12-03 Nicholas Clarkshared hash keys and ++/--
2001-11-21 Nicholas Clarkspaceship and refs
2001-11-20 Nicholas Clark[?PATCH] terser pp_eq
2001-11-18 Jarkko HietaniemiRetract #13048: that introduced a malloc() (through...
2001-11-16 Jeff PinyanRe: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-11-12 Abhijit Menon-Sen[PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
2001-10-25 Nicholas Clarkremove small IVop redundancy
2001-10-17 Jarkko HietaniemiOh, bother. In Tru64 cc -std1 was looking rather nice
2001-10-17 Jarkko Hietaniemi(retracted by #12485)
next