summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-33/+44
* tweak for win32 buildGurusamy Sarathy1999-11-141-2/+2
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-9/+21
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-131-13/+42
|\
| * cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-131-13/+42
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-68/+154
|\ \ | |/
| * avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-12/+20
| * another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-28/+41
| * more cleanups for change#4539Gurusamy Sarathy1999-11-101-12/+26
| * remove dead branch/infinite looper in change#3612Gurusamy Sarathy1999-11-101-7/+15
| * small nits in changes#4538,4539Gurusamy Sarathy1999-11-091-1/+5
| * preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-16/+55
* | So many printfs, so little time.Jarkko Hietaniemi1999-11-061-6/+6
* | [5.005_62 PATCH] binmode and locale support for -T and -B filetest operatorsJan Dubois1999-11-061-7/+14
* | ...and they are getting fewer.Jarkko Hietaniemi1999-11-061-6/+6
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-0/+14
|\ \ | |/
| * implement STOP blocks and fix compiler to use them (minimallyGurusamy Sarathy1999-11-041-0/+14
* | ref to non-lvalue methodIlya Zakharevich1999-11-041-1/+1
|/
* macros for COP.cop_filegv accessGurusamy Sarathy1999-11-011-8/+8
* more cleanup: avoid unused knowledge of "file GV" notion in CV and GVGurusamy Sarathy1999-10-291-4/+1
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-28/+51
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-4/+8
|\
| * warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-3/+3
| * fix accidental C modulo semantics on integer-valued operationsGurusamy Sarathy1999-10-231-1/+5
* | More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-27/+35
|/
* avoid coredump on C<sort { my $c; return $a cmp $b } ...>Gurusamy Sarathy1999-10-201-1/+1
* 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