remove stray K&R-isms
[p5sagit/p5-mst-13.2.git] / op.c
1999-06-02 Gurusamy Sarathy remove stray K&R-isms
1999-06-01 Gurusamy Sarathy change#3447 didn't do enough to exempt Foo->bar(qw...
1999-05-28 Gurusamy Sarathy change#3449 wasn't doing enough
1999-05-24 Gurusamy Sarathy fix bogus line numbers for void context warnings
1999-05-24 Hugo van der Sanden name PL_in_eval bits
1999-05-24 Gurusamy Sarathy oops, some files missing in change#3449
1999-05-24 Gurusamy Sarathy redo change#2061 and parts of change#1169 with code...
1999-05-14 Nick Ing-Simmons Experimental "slab" allocator for ops.
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-10 Tom Hughes applied suggested patch, with win32 and PERL_OBJECT...
1999-05-08 Gurusamy Sarathy allow AV/HV dereferences on pseudohashes ($ph->{foo...
1999-05-08 Nick Ing-Simmons Tweaks to open(my $fh,...) stuff
1999-05-07 Nick Ing-Simmons Implement open( my $fh, ...) and similar.
1999-05-06 Gurusamy Sarathy fix bogus OPf_REF context in C<sort BLOCK @foo> (extens...
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-03-28 Gurusamy Sarathy fix bogus OPf_REF context for the BLOCK in C<grep BLOCK...
1999-03-22 Gurusamy Sarathy update copyright years
1999-03-12 Gurusamy Sarathy change#3067 failed package.t due to needless creation...
1999-03-09 Gurusamy Sarathy fix parsing of here documents in C<eval 's/.../<<FOO/e'>
1999-03-09 Gurusamy Sarathy use yyerror() instead of croak() so that compile-time...
1999-03-04 Graham Barr exempt $foo::a,$foo::b from warnings only if sort(...
1999-02-28 Gurusamy Sarathy todo item: permit extended control variables a la ...
1999-02-28 Gurusamy Sarathy fix longstanding bug: searches for lexicals originating...
1999-02-19 Gurusamy Sarathy bring '*' prototype closer to how it behaves internally
1999-02-18 Gurusamy Sarathy distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy...
1999-02-15 Gurusamy Sarathy add const qualifier to most char* prototypes, handle...
1999-02-14 Gurusamy Sarathy allow C<select('foo')> to autovivify *foo (SelectSaver...
1999-02-12 Gurusamy Sarathy allow boolean assign ops to be lvalues
1999-02-12 Gurusamy Sarathy fix ops that are not filehandle constructors to not...
1999-02-07 Gurusamy Sarathy properly prototype check parenthesized unary ops (e...
1999-02-01 Gurusamy Sarathy various win32-ish changes merged from maint-5.005
1999-01-17 Gurusamy Sarathy various tweaks for clean build and test on win32
1999-01-17 Gurusamy Sarathy PERL_OBJECTness for change#2595
1999-01-13 Jarkko Hietaniemi From: Hans Mulder <hansm@icgroup.nl>
1999-01-01 Jarkko Hietaniemi From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1998-12-21 Mark-Jason Dominus To: perl5-porters@perl.com
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathy various fixes for race conditions under threads: mutex...
1998-11-28 Gurusamy Sarathy make $1 et al readonly under threads; make C<undef...
1998-11-26 Gurusamy Sarathy fix C<if (...) { package Foo; ... }> misoptimization...
1998-11-17 Gurusamy Sarathy allow C<sort $coderef @foo>
1998-11-14 Gurusamy Sarathy catch a neophyte trap: open(<FH>), close(<FH>) etc.
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathy avoid bogus line number in XSUB redefined warnings
1998-10-23 Larry Wall Program with utf8 identifiers fails to compile
1998-10-21 Gurusamy Sarathy restore sanity to "constant" references
1998-10-17 Jarkko Hietaniemi Integrate mainperl.
1998-10-17 Gurusamy Sarathy stray typo found by Hugo van der Sanden
1998-10-16 Gurusamy Sarathy integrate cfgperl mods into mainline
1998-10-16 Gurusamy Sarathy stray tweak
1998-10-15 Gurusamy Sarathy propagate typeness of lexicals while cloning them
1998-10-15 Gurusamy Sarathy s/last/first/ typo in append_list()
1998-10-15 Gurusamy Sarathy check in all confperl changes as of change#1964 into...
1998-10-15 Gurusamy Sarathy tweak to make fix in change#1944 behave correctly for...
1998-10-13 Gurusamy Sarathy change#1614 merely disabled earlier fix (doh!); undo...
1998-10-13 Gurusamy Sarathy ensure recursive attempts to findlex()icals know enough...
1998-10-06 Gurusamy Sarathy fix globals caught by change#1927; builds and tests...
1998-10-06 Hugo van der Sanden use cpp symbols instead of hardwired constants
1998-10-03 Gurusamy Sarathy make C<use> recognize C<require> overrides; allow C...
1998-09-24 Gurusamy Sarathy two tweaks for clean build and test on Solaris
1998-09-23 Gurusamy Sarathy warn on C<my($foo,$foo)>
1998-09-23 Gurusamy Sarathy better diagnostic for do{} used as lvalue
1998-09-23 Gurusamy Sarathy silence redefined warning for XS(INIT) {}
1998-09-07 Larry Wall index() applied BM optimization to wrong argument
1998-09-05 Larry Wall tr/// logic was hosed under utf8
1998-09-05 Larry Wall index() applied BM optimization to wrong argument
1998-08-10 Gurusamy Sarathy various tweaks: fix signed vs. unsigned problems that...
1998-08-09 Gurusamy Sarathy add missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Stephen McCamant Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-03 Stephen McCamant fix segfault when threadsv is used as foreach itervar
1998-08-02 Stephen McCamant allow *FOO{BAR}[0] etc. (without intervening arrow)
1998-08-02 Ilya Zakharevich tweaked version of suggested patch
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-22 Gurusamy Sarathy suppress redefined warnings on C<INIT {} INIT {}>
1998-07-22 Gurusamy Sarathy make $ prototype to accept THREADSVs
1998-07-21 Stephen McCamant redundant RV2GVs in ck_fun()
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathy fix CvMUTEXP() leaks with -Dusethreads
1998-07-13 Graham Barr added patch, tweaked PERL_OBJECT things
1998-07-12 Stephen McCamant apply patch for smarter AASSIGN_COMMON detection; regen...
1998-07-12 Gurusamy Sarathy make RE engine threadsafe; -Dusethreads builds, tests...
1998-07-11 Ilya Zakharevich add patch, along with all the missing bits, and doc...
1998-07-09 Gurusamy Sarathy get it building again on win32
1998-07-08 Ilya Zakharevich add patch for C<use re 'debug'>
1998-07-06 Gurusamy Sarathy much simpler fix to typecheck read/sysread/recv, as...
1998-07-06 Gurusamy Sarathy undo ck_sysread() changes#1319,1337 in preparation...
1998-07-06 Gurusamy Sarathy rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-06 Gurusamy Sarathy allow read(FH,threadsv,...)
1998-07-05 Gurusamy Sarathy add ck_sysread() for better sysread/read/recv sanity
1998-07-04 Gurusamy Sarathy merge changes#1210,1211,1270 from maintbranch
1998-06-29 Gurusamy Sarathy bump patchlevel to 69, various little tweaks (tested...
1998-06-29 Ilya Zakharevich added patch for overloading constants, made PERL_OBJECT...
1998-06-28 Gisle Aas Re: [PATCH] 4-arg substr update for perl5.004_68
1998-06-28 Gisle Aas Optimize foreach (1..1000000)
1998-06-22 Gurusamy Sarathy merge relevant portions from maintbranch change#1155
1998-06-17 Gurusamy Sarathy 5.004_67 niggles
next