This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Malloc fixes and docs
[perl5.git] / embed.pl
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-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...
1999-07-26 Gurusamy Sarathyensure implicitly closed handles don't set $? or $!
1999-07-25 Gurusamy Sarathyfix bug in change#3728 that might free COPs prematurely;
1999-07-17 Ilya ZakharevichSegfaults if $^P
1999-07-17 Ilya Zakharevichmake system() return -1 and set $! if exec of child...
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-07 Hugo van der Sandenmemleak in optimizer
1999-07-06 Jarkko HietaniemiPOSIX [[:character class:]] support for standard, locale,
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Ilya Zakharevichapplied slightly tweaked version of suggested patch for
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-07-05 Jarkko HietaniemiAIX threaded build, plus few more on the side.
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-17 Jarkko HietaniemiFixed two long-standing locale bugs.
1999-06-11 Gurusamy Sarathyvarious little tweaks; most globals are now in intrpvar...
1999-06-10 Gurusamy Sarathywin32 build fixes
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-04 Gurusamy Sarathyclean up some stray "global" symbols
1999-05-31 Gurusamy Sarathyfix memory leak in C<eval 'return sub {...}'>
1999-05-24 Gurusamy Sarathyredo change#2061 and parts of change#1169 with code...
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-10 Gurusamy Sarathy"weak" references internals, still needs perlguts docum...
1999-05-10 Tom Hughesapplied suggested patch, with win32 and PERL_OBJECT...
1999-04-03 Gurusamy Sarathygrow PL_tmps_stack more efficiently; make it more amena...
1999-04-03 Gurusamy Sarathyremove duplicate code and an extra branch in sv_setsv...
1999-03-08 Gurusamy Sarathyremove bogus symbols from global.sym
1999-02-12 Gurusamy Sarathyfix ops that are not filehandle constructors to not...
1999-02-07 Ilya Zakharevichpatch for change#2822, done right; add PERL_OBJECT...
1999-01-17 Gurusamy SarathyPERL_OBJECTness for change#2595
1999-01-17 Gurusamy SarathyPERL_OBJECT tweaks for change#2426
1998-12-18 rootPlease add no_modify to PERL_POLLUTE
1998-11-28 Ilya Zakharevichapplied suggested patch with PERL_OBJECT tweaks
1998-11-22 Gurusamy Sarathyphase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
1998-11-17 Gurusamy Sarathys/Perl_utf8skip/PL_utf8skip/g
1998-11-11 Gurusamy Sarathyprovide -DPERL_POLLUTE
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-06 Gurusamy Sarathydisable C<#define dirty PL_dirty> et al.
1998-09-24 Gurusamy Sarathyremove bogus warn()
1998-09-23 Jarkko Hietaniemi5.004_50 or 5.005_02: get rid of interp.sym because...
1998-07-22 Gurusamy Sarathyadd a few more globals with old names #defined
1998-07-20 Gurusamy Sarathyadd rsfp_filters and perldb to pollutants list
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-SimmonsPL_ minir tidy up
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsBuilds and passes tests with -DMULTIPLICITY and -DCRIPP...
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1997-12-02 Gurusamy Sarathy[win32] Revert to keeping (some) constant strings as...
1997-12-01 Nick Ing-SimmonsCreate a struct for all perls globals (as an option)
1997-11-30 Nick Ing-Simmonsembed.pl now reads *var*.h to do its stuff.
1997-11-29 Nick Ing-SimmonsSort out malloc_mutex for perl's malloc
1996-12-19 Perl 5 Porters[inseparable changes from patch from perl5.003_11 to...
1996-12-06 Perl 5 Porters[inseparable changes from patch from perl5.003_10 to...
1996-11-26 Chip SalzenbergPatch for embed.pl when !EMBED && !MULTIPLICITY
1996-11-19 Perl 5 Porters[inseparable changes from patch from perl5.003_07 to...
1996-07-04 Perl 5 Portersperl 5.003_01: embed.pl
1996-03-11 Perl 5 PortersMake EMBED the default, unless overridden by -DNO_EMBED
1996-08-19 Perl 5 PortersExpand warning at the top.
1996-08-10 Larry Wallperl 5.003_02: [no incremental changelog available]
1995-11-20 Larry Wall5.002 beta 1
1995-06-22 Andy DoughertyThis is my patch patch.1m for perl5.001.