summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-12/+12
* produce redeclaration warning on C<our $foo; { our $foo; ... }>Gurusamy Sarathy2000-01-251-8/+25
* change#4866 was flawed; revert and add better fix for warningGurusamy Sarathy2000-01-231-11/+4
* optimize away runtime code for our($foo) (also avoid warnings)Gurusamy Sarathy2000-01-231-1/+9
* fix diagnostics to report "our" vs "my" correctlyGurusamy Sarathy2000-01-231-12/+20
* fix localization in while BLOCK when there is a continue BLOCKGurusamy Sarathy2000-01-231-0/+3
* don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,Gurusamy Sarathy2000-01-231-8/+5
* wrong category for exec() warningGurusamy Sarathy2000-01-221-2/+4
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-8/+12
* fix deeply nested closures that have no references to lexical inGurusamy Sarathy2000-01-221-21/+43
* support for C<exists &func> (from Spider Boardman)Gurusamy Sarathy2000-01-211-2/+9
* minor optimization (avoid double sv_upgrade() for "our Foo $bar;")Gurusamy Sarathy2000-01-141-5/+5
* nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-141-4/+14
* avoid spurious "Useless use of variable" warning on C<our $foo;>Gurusamy Sarathy2000-01-141-1/+2
* support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-131-5/+19
* USE_ITHREADS tweak (reused pad values could be SvREADONLY ifGurusamy Sarathy2000-01-061-1/+5
* constant ranges could escape bareword check in list contextGurusamy Sarathy2000-01-061-0/+1
* disable optimization in change#3612 for join() and quotemeta()--thisGurusamy Sarathy2000-01-021-39/+1
* bring in basic threads stuff under USE_ITHREADSGurusamy Sarathy1999-12-231-2/+2
* USE_ITHREADS tweaks and notesGurusamy Sarathy1999-12-091-5/+11
* make File::Glob::glob() the default for CORE::glob()Gurusamy Sarathy1999-12-051-2/+2
* better implementation of change#3326; open(local $foo,...) nowGurusamy Sarathy1999-12-041-13/+33
* various File::Glob fixes for DOSISH platformsPaul Moore1999-12-021-1/+1
* avoid PTR->IV cast warningsGurusamy Sarathy1999-12-011-1/+1
* minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-011-12/+12
* 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
|/