summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* disable internal globbing for miniperl (or build breaks outGurusamy Sarathy1999-10-151-2/+2
* misc tweaksGurusamy Sarathy1999-10-131-1/+1
* add File::BSDGlob as File::Glob and load it at compile-timeGurusamy Sarathy1999-10-121-1/+22
* various cleanupsGurusamy Sarathy1999-10-121-1/+3
* extend change#2299 to C<use> (fixes scoping problems inGurusamy Sarathy1999-10-081-0/+1
* small tweak for change#4309Gurusamy Sarathy1999-10-081-1/+3
* change#3728 was flawed (loop contexts saw the wrong statementGurusamy Sarathy1999-10-071-5/+1
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-061-17/+3
|\
| * A better version of #4296.Michael G. Schwern1999-10-031-1/+1
| * Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-16/+2
* | make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-1/+1
|/
* Re: [PATCH 5.005_61] "our" declarationsLarry Wall1999-09-251-4/+16
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-3/+3
* various fixups for windowsGurusamy Sarathy1999-09-071-7/+7
* change#3612 is buggy when quotemeta argument matches targetIlya Zakharevich1999-09-061-7/+12
* optional warning on join(/foo/...) (reworked suggested patchGurusamy Sarathy1999-09-061-0/+17
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-3/+133
* Re: [ID 19990830.005] Assigning value of an op on an SV to said SVIlya Zakharevich1999-09-011-0/+13
* Lost arguments to simplified sortStephen McCamant1999-08-291-3/+4
* Speeding up XSUB calls up to 66%Ilya Zakharevich1999-08-291-0/+1
* sub : attrlistSpider Boardman1999-08-291-10/+160
* deadcode removalGurusamy Sarathy1999-08-291-7/+1
* Turn of deprecated warnings for defined(@Sompack::ISA) typeNick Ing-Simmons1999-08-121-0/+2
* optimizations could sometimes bypass bareword checkGurusamy Sarathy1999-08-021-1/+2
* Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so thatJarkko Hietaniemi1999-08-021-2/+4
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-1/+6
* 64-bit work. Now 32-bit platforms get a 100% make testJarkko Hietaniemi1999-08-011-0/+12
* optimize method name lookupChip Salzenberg1999-07-261-10/+26
* allow arrow omission in $foo[10]->('foo') etc. (but not inStephen McCamant1999-07-261-21/+0
* 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