[perl #32717] BeOS specific Updates
[p5sagit/p5-mst-13.2.git] / op.c
2004-11-16 Steve Hay Fix Win32 breakage caused by changes to op.c in change...
2004-11-12 Dave Mitchell Add some descriptive text from Larry to op.c on how...
2004-10-10 Dave Mitchell Turn regcomp into a list op
2004-09-01 Rick Delaney fields.pm lost compile-time benefit
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-07-15 Nicholas Clark for (reverse @foo) now iterates in reverse in place.
2004-07-15 Nicholas Clark Optimise for (reverse ...)
2004-07-15 Nicholas Clark Now optimising for $a (reverse ...)
2004-07-14 Nicholas Clark "That's the way to do it"
2004-07-14 Nicholas Clark Optimise foreach my $i (reverse ...)
2004-07-13 Nicholas Clark Optimise list context reverse sort to reverse as part...
2004-07-13 Nicholas Clark A proper, working, stable optimisation for sort {$b...
2004-07-13 Nicholas Clark The current optimisation for sort {$b cmp $a} is bogus...
2004-06-24 Marcus Holland-Moritz Fix for: [perl #2738] perl segfautls on input
2004-05-22 Dave Mitchell [perl #29790] Optimization busted: '@a = "b", sort...
2004-05-11 Yitzchak Scott-Tho... void context !~ generates "Useless use of not at line...
2004-05-04 Dave Mitchell [perl #29340] Bizarre copy of ARRAY
2004-04-19 Rafael Garcia-Suarez Fix for [perl #28919] : sometimes the function ck_ftst...
2004-04-07 Rafael Garcia-Suarez The optree builder was looping when constructing the ops
2004-04-01 Dave Mitchell Fix change #22376. Only mark a const as short-circuited
2004-04-01 Marcus Holland-Moritz Fix and tests for [perl #28123] Perl optimizes // away...
2004-03-26 Dave Mitchell [perl #27040] - hints hash was being double freed...
2004-03-17 Rafael Garcia-Suarez Optimize away the assignment in the constructs C<my...
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-03-14 Dave Mitchell [perl #27628] strict 'subs' didn't warn on bareword...
2004-03-09 Rafael Garcia-Suarez Improve the "Prototype mismatch" error message when
2004-03-04 Dave Mitchell add deprecation warning for my $x if 0
2004-03-04 Dave Mitchell retract 22328 and 22332: deprecation warning for my...
2004-02-27 Nicholas Clark Correct thinko in comment.
2004-02-25 Dave Mitchell stop "const in void context" warning for a const in an
2004-02-24 Rafael Garcia-Suarez Fix a segfault during optree construction. (bug #27024)
2004-02-22 Dave Mitchell Extend OP_AELEMFAST optimisation to lexical arrays
2004-02-21 Paul Johnson Re: op_seq (was: Freeing code)
2004-02-20 Rafael Garcia-Suarez When you write C<my $_ ; for (...) {...}>, the lexical $_
2004-02-20 Dave Mitchell optimise the sorting inplace of plain arrays: @a =...
2004-02-18 Dave Mitchell Add tests for the C<my $x if foo> deprecation, and...
2004-02-17 Dave Mitchell add deprecation warning for C<my $x if foo> and C<foo...
2004-02-15 Dave Mitchell [perl #25824] Segmentation fault with
2004-02-14 Dave Mitchell Switch from byacc to bison and simplify the perly....
2004-02-09 Rafael Garcia-Suarez Implement stacked filetest operators (-f -w -x $file).
2004-02-04 Rafael Garcia-Suarez The "my $_" wasn't nice with foreach loops.
2004-02-03 Rafael Garcia-Suarez Implement "my $_".
2004-01-25 Dave Mitchell Remove small memory leak in newATTRSUB that manifested...
2004-01-22 Dave Mitchell [perl #25147] C<use strict; print if foo> didn't give the
2004-01-17 SADAHIRO Tomoyuki Re: open/or inconsistency
2004-01-15 Dave Mitchell buigid #24905 - the code planted to call glob() retained an
2004-01-03 Rafael Garcia-Suarez Tidy up change #18751, so that the second parameter...
2003-12-22 Adrian M. Enache re-fix [perl #24508] without speed regression.
2003-12-08 Adrian M. Enache yet another 2 leaks. example for the second:
2003-11-19 Rafael Garcia-Suarez Fix bug [perl #24508] Wrong assignment in nested assignment
2003-11-13 Adrian M. Enache Re: Empty subroutine as object method segfaults in...
2003-10-31 Nicholas Clark Comment that this "optimisation" is actually a necessar...
2003-10-30 Artur Bergman Fix for the orange lion bug - aka empty sub bug
2003-10-09 Nicholas Clark Put all pre-processor #s on the first column (some...
2003-10-08 Rafael Garcia-Suarez Fix bug #24108: Goto +foo broken
2003-10-06 Rafael Garcia-Suarez Re: [perl #24076] "<> err EXPR" and warnings.
2003-09-03 Marcus Holland-Moritz Re: maint@20974 or before broke mp2 ithreads test
2003-09-02 Stas Bekman Retract #20930 because of
2003-09-02 Adrian M. Enache Re: ByteLoader and MSWin32
2003-09-01 Gurusamy Sarathy glob() bug
2003-08-29 Marcus Holland-Moritz Perl_newCONSTSUB() related memory leaks
2003-08-09 Dave Mitchell add "$lexical not available" warning in C<for my $lex ()>
2003-07-20 Rafael Garcia-Suarez The warning "Possible precedence problem on bitwise...
2003-07-17 Stephen McCamant [PATCH] Increment cop_seqmax in utilize()
2003-07-08 Rafael Garcia-Suarez The CHECKOP macro was not invoked on some newly created ops
2003-07-08 Adrian M. Enache Re: [PATCH] $^VARIABLES in 'perl -Dt' output
2003-07-08 Marcus Holland-Moritz warnings, line numbers & windows
2003-06-22 Adrian M. Enache Re: Is it a Bug? ($c .= "5") . "6"
2003-06-11 Marcus Holland-Moritz Integrate from maint:
2003-06-09 Steve Grazzini Re: nitpick with \(0..2)
2003-06-05 Robin Barker RE: maint @ 19683
2003-06-03 Jarkko Hietaniemi Retract #19667, #19660, #19659, #19658, #19657, #19656,
2003-06-02 Gurusamy Sarathy don't use File::Temp to implement PerlIO_tmpfile()...
2003-06-02 Jarkko Hietaniemi Beautification.
2003-06-02 Jarkko Hietaniemi Duplicate definition bad.
2003-06-02 Jarkko Hietaniemi Stick with the original (5.8.0) logic.
2003-06-02 Jarkko Hietaniemi Since pulling in File::Temp for tempfiles would pull in
2003-05-29 Dave Mitchell jumbo closure fix
2003-05-24 Dave Mitchell [PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-05-21 Dave Mitchell New 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-Suarez Use a more sophisticated heuristics to produce the...
2003-05-03 Jarkko Hietaniemi Salvage 'use filetest "access"' from compiletime to...
2003-04-16 Jarkko Hietaniemi Fix 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 Hietaniemi Continue hunting for the cause of the Tru64 failed...
2003-04-09 Jarkko Hietaniemi open(my $fh, ">&", STDOUT) should not warn under strict.
2003-04-09 Jarkko Hietaniemi Try to be more descriptive than just __ANONIO__ which...
2003-04-08 Adrian M. Enache Re: Error: Unknown error
2003-04-06 Stephen McCamant CvFILE for constant subs
2003-03-20 Adrian M. Enache Re: Bytecode? Back into service.
2003-03-09 Adrian M. Enache Re: [perl #20798] foo(eval {}) crashes Perl 5.8
2003-03-04 Salvador Fandiño [PATCH] assertions
2003-03-04 Artur Bergman Fixes bug #15654 bizarre constant mangling in 5.8.0
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-25 Hugo van der Sanden More variables for change #18776.
2003-02-25 Adrian M. Enache [perl #20682] [fix] @- array not visible in s///
2003-02-25 Rafael Garcia-Suarez Re: [perl #21321] local ${"FOO"} does not work
2003-02-24 Chip Salzenberg Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fe...
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
next