This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
restore_magic needs to undo COW
[perl5.git] / pp_hot.c
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)
2001-09-02 Jarkko HietaniemiRename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-18 Jarkko HietaniemiNew try for ID 20010407.006: detach the semantics
2001-08-18 Jarkko HietaniemiRetract #11712 for now. The real fix would probably
2001-08-18 Jarkko Hietaniemi(Retracted by #11714)
2001-08-17 Hugo van der SandenRe: [ID 20010814.004] pos() doesn't work when using...
2001-08-12 Abhijit Menon-SenRe: Can't localize *FH, then tie it
2001-08-07 Abhijit Menon-SenRe: [ID 20010806.006] Can't read coderef from tied...
2001-08-04 Jarkko HietaniemiContinuation of #11575: SANY_SEEN completely deprecated,
2001-07-08 Jarkko HietaniemiRetract #11212.
2001-07-08 Graham Barr(Retracted by #11223.)
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-04 Jarkko Hietaniemigcc -Wall nit.
2001-07-03 Philip NewtonRe: [PATCH @11016] Fixes compile errors in four files
2001-06-29 Richard SoderbergFixes compile errors in four files
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Richard SoderbergStep 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-06-21 Abhijit Menon-SenRe: Opinion on undef lvalue
2001-05-30 Jarkko HietaniemiMore -Wall sweeping.
next