This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace change #4100 with
[perl5.git] / op.c
1999-09-07 Gurusamy Sarathyvarious fixups for windows
1999-09-06 Ilya Zakharevichchange#3612 is buggy when quotemeta argument matches...
1999-09-06 Gurusamy Sarathyoptional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathyinitial implementation of lvalue subroutines (slightly...
1999-09-01 Ilya ZakharevichRe: [ID 19990830.005] Assigning value of an op on an...
1999-08-29 Stephen McCamantLost arguments to simplified sort
1999-08-29 Ilya ZakharevichSpeeding up XSUB calls up to 66%
1999-08-29 Spider Boardmansub : attrlist
1999-08-29 Gurusamy Sarathydeadcode removal
1999-08-12 Nick Ing-SimmonsTurn of deprecated warnings for defined(@Sompack::ISA...
1999-08-02 Gurusamy Sarathyoptimizations could sometimes bypass bareword check
1999-08-02 Jarkko HietaniemiFix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Jarkko Hietaniemi64-bit work. Now 32-bit platforms get a 100% make...
1999-08-01 Gurusamy Sarathyfixes from Stephen McCamant that address bugs in change...
1999-08-01 Stephen McCamantTwo one-liner LOGOP tweaks
1999-07-26 Chip Salzenbergoptimize method name lookup
1999-07-26 Stephen McCamantallow arrow omission in $foo[10]->('foo') etc. (but...
1999-07-25 Gurusamy Sarathyfix bug in change#3728 that might free COPs prematurely;
1999-07-23 Hugo van der Sandenapplied suggested patch for tracking line numbers corre...
1999-07-23 Gurusamy Sarathyemit warning about function calls that were encountered...
1999-07-17 Gurusamy Sarathyallow $foo{$x} and $bar[$i] for (\$) prototype
1999-07-12 Gurusamy Sarathyfixups for sundry warnings about function pointers
1999-07-11 Gurusamy Sarathychange#3612 was buggy and failed to build Tk; applied...
1999-07-08 Gurusamy Sarathyfixes for logical bugs in the lexwarn patch; other...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-07 Stephen McCamantEliminate CONDOPs
1999-07-07 Hugo van der Sandenmemleak in optimizer
1999-07-07 Gurusamy Sarathymake diagnostic on C<my $^I> etc., more readable
1999-07-06 Ilya ZakharevichOptimize away OP_SASSIGN
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-07-05 Gurusamy Sarathyallow C<-foo> under C<use integer> (behavior of C<...
1999-07-04 Jarkko HietaniemiIntegrate with mainperl.
1999-07-04 Gurusamy Sarathyremove misleading info on defined(&func), unclutter...
1999-06-27 Gurusamy Sarathyfix indents
1999-06-13 Gurusamy Sarathyfix coredumper in change#3498
1999-06-11 Gurusamy Sarathytruncate() has a peculiar exemption from strict barewor...
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-06-02 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-06-02 Gurusamy Sarathyremove stray K&R-isms
1999-06-01 Gurusamy Sarathychange#3447 didn't do enough to exempt Foo->bar(qw...
1999-05-28 Mark-Jason DominusPATCH (5.005_57): defined(@a) now deprecated
1999-05-28 Gurusamy Sarathychange#3449 wasn't doing enough
1999-05-24 Gurusamy Sarathyfix bogus line numbers for void context warnings
1999-05-24 Hugo van der Sandenname PL_in_eval bits
1999-05-24 Gurusamy Sarathyoops, some files missing in change#3449
1999-05-24 Gurusamy Sarathyredo change#2061 and parts of change#1169 with code...
1999-05-14 Nick Ing-SimmonsExperimental "slab" allocator for ops.
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-10 Tom Hughesapplied suggested patch, with win32 and PERL_OBJECT...
1999-05-08 Gurusamy Sarathyallow AV/HV dereferences on pseudohashes ($ph->{foo...
1999-05-08 Nick Ing-SimmonsTweaks to open(my $fh,...) stuff
1999-05-07 Nick Ing-SimmonsImplement open( my $fh, ...) and similar.
1999-05-06 Gurusamy Sarathyfix bogus OPf_REF context in C<sort BLOCK @foo> (extens...
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-28 Gurusamy Sarathyfix bogus OPf_REF context for the BLOCK in C<grep BLOCK...
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-03-12 Gurusamy Sarathychange#3067 failed package.t due to needless creation...
1999-03-09 Gurusamy Sarathyfix parsing of here documents in C<eval 's/.../<<FOO/e'>
1999-03-09 Gurusamy Sarathyuse yyerror() instead of croak() so that compile-time...
1999-03-04 Graham Barrexempt $foo::a,$foo::b from warnings only if sort(...
1999-02-28 Gurusamy Sarathytodo item: permit extended control variables a la ...
1999-02-28 Gurusamy Sarathyfix longstanding bug: searches for lexicals originating...
1999-02-19 Gurusamy Sarathybring '*' prototype closer to how it behaves internally
1999-02-18 Gurusamy Sarathydistinguish eval'' from BEGIN|INIT|END CVs (fixes buggy...
1999-02-15 Gurusamy Sarathyadd const qualifier to most char* prototypes, handle...
1999-02-14 Gurusamy Sarathyallow C<select('foo')> to autovivify *foo (SelectSaver...
1999-02-12 Gurusamy Sarathyallow boolean assign ops to be lvalues
1999-02-12 Gurusamy Sarathyfix ops that are not filehandle constructors to not...
1999-02-07 Gurusamy Sarathyproperly prototype check parenthesized unary ops (e...
1999-02-01 Gurusamy Sarathyvarious win32-ish changes merged from maint-5.005
1999-01-17 Gurusamy Sarathyvarious tweaks for clean build and test on win32
1999-01-17 Gurusamy SarathyPERL_OBJECTness for change#2595
1999-01-13 Jarkko HietaniemiFrom: Hans Mulder <hansm@icgroup.nl>
1999-01-01 Jarkko HietaniemiFrom: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1998-12-21 Mark-Jason DominusTo: perl5-porters@perl.com
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathyvarious fixes for race conditions under threads: mutex...
1998-11-28 Gurusamy Sarathymake $1 et al readonly under threads; make C<undef...
1998-11-26 Gurusamy Sarathyfix C<if (...) { package Foo; ... }> misoptimization...
1998-11-17 Gurusamy Sarathyallow C<sort $coderef @foo>
1998-11-14 Gurusamy Sarathycatch a neophyte trap: open(<FH>), close(<FH>) etc.
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathyavoid bogus line number in XSUB redefined warnings
1998-10-23 Larry WallProgram with utf8 identifiers fails to compile
1998-10-21 Gurusamy Sarathyrestore sanity to "constant" references
1998-10-17 Jarkko HietaniemiIntegrate mainperl.
1998-10-17 Gurusamy Sarathystray typo found by Hugo van der Sanden
1998-10-16 Gurusamy Sarathyintegrate cfgperl mods into mainline
1998-10-16 Gurusamy Sarathystray tweak
1998-10-15 Gurusamy Sarathypropagate typeness of lexicals while cloning them
1998-10-15 Gurusamy Sarathys/last/first/ typo in append_list()
1998-10-15 Gurusamy Sarathycheck in all confperl changes as of change#1964 into...
1998-10-15 Gurusamy Sarathytweak to make fix in change#1944 behave correctly for...
1998-10-13 Gurusamy Sarathychange#1614 merely disabled earlier fix (doh!); undo...
1998-10-13 Gurusamy Sarathyensure recursive attempts to findlex()icals know enough...
1998-10-06 Gurusamy Sarathyfix globals caught by change#1927; builds and tests...
next