Modified README.bs2000
[p5sagit/p5-mst-13.2.git] / op.c
2001-02-26 Jarkko Hietaniemi Miscommunication at #8914: #8902 was okay, #8881 was...
2001-02-23 Jarkko Hietaniemi Retract #8902 for now, requested by Charles Lane, the...
2001-02-23 Charles Lane (Retracted by #8914)
2001-02-21 Charles Lane glob-in-eval memory leak fix
2001-02-20 Jarkko Hietaniemi Integrate pureperl changes #8844,8845,8850 to mainline
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-17 Doug MacEachern [patch] -Wall
2001-02-11 Doug MacEachern Re: [patch] GvSHARED
2001-02-10 Doug MacEachern [patch] GvSHARED
2001-02-09 Jarkko Hietaniemi Integrate changes #8704,8710 from pureperl.
2001-02-08 Charles Bailey SYN SYN
2001-01-27 Stephen McCamant [ID 20000808.005] OP_REFGEN as an lvalue
2001-01-24 Charles Bailey SYN SYN
2001-01-15 Stephen McCamant [PATCH @8436] Eliminate op_children
2001-01-12 Jarkko Hietaniemi Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
2001-01-12 Radu Greab Re: [PATCH] [ID 20001223.002] lvalues in list context
2001-01-12 Stephen McCamant Consolidated lvalue sub changes
2001-01-12 Richard Soderberg RE: [PATCH] [ID 20001223.002] lvalues in list context
2001-01-09 Inaba Hiroto One more patch for UTF8
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-08 Stephen McCamant Fix spurious GVSV OPpOUR_INTRO
2001-01-05 Jarkko Hietaniemi UTF-8 cleanup.
2001-01-04 Stephen McCamant Continue blocks and B::Deparse
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-30 Nick Ing-Simmons Integrate mainline
2000-12-30 Inaba Hiroto more UTF8 test suites and an UTF8 patch
2000-12-29 Simon Cozens Interesting syntax idea
2000-12-28 Daniel Chetlin Fix problem with `&' prototype
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-19 Andreas König Re: useless use of void context work-around
2000-12-15 Jarkko Hietaniemi Return of the IVUV-preservation, now seems to be happy...
2000-12-15 Jarkko Hietaniemi This seems to be a stage sane and stable enough to...
2000-12-14 Nicholas Clark faster and 64 bit preserving arithmetic
2000-12-09 Inaba Hiroto Additional patch for UTF8-keys (Re: perl@8016)
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Jarkko Hietaniemi Yet Another Copying-Without-Paying-Attention-To-SvUTF8...
2000-12-03 Jarkko Hietaniemi Make uv_to_utf8() to zero-terminate its output buffer,
2000-12-03 Jarkko Hietaniemi Use DO_UTF8().
2000-11-29 John Tobey Re: [ID 20001127.002] const subs hurt under debugger
2000-11-18 Nick Ing-Simmons Lexical use open ... support:
2000-10-29 John Tobey constsub spillage.
2000-10-28 Hugo van der Sanden Locking null mutexes is not recommendable.
2000-10-27 John Tobey Re: [PATCH bleadperl] ripples from constsub patch
2000-10-25 Jarkko Hietaniemi Continue the internal UTF-8 API tweaking.
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-21 John Tobey Re: Creating const subs for constants.
2000-10-20 Charles Bailey SYN SYN
2000-10-04 nick@babyhippo.com [ID 20001004.003] installman "Ambiguous call resolved...
2000-10-02 Nicholas Clark Re: [ID 20000828.017] bytecode fails with use subs;
2000-10-02 Radu Greab Re: [ID 20000912.008] substr replacement of tainted...
2000-09-30 Nick Ing-Simmons Re-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-09-11 Gurusamy Sarathy C<@a = @b = split(...)> optimization coredumps under...
2000-09-08 Spider Boardman Optimizing hash keys into shared strings doesn't work...
2000-09-03 Nick Ing-Simmons Hash lookup of constant strings optimization:
2000-08-18 Jarkko Hietaniemi Document code point which makes if (defined %stash...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-01 M. J. T. Guy allow non-variable as lhs of non-updating tr///
2000-07-24 M. J. T. Guy Bind op fix.
2000-07-14 Gurusamy Sarathy enable UTF-16 filter by default if relevant BOM is...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6224..6229 into mainline
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-06-29 Doug MacEachern xsub attributes
2000-06-29 Doug MacEachern Re: [PATCH] Re: Speeding up method lookups
2000-06-28 Doug MacEachern Re: [PATCH] "Constant subroutine redefined" mandatory...
2000-06-23 Doug MacEachern "Constant subroutine redefined" mandatory warning
2000-06-23 Doug MacEachern [PATCH] remove forward declarations in Socket.pm
2000-06-03 Jarkko Hietaniemi Integrate with Sarathy.
2000-06-02 Gurusamy Sarathy fix yet another eval"" leak under USE_ITHREADS
2000-06-02 Gurusamy Sarathy fix small eval"" memory leaks under USE_ITHREADS
2000-05-31 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-31 Jarkko Hietaniemi microperl changes from Simon Cozens; Makefile for microperl
2000-05-31 Gurusamy Sarathy scalar() doesn't force scalar context when used in...
2000-05-30 Gurusamy Sarathy fix memory leak in C<eval "BEGIN {}"> (bug in change...
2000-05-30 Gurusamy Sarathy fix memory leak in method call optimization (change...
2000-05-28 Gurusamy Sarathy fix bogus redeclaration warning for "our" variables...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-28 Gurusamy Sarathy glob() loading File::Glob behind the scenes may cause...
2000-04-28 Gurusamy Sarathy under useithreads, constant pad entries could inadverte...
2000-04-27 Gurusamy Sarathy avoid "will not stay shared" warnings for our variables...
2000-04-27 Gurusamy Sarathy patch from Larry to make (\&) prototype work; added...
2000-04-27 Gurusamy Sarathy longstanding bug exposed by change#3307: sort arguments...
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy arrange for next() to resume at the unstack op rather...
2000-03-21 Gurusamy Sarathy make parenthetic warnings look consistent; make diagnos...
2000-03-20 Gurusamy Sarathy autovivify open($fh[0],...) properly
2000-03-19 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-03-19 Gurusamy Sarathy support for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-19 Gurusamy Sarathy fix sort optimizer to not hang inside loops
2000-03-19 Gurusamy Sarathy warn about CHECK and INIT blocks encountered at run...
2000-03-18 Jarkko Hietaniemi Use the newSVuv().
2000-03-17 Gurusamy Sarathy propagate CvFLAGS() into clones
2000-03-13 Gurusamy Sarathy cleaner logic in op.c, also avoids QNX optimizer bug...
2000-03-12 Gurusamy Sarathy another optimized-OP_SASSIGN bug: ops that were not...
2000-03-09 Gurusamy Sarathy support binmode(F,":crlf") and use open IN => ":raw...
2000-03-09 Gurusamy Sarathy demand-load utf8.pm in swash routines
2000-03-08 Gurusamy Sarathy do FILE should not see outside lexicals (from Rick...
2000-03-08 Gurusamy Sarathy abstract code for C<use Foo 1.23 @ary;> into a Perl_loa...
next