summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* fix bug in change#3728 that might free COPs prematurely;Gurusamy Sarathy1999-07-251-40/+56
* applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-231-2/+10
* emit warning about function calls that were encountered too earlyGurusamy Sarathy1999-07-231-2/+17
* allow $foo{$x} and $bar[$i] for (\$) prototypeGurusamy Sarathy1999-07-171-0/+2
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-1/+1
* change#3612 was buggy and failed to build Tk; applied Ilya'sGurusamy Sarathy1999-07-111-4/+8
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-5/+4
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-13/+22
* Eliminate CONDOPsStephen McCamant1999-07-071-38/+37
* memleak in optimizerHugo van der Sanden1999-07-071-5/+11
* make diagnostic on C<my $^I> etc., more readableGurusamy Sarathy1999-07-071-1/+1
* Optimize away OP_SASSIGNIlya Zakharevich1999-07-061-3/+67
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-4/+4
* allow C<-foo> under C<use integer> (behavior of C<-$string>Gurusamy Sarathy1999-07-051-1/+7
* remove misleading info on defined(&func), unclutter deprecationGurusamy Sarathy1999-07-041-2/+2
* fix indentsGurusamy Sarathy1999-06-271-16/+20
* fix coredumper in change#3498Gurusamy Sarathy1999-06-131-1/+1
* truncate() has a peculiar exemption from strict barewords, evenGurusamy Sarathy1999-06-111-2/+5
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-137/+137
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-128/+110
* remove _() non-ansismGurusamy Sarathy1999-06-021-16/+17
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-06-021-0/+24
|\
| * PATCH (5.005_57): defined(@a) now deprecatedMark-Jason Dominus1999-05-281-0/+24
* | remove stray K&R-ismsGurusamy Sarathy1999-06-021-2/+1
* | change#3447 didn't do enough to exempt Foo->bar(qw/.../) fromGurusamy Sarathy1999-06-011-0/+5
* | change#3449 wasn't doing enoughGurusamy Sarathy1999-05-281-3/+5
|/
* fix bogus line numbers for void context warningsGurusamy Sarathy1999-05-241-9/+13
* name PL_in_eval bitsHugo van der Sanden1999-05-241-3/+5
* oops, some files missing in change#3449Gurusamy Sarathy1999-05-241-0/+25
* redo change#2061 and parts of change#1169 with code in theGurusamy Sarathy1999-05-241-6/+31
* Experimental "slab" allocator for ops.Nick Ing-Simmons1999-05-141-20/+59
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-4/+4
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-101-0/+2
* allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)Gurusamy Sarathy1999-05-081-1/+1
* Tweaks to open(my $fh,...) stuffNick Ing-Simmons1999-05-081-3/+10
* Implement open( my $fh, ...) and similar.Nick Ing-Simmons1999-05-071-2/+11
* fix bogus OPf_REF context in C<sort BLOCK @foo> (extension ofGurusamy Sarathy1999-05-061-4/+3
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-7/+7
* fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>Gurusamy Sarathy1999-03-281-1/+1
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* change#3067 failed package.t due to needless creation of $a and $b;Gurusamy Sarathy1999-03-121-6/+3
* fix parsing of here documents in C<eval 's/.../<<FOO/e'>Gurusamy Sarathy1999-03-091-1/+4
* use yyerror() instead of croak() so that compile-time failures inGurusamy Sarathy1999-03-091-2/+3
* exempt $foo::a,$foo::b from warnings only if sort() was seen in package fooGraham Barr1999-03-041-0/+5
* todo item: permit extended control variables a la ${^Foo} (patchGurusamy Sarathy1999-02-281-1/+15
* fix longstanding bug: searches for lexicals originating within eval''Gurusamy Sarathy1999-02-281-6/+12
* bring '*' prototype closer to how it behaves internallyGurusamy Sarathy1999-02-191-10/+4
* distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagationGurusamy Sarathy1999-02-181-2/+2
* add const qualifier to most char* prototypes, handle ripple effectGurusamy Sarathy1999-02-151-1/+1
* allow C<select('foo')> to autovivify *foo (SelectSaver expects that)Gurusamy Sarathy1999-02-141-0/+1