This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
more thorough cleaning of arenas--keep going until no more
[perl5.git] / op.c
2001-03-14 Gurusamy Sarathyback out changes#9012,9010,9009 and parts of change...
2001-03-12 Gurusamy Sarathyfix memory leak in C<sub X { sub {} }> arising from...
2001-03-06 Jarkko HietaniemiIntegrate the change #9054 from mainline:
2001-03-05 Jarkko HietaniemiIntegrate changes #9033 and #9044 from mainline into...
2001-03-03 Jarkko HietaniemiIntegrate change #9008 from mainline to maintperl,
2001-03-02 Jarkko HietaniemiIntegrate changes #8784,8839,8843,8847,8849,8859,8866,
2001-02-22 Gurusamy Sarathyintegrate changes#6162,6163 from mainline (missing...
2001-02-21 Jarkko HietaniemiIntegrate change #8881 from mainlin to maintperl.
2001-02-20 Alan BurlisonRemoved GV <-> CV refcount loop
2001-02-10 Jarkko HietaniemiIntegrate changes #8701,8704,8756 from pureperl to...
2001-02-10 Alan BurlisonnewATTRSUB leaks when an attempt to redefine the active...
2001-02-07 Alan BurlisonSeveral leaks an UMRs fixed, mainly in the area of...
2001-02-06 Alan BurlisonFixed UMRs and leak in Perl_pmtrans()
2001-01-30 Mark-Jason Dominusintegrate changes#8259,8442,8444,8445,8448,8449,8451...
2001-01-30 Gurusamy Sarathyintegrate changes#8243,8254,8255,8313,8314,8363,8383...
2001-01-30 Gurusamy Sarathyintegrate changes#7984,7987,8010 from mainline (gets...
2001-01-28 Jarkko HietaniemiIntegrate changes #8378,8379,8385,8386,8405 from mainline.
2001-01-28 Jarkko HietaniemiIntegrate changes #8328,8329,8330,8331,8332,8341,8343...
2001-01-27 Jarkko HietaniemiIntegrate changes #7941,7943,7944,7958,7967,7995,7996...
2001-01-27 Jarkko HietaniemiIntegrate changes #7355[-doio.c],7691,7744,7753[perlio],
2000-12-18 Andreas Königintegrate changes#7416,7417,7420..7422,7424,7426..7429...
2000-12-17 Gurusamy Sarathyintegrate changes#7069..7077,7079,7081..7087,7090,7092...
2000-12-17 Gurusamy Sarathyintegrate changes#7017..7019,7021..7025,7027..7036...
2000-11-27 Gurusamy Sarathyintegrate changes#6666..6678,6680..6682,6684..6691...
2000-11-27 Gurusamy Sarathyintegrate changes#6469..6484,6486..6501,6504..6505...
2000-11-24 Gurusamy Sarathyintegrate changes#6415..6418,6420..6438 from mainline
2000-11-20 Hugo van der Sandenintegrate changes#6392,6394..6399,6401..6404
2000-11-20 Gurusamy Sarathyintegrate changes#6268..6282 from cfgperl branch
2000-11-20 Gurusamy Sarathyintegrate changes#6252..6256,6259..6260
2000-10-16 Gurusamy Sarathyintegrate changes#6194,6195 from mainline
2000-10-16 Gurusamy Sarathyintegrate change#6171 from mainline
2000-10-16 Gurusamy Sarathyintegrate change#5955 from mainline
2000-10-16 Gurusamy Sarathyintegrate change#5927 from mainline
2000-06-02 Gurusamy Sarathyfix yet another eval"" leak under USE_ITHREADS
2000-06-02 Gurusamy Sarathyfix small eval"" memory leaks under USE_ITHREADS
2000-05-31 Gurusamy Sarathyscalar() doesn't force scalar context when used in...
2000-05-30 Gurusamy Sarathyfix memory leak in C<eval "BEGIN {}"> (bug in change...
2000-05-30 Gurusamy Sarathyfix memory leak in method call optimization (change...
2000-05-28 Gurusamy Sarathyfix bogus redeclaration warning for "our" variables...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-28 Gurusamy Sarathyglob() loading File::Glob behind the scenes may cause...
2000-04-28 Gurusamy Sarathyunder useithreads, constant pad entries could inadverte...
2000-04-27 Gurusamy Sarathyavoid "will not stay shared" warnings for our variables...
2000-04-27 Gurusamy Sarathypatch from Larry to make (\&) prototype work; added...
2000-04-27 Gurusamy Sarathylongstanding bug exposed by change#3307: sort arguments...
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyarrange for next() to resume at the unstack op rather...
2000-03-21 Gurusamy Sarathymake parenthetic warnings look consistent; make diagnos...
2000-03-20 Gurusamy Sarathyautovivify open($fh[0],...) properly
2000-03-19 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-03-19 Gurusamy Sarathysupport for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-19 Gurusamy Sarathyfix sort optimizer to not hang inside loops
2000-03-19 Gurusamy Sarathywarn about CHECK and INIT blocks encountered at run...
2000-03-18 Jarkko HietaniemiUse the newSVuv().
2000-03-17 Gurusamy Sarathypropagate CvFLAGS() into clones
2000-03-13 Gurusamy Sarathycleaner logic in op.c, also avoids QNX optimizer bug...
2000-03-12 Gurusamy Sarathyanother optimized-OP_SASSIGN bug: ops that were not...
2000-03-09 Gurusamy Sarathysupport binmode(F,":crlf") and use open IN => ":raw...
2000-03-09 Gurusamy Sarathydemand-load utf8.pm in swash routines
2000-03-08 Gurusamy Sarathydo FILE should not see outside lexicals (from Rick...
2000-03-08 Gurusamy Sarathyabstract code for C<use Foo 1.23 @ary;> into a Perl_loa...
2000-03-08 Gurusamy Sarathyadd missing locks for op refcounts
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-03-03 Gurusamy Sarathysupport for list assignment to pseudohashes (from John...
2000-03-02 Gurusamy Sarathyavoid useless comparison
2000-02-27 Gurusamy Sarathyavoid compiler warnings (from Dan Sugalski)
2000-02-25 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-25 Gurusamy Sarathychange#4849 wasn't restoring savestack correctly; make...
2000-02-24 Gisle AasMore UTF8_MAXLEN fixes
2000-02-21 Gurusamy Sarathyremove dual-valueness of v-strings (i.e., they are...
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathyglob() takes one or no user arguments and a non-user...
2000-02-19 Gurusamy Sarathymore B fixups to cope with empty GVs (these can only...
2000-02-19 Gurusamy Sarathys/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
2000-02-19 Gurusamy Sarathyrename "Probable precendence problem" diagnostic to...
2000-02-15 Gurusamy Sarathyfix change#5104 under useithreads
2000-02-15 Gurusamy Sarathyoptimize pseudohash slice in array slice at compile...
2000-02-15 Gurusamy Sarathyfix misoptimization of C<my($x,$y); $x = $y = 1 + ...
2000-02-13 Gurusamy Sarathymore purification (pp_require() could access free memor...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-04 Gurusamy Sarathypatch to provide more informative names for evals and...
2000-02-04 Gurusamy Sarathyfix pad_alloc panic from C<my $w; sub { my($i) = @_...
2000-02-01 Gurusamy SarathyHINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathyintroduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-26 Gurusamy Sarathys/STOP/CHECK/ blocks
2000-01-25 Gurusamy Sarathyproduce redeclaration warning on C<our $foo; { our...
2000-01-23 Gurusamy Sarathychange#4866 was flawed; revert and add better fix for...
2000-01-23 Gurusamy Sarathyoptimize away runtime code for our($foo) (also avoid...
2000-01-23 Gurusamy Sarathyfix diagnostics to report "our" vs "my" correctly
2000-01-23 Gurusamy Sarathyfix localization in while BLOCK when there is a continu...
2000-01-23 Gurusamy Sarathydon't warn about masked lexical in C<if (my $x = 1...
2000-01-22 Gurusamy Sarathywrong category for exec() warning
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-22 Gurusamy Sarathyfix deeply nested closures that have no references...
2000-01-21 Gurusamy Sarathysupport for C<exists &func> (from Spider Boardman)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
next