Fix bug [perl #27839] returning @+ out of scope loses its value :
[p5sagit/p5-mst-13.2.git] / pp_hot.c
2004-03-23 Hugo van der Sanden Fix bug [perl #27839] returning @+ out of scope loses...
2004-03-18 Marcus Holland-Moritz range operator warnings / 64-bit fix
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-02-23 SADAHIRO Tomoyuki Re: [perl #26905] "use bytes" doesn't apply byte semant...
2004-02-22 Dave Mitchell Extend OP_AELEMFAST optimisation to lexical arrays
2004-02-17 Dave Mitchell 22316 had stupid precedence thinkos
2004-02-17 Dave Mitchell Slight update to #22315 ($lval=*FOO); optimise the...
2004-02-17 Tassilo von Parseval Re: [PATCH] GLOB to LVALUE assignment fix
2004-02-08 Rafael Garcia-Suarez map and grep weren't working correctly with lexical...
2004-02-03 Rafael Garcia-Suarez Implement "my $_".
2004-01-29 Hugo van der Sanden Re: [perl #25269] panic: pp_match start/end pointers...
2004-01-20 Dave Mitchell second attempt to fix [perl #24914] freeing a CV refere...
2003-12-06 Rafael Garcia-Suarez Missing thingies.
2003-12-06 Tassilo von Parseval SCALAR/FIRSTKEY for tied hashes in scalar context
2003-11-29 Nicholas Clark Silence gcc 2.95 warning
2003-11-25 Torsten Foertsch Re: bug or a feature?
2003-11-13 Rafael Garcia-Suarez Fix bug [perl #24380] : assigning to a hash in list
2003-11-01 Rick Delaney Re: [PATCH bleadperl] (was Re: Is this brokenness in...
2003-10-01 Yitzchak Scott-Tho... misapplied patch 19452
2003-09-22 Jarkko Hietaniemi An error message need not be a novel.
2003-09-12 Jarkko Hietaniemi It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-09-10 Jarkko Hietaniemi Linenumbers for utf8 warnings were wrong, test also...
2003-09-10 Jarkko Hietaniemi If 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-Suarez Don't cast PL_multiline to bool : you may loose importa...
2003-08-29 Jarkko Hietaniemi Comparing an int to a U32 makes VC6 nervous.
2003-08-26 Dave Mitchell improved 19064 (local $_[0] problems)
2003-08-21 Jarkko Hietaniemi Retract #19064, broke mod_perl flushing (localisation...
2003-07-17 Anton Berezin fix $^N-related coredump
2003-06-13 Rafael Garcia-Suarez Remove the deprecated $* variable.
2003-05-12 Alex Vandiver Re: Bug stomping fun. [PATCH: bug #1016]
2003-05-08 Rafael Garcia-Suarez Suppress 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 Barker RE: perl@19333
2003-04-26 Artur Bergman Fix bug #15161 by increasing the refcount on the RE...
2003-04-23 Dave Mitchell A new fatal error :
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-14 Artur Bergman Fixes to bugs introduced by PL_stashcache
2003-04-02 Artur Bergman Fix some small nits, thanks to Rafael.
2003-04-02 Artur Bergman Add packname->stash cache before the check if a packnam...
2003-03-26 Nicholas Clark Better version of change #19069
2003-03-26 Dave Mitchell [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
2003-03-20 Adrian M. Enache Re: [patch] [perl #21628] rcatline issue
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-25 Rafael Garcia-Suarez Re: [perl #21321] local ${"FOO"} does not work
2003-02-24 Jarkko Hietaniemi Patching magic from Inaba-san's keyboard: fix for ...
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
2003-02-16 Nicholas Clark COW regexps:
2003-02-02 Artur Bergman Move 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 McCamant Re: [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 Clark 2% speedup (pp_entersub needs to go on a diet)
2002-12-02 Dave Mitchell allow evals to see the full lexical scope
2002-11-19 Gurusamy Sarathy Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work...
2002-11-07 Hugo van der Sanden Re: [perl #17605] strange behaviour (difference between...
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-10-02 Yitzchak Scott-Tho... Re: [perl #17376] Bug Report - our(%)
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-09-26 Jarkko Hietaniemi enable -ansi -pedantic
2002-09-17 Abhijit Menon-Sen Fix #17375 (rcatline didn't work on a formerly-defined...
2002-08-17 Nicholas Clark Copy On Write
2002-08-17 Michael G. Schwern Remove pseudo-hashes (complete)
2002-08-12 Hugo van der Sanden Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-05 Brent Dax Defined-or patch (cleaned up)
2002-06-26 Jarkko Hietaniemi Further tweaking on the Unicode s///.
2002-06-26 Jarkko Hietaniemi Let's not leak.
2002-06-26 Jarkko Hietaniemi Another Unicode s/// buglet, from SADAHIRO Tomoyuki.
2002-06-25 Jarkko Hietaniemi Unicode s/// buglet found by Gregor Chrupala in perl...
2002-05-07 Dave Mitchell Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
2002-05-07 Dave Mitchell correctly unlocalise exists on tied/%ENV
2002-05-06 Dave Mitchell [proposed PATCH] correctly unlocalise exists on tied...
2002-05-04 Dave Mitchell Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
2002-04-24 Andreas König New UTF-8 surprise
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-15 Hugo van der Sanden Re: [ID 20020412.005] Dancing ??s
2002-03-17 Andreas König UTF-8 bug (maybe alreayd known?)
2002-03-11 Paul Marquess more warnings tidyup
2002-03-11 Nicholas Clark spelling correction
2002-02-24 John Peacock Re: Copying PV only with possible UTF-8 characters
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Andreas König The
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-12 Jarkko Hietaniemi Special treatment for U+03B0 and U+0390 in //i,
2002-01-05 Jarkko Hietaniemi Finish up (ha!) the Unicode case folding;
2001-12-03 Nicholas Clark shared hash keys and ++/--
2001-11-21 Nicholas Clark spaceship and refs
2001-11-20 Nicholas Clark [?PATCH] terser pp_eq
2001-11-18 Jarkko Hietaniemi Retract #13048: that introduced a malloc() (through...
2001-11-16 Jeff Pinyan Re: [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 Clark remove small IVop redundancy
2001-10-17 Jarkko Hietaniemi Oh, bother. In Tru64 cc -std1 was looking rather nice
2001-10-17 Jarkko Hietaniemi (retracted by #12485)
2001-09-02 Jarkko Hietaniemi Rename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-18 Jarkko Hietaniemi New try for ID 20010407.006: detach the semantics
next