New try at the Class::DBI core dump at global cleanup.
[p5sagit/p5-mst-13.2.git] / opcode.pl
2002-04-22 Jarkko Hietaniemi Comment tweak from Philip.
2002-04-21 Jarkko Hietaniemi As if people would be reading the documentation :-)
2002-04-21 Rafael Garcia-Suarez Make doc clearer, as suggested by Brent Dax
2002-04-09 Jarkko Hietaniemi Retract the UTF-8 filenames patch. This may be
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-07 Jarkko Hietaniemi There was no nice way of getting in UTF-8 filenames:
2002-02-11 Ilya Zakharevich OS/2 build
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Jarkko Hietaniemi Sprinkle some copyrights (use the oldest timestamp to
2001-10-19 Charles Lane vmsish fix, ieee rand() cleanup
2001-10-18 Charles Lane try#2: [proposed PATCH Perl@12401] ieee floats, rand...
2001-09-18 Abhijit Menon-Sen OP_RCATLINE is an SVOP, not a BASEOP.
2001-09-10 Artur Bergman Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_C...
2001-08-27 Simon Cozens Custom Ops
2001-07-12 Jarkko Hietaniemi Retract #11166 (and #11237).
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-06 Abhijit Menon-Sen (Retracted by #11285.)
2001-06-25 Abhijit Menon-Sen Re: [ID 20010621.007] readline() not quite as equal...
2001-06-25 Abhijit Menon-Sen Re: [ID 20010621.007] readline() not quite as equal...
2001-06-15 Jarkko Hietaniemi Some filesystems require writability for rename/unlink.
2001-06-15 Mike Guy Re: [PATCH] opcode.pl is chmod'ing the original source...
2001-06-14 Nick Ing-Simmons Integrate mainline
2001-06-13 Nicholas Clark opcode.pl is chmod'ing the original source tree
2001-06-03 Jarkko Hietaniemi Integrate change #10412 from maintperl; locale is now
2001-04-11 Simon Cozens Documentation of table format
2001-01-24 Charles Bailey SYN SYN
2001-01-20 Nick Ing-Simmons Infrastructure to allow:
2001-01-12 Stephen McCamant Consolidated lvalue sub changes
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-31 Nick Ing-Simmons Ilya's OS2 patch (testing for damage on Win32)
2000-12-05 Nicholas Clark shrink pp_hot fractionally
2000-10-20 Charles Bailey SYN SYN
2000-10-02 Radu Greab Re: [ID 20000912.008] substr replacement of tainted...
2000-08-08 Jarkko Hietaniemi Do away with array context, from Daniel Chetlin <daniel...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-02 Jarkko Hietaniemi Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
2000-07-25 Jarkko Hietaniemi Make the "uninit variable" warning to say "concat or...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-19 Gurusamy Sarathy support for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-09 Gurusamy Sarathy support binmode(F,":crlf") and use open IN => ":raw...
2000-03-05 Gurusamy Sarathy prototype changes for eventually supporting C<binmode...
2000-02-20 Gurusamy Sarathy default mkdir() mode argument to 0777
2000-02-20 Gurusamy Sarathy glob() 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 Sarathy disable optimization in change#3612 for join() and...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-11-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-08 Gurusamy Sarathy preliminary support for GVOP indirection via pad
1999-11-02 Jarkko Hietaniemi Initial integration of the MacPerl changes form Matthias.
1999-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-10-27 Gurusamy Sarathy more GCC v2.95 induced adjustments
1999-10-20 Gurusamy Sarathy disable optimizing troublesome ops in change#3612
1999-09-30 Ilya Zakharevich Re: _58, _61 Argument "" is not numeric in sprintf
1999-09-29 Charles Bailey resync with mainline
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-18 Gurusamy Sarathy more op description tweaks
1999-09-18 Gurusamy Sarathy tweak some op names in change#4177 (will any of this...
1999-09-17 Michael G. Schwern More descriptive names for operators.
1999-09-06 Gurusamy Sarathy optional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-08-02 Gurusamy Sarathy fix broken -DDEBUGGING_OPS (from Spider Boardman
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Stephen McCamant Two one-liner LOGOP tweaks
1999-07-27 Ilya Zakharevich applied suggested patch; added missing prototype changes to
1999-07-26 Chip Salzenberg optimize method name lookup
1999-07-26 Gurusamy Sarathy patch for pp_foo -> Perl_pp_foo changes from Vishal...
1999-07-23 Hugo van der Sanden applied suggested patch for tracking line numbers corre...
1999-07-23 Gurusamy Sarathy avoid useless use of target for pp_each(); also fixes...
1999-07-07 Stephen McCamant Eliminate CONDOPs
1999-07-07 Gurusamy Sarathy add do-not-edit caveats for files generated by opcode.pl
1999-07-06 Ilya Zakharevich Optimize away OP_SASSIGN
1999-07-05 Gurusamy Sarathy s/scalar ref constructor/single ref constructor/ (suggested
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-12 Gurusamy Sarathy EXTERN_C declarations for global arrays in various
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-04 Gurusamy Sarathy clean up some stray "global" symbols
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-28 Mark-Jason Dominus PATCH (5.005_57): defined(@a) now deprecated
1999-03-25 Stephen McCamant Compiler needs to know about utf8 SVOP tr///s
1999-03-25 Gurusamy Sarathy better description of OP_UNSTACK (s/unstack/iteration...
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-17 Jarkko Hietaniemi Integrate mainperl.
1998-10-17 Gisle Aas applied suggested patch with small doc tweak
1998-09-23 Gurusamy Sarathy fix bogus integerization of pop()'s return value
1998-08-07 Gurusamy Sarathy temporary opcode.pl workaround for ebcdic (suggested by
1998-07-15 Stephen McCamant applied patch, regen headers
1998-07-13 Graham Barr added patch, tweaked PERL_OBJECT things
1998-07-12 Stephen McCamant apply patch for smarter AASSIGN_COMMON detection; regen...
1998-07-11 Ilya Zakharevich add patch, along with all the missing bits, and doc...
1998-07-09 Gurusamy Sarathy get it building again on win32
1998-07-08 Ilya Zakharevich added patch to generate PPDEF(pp_foo)
1998-07-06 Gurusamy Sarathy undo ck_sysread() changes#1319,1337 in preparation...
1998-07-05 Gurusamy Sarathy add ck_sysread() for better sysread/read/recv sanity
1998-06-28 Stephen McCamant applied patch, tweaked opcode.pl for PERL_OBJECT, and...
1998-05-14 Gurusamy Sarathy [win32] merge change#897 from maintbranch
1997-11-11 Malcolm Beattie Initial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm Beattie Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_g...
1997-11-07 Nick Ing-Simmons Reverse integrate Malcolm's chanes into local
next