This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
missing file in change#5781
[perl5.git] / op.c
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 ...
2000-01-14 Gurusamy Sarathynailed "our" declarations, and better warnings on duplicate
2000-01-14 Gurusamy Sarathyavoid spurious "Useless use of variable" warning on...
2000-01-13 Gurusamy Sarathysupport delete() and exists() on array, tied array...
2000-01-06 Gurusamy SarathyUSE_ITHREADS tweak (reused pad values could be SvREADON...
2000-01-06 Gurusamy Sarathyconstant ranges could escape bareword check in list...
2000-01-02 Gurusamy Sarathydisable optimization in change#3612 for join() and...
1999-12-23 Gurusamy Sarathybring in basic threads stuff under USE_ITHREADS
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-09 Gurusamy SarathyUSE_ITHREADS tweaks and notes
1999-12-05 Gurusamy Sarathymake File::Glob::glob() the default for CORE::glob()
1999-12-04 Gurusamy Sarathybetter implementation of change#3326; open(local $foo...
1999-12-02 Paul Moorevarious File::Glob fixes for DOSISH platforms
1999-12-01 Gurusamy Sarathyavoid PTR->IV cast warnings
1999-12-01 Gurusamy Sarathyminor USE_ITHREADS tweaks
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathytweak for win32 build
1999-11-14 Gurusamy Sarathysundry cleanups for cloned interpreters (only known...
1999-11-13 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-13 Gurusamy Sarathycloned interpreters now actually run and pass all but...
1999-11-11 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-10 Gurusamy Sarathymore cleanups for change#4539
1999-11-10 Gurusamy Sarathyremove dead branch/infinite looper in change#3612
1999-11-09 Gurusamy Sarathysmall nits in changes#4538,4539
1999-11-08 Gurusamy Sarathypreliminary support for GVOP indirection via pad
1999-11-06 Jarkko HietaniemiSo many printfs, so little time.
1999-11-06 Jan Dubois[5.005_62 PATCH] binmode and locale support for -T...
1999-11-06 Jarkko Hietaniemi...and they are getting fewer.
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Ilya Zakharevichref to non-lvalue method
1999-11-04 Gurusamy Sarathyimplement STOP blocks and fix compiler to use them...
1999-11-01 Gurusamy Sarathymacros for COP.cop_filegv access
1999-10-29 Gurusamy Sarathymore cleanup: avoid unused knowledge of "file GV" notio...
1999-10-29 Gurusamy Sarathyusurp GVOP slot for new PADOP (one small step to making...
1999-10-27 Jarkko HietaniemiIntegrate with Sarathy; manual resolve on regcomp.c...
1999-10-26 Gurusamy Sarathywarnings and const violations identified by compiling...
1999-10-24 Nick Ing-SimmonsFollow that camel ... another sync.
1999-10-23 Jarkko HietaniemiMore printf-fixes (see also #4426).
1999-10-23 Gurusamy Sarathyfix accidental C modulo semantics on integer-valued...
1999-10-20 Gurusamy Sarathyavoid coredump on C<sort { my $c; return $a cmp $b...
1999-10-15 Gurusamy Sarathydisable internal globbing for miniperl (or build breaks out
1999-10-13 Gurusamy Sarathymisc tweaks
1999-10-12 Gurusamy Sarathyadd File::BSDGlob as File::Glob and load it at compile...
1999-10-12 Gurusamy Sarathyvarious cleanups
1999-10-08 Gurusamy Sarathyextend change#2299 to C<use> (fixes scoping problems in
1999-10-08 Gurusamy Sarathysmall tweak for change#4309
1999-10-07 Gurusamy Sarathychange#3728 was flawed (loop contexts saw the wrong...
1999-10-06 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-10-03 Michael G. SchwernA better version of #4296.
1999-10-02 Jarkko HietaniemiUntangle the IV_IS_QUAD jungle by introduding
1999-09-29 Charles Baileyresync with mainline
next