Re: [perl #17830] open FH, "<&", $fd
[p5sagit/p5-mst-13.2.git] / op.c
2002-10-16 Rafael Garcia-Suarez prototype() didn't warn when used in void context.
2002-10-03 Rafael Garcia-Suarez Change the warning message "%s trapped by operation...
2002-10-03 Rafael Garcia-Suarez Add a new warning, "Possible precedence problem on...
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-10-02 Abhijit Menon-Sen Add silly bandaid to stop segfaults on subsequent acces...
2002-10-01 Yitzchak Scott-Tho... patch based on:
2002-09-29 Abhijit Menon-Sen Remove package; (Heh heh.)
2002-09-26 Hugo van der Sanden #17931 checked for wrong constant
2002-09-26 Kay_Röpke [perl #10021] Fixing bareword usage under strict.pm
2002-09-26 Rafael Garcia-Suarez Re: Advice on coredump
2002-09-08 Nicholas Clark COW for ithreads (was Re: what copies scalars in ithreads?)
2002-08-23 Hugo van der Sanden #17747 caused bad free()s with PERL_DESTRUCT by calling...
2002-08-17 Michael G. Schwern Remove pseudo-hashes (complete)
2002-08-12 Stephen McCamant Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an...
2002-08-08 Rafael Garcia-Suarez Re: [perl #15898] coredump with variable our
2002-08-05 Brent Dax Defined-or patch (cleaned up)
2002-07-09 Kay Röpke Fwd: [ID 20020703.002] bareword processing bug under...
2002-07-08 Hugo van der Sanden Re: [ID 20020626.011] wantarray() causes clobbering...
2002-07-07 Jarkko Hietaniemi Integrate maint patches #13474, #13478, #13584, and...
2002-06-27 Hugo van der Sanden Re: [ID 20020626.011] wantarray() causes clobbering...
2002-06-15 Jarkko Hietaniemi Spurious empty statements.
2002-05-17 Jarkko Hietaniemi PERL_HASH() casting games so that our hashed data is...
2002-05-11 Jarkko Hietaniemi Explicit casts due to #16542.
2002-04-28 Jarkko Hietaniemi Unused variables now that "did you use incorrect case...
2002-04-26 Gurusamy Sarathy temporary variable not wide enough to hold all the...
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-01 Mark-Jason Dominus warning for split(/.../g, ...);
2002-03-29 Nick Ing-Simmons Integrate mainline
2002-03-29 Spider Boardman Re: perl 5.7.3 + XS lvalue subs
2002-03-28 Spider Boardman Re: perl 5.7.3 + XS lvalue subs
2002-03-23 Jarkko Hietaniemi Purify: #15434 got the test the wrong.
2002-03-23 Jarkko Hietaniemi Purify: Array bounds read: o->op_last was accessed
2002-03-18 Jarkko Hietaniemi NetWare tweaks from C Aditya <caditya@novell.com>
2002-03-11 Paul Marquess more warnings tidyup
2002-03-10 Jarkko Hietaniemi Unused.
2002-03-10 Jarkko Hietaniemi Implement :std subpragma of the open pragma
2002-03-04 Paul Marquess taint + deprecated warnings
2002-03-03 Jarkko Hietaniemi Remove the bogus "incorrect case" warning completely.
2002-03-02 Jarkko Hietaniemi For now, make "incorrect case" a Win32-only warning.
2002-02-27 Jarkko Hietaniemi Repatch from Robin Barker: anon subs in C<package;...
2002-02-20 Jarkko Hietaniemi Integrate change #14778 from maintperl;
2002-02-09 Nicholas Clark Re: Modulus operator inconsistency
2002-02-07 Jarkko Hietaniemi Retract the anon leak subpatch of #14418 and #14431
2002-01-26 Nick Ing-Simmons Fix/band-aid for op.c's anon CV leak fix co-existing...
2002-01-25 Jarkko Hietaniemi Integrate changes 13474+13478+13584 from maintperl;
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-15 Nick Ing-Simmons Correct slab allocator for case where sizeof(IV) >...
2002-01-15 Nick Ing-Simmons Typo in #else branch of PL_SLAB_ALLOC
2002-01-15 Nick Ing-Simmons Hand merge of non slab allocator stuff
2002-01-15 Rafael Garcia-Suarez small coredump correction
2002-01-14 Nick Ing-Simmons Use PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-14 Jarkko Hietaniemi Retract #14251 (the op slab allocator from perlio)
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
next