Slab allocator for ops
[p5sagit/p5-mst-13.2.git] / op.c
2002-01-13 Nick Ing-Simmons Slab allocator for ops
2002-01-08 Hugo van der Sanden [patch] peep() is rude
2002-01-08 Andreas König Not OK 13843
2002-01-05 Nick Ing-Simmons One missing aTHX_
2002-01-04 Rafael Garcia-Suarez Bad \[...] prototype checking
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2002-01-02 Abhijit Menon-Sen Fix misplaced application of #14016.
2002-01-02 Mattia Barbon random crash in B::LISTOP::last
2001-12-25 Andreas König Re: Not OK 13881
2001-12-24 Mark-Jason Dominus PATCH: Restore "Can't declare scalar dereference in...
2001-12-22 Jarkko Hietaniemi Unicode casefolding fixes.
2001-12-21 Jarkko Hietaniemi Make using U+FDD0..U+FDEF (noncharacters since Unicode...
2001-12-17 Robin Houston ...while $var = glob(...)
2001-12-09 Spider Boardman Re: attributes are broken
2001-12-08 Jarkko Hietaniemi Retract #11156 since Sarathy has found that it breaks...
2001-12-06 Robin Houston Re: weirdness in regexps
2001-12-06 Rafael Garcia-Suarez Re: counting tr thinks it's modifying
2001-12-05 Jarkko Hietaniemi Retract #13475 until Arthur gets back to the mine.
2001-12-05 Jarkko Hietaniemi (retracted by #13476)
2001-12-01 Rafael Garcia-Suarez parser panics on lvalue methods
2001-11-22 Gurusamy Sarathy local(*CORE::GLOBAL::require) doesn't behave like other...
2001-11-19 Rafael Garcia-Suarez new warning "Useless use of sort in scalar context"
2001-11-15 Robert Spier Re: [ID 20010713.001] use lib segmentation fault
2001-11-07 Mark-Jason Dominus Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
2001-11-02 Abhijit Menon-Sen Slight modification of #12811.
2001-11-02 Radu Greab Re: [ID 20011101.069] \stat('.') gives "Attempt to...
2001-10-26 Jarkko Hietaniemi Integrate maintperl changes #12268 and #12669;
2001-10-19 Charles Lane vmsish fix, ieee rand() cleanup
2001-10-19 Jarkko Hietaniemi Retract the #10451 which seems to be the cause
2001-09-17 Abhijit Menon-Sen Re: [PATCH] turn $a.=<F> into an RCATLINE
2001-09-15 Hugo van der Sanden Re: [ID 20010815.012] Unfortunate interaction between...
2001-09-12 Robin Barker Re: perl@12003
2001-09-10 Robin Barker Re: perl@11978
2001-09-10 Artur Bergman Apply INT2PTR with force to silence warnings from
2001-09-10 Artur Bergman Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_C...
2001-09-05 Jarkko Hietaniemi -Wall nit.
2001-09-04 Jarkko Hietaniemi Quench a -Wall gripe noticed by Robin Barker.
2001-09-04 Jarkko Hietaniemi Add the \[$@%&*] prototype support.
2001-09-02 Ilmari Karonen RE: [PATCH] Add a nextstate into empty blocks
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-30 Artur Bergman Introduces SvREPADTMP(sv) that marks a repad SvIV as...
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-27 Simon Cozens Custom Ops
2001-08-27 Artur Bergman Plugs a memory leak on destruction of regular expressions
2001-08-23 Artur Bergman Backed out 11732, it breaks lib/strict.t
2001-08-23 Simon Cozens Re: [ID 20010822.001] Freeing pads after parse error
2001-08-12 Jarkko Hietaniemi If you want you can now add -DUSE_UTF8_SCRIPTS to your...
2001-08-12 Jarkko Hietaniemi More (less) regex/utf8 relics. (Toned down later in...
2001-08-12 Jarkko Hietaniemi Relic in op.c (no regex feature should depend on the...
2001-08-11 Abhijit Menon-Sen turn $a.=<F> into an RCATLINE
2001-08-10 Jarkko Hietaniemi cpp commands must start (the # must be) at the column #0.
2001-08-03 Doug MacEachern [patch] plug PL_regex_padav leaks
2001-08-02 Jarkko Hietaniemi Readability nit from Abhijit.
2001-08-02 Richard Soderberg [PATCH] -Wall cleanup: op.c
2001-08-02 Doug MacEachern Re: [PATCH pp_ctl.c] proposed Windows safe-guard
2001-08-01 Jarkko Hietaniemi The #11541 didn't work under threads.
2001-08-01 Simon Cozens Pluggable optimizer
2001-08-01 Doug MacEachern Re: [PATCH pp_ctl.c] proposed Windows safe-guard
2001-07-23 Ilya Zakharevich debugging selfloaded stuff
2001-07-20 Abhijit Menon-Sen defer op_seq allocation
2001-07-12 Doug MacEachern Re: [PATCH] Threadsafe PMOPs! We might still win this...
2001-07-12 Jarkko Hietaniemi Retract #11166 (and #11237).
2001-07-11 Artur Bergman Threadsafe PMOPs! We might still win this war.
2001-07-10 Doug MacEachern [patch] undef &xsub for 1,2
2001-07-10 Robin Houston deprecate package with no arguments
2001-07-09 Abhijit Menon-Sen (Retracted by #11285).
2001-07-08 Jarkko Hietaniemi Retract #11212.
2001-07-08 Graham Barr (Retracted by #11223.)
2001-07-07 Radu Greab Re: bleedperl perl_alloc..free leakage
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-06 Abhijit Menon-Sen (Retracted by #11285.)
2001-07-05 Radu Greab (retracted by #13533)
2001-07-02 Abhijit Menon-Sen Re: [PATH] shared -> unique;
2001-07-02 Gurusamy Sarathy win32 fixes: fix various syntax errors ("no preprocesso...
2001-06-30 Jarkko Hietaniemi Code cleanup based on turning off the -woffs in IRIX.
2001-06-25 Robin Houston Re: CvFILE corruption under ithreads
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Richard Soderberg Step 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-06-17 Jarkko Hietaniemi Integrate change #10667 from maintperl:
2001-06-17 Abhijit Menon-Sen more anonymous stash cleanups
2001-06-09 Nick Ing-Simmons Integrate mainline
2001-06-07 Gurusamy Sarathy in change#10451, check that CvOUTSIDE is a CV before...
2001-06-06 Jarkko Hietaniemi Integrate changes #10450 and #10451 from maintperl:
2001-06-06 Jarkko Hietaniemi Integrate change #10448 from maintperl; lexicals
2001-06-04 Jarkko Hietaniemi Sigh. This is what #10424 was supposed to check in.
2001-06-03 Jarkko Hietaniemi Integrate change #10412 from maintperl; locale is now
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-05-30 Jarkko Hietaniemi Medley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-24 Gisle Aas CORE::GLOBAL::require override happens too early
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-05-12 Doug MacEachern Re: undef(&foo) does not work for XS functions
2001-05-10 Doug MacEachern [patch] make op_{clear,null} public
2001-05-08 Robin Houston [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
2001-05-02 Jarkko Hietaniemi Retract changes #8254 and #8255, causes coredump in
2001-04-25 Mike Guy Re: Useless use of constants other than 0,1 in void...
2001-04-19 Robin Houston PATCH: Propagate low byte of hints in cop.op_private
2001-04-17 Benjamin Sugars Fix core dump from undef %File::Glob::
2001-04-07 Robin Houston PATCH: $[
2001-04-07 Jarkko Hietaniemi Integrate change #9605 from maintperl into mainline.
2001-04-04 Benjamin Sugars Re: [PATCH] Lighten up glob
next