set SvUTF8 on vectors only if there are chars > 127; update copyright
[p5sagit/p5-mst-13.2.git] / op.c
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-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
1999-11-14 Gurusamy Sarathy tweak for win32 build
1999-11-14 Gurusamy Sarathy sundry cleanups for cloned interpreters (only known...
1999-11-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-13 Gurusamy Sarathy cloned interpreters now actually run and pass all but...
1999-11-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-11 Gurusamy Sarathy avoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-11-10 Gurusamy Sarathy more cleanups for change#4539
1999-11-10 Gurusamy Sarathy remove dead branch/infinite looper in change#3612
1999-11-09 Gurusamy Sarathy small nits in changes#4538,4539
1999-11-08 Gurusamy Sarathy preliminary support for GVOP indirection via pad
1999-11-06 Jarkko Hietaniemi So 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 Hietaniemi Integrate with Sarathy.
1999-11-04 Ilya Zakharevich ref to non-lvalue method
1999-11-04 Gurusamy Sarathy implement STOP blocks and fix compiler to use them...
1999-11-01 Gurusamy Sarathy macros for COP.cop_filegv access
1999-10-29 Gurusamy Sarathy more cleanup: avoid unused knowledge of "file GV" notio...
1999-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-26 Gurusamy Sarathy warnings and const violations identified by compiling...
1999-10-24 Nick Ing-Simmons Follow that camel ... another sync.
1999-10-23 Jarkko Hietaniemi More printf-fixes (see also #4426).
1999-10-23 Gurusamy Sarathy fix accidental C modulo semantics on integer-valued...
1999-10-20 Gurusamy Sarathy avoid coredump on C<sort { my $c; return $a cmp $b...
1999-10-15 Gurusamy Sarathy disable internal globbing for miniperl (or build breaks out
1999-10-13 Gurusamy Sarathy misc tweaks
1999-10-12 Gurusamy Sarathy add File::BSDGlob as File::Glob and load it at compile...
1999-10-12 Gurusamy Sarathy various cleanups
1999-10-08 Gurusamy Sarathy extend change#2299 to C<use> (fixes scoping problems in
1999-10-08 Gurusamy Sarathy small tweak for change#4309
1999-10-07 Gurusamy Sarathy change#3728 was flawed (loop contexts saw the wrong...
1999-10-06 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-10-03 Michael G. Schwern A better version of #4296.
1999-10-02 Jarkko Hietaniemi Untangle the IV_IS_QUAD jungle by introduding
1999-09-25 Larry Wall Re: [PATCH 5.005_61] "our" declarations
1999-09-20 Gurusamy Sarathy queue errors due to strictures rather than printing...
1999-09-07 Gurusamy Sarathy various fixups for windows
1999-09-06 Ilya Zakharevich change#3612 is buggy when quotemeta argument matches...
1999-09-06 Gurusamy Sarathy optional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-09-01 Ilya Zakharevich Re: [ID 19990830.005] Assigning value of an op on an...
1999-08-29 Stephen McCamant Lost arguments to simplified sort
1999-08-29 Ilya Zakharevich Speeding up XSUB calls up to 66%
1999-08-29 Spider Boardman sub : attrlist
1999-08-29 Gurusamy Sarathy deadcode removal
1999-08-12 Nick Ing-Simmons Turn of deprecated warnings for defined(@Sompack::ISA...
1999-08-02 Gurusamy Sarathy optimizations could sometimes bypass bareword check
1999-08-02 Jarkko Hietaniemi Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Jarkko Hietaniemi 64-bit work. Now 32-bit platforms get a 100% make...
1999-08-01 Gurusamy Sarathy fixes from Stephen McCamant that address bugs in change...
1999-08-01 Stephen McCamant Two one-liner LOGOP tweaks
1999-07-26 Chip Salzenberg optimize method name lookup
1999-07-26 Stephen McCamant allow arrow omission in $foo[10]->('foo') etc. (but...
1999-07-25 Gurusamy Sarathy fix bug in change#3728 that might free COPs prematurely;
1999-07-23 Hugo van der Sanden applied suggested patch for tracking line numbers corre...
1999-07-23 Gurusamy Sarathy emit warning about function calls that were encountered...
1999-07-17 Gurusamy Sarathy allow $foo{$x} and $bar[$i] for (\$) prototype
1999-07-12 Gurusamy Sarathy fixups for sundry warnings about function pointers
1999-07-11 Gurusamy Sarathy change#3612 was buggy and failed to build Tk; applied...
1999-07-08 Gurusamy Sarathy fixes for logical bugs in the lexwarn patch; other...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-07 Stephen McCamant Eliminate CONDOPs
next