windows fixes for virtualizing child std{in,out,err} handles,
[p5sagit/p5-mst-13.2.git] / pp_hot.c
2000-02-19 Gurusamy Sarathy some rearrangement of the includes for easier "microper...
2000-02-19 Gurusamy Sarathy make comparisons promote to utf8 as necessary (from...
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on...
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-02 Gurusamy Sarathy fix coredump on C<"x" =~ /x/; print @-> (from Ilya...
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
2000-01-21 Gurusamy Sarathy patch to report warnings on bogus filehandles passed...
2000-01-02 Gurusamy Sarathy disable optimization in change#3612 for join() and...
1999-12-29 Gurusamy Sarathy slurp mode fix in change#2910 wasn't quite right (spott...
1999-12-28 Gurusamy Sarathy integrate mainline contents
1999-12-28 Gurusamy Sarathy partly fix perldiag regressions identified by Tom Chris...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-12-01 Gurusamy Sarathy minor USE_ITHREADS tweaks
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-11 Gurusamy Sarathy avoid stash pointers in optree under USE_ITHREADS
1999-11-10 Gurusamy Sarathy more cleanups for change#4539
1999-11-08 Gurusamy Sarathy preliminary support for GVOP indirection via pad
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-04 Jarkko Hietaniemi Incremental Mac integration from Matthias.
1999-11-02 Jarkko Hietaniemi Initial integration of the MacPerl changes form Matthias.
1999-10-31 Gurusamy Sarathy make nested ARGV/$^I loops work correctly; fixes severa...
1999-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-10-17 Nick Ing-Simmons Pre-trip resolve
1999-10-16 Gurusamy Sarathy assumption about @_ always being non-REAL doesn't hold...
1999-10-16 Nick Ing-Simmons Resolve utfperl branch against mainline as of _62
1999-10-12 Gurusamy Sarathy various cleanups
1999-10-10 Gurusamy Sarathy revert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-09 Gurusamy Sarathy POPSUB() gave up the refcount to the CV before LEAVE...
1999-10-08 Gurusamy Sarathy revert POP{SUB,LOOP}{1,2} logic to the simpler pre...
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-02 Jarkko Hietaniemi Untangle the IV_IS_QUAD jungle by introduding
1999-10-02 Nick Ing-Simmons Incremental merge of mainline
1999-09-26 Gurusamy Sarathy fix buggy popping of subroutine contexts in the lvalue
1999-09-19 Gurusamy Sarathy avoid clearing @_ at all for faster subroutine calls...
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-13 Robin Barker Replace change #4100 with
1999-09-13 Gurusamy Sarathy add -DPERL_Y2KWARN build option that will generate...
1999-09-08 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-09-08 Gurusamy Sarathy fix memory leak in C<sub f { @_ = 1 } f() while 1>
1999-09-07 Robin Barker Fix pointer casts.
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-08-11 Jarkko Hietaniemi Unapply an experimental patch that accidentally escaped
1999-08-10 Dan Sugalski Patches needed to get _60 building with
1999-08-10 Jarkko Hietaniemi Gratuitous uid and gid casts to I32s and ints removed.
1999-08-02 Jarkko Hietaniemi Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
1999-08-01 Jarkko Hietaniemi 64-bit work. Now 32-bit platforms get a 100% make...
1999-07-26 Gurusamy Sarathy typo in change#3768
1999-07-26 Chip Salzenberg optimize method name lookup
1999-07-23 Hugo van der Sanden applied suggested patch for tracking line numbers corre...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Stephen McCamant Eliminate CONDOPs
1999-07-07 Gurusamy Sarathy better diagnostics on read operations from write-only
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-07-05 Fifer, Eric cygwin32 update
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-25 Ilya Zakharevich REx engine improvements
1999-05-25 Gurusamy Sarathy fix glob() bug that resulted in missing symlinks that...
1999-05-17 Gurusamy Sarathy emit more appropriate diagnostic for failed glob (variant
1999-05-11 Gurusamy Sarathy avoid creating spurious subroutine stubs on failed...
1999-05-10 Ilya Zakharevich Self-consistent numeric conversion again
1999-05-10 Alexander Smishlajev cygwin32 update (untested adaptation of patch against...
1999-05-09 Gurusamy Sarathy allow readline($globref), <$globref> already works
1999-04-03 Gurusamy Sarathy scrounge and save three extra branches in pp_entersub()
1999-04-03 Gurusamy Sarathy remove duplicate code and an extra branch in sv_setsv...
1999-03-24 Gurusamy Sarathy fix failure of C<&locked_sub;> under -Dusethreads
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-20 Hugo van der Sanden test failures with MIME-tools-4.122 and perl 5.005_55
1999-02-14 Gurusamy Sarathy slurping an empty file should return '' rather than...
1999-02-12 Gurusamy Sarathy fix ops that are not filehandle constructors to not...
1999-02-08 Ilya Zakharevich Fix list-context //g with zero-length matches
1999-02-08 Gurusamy Sarathy make qw() into a true list at compile time (slightly...
1999-02-07 Ilya Zakharevich Fix list-context //g with zero-length matches
1999-01-19 Ilya Zakharevich Fixing \G bug by Francois Desarmenien
1998-12-29 Ilya Zakharevich Bugs in hairy interactions of feature in REx
1998-12-01 Gurusamy Sarathy 5.005_54, as released
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathy various fixes for race conditions under threads: mutex...
1998-11-29 Gurusamy Sarathy backout change#2334
1998-11-28 Ilya Zakharevich Fix \G in REx without //g
1998-11-28 Gurusamy Sarathy s/Regexp/re/ and clarify policy on lowercased object...
1998-10-30 Ilya Zakharevich Overloaded <> and deref again
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-26 Gurusamy Sarathy various win32 tweaks; disable new xs_cpp section (it...
1998-10-25 Ilya Zakharevich Speed up aassign
1998-10-25 Gurusamy Sarathy integrate changes#1982,2014,2021 (from maint-5.005)
1998-10-25 Gurusamy Sarathy avoid the circular refcnt logic in magic_mutexfree()
1998-10-23 Larry Wall Program with utf8 identifiers fails to compile
1998-10-14 Gurusamy Sarathy two typos
1998-10-13 Gurusamy Sarathy defer "deep recursion" warnings until CXt_SUB context...
1998-10-13 Gurusamy Sarathy change#1614 merely disabled earlier fix (doh!); undo...
next