doc 1e6ffe
[p5sagit/p5-mst-13.2.git] / malloc.c
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-26 Gurusamy Sarathy fix missing exported symbol
1999-03-23 Jarkko Hietaniemi Integrate from mainperl.
1999-03-22 Gurusamy Sarathy update copyright years
1999-03-15 Wilfredo Sánchez First pass of integrating the Rhapsody port,
1999-02-20 Hans Mulder fix typo in Perl_sbrk()
1999-02-08 Gurusamy Sarathy make EMBEDMYMALLOC the default and provide PERL_POLLUTE...
1999-01-13 Jarkko Hietaniemi Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
1998-12-17 Ilya Zakharevich Re: stuff related to malloc.c
1998-12-13 Ilya Zakharevich Re: stuff related to malloc.c
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-28 Gurusamy Sarathy fix MALLOC_LOCK #define
1998-11-27 Gurusamy Sarathy malloc bugfix and documentation from Ilya Zakharevich
1998-11-27 Ilya Zakharevich Cosmetic malloc patch
1998-11-09 Hans Mulder Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
1998-11-07 Hans Mulder Finalize the Mach CThreads support.
1998-11-06 Jarkko Hietaniemi Renamed malloc.c ASSERT() macro to P_ASSERT() because
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-28 Gurusamy Sarathy minor cleanup
1998-09-23 Hans Mulder enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
1998-08-02 Ilya Zakharevich Better debugging output from malloc.c
1998-08-02 Ilya Zakharevich malloc.c tweaks
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-Simmons Drat! - threaded perl-malloc has mutex that needs PL_
1998-07-19 Nick Ing-Simmons PL_ for perl's malloc
1998-07-09 Dominic Dunlop reenable misaligned memory checks, cast to UV ...
1998-07-06 Hans Mulder corrupt malloc ptr on NeXT
1998-07-04 Dominic Dunlop Make Power MachTen use vfork and perl's malloc
1998-06-23 Ilya Zakharevich applied patch, regen headers
1998-06-22 Ilya Zakharevich fix alignment issues in malloc.c on 64-bit platforms...
1998-06-21 Ilya Zakharevich adapted contents of message into comments in malloc...
1998-06-21 Ilya Zakharevich applied patch, tweaked wording
1998-06-21 Ilya Zakharevich Cosmetic malloc patch
1998-06-21 Ilya Zakharevich Better version of malloc improver
1998-06-14 Gurusamy Sarathy various win32 fixes
1998-06-10 Gurusamy Sarathy add newer malloc.c from Ilya Zakharevich <ilya@math...
1998-03-16 Stephen McCamant STRESS_REALLOC
1998-02-20 Hans Mulder Perl_sbrk declared inconsistently
1998-02-12 Andy Dougherty Re: 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 Zakharevich Fix MYMALLOC (wrong #define in malloc.c):
1997-11-25 Ilya Zakharevich Move malloc_mutex initialisation/destruction:
1997-11-25 Jarkko Hietaniemi Remove bincompat3 support:
1997-10-31 Nick Ing-Simmons Convert miniperl sources to ANSI C. Several passes of
1997-10-16 Malcolm Beattie Merge maint-5.004 branch (5.004_04) with mainline.
1997-10-08 Malcolm Beattie Merge maint-5.004 branch (5.004_03) with mainline.
1997-09-05 Perl 5 Porters [inseparable changes from patch to perl 5.004_04]
1997-08-13 Malcolm Beattie Threading fixups for Digital UNIX.
1997-08-06 Ilya Zakharevich Enable PERL_DEBUG_MSTATS without -DDEBUGGING_MSTATS
1997-08-06 Hans Mulder infinite recursion in malloc() with some compile flags
1997-08-06 Ilya Zakharevich : reduced malloc patch
1997-05-26 Malcolm Beattie Integrate thrperl 5.003->5.004.
1997-03-28 Malcolm Beattie Initial 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 Schertler printf format corrections for -DDEBUGGING
1997-02-21 Chip Salzenberg Don't assume that sizeof(int) >= sizeof(void*)
1997-02-21 Ilya Zakharevich Minor update to malloc.c
1997-01-29 Tim Bunce Don't abort when RCHECK and DEBUGGING
1996-12-24 Robin Barker Fix compilation errors when malloc.c used for x2p
1996-12-23 Ilya Zakharevich malloc.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 Porters Not all sbrks return zeroed memory.
1996-07-05 Perl 5 Porters perl 5.003_01: malloc.c
1996-02-03 Perl 5 Porters perl5.002beta3
1996-08-29 Perl 5 Porters perl 5.003_04: malloc.c
1996-08-10 Larry Wall perl 5.003_02: [no incremental changelog available]
1995-02-27 Andy Dougherty perl5.000 patch.0m: [various fixes, hint file updates...
1994-10-17 Larry Wall perl 5.000
1994-05-04 Larry Wall perl 5.0 alpha 9
1994-04-04 Andy Dougherty perl 5.0 alpha 8
1994-03-18 Larry Wall perl 5.0 alpha 6
1993-11-10 Larry Wall perl 5.0 alpha 4
1993-10-07 Larry Wall perl 5.0 alpha 2
1992-06-08 Larry Wall perl 4.0 patch 28: patch #20, continued
1991-11-05 Larry Wall perl 4.0 patch 15: patch #11, continued
1991-06-06 Larry Wall perl 4.0 patch 7: patch #4, continued
1991-04-11 Larry Wall perl 4.0 patch 2: Patch 1 continued
1991-03-21 Larry Wall perl 4.0.00: (no release announcement available)
1991-01-11 Larry Wall perl 3.0 patch #43 patch #42, continued
1990-11-13 Larry Wall perl 3.0 patch #41 (combined patch)
1990-10-16 Larry Wall perl 3.0 patch #32 patch #29, continued
1989-11-10 Larry Wall perl 3.0 patch #3 Patch #2 continued
1989-10-26 Larry Wall perl 3.0 patch #1 (combined patch)
1989-10-18 Larry Wall perl 3.0: (no announcement message available)
1988-06-05 Larry Wall perl 2.0 (no announcement message available)
1988-01-23 Andrew Burt perl 1.0 patch 2: Various portability fixes.
1987-12-18 Larry Wall a "replacement" for awk and sed