This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #34902] Text::Wrap::wrap() fails with non-space separator
[perl5.git] / op.c
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Dave MitchellDEBUG_LEAKING_SCALARS could use the value of a freed...
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-14 bstrand@switchmana... Fix for:
2005-04-12 Nicholas ClarkDon't PERL_HASH(SvUVX(...)...) as it's actually a set.
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #2
2005-04-05 Nicholas ClarkDown with C++ reserved names
2005-04-04 Andy Lesterconst-eight.diff
2005-03-29 Steve HayClean-up some warnings when compiling on Win32 with...
2005-03-29 Rafael Garcia-SuarezDownconst external APIs
2005-03-26 Nicholas ClarkNeed to return something when the compiler doesn't...
2005-03-25 Andy LesterConsting five
2005-03-25 Gurusamy SarathyRe: [perl #34568] Perl crashes reading past the end...
2005-03-25 Andy LesterConsting part 4
2005-03-24 Andy LesterThird consting batch
2005-03-21 Andy LesterMore consting goodness
2005-03-18 Andy LesterMore const parms
2005-03-14 Andy LesterAdding const qualifiers
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2005-01-14 Nicholas Clarksv_catpvf holds no advantage over sv_catpv when the...
2005-01-07 Nicholas ClarkStage 1 of utf8 support for soft references.
2005-01-04 Nicholas ClarkUpdate copyright years.
2005-01-01 Nicholas ClarkstrEQ/strNE of 1 character strings seems better hand...
2004-12-03 Nicholas Clarkgv_fullname4() can get rid of the main:: for us.
2004-12-03 Rafael Garcia-Suarez$foo::_ was wrongly forced as $main::_.
2004-11-16 Steve HayFix Win32 breakage caused by changes to op.c in change...
2004-11-12 Dave MitchellAdd some descriptive text from Larry to op.c on how...
2004-10-10 Dave MitchellTurn regcomp into a list op
2004-09-01 Rick Delaneyfields.pm lost compile-time benefit
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-15 Nicholas Clarkfor (reverse @foo) now iterates in reverse in place.
2004-07-15 Nicholas ClarkOptimise for (reverse ...)
2004-07-15 Nicholas ClarkNow optimising for $a (reverse ...)
2004-07-14 Nicholas Clark"That's the way to do it"
2004-07-14 Nicholas ClarkOptimise foreach my $i (reverse ...)
2004-07-13 Nicholas ClarkOptimise list context reverse sort to reverse as part...
2004-07-13 Nicholas ClarkA proper, working, stable optimisation for sort {$b...
2004-07-13 Nicholas ClarkThe current optimisation for sort {$b cmp $a} is bogus...
2004-06-24 Marcus Holland-MoritzFix 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-SuarezFix for [perl #28919] : sometimes the function ck_ftst...
2004-04-07 Rafael Garcia-SuarezThe optree builder was looping when constructing the ops
2004-04-01 Dave MitchellFix change #22376. Only mark a const as short-circuited
2004-04-01 Marcus Holland-MoritzFix 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-SuarezOptimize away the assignment in the constructs C<my...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-14 Dave Mitchell[perl #27628] strict 'subs' didn't warn on bareword...
2004-03-09 Rafael Garcia-SuarezImprove the "Prototype mismatch" error message when
2004-03-04 Dave Mitchelladd deprecation warning for my $x if 0
2004-03-04 Dave Mitchellretract 22328 and 22332: deprecation warning for my...
2004-02-27 Nicholas ClarkCorrect thinko in comment.
2004-02-25 Dave Mitchellstop "const in void context" warning for a const in an
2004-02-24 Rafael Garcia-SuarezFix a segfault during optree construction. (bug #27024)
2004-02-22 Dave MitchellExtend OP_AELEMFAST optimisation to lexical arrays
2004-02-21 Paul JohnsonRe: op_seq (was: Freeing code)
2004-02-20 Rafael Garcia-SuarezWhen you write C<my $_ ; for (...) {...}>, the lexical $_
2004-02-20 Dave Mitchelloptimise the sorting inplace of plain arrays: @a =...
2004-02-18 Dave MitchellAdd tests for the C<my $x if foo> deprecation, and...
2004-02-17 Dave Mitchelladd 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 MitchellSwitch from byacc to bison and simplify the perly....
2004-02-09 Rafael Garcia-SuarezImplement stacked filetest operators (-f -w -x $file).
2004-02-04 Rafael Garcia-SuarezThe "my $_" wasn't nice with foreach loops.
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2004-01-25 Dave MitchellRemove 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 TomoyukiRe: open/or inconsistency
2004-01-15 Dave Mitchellbuigid #24905 - the code planted to call glob() retained an
2004-01-03 Rafael Garcia-SuarezTidy up change #18751, so that the second parameter...
2003-12-22 Adrian M. Enachere-fix [perl #24508] without speed regression.
2003-12-08 Adrian M. Enacheyet another 2 leaks. example for the second:
2003-11-19 Rafael Garcia-SuarezFix bug [perl #24508] Wrong assignment in nested assignment
2003-11-13 Adrian M. EnacheRe: Empty subroutine as object method segfaults in...
2003-10-31 Nicholas ClarkComment that this "optimisation" is actually a necessar...
2003-10-30 Artur BergmanFix for the orange lion bug - aka empty sub bug
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.
next