This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
introduce $^U, a global bit to indicate whether system
[perl5.git] / malloc.c
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-10-23 Jarkko HietaniemiMore printf-fixes (see also #4426).
1999-10-17 Gurusamy Sarathysupport PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-12 Gurusamy Sarathyavoid warnings
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-09-27 Ilya ZakharevichMalloc fixes and docs
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-13 Robin BarkerReplace change #4100 with
1999-09-07 Robin BarkerFix pointer casts.
1999-08-20 Gurusamy SarathyDEBUG_m() adjusted to internalize dTHX
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-06-10 Gurusamy Sarathymost globals are now interpreter local; locale initiali...
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-26 Gurusamy Sarathyfix missing exported symbol
1999-03-23 Jarkko HietaniemiIntegrate from mainperl.
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-03-15 Wilfredo SánchezFirst pass of integrating the Rhapsody port,
1999-02-20 Hans Mulderfix typo in Perl_sbrk()
1999-02-08 Gurusamy Sarathymake EMBEDMYMALLOC the default and provide PERL_POLLUTE...
1999-01-13 Jarkko HietaniemiAtari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
1998-12-17 Ilya ZakharevichRe: stuff related to malloc.c
1998-12-13 Ilya ZakharevichRe: stuff related to malloc.c
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-28 Gurusamy Sarathyfix MALLOC_LOCK #define
1998-11-27 Gurusamy Sarathymalloc bugfix and documentation from Ilya Zakharevich
1998-11-27 Ilya ZakharevichCosmetic malloc patch
1998-11-09 Hans MulderRe: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
1998-11-07 Hans MulderFinalize the Mach CThreads support.
1998-11-06 Jarkko HietaniemiRenamed malloc.c ASSERT() macro to P_ASSERT() because
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-28 Gurusamy Sarathyminor cleanup
1998-09-23 Hans Mulderenable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
1998-08-02 Ilya ZakharevichBetter debugging output from malloc.c
1998-08-02 Ilya Zakharevichmalloc.c tweaks
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-SimmonsDrat! - threaded perl-malloc has mutex that needs PL_
1998-07-19 Nick Ing-SimmonsPL_ for perl's malloc
1998-07-09 Dominic Dunlopreenable misaligned memory checks, cast to UV & check...
1998-07-06 Hans Muldercorrupt malloc ptr on NeXT
1998-07-04 Dominic DunlopMake Power MachTen use vfork and perl's malloc
1998-06-23 Ilya Zakharevichapplied patch, regen headers
1998-06-22 Ilya Zakharevichfix alignment issues in malloc.c on 64-bit platforms...
1998-06-21 Ilya Zakharevichadapted contents of message into comments in malloc...
1998-06-21 Ilya Zakharevichapplied patch, tweaked wording
1998-06-21 Ilya ZakharevichCosmetic malloc patch
1998-06-21 Ilya ZakharevichBetter version of malloc improver
1998-06-14 Gurusamy Sarathyvarious win32 fixes
1998-06-10 Gurusamy Sarathyadd newer malloc.c from Ilya Zakharevich <ilya@math...
1998-03-16 Stephen McCamantSTRESS_REALLOC
1998-02-20 Hans MulderPerl_sbrk declared inconsistently
1998-02-12 Andy DoughertyRe: wrong prototype for sbrk [PATCH]
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1998-01-30 Gurusamy Sarathy[asperl] Created new branch from win32@396, added AS...
1998-01-19 Gurusamy Sarathy[win32] s/PerlENV/PerlEnv/ just to be consistent
1998-01-19 Gurusamy Sarathy[win32] foo() -> PerlGroup_foo() patch from ActiveState
1997-11-27 Ilya ZakharevichFix MYMALLOC (wrong #define in malloc.c):
1997-11-25 Ilya ZakharevichMove malloc_mutex initialisation/destruction:
1997-11-25 Jarkko HietaniemiRemove bincompat3 support:
1997-10-31 Nick Ing-SimmonsConvert miniperl sources to ANSI C. Several passes of
1997-10-16 Malcolm BeattieMerge maint-5.004 branch (5.004_04) with mainline.
1997-10-08 Malcolm BeattieMerge maint-5.004 branch (5.004_03) with mainline.
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-08-13 Malcolm BeattieThreading fixups for Digital UNIX.
1997-08-06 Ilya ZakharevichEnable PERL_DEBUG_MSTATS without -DDEBUGGING_MSTATS
1997-08-06 Hans Mulderinfinite recursion in malloc() with some compile flags
1997-08-06 Ilya Zakharevich: reduced malloc patch
1997-05-26 Malcolm BeattieIntegrate thrperl 5.003->5.004.
1997-03-28 Malcolm BeattieInitial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1997-03-08 Roderick Schertlerprintf format corrections for -DDEBUGGING
1997-02-21 Chip SalzenbergDon't assume that sizeof(int) >= sizeof(void*)
1997-02-21 Ilya ZakharevichMinor update to malloc.c
1997-01-29 Tim BunceDon't abort when RCHECK and DEBUGGING
1996-12-24 Robin BarkerFix compilation errors when malloc.c used for x2p
1996-12-23 Ilya Zakharevichmalloc.c patch
1996-12-19 Perl 5 Porters[inseparable changes from patch from perl5.003_11 to...
1996-12-06 Chip Salzenberg_10+ under OS/2
1996-12-06 Ilya Zakharevich_10+ under OS/2
1996-11-29 Perl 5 Porters[inseparable changes from patch from perl5.003_09 to...
1996-11-26 Perl 5 Porters[inseparable changes from patch from perl5.003_08 to...
1996-11-19 Perl 5 Porters[inseparable changes from patch from perl5.003_07 to...
1996-10-03 Perl 5 PortersNot all sbrks return zeroed memory.
1996-07-05 Perl 5 Portersperl 5.003_01: malloc.c
1996-02-03 Perl 5 Portersperl5.002beta3
1996-08-29 Perl 5 Portersperl 5.003_04: malloc.c
1996-08-10 Larry Wallperl 5.003_02: [no incremental changelog available]
1995-02-27 Andy Doughertyperl5.000 patch.0m: [various fixes, hint file updates...
1994-10-17 Larry Wallperl 5.000 perl-5.000
1994-05-04 Larry Wallperl 5.0 alpha 9 perl-5a9
1994-04-04 Andy Doughertyperl 5.0 alpha 8
1994-03-18 Larry Wallperl 5.0 alpha 6
1993-11-10 Larry Wallperl 5.0 alpha 4
1993-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2
1992-06-08 Larry Wallperl 4.0 patch 28: patch #20, continued
1991-11-05 Larry Wallperl 4.0 patch 15: patch #11, continued
1991-06-06 Larry Wallperl 4.0 patch 7: patch #4, continued
1991-04-11 Larry Wallperl 4.0 patch 2: Patch 1 continued
1991-03-21 Larry Wallperl 4.0.00: (no release announcement available) perl-4.0.00
next