This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Base64 update to perlfaq9.pod
[perl5.git] / opcode.pl
2001-01-24 Charles BaileySYN SYN
2001-01-20 Nick Ing-SimmonsInfrastructure to allow:
2001-01-12 Stephen McCamantConsolidated lvalue sub changes
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-31 Nick Ing-SimmonsIlya's OS2 patch (testing for damage on Win32)
2000-12-05 Nicholas Clarkshrink pp_hot fractionally
2000-10-20 Charles BaileySYN SYN
2000-10-02 Radu GreabRe: [ID 20000912.008] substr replacement of tainted...
2000-08-08 Jarkko HietaniemiDo away with array context, from Daniel Chetlin <daniel...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Jarkko HietaniemiGenerate OP_IS_SOCKET() and OP_IS_FILETEST() macros
2000-07-25 Jarkko HietaniemiMake the "uninit variable" warning to say "concat or...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-19 Gurusamy Sarathysupport for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-09 Gurusamy Sarathysupport binmode(F,":crlf") and use open IN => ":raw...
2000-03-05 Gurusamy Sarathyprototype changes for eventually supporting C<binmode...
2000-02-20 Gurusamy Sarathydefault mkdir() mode argument to 0777
2000-02-20 Gurusamy Sarathyglob() takes one or no user arguments and a non-user...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-02 Gurusamy Sarathydisable optimization in change#3612 for join() and...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-04 Gurusamy Sarathymake uninitialized value warnings report opcode
1999-11-11 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-08 Gurusamy Sarathypreliminary support for GVOP indirection via pad
1999-11-02 Jarkko HietaniemiInitial integration of the MacPerl changes form Matthias.
1999-10-29 Gurusamy Sarathyusurp GVOP slot for new PADOP (one small step to making...
1999-10-27 Gurusamy Sarathymore GCC v2.95 induced adjustments
1999-10-20 Gurusamy Sarathydisable optimizing troublesome ops in change#3612
1999-09-30 Ilya ZakharevichRe: _58, _61 Argument "" is not numeric in sprintf
1999-09-29 Charles Baileyresync with mainline
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-18 Gurusamy Sarathymore op description tweaks
1999-09-18 Gurusamy Sarathytweak some op names in change#4177 (will any of this...
1999-09-17 Michael G. SchwernMore descriptive names for operators.
1999-09-06 Gurusamy Sarathyoptional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathyinitial implementation of lvalue subroutines (slightly...
1999-08-02 Gurusamy Sarathyfix broken -DDEBUGGING_OPS (from Spider Boardman
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Stephen McCamantTwo one-liner LOGOP tweaks
1999-07-27 Ilya Zakharevichapplied suggested patch; added missing prototype changes to
1999-07-26 Chip Salzenbergoptimize method name lookup
1999-07-26 Gurusamy Sarathypatch for pp_foo -> Perl_pp_foo changes from Vishal...
1999-07-23 Hugo van der Sandenapplied suggested patch for tracking line numbers corre...
1999-07-23 Gurusamy Sarathyavoid useless use of target for pp_each(); also fixes...
1999-07-07 Stephen McCamantEliminate CONDOPs
1999-07-07 Gurusamy Sarathyadd do-not-edit caveats for files generated by opcode.pl
1999-07-06 Ilya ZakharevichOptimize away OP_SASSIGN
1999-07-05 Gurusamy Sarathys/scalar ref constructor/single ref constructor/ (suggested
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-12 Gurusamy SarathyEXTERN_C declarations for global arrays in various
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-04 Gurusamy Sarathyclean up some stray "global" symbols
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-28 Mark-Jason DominusPATCH (5.005_57): defined(@a) now deprecated
1999-03-25 Stephen McCamantCompiler needs to know about utf8 SVOP tr///s
1999-03-25 Gurusamy Sarathybetter description of OP_UNSTACK (s/unstack/iteration...
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-17 Jarkko HietaniemiIntegrate mainperl.
1998-10-17 Gisle Aasapplied suggested patch with small doc tweak
1998-09-23 Gurusamy Sarathyfix bogus integerization of pop()'s return value
1998-08-07 Gurusamy Sarathytemporary opcode.pl workaround for ebcdic (suggested by
1998-07-15 Stephen McCamantapplied patch, regen headers
1998-07-13 Graham Barradded patch, tweaked PERL_OBJECT things
1998-07-12 Stephen McCamantapply patch for smarter AASSIGN_COMMON detection; regen...
1998-07-11 Ilya Zakharevichadd patch, along with all the missing bits, and doc...
1998-07-09 Gurusamy Sarathyget it building again on win32
1998-07-08 Ilya Zakharevichadded patch to generate PPDEF(pp_foo)
1998-07-06 Gurusamy Sarathyundo ck_sysread() changes#1319,1337 in preparation...
1998-07-05 Gurusamy Sarathyadd ck_sysread() for better sysread/read/recv sanity
1998-06-28 Stephen McCamantapplied patch, tweaked opcode.pl for PERL_OBJECT, and...
1998-05-14 Gurusamy Sarathy[win32] merge change#897 from maintbranch
1997-11-11 Malcolm BeattieInitial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm BeattieChange name of OP_SPECIFIC to OP_THREADSV. Fixed perl_g...
1997-11-07 Nick Ing-SimmonsReverse integrate Malcolm's chanes into local
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-10-31 Malcolm BeattieHalf way through moving per-thread magicals into per...
1997-10-29 Malcolm BeattieMove compiler OP class information into opcode.pl.
1997-10-23 Malcolm BeattieFix refcounts for lock/magic_mutexfree. Make OP_LOCK...
1997-10-08 Malcolm BeattieMerge maint-5.004 branch (5.004_03) with mainline.
1997-08-06 Chip SalzenbergConstant-fold sprintf()
1997-07-24 Malcolm BeattieStart support for fake threads.
1997-07-05 Malcolm BeattieIntroduce pp_lock.
1997-05-26 Malcolm BeattieIntegrate thrperl 5.003->5.004.
1997-04-29 Chip SalzenbergFix C< hex('80') * 0x1000000 >
1997-04-18 Perl 5 Porters[inseparable changes from match from perl-5.003_97f...
1997-04-17 Perl 5 Porters[inseparable changes from match from perl-5.003_97e...
1997-04-14 Perl 5 Porters[inseparable changes from patch from perl-5.003_97d... perl-5.003_97e
1997-03-28 Malcolm BeattieInitial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-02-21 Perl 5 Porters[inseparable changes from patch from perl5.003_27 to...
1997-01-29 Perl 5 Porters[inseparable changes from patch from perl5.003_23 to... perl-5.003_24
1996-12-19 Perl 5 Porters[inseparable changes from patch from perl5.003_11 to...
1996-12-06 Perl 5 Porters[inseparable changes from patch from perl5.003_10 to...
1996-11-26 Perl 5 Porters[inseparable changes from patch from perl5.003_08 to...
1996-11-19 Perl 5 Porters[inseparable changes from patch from perl5.003_07 to...
1996-09-16 Jonathan BiggarPerl 5.003 bug when embedding in C++ program
1996-07-05 Perl 5 Porters"truncate" should expect file handle as first argument
1996-02-29 Andy Doughertyperl 5.002 perl-5.002
1996-02-03 Perl 5 Portersperl5.002beta3
1996-08-28 Perl 5 PortersRe: truncate with file name does not work (with patch)
next