This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Plan C for foiling the algorithmic complexity attack
[perl5.git] / op.c
2003-10-09 Nicholas ClarkPut all pre-processor #s on the first column (some...
2003-10-08 Rafael Garcia-SuarezFix bug #24108: Goto +foo broken
2003-10-06 Rafael Garcia-SuarezRe: [perl #24076] "<> err EXPR" and warnings.
2003-09-03 Marcus Holland-MoritzRe: maint@20974 or before broke mp2 ithreads test
2003-09-02 Stas BekmanRetract #20930 because of
2003-09-02 Adrian M. EnacheRe: ByteLoader and MSWin32
2003-09-01 Gurusamy Sarathyglob() bug
2003-08-29 Marcus Holland-MoritzPerl_newCONSTSUB() related memory leaks
2003-08-09 Dave Mitchelladd "$lexical not available" warning in C<for my $lex ()>
2003-07-20 Rafael Garcia-SuarezThe warning "Possible precedence problem on bitwise...
2003-07-17 Stephen McCamant[PATCH] Increment cop_seqmax in utilize()
2003-07-08 Rafael Garcia-SuarezThe CHECKOP macro was not invoked on some newly created ops
2003-07-08 Adrian M. EnacheRe: [PATCH] $^VARIABLES in 'perl -Dt' output
2003-07-08 Marcus Holland-Moritzwarnings, line numbers & windows
2003-06-22 Adrian M. EnacheRe: Is it a Bug? ($c .= "5") . "6"
2003-06-11 Marcus Holland-MoritzIntegrate from maint:
2003-06-09 Steve GrazziniRe: nitpick with \(0..2)
2003-06-05 Robin BarkerRE: maint @ 19683
2003-06-03 Jarkko HietaniemiRetract #19667, #19660, #19659, #19658, #19657, #19656,
2003-06-02 Gurusamy Sarathydon't use File::Temp to implement PerlIO_tmpfile()...
2003-06-02 Jarkko HietaniemiBeautification.
2003-06-02 Jarkko HietaniemiDuplicate definition bad.
2003-06-02 Jarkko HietaniemiStick with the original (5.8.0) logic.
2003-06-02 Jarkko HietaniemiSince pulling in File::Temp for tempfiles would pull in
2003-05-29 Dave Mitchelljumbo closure fix
2003-05-24 Dave Mitchell[PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-05-21 Dave MitchellNew warning "Useless localization of %s", based on
2003-05-19 Yitzchak Scott-Tho... Re: Possible precedence problem on bitwise ^ operator
2003-05-12 Rafael Garcia-SuarezUse a more sophisticated heuristics to produce the...
2003-05-03 Jarkko HietaniemiSalvage 'use filetest "access"' from compiletime to...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-15 Jarkko Hietaniemi[perl #21845] "proto.h": 'id' is a reserved word in...
2003-04-13 Jarkko HietaniemiContinue hunting for the cause of the Tru64 failed...
2003-04-09 Jarkko Hietaniemiopen(my $fh, ">&", STDOUT) should not warn under strict.
2003-04-09 Jarkko HietaniemiTry to be more descriptive than just __ANONIO__ which...
2003-04-08 Adrian M. EnacheRe: Error: Unknown error
2003-04-06 Stephen McCamantCvFILE for constant subs
2003-03-20 Adrian M. EnacheRe: Bytecode? Back into service.
2003-03-09 Adrian M. EnacheRe: [perl #20798] foo(eval {}) crashes Perl 5.8
2003-03-04 Salvador Fandiño[PATCH] assertions
2003-03-04 Artur BergmanFixes bug #15654 bizarre constant mangling in 5.8.0
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-25 Hugo van der SandenMore variables for change #18776.
2003-02-25 Adrian M. Enache[perl #20682] [fix] @- array not visible in s///
2003-02-25 Rafael Garcia-SuarezRe: [perl #21321] local ${"FOO"} does not work
2003-02-24 Chip SalzenbergUse PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fe...
2003-02-16 Salvador Fandiñoadd support for assertions. Updated form of:
2003-02-16 Adrian M. EnacheRe: [perl #20798] foo(eval {}) crashes Perl 5.8
2003-02-16 Hugo van der Sandenoutdent else-if chain in scope()
2003-02-16 Hugo van der Sandenrestrict PERL_PRESERVE_IVUV to things that should reall...
2003-02-04 Rafael Garcia-SuarezBetter version of change #18648, by Enache Adrian
2003-02-03 Rafael Garcia-SuarezFix bug #8760 : cop_line isn't properly restored
2003-02-02 Artur BergmanIn any case, never copy this but use the same SV since
2003-02-02 Artur BergmanMove SvPVIV out of ->op_sv of METHOD_NAMED into the...
2003-01-28 Paul JohnsonFix a very small memory leak in op_free, by reserving the
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-12-28 Gurusamy Sarathysilence another signed/unsigned mismatch warning
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-11-19 Rafael Garcia-SuarezFix perl bug #17920 : a case of parser coredump.
2002-11-07 Hugo van der SandenRe: [perl #17605] strange behaviour (difference between...
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-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-15 Jarkko HietaniemiSpurious empty statements.
2002-05-17 Jarkko HietaniemiPERL_HASH() casting games so that our hashed data is...
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.
next