summaryrefslogtreecommitdiff
path: root/opcode.pl
Commit message (Expand)AuthorAgeFilesLines
* OS/2 buildIlya Zakharevich2002-02-111-0/+8
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-8/+25
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-1/+1
* try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems Charles Lane2001-10-181-8/+13
* OP_RCATLINE is an SVOP, not a BASEOP.Abhijit Menon-Sen2001-09-181-1/+1
* Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPSArtur Bergman2001-09-101-5/+1
* Custom OpsSimon Cozens2001-08-271-2/+14
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-121-3/+3
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-061-3/+3
* Re: [ID 20010621.007] readline() not quite as equal as <>Abhijit Menon-Sen2001-06-251-1/+1
* Re: [ID 20010621.007] readline() not quite as equal as <>Abhijit Menon-Sen2001-06-251-1/+1
* Some filesystems require writability for rename/unlink.Jarkko Hietaniemi2001-06-151-0/+6
* Re: [PATCH] opcode.pl is chmod'ing the original source treeMike Guy2001-06-151-7/+10
* opcode.pl is chmod'ing the original source treeNicholas Clark2001-06-131-1/+0
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-031-10/+10
* Documentation of table formatSimon Cozens2001-04-111-0/+31
* Infrastructure to allow:Nick Ing-Simmons2001-01-201-6/+6
* Consolidated lvalue sub changesStephen McCamant2001-01-121-2/+2
* Ilya's OS2 patch (testing for damage on Win32)Nick Ing-Simmons2000-12-311-0/+1
* shrink pp_hot fractionallyNicholas Clark2000-12-051-1/+3
* Re: [ID 20000912.008] substr replacement of tainted data (bug) Radu Greab2000-10-021-1/+1
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-081-1/+1
* Generate OP_IS_SOCKET() and OP_IS_FILETEST() macrosJarkko Hietaniemi2000-08-021-40/+62
* Make the "uninit variable" warning to say "concat or string"Jarkko Hietaniemi2000-07-251-2/+2
* support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-191-1/+1
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-2/+2
* prototype changes for eventually supporting C<binmode(F, ":raw")>Gurusamy Sarathy2000-03-051-2/+2
* default mkdir() mode argument to 0777Gurusamy Sarathy2000-02-201-1/+1
* glob() takes one or no user arguments and a non-user-visible secondGurusamy Sarathy2000-02-201-1/+1
* disable optimization in change#3612 for join() and quotemeta()--thisGurusamy Sarathy2000-01-021-2/+4
* make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-041-2/+2
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-1/+1
|\
| * preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-1/+1
* | Initial integration of the MacPerl changes form Matthias.Jarkko Hietaniemi1999-11-021-0/+4
|/
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-4/+4
* more GCC v2.95 induced adjustmentsGurusamy Sarathy1999-10-271-2/+2
* disable optimizing troublesome ops in change#3612Gurusamy Sarathy1999-10-201-9/+25
* Re: _58, _61 Argument "" is not numeric in sprintfIlya Zakharevich1999-09-301-1/+3
* more op description tweaksGurusamy Sarathy1999-09-181-4/+4
* tweak some op names in change#4177 (will any of this break code thatGurusamy Sarathy1999-09-181-42/+42
* More descriptive names for operators.Michael G. Schwern1999-09-171-83/+88
* optional warning on join(/foo/...) (reworked suggested patchGurusamy Sarathy1999-09-061-1/+1
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-0/+1
* fix broken -DDEBUGGING_OPS (from Spider BoardmanGurusamy Sarathy1999-08-021-6/+17
* Two one-liner LOGOP tweaksStephen McCamant1999-08-011-1/+1
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-271-1/+1
* optimize method name lookupChip Salzenberg1999-07-261-1/+2
* patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;Gurusamy Sarathy1999-07-261-1/+1
* applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-231-0/+6
* avoid useless use of target for pp_each(); also fixes bugs due toGurusamy Sarathy1999-07-231-1/+1