Have symbols for the IoTYPEs.
[p5sagit/p5-mst-13.2.git] / embed.pl
2000-08-05 Ronald F. Guilmette [ID 20000724.004] Perl interpreter segfault when using...
2000-08-02 Gurusamy Sarathy Remove the extraneous "main::" prefix from all the
2000-07-31 Jarkko Hietaniemi The swallow_bom() saga continues. The #23 of require.t
2000-07-25 Simon Cozens av.c apidoc
2000-07-15 Jarkko Hietaniemi More docs for sv functions.
2000-07-14 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-07-14 Gurusamy Sarathy enable UTF-16 filter by default if relevant BOM is...
2000-07-14 Jarkko Hietaniemi Fix the BOM bug: not a byteorder bug, a signedness...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl change#6250 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6242..6249 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6231..6240 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6224..6229 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6220..6222 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6207..6210 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6174..6203 into mainline...
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy adjust change#6299
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy fix memory leak on Windows (PL_sys_intern contents...
2000-06-29 Doug MacEachern xsub attributes
2000-06-29 Jarkko Hietaniemi Regen headers for #6261 (and update embed.pl for this...
2000-06-29 Doug MacEachern Re: [PATCH] Re: Speeding up method lookups
2000-06-28 Simon Cozens tr///, help wanted.
2000-06-28 Doug MacEachern Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
2000-06-27 Simon Cozens is_utf8_string
2000-06-27 Simon Cozens bytes<->utf8 fixes
2000-06-25 Jarkko Hietaniemi Tweak embed.pl, regen headers.
2000-06-23 Simon Cozens Add source code filenames to apidoc.
2000-06-23 Simon Cozens Remove tr///CU (the feature is to be obsoleted by bette...
2000-06-06 Dan Sugalski Threadsafe patches
2000-06-03 Dan Sugalski VMS fixups so we can build with MULTIPLICITY
2000-06-02 Gurusamy Sarathy fix small eval"" memory leaks under USE_ITHREADS
2000-06-01 Gurusamy Sarathy submit missing embed.pl change
2000-05-28 Gurusamy Sarathy change#2879 broke rvalue autovivification of magicals...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-11 Gurusamy Sarathy PL_sys_intern was being initialized too late on windows
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy add rsignal(), whichsig() and do_join() to public API...
2000-04-24 Gurusamy Sarathy various pod nits (from Larry Virden and others)
2000-03-19 Gurusamy Sarathy pod typo fixes (from Marcel Grunauer <marcel.grunauer...
2000-03-19 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-03-19 Gurusamy Sarathy support for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-18 Jarkko Hietaniemi Add newSVuv().
2000-03-17 Gurusamy Sarathy export cv_undef() and cv_const_sv() (mod_perl uses...
2000-03-17 Gurusamy Sarathy add missing bincompat5005 #defines
2000-03-16 Gurusamy Sarathy due to an oversight during PERL_OBJECT migration, hosts...
2000-03-13 Gurusamy Sarathy make the is_utf8_*() safe for use on invalid utf8 ...
2000-03-09 Gurusamy Sarathy support binmode(F,":crlf") and use open IN => ":raw...
2000-03-08 Gurusamy Sarathy abstract code for C<use Foo 1.23 @ary;> into a Perl_loa...
2000-03-07 Gurusamy Sarathy separate options to incpush() for adding version direct...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-03-03 Gurusamy Sarathy support for list assignment to pseudohashes (from John...
2000-02-29 Gurusamy Sarathy support fetching current interpreter from TLS under...
2000-02-26 Gurusamy Sarathy support for version vectors in UNIVERSAL::VERSION(...
2000-02-25 Gurusamy Sarathy fix missing perl_alloc() declaration under PERL_IMPLICI...
2000-02-20 Gurusamy Sarathy make change#3386 a build-time option (avoids problems...
2000-02-19 Gurusamy Sarathy make comparisons promote to utf8 as necessary (from...
2000-02-15 Gurusamy Sarathy provide malloc stats via get_mstats() (from Ilya Zakhar...
2000-02-14 Gurusamy Sarathy fix small interpreter leaks identified by Purify
2000-02-14 Gurusamy Sarathy remove outdated -DPURIFY code--it reports bogus errors...
2000-02-09 Charles Bailey Resync with mainline
2000-02-02 Gurusamy Sarathy avoid mismatched type warnings
2000-02-01 Gurusamy Sarathy export pregexec(), Tk uses it
2000-01-28 Gurusamy Sarathy more exported symbols needed for build on windows
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-24 Gurusamy Sarathy force linkage of the function wrappers for globals...
2000-01-24 Gurusamy Sarathy enable function wrappers for access to globals under...
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 patch to report warnings on bogus filehandles passed...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-13 Gurusamy Sarathy support delete() and exists() on array, tied array...
2000-01-02 Gurusamy Sarathy usethreads build fixups for NeXTstep (as suggested...
1999-12-31 Gurusamy Sarathy missing files in previous submit
1999-12-30 Gurusamy Sarathy enable the PERL_BINMODE_SCRIPTS behavior by default...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-09 Gurusamy Sarathy avoid mismatched expectation <-> int types for C++...
1999-12-08 Gurusamy Sarathy apply change#4618 again along with Ilya's patch to...
1999-12-08 Gurusamy Sarathy introduce save_I8() for saving byte values
1999-12-07 Gurusamy Sarathy typos in change#4660
1999-12-06 Gurusamy Sarathy tweaks for building with -DUSE_ITHREADS on !WIN32 platf...
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-12-03 Gurusamy Sarathy revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:...
1999-12-02 Ilya Zakharevich applied suggested patch with prototype changes
1999-12-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-16 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-15 Gurusamy Sarathy add a synchronous stub fork() for USE_ITHREADS to prove...
1999-11-15 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-14 Jarkko Hietaniemi Ilya's "hopscotch" patch, reworked by Ilya to fit.
1999-11-14 Gurusamy Sarathy tweak for win32 build
1999-11-14 Gurusamy Sarathy cosmetic tweaks
1999-11-08 Gurusamy Sarathy preliminary support for GVOP indirection via pad
1999-11-08 Gurusamy Sarathy preliminary support for perl_clone() (still needs work in
1999-11-04 Gurusamy Sarathy remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
next