This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: POSIX::sigprocmask implemented incorrectly
[perl5.git] / opcode.pl
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-04 Dave Mitchellretract 22328 and 22332: deprecation warning for my...
2004-02-17 Dave Mitchelladd deprecation warning for C<my $x if foo> and C<foo...
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2004-01-03 Rafael Garcia-SuarezTidy up change #18751, so that the second parameter...
2003-12-22 Adrian M. Enachere-fix [perl #24508] without speed regression.
2003-11-19 Rafael Garcia-SuarezFix bug [perl #24508] Wrong assignment in nested assignment
2003-08-26 Rafael Garcia-SuarezChange the internal prototype of the pop() and shift...
2003-06-25 Rafael Garcia-SuarezEnhance some macro robustness.
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-10 Jarkko HietaniemiRemove the foo-old files.
2003-03-08 Jarkko Hietaniemiregen_headers tiny tidying:
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-19 Chip SalzenbergSupport one-parameter unpack(), which unpacks $_.
2003-01-03 Artur BergmanChange pp_lock to take a reference instead of a
2002-11-19 Nicholas Clarkregen_headers outside Makefile (was Re: [PATCH] embed...
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-07 Rafael Garcia-SuarezDoc fix : the symbol for COPs wasn't documented.
2002-08-05 Brent DaxDefined-or patch (cleaned up)
2002-04-22 Jarkko HietaniemiComment tweak from Philip.
2002-04-21 Jarkko HietaniemiAs if people would be reading the documentation :-)
2002-04-21 Rafael Garcia-SuarezMake doc clearer, as suggested by Brent Dax
2002-04-09 Jarkko HietaniemiRetract the UTF-8 filenames patch. This may be
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-07 Jarkko HietaniemiThere was no nice way of getting in UTF-8 filenames:
2002-02-11 Ilya ZakharevichOS/2 build
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
2001-10-19 Charles Lanevmsish fix, ieee rand() cleanup
2001-10-18 Charles Lanetry#2: [proposed PATCH Perl@12401] ieee floats, rand...
2001-09-18 Abhijit Menon-SenOP_RCATLINE is an SVOP, not a BASEOP.
2001-09-10 Artur BergmanRemove #ifdef PERL_CUSTOM_OPS, always build with PERL_C...
2001-08-27 Simon CozensCustom Ops
2001-07-12 Jarkko HietaniemiRetract #11166 (and #11237).
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-06 Abhijit Menon-Sen(Retracted by #11285.)
2001-06-25 Abhijit Menon-SenRe: [ID 20010621.007] readline() not quite as equal...
2001-06-25 Abhijit Menon-SenRe: [ID 20010621.007] readline() not quite as equal...
2001-06-15 Jarkko HietaniemiSome filesystems require writability for rename/unlink.
2001-06-15 Mike GuyRe: [PATCH] opcode.pl is chmod'ing the original source...
2001-06-14 Nick Ing-SimmonsIntegrate mainline
2001-06-13 Nicholas Clarkopcode.pl is chmod'ing the original source tree
2001-06-03 Jarkko HietaniemiIntegrate change #10412 from maintperl; locale is now
2001-04-11 Simon CozensDocumentation of table format
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
next