summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* update copyright yearGurusamy Sarathy2001-03-221-1/+1
* fix memory leak in C<sub X { sub {} }> arising from a refcountGurusamy Sarathy2001-03-121-6/+4
* Integrate the change #9054 from mainline:Jarkko Hietaniemi2001-03-061-19/+0
* Integrate changes #9033 and #9044 from mainline into maintperl,Jarkko Hietaniemi2001-03-051-0/+19
* integrate changes#8259,8442,8444,8445,8448,8449,8451,8455Mark-Jason Dominus2001-01-301-3/+0
* integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,Gurusamy Sarathy2001-01-301-4/+3
* integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,Gurusamy Sarathy2000-12-171-3/+1
* integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,Gurusamy Sarathy2000-11-271-1/+1
* integrate changes#6233..6238 from cfgperlGurusamy Sarathy2000-11-201-1/+2
* support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-191-0/+3
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-0/+6
* abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()Gurusamy Sarathy2000-03-081-0/+5
* add missing locks for op refcountsGurusamy Sarathy2000-03-081-0/+17
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-0/+1
* change#4849 wasn't restoring savestack correctly; make loops that haveGurusamy Sarathy2000-02-251-0/+3
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-0/+3
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-0/+1
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+15
* change#4866 was flawed; revert and add better fix for warningGurusamy Sarathy2000-01-231-1/+1
* support for C<exists &func> (from Spider Boardman)Gurusamy Sarathy2000-01-211-0/+4
* avoid spurious "Useless use of variable" warning on C<our $foo;>Gurusamy Sarathy2000-01-141-1/+3
* minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-011-17/+11
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-0/+9
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-33/+64
|\
| * more cleanups for change#4539Gurusamy Sarathy1999-11-101-0/+2
| * preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-33/+62
* | [5.005_62 PATCH] binmode and locale support for -T and -B filetest operatorsJan Dubois1999-11-061-1/+2
|/
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-6/+9
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-1/+2
* Speeding up XSUB calls up to 66%Ilya Zakharevich1999-08-291-1/+2
* emit warning about function calls that were encountered too earlyGurusamy Sarathy1999-07-231-0/+2
* Eliminate CONDOPsStephen McCamant1999-07-071-21/+10
* Optimize away OP_SASSIGNIlya Zakharevich1999-07-061-19/+26
* win32 build fixesGurusamy Sarathy1999-06-101-1/+1
* remove _() non-ansismGurusamy Sarathy1999-06-021-1/+1
* PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':Mark-Jason Dominus1999-05-291-0/+1
* oops, some files missing in change#3449Gurusamy Sarathy1999-05-241-0/+1
* redo change#2061 and parts of change#1169 with code in theGurusamy Sarathy1999-05-241-0/+2
* Compiler needs to know about utf8 SVOP tr///sStephen McCamant1999-03-251-1/+1
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* From: Hans Mulder <hansm@icgroup.nl>Jarkko Hietaniemi1999-01-131-0/+4
* remaining PL_foo stragglersGurusamy Sarathy1998-10-301-2/+2
* tr/// logic was hosed under utf8Larry Wall1998-09-051-7/+9
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-0/+1
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-0/+3
* Merge latest mainlineNick Ing-Simmons1998-07-181-3/+7
|\
| * fix major bug in GIMME (introduced in 5.003_96); void contexts wereGurusamy Sarathy1998-07-181-3/+7
* | PL_ stuff for threadsNick Ing-Simmons1998-07-181-13/+13
|/
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-3/+6