This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Basic tweaks to do_open() type parsing to allow layer/discipline
[perl5.git] / op.c
2000-10-29 John Tobeyconstsub spillage.
2000-10-28 Hugo van der SandenLocking null mutexes is not recommendable.
2000-10-27 John TobeyRe: [PATCH bleadperl] ripples from constsub patch
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-21 John TobeyRe: Creating const subs for constants.
2000-10-20 Charles BaileySYN SYN
2000-10-04 nick@babyhippo.com[ID 20001004.003] installman "Ambiguous call resolved...
2000-10-02 Nicholas ClarkRe: [ID 20000828.017] bytecode fails with use subs;
2000-10-02 Radu GreabRe: [ID 20000912.008] substr replacement of tainted...
2000-09-30 Nick Ing-SimmonsRe-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Jarkko HietaniemiBatch of UTF-8 patches from Simon Cozens.
2000-09-11 Gurusamy SarathyC<@a = @b = split(...)> optimization coredumps under...
2000-09-08 Spider BoardmanOptimizing hash keys into shared strings doesn't work...
2000-09-03 Nick Ing-SimmonsHash lookup of constant strings optimization:
2000-08-18 Jarkko HietaniemiDocument code point which makes if (defined %stash...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-01 M. J. T. Guyallow non-variable as lhs of non-updating tr///
2000-07-24 M. J. T. GuyBind op fix.
2000-07-14 Gurusamy Sarathyenable UTF-16 filter by default if relevant BOM is...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6224..6229 into mainline
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-06-29 Doug MacEachernxsub attributes
2000-06-29 Doug MacEachernRe: [PATCH] Re: Speeding up method lookups
2000-06-28 Doug MacEachernRe: [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 HietaniemiIntegrate with Sarathy.
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 Jarkko HietaniemiIntegrate with Sarathy.
2000-05-31 Jarkko Hietaniemimicroperl changes from Simon Cozens; Makefile for microperl
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
2000-01-14 Gurusamy Sarathyminor optimization (avoid double sv_upgrade() for ...
next