Hash lookup of constant strings optimization:
[p5sagit/p5-mst-13.2.git] / op.c
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-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...
2000-03-08 Gurusamy Sarathy add missing locks for op refcounts
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-03-03 Gurusamy Sarathy support for list assignment to pseudohashes (from John...
2000-03-02 Gurusamy Sarathy avoid useless comparison
2000-02-27 Gurusamy Sarathy avoid compiler warnings (from Dan Sugalski)
2000-02-25 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-25 Gurusamy Sarathy change#4849 wasn't restoring savestack correctly; make...
2000-02-24 Gisle Aas More UTF8_MAXLEN fixes
2000-02-21 Gurusamy Sarathy remove dual-valueness of v-strings (i.e., they are...
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathy glob() takes one or no user arguments and a non-user...
2000-02-19 Gurusamy Sarathy more B fixups to cope with empty GVs (these can only...
2000-02-19 Gurusamy Sarathy s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
2000-02-19 Gurusamy Sarathy rename "Probable precendence problem" diagnostic to...
2000-02-15 Gurusamy Sarathy fix change#5104 under useithreads
2000-02-15 Gurusamy Sarathy optimize pseudohash slice in array slice at compile...
2000-02-15 Gurusamy Sarathy fix misoptimization of C<my($x,$y); $x = $y = 1 + ...
2000-02-13 Gurusamy Sarathy more purification (pp_require() could access free memor...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-04 Gurusamy Sarathy patch to provide more informative names for evals and...
2000-02-04 Gurusamy Sarathy fix pad_alloc panic from C<my $w; sub { my($i) = @_...
2000-02-01 Gurusamy Sarathy HINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-26 Gurusamy Sarathy s/STOP/CHECK/ blocks
2000-01-25 Gurusamy Sarathy produce redeclaration warning on C<our $foo; { our...
2000-01-23 Gurusamy Sarathy change#4866 was flawed; revert and add better fix for...
2000-01-23 Gurusamy Sarathy optimize away runtime code for our($foo) (also avoid...
2000-01-23 Gurusamy Sarathy fix diagnostics to report "our" vs "my" correctly
2000-01-23 Gurusamy Sarathy fix localization in while BLOCK when there is a continu...
2000-01-23 Gurusamy Sarathy don't warn about masked lexical in C<if (my $x = 1...
2000-01-22 Gurusamy Sarathy wrong category for exec() warning
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
2000-01-22 Gurusamy Sarathy fix deeply nested closures that have no references...
2000-01-21 Gurusamy Sarathy support for C<exists &func> (from Spider Boardman)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-14 Gurusamy Sarathy minor optimization (avoid double sv_upgrade() for ...
2000-01-14 Gurusamy Sarathy nailed "our" declarations, and better warnings on duplicate
2000-01-14 Gurusamy Sarathy avoid spurious "Useless use of variable" warning on...
2000-01-13 Gurusamy Sarathy support delete() and exists() on array, tied array...
2000-01-06 Gurusamy Sarathy USE_ITHREADS tweak (reused pad values could be SvREADON...
2000-01-06 Gurusamy Sarathy constant ranges could escape bareword check in list...
2000-01-02 Gurusamy Sarathy disable optimization in change#3612 for join() and...
1999-12-23 Gurusamy Sarathy bring in basic threads stuff under USE_ITHREADS
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-09 Gurusamy Sarathy USE_ITHREADS tweaks and notes
1999-12-05 Gurusamy Sarathy make File::Glob::glob() the default for CORE::glob()
1999-12-04 Gurusamy Sarathy better implementation of change#3326; open(local $foo...
1999-12-02 Paul Moore various File::Glob fixes for DOSISH platforms
1999-12-01 Gurusamy Sarathy avoid PTR->IV cast warnings
1999-12-01 Gurusamy Sarathy minor USE_ITHREADS tweaks
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
next