This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / op.c
2003-12-31 Nicholas ClarkIntegrate:
2003-12-16 Nicholas ClarkIntegrate:
2003-11-22 Elizabeth MattijsenIntegrate:
2003-11-13 Adrian M. EnacheIntegrate:
2003-10-30 Artur BergmanIntegrate:
2003-10-19 Nicholas ClarkIntegrate:
2003-10-18 Alexey TourbinIntegrate:
2003-09-05 Jarkko HietaniemiEnache thinks now is a good spot to bring back the...
2003-09-03 Jarkko HietaniemiIntegrate:
2003-09-02 Jarkko HietaniemiIntegrate:
2003-09-02 Jarkko HietaniemiIntegrate:
2003-08-29 Jarkko HietaniemiIntegrate:
2003-07-23 Jarkko HietaniemiIntegrate:
2003-07-09 Jarkko HietaniemiIntegrate:
2003-07-08 Jarkko HietaniemiIntegrate:
2003-06-22 Jarkko HietaniemiIntegrate:
2003-06-11 Marcus Holland-MoritzRe: [PATCH: maint @ 19733] CL compiler warnings on...
2003-06-09 Jarkko HietaniemiIntegrate:
2003-06-07 Jarkko HietaniemiIntegrate:
2003-05-24 Jarkko HietaniemiIntegrate:
2003-05-20 Jarkko HietaniemiIntegrate:
2003-05-13 Jarkko HietaniemiIntegrate:
2003-05-04 Jarkko HietaniemiIntegrate:
2003-05-04 Jarkko HietaniemiIntegrate:
2003-04-25 Jarkko HietaniemiIntegrate:
2003-04-17 Jarkko HietaniemiIntegrate:
2003-04-12 Jarkko HietaniemiIntegrate:
2003-04-07 Jarkko HietaniemiIntegrate:
2003-03-21 Jarkko HietaniemiIntegrate:
2003-03-11 Chris NandorIntegrate from maint-5.8/perl
2003-03-10 Nicholas ClarkIntegrate:
2003-03-09 Jarkko HietaniemiIntegrate:
2003-03-04 Adrian M. EnacheIntegrate:
2003-03-02 Jarkko HietaniemiIntegrate:
2003-02-28 Jarkko HietaniemiMore lexical patches merged by Dave Mitchell.
2003-02-28 Jarkko HietaniemiThe Great Pad Run of '02
2003-02-26 Jarkko HietaniemiIntegrate:
2003-02-18 Jarkko HietaniemiIntegrate:
2003-02-06 Jarkko HietaniemiIntegrate:
2003-02-03 Jarkko HietaniemiIntegrate:
2003-02-01 Jarkko HietaniemiIntegrate:
2003-01-01 Jarkko HietaniemiBackport #18319 to 5.8, from Dave Mitchell.
2002-11-23 Jarkko HietaniemiIntegrate:
2002-11-19 Rafael Garcia-SuarezFix perl bug #17920 : a case of parser coredump.
2002-11-09 Hugo van der SandenIntegrate
2002-11-07 Hugo van der SandenRe: [perl #17605] strange behaviour (difference between...
2002-11-04 Jarkko HietaniemiIntegrate: the same caveat as for #18080.
2002-11-04 Jarkko HietaniemiThe first big import towards 5.8.1, @18078. Please...
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-16 Rafael Garcia-Suarezprototype() didn't warn when used in void context.
2002-10-03 Rafael Garcia-SuarezChange the warning message "%s trapped by operation...
2002-10-03 Rafael Garcia-SuarezAdd a new warning, "Possible precedence problem on...
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-10-02 Abhijit Menon-SenAdd silly bandaid to stop segfaults on subsequent acces...
2002-10-01 Yitzchak Scott-Tho... patch based on:
2002-09-29 Abhijit Menon-SenRemove 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-SuarezRe: Advice on coredump
2002-09-08 Nicholas ClarkCOW 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. SchwernRemove pseudo-hashes (complete)
2002-08-12 Stephen McCamantRe: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an...
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-08 Rafael Garcia-SuarezRe: [perl #15898] coredump with variable our
2002-08-05 Brent DaxDefined-or patch (cleaned up)
2002-07-14 Chris NandorIntegrate perl
2002-07-09 Kay RöpkeFwd: [ID 20020703.002] bareword processing bug under...
2002-07-08 Hugo van der SandenRe: [ID 20020626.011] wantarray() causes clobbering...
2002-07-07 Jarkko HietaniemiIntegrate maint patches #13474, #13478, #13584, and...
2002-06-27 Hugo van der SandenRe: [ID 20020626.011] wantarray() causes clobbering...
2002-06-22 Chris NandorIntegrate perl
2002-06-15 Jarkko HietaniemiSpurious empty statements.
2002-05-22 Chris NandorIntegrate perl; bump patchlevel; add lib/Unicode/README...
2002-05-17 Jarkko HietaniemiPERL_HASH() casting games so that our hashed data is...
2002-05-17 Chris NandorIntegrate perl
2002-05-11 Jarkko HietaniemiExplicit casts due to #16542.
2002-04-28 Jarkko HietaniemiUnused variables now that "did you use incorrect case...
2002-04-26 Gurusamy Sarathytemporary variable not wide enough to hold all the...
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-01 Mark-Jason Dominuswarning for split(/.../g, ...);
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-29 Spider BoardmanRe: perl 5.7.3 + XS lvalue subs
2002-03-28 Spider BoardmanRe: perl 5.7.3 + XS lvalue subs
2002-03-23 Jarkko HietaniemiPurify: #15434 got the test the wrong.
2002-03-23 Jarkko HietaniemiPurify: Array bounds read: o->op_last was accessed
2002-03-18 Jarkko HietaniemiNetWare tweaks from C Aditya <caditya@novell.com>
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-10 Jarkko HietaniemiUnused.
2002-03-10 Jarkko HietaniemiImplement :std subpragma of the open pragma
2002-03-04 Paul Marquesstaint + deprecated warnings
2002-03-03 Jarkko HietaniemiRemove the bogus "incorrect case" warning completely.
2002-03-02 Jarkko HietaniemiFor now, make "incorrect case" a Win32-only warning.
2002-02-27 Chris NandorIntegrate from maintperl.
2002-02-27 Jarkko HietaniemiRepatch from Robin Barker: anon subs in C<package;...
2002-02-20 Jarkko HietaniemiIntegrate change #14778 from maintperl;
2002-02-09 Nicholas ClarkRe: Modulus operator inconsistency
2002-02-07 Jarkko HietaniemiRetract the anon leak subpatch of #14418 and #14431
next