This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
DB_File v1.73 update (from Paul Marquess)
[perl5.git] / embed.pl
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyadd rsignal(), whichsig() and do_join() to public API...
2000-04-24 Gurusamy Sarathyvarious pod nits (from Larry Virden and others)
2000-03-19 Gurusamy Sarathypod typo fixes (from Marcel Grunauer <marcel.grunauer...
2000-03-19 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-03-19 Gurusamy Sarathysupport for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-18 Jarkko HietaniemiAdd newSVuv().
2000-03-17 Gurusamy Sarathyexport cv_undef() and cv_const_sv() (mod_perl uses...
2000-03-17 Gurusamy Sarathyadd missing bincompat5005 #defines
2000-03-16 Gurusamy Sarathydue to an oversight during PERL_OBJECT migration, hosts...
2000-03-13 Gurusamy Sarathymake the is_utf8_*() safe for use on invalid utf8 ...
2000-03-09 Gurusamy Sarathysupport binmode(F,":crlf") and use open IN => ":raw...
2000-03-08 Gurusamy Sarathyabstract code for C<use Foo 1.23 @ary;> into a Perl_loa...
2000-03-07 Gurusamy Sarathyseparate options to incpush() for adding version direct...
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-02-29 Gurusamy Sarathysupport fetching current interpreter from TLS under...
2000-02-26 Gurusamy Sarathysupport for version vectors in UNIVERSAL::VERSION(...
2000-02-25 Gurusamy Sarathyfix missing perl_alloc() declaration under PERL_IMPLICI...
2000-02-20 Gurusamy Sarathymake change#3386 a build-time option (avoids problems...
2000-02-19 Gurusamy Sarathymake comparisons promote to utf8 as necessary (from...
2000-02-15 Gurusamy Sarathyprovide malloc stats via get_mstats() (from Ilya Zakhar...
2000-02-14 Gurusamy Sarathyfix small interpreter leaks identified by Purify
2000-02-14 Gurusamy Sarathyremove outdated -DPURIFY code--it reports bogus errors...
2000-02-09 Charles BaileyResync with mainline
2000-02-02 Gurusamy Sarathyavoid mismatched type warnings
2000-02-01 Gurusamy Sarathyexport pregexec(), Tk uses it
2000-01-28 Gurusamy Sarathymore exported symbols needed for build on windows
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-24 Gurusamy Sarathyforce linkage of the function wrappers for globals...
2000-01-24 Gurusamy Sarathyenable function wrappers for access to globals under...
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 Sarathypatch to report warnings on bogus filehandles passed...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-13 Gurusamy Sarathysupport delete() and exists() on array, tied array...
2000-01-02 Gurusamy Sarathyusethreads build fixups for NeXTstep (as suggested...
1999-12-31 Gurusamy Sarathymissing files in previous submit
1999-12-30 Gurusamy Sarathyenable the PERL_BINMODE_SCRIPTS behavior by default...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-09 Gurusamy Sarathyavoid mismatched expectation <-> int types for C++...
1999-12-08 Gurusamy Sarathyapply change#4618 again along with Ilya's patch to...
1999-12-08 Gurusamy Sarathyintroduce save_I8() for saving byte values
1999-12-07 Gurusamy Sarathytypos in change#4660
1999-12-06 Gurusamy Sarathytweaks for building with -DUSE_ITHREADS on !WIN32 platf...
1999-12-04 Gurusamy Sarathymake uninitialized value warnings report opcode
1999-12-03 Gurusamy Sarathyrevert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:...
1999-12-02 Ilya Zakharevichapplied suggested patch with prototype changes
1999-12-01 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-16 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-15 Gurusamy Sarathyadd a synchronous stub fork() for USE_ITHREADS to prove...
1999-11-15 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-14 Jarkko HietaniemiIlya's "hopscotch" patch, reworked by Ilya to fit.
1999-11-14 Gurusamy Sarathytweak for win32 build
1999-11-14 Gurusamy Sarathycosmetic tweaks
1999-11-08 Gurusamy Sarathypreliminary support for GVOP indirection via pad
1999-11-08 Gurusamy Sarathypreliminary support for perl_clone() (still needs work in
1999-11-04 Gurusamy Sarathyremove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
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-26 Jarkko HietaniemiRevert #4457 for more investigation.
1999-10-26 Jarkko HietaniemiAdd getmnt() to nosuid checking.
1999-10-25 Ilya ZakharevichRemove the last regnode<==>char*
1999-10-24 Gurusamy Sarathyremove unused interpreter globals
1999-10-16 Nick Ing-SimmonsResolve utfperl branch against mainline as of _62
1999-10-14 Gurusamy Sarathyavoid inefficiency in change#3386 (every longjmp()...
1999-10-10 Gurusamy Sarathyrevert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-10 Gurusamy Sarathyupdate perldelta for change#3406
1999-10-04 Gurusamy Sarathysome compatibility macros were busted
1999-10-02 Nick Ing-SimmonsIncremental merge of mainline
1999-09-29 Charles Baileyresync with mainline
1999-09-28 Gurusamy Sarathyremove doubled new_xpv
1999-09-27 Gurusamy SarathyPERL_POLLUTE isn't required for bincompat, so don't...
1999-09-20 Vishal Bhatiaadd arenas for managing allocations of remaining xpv...
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-15 Gurusamy Sarathyaddendum to change#4136 (from Robin Barker <rmb1@cise...
1999-09-12 Gurusamy Sarathymake sprintf("%g",...) threadsafe; only taint its resul...
1999-09-07 Gurusamy Sarathyvarious fixups for windows
1999-09-06 Gurusamy Sarathyapplied patch suggested by Hans Mulder to fix problems on
1999-08-29 Spider Boardmansub : attrlist
1999-08-29 Gurusamy Sarathydeadcode removal
1999-08-20 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-08-20 Gurusamy Sarathysupport USE_THREADS+MULTIPLICITY; source compat tweaks for
1999-08-19 Jarkko HietaniemiRemoved duplicated code (in pp.c and mg.c) by introducing
1999-08-10 Jarkko HietaniemiUse Pid_t.
1999-08-10 Jarkko HietaniemiUse Mode_t.
1999-08-10 Jarkko HietaniemiGratuitous uid and gid casts to I32s and ints removed.
1999-08-03 Ilya ZakharevichClarify RE engine code; inline a static function to...
1999-08-03 Spider Boardman5_59 configured with -Dd_bincompat5005 can't be made
1999-08-02 Gurusamy Sarathydon't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-08-01 Ilya ZakharevichMore optimizations to REx engine
1999-07-29 Jarkko HietaniemiRepent and make overly large integerish
1999-07-27 Gurusamy Sarathysupport -DPERL_BINCOMPAT_5005, still needs a Configure...
1999-07-27 Ilya Zakharevichapplied suggested patch; added missing prototype changes to
1999-07-26 Chip Salzenbergoptimize method name lookup
1999-07-26 Stephen McCamantallow arrow omission in $foo[10]->('foo') etc. (but...
next