More Perl malloc debugging magic from Ilya. Seems to work in
[p5sagit/p5-mst-13.2.git] / malloc.c
2003-06-20 Jarkko Hietaniemi More Perl malloc debugging magic from Ilya. Seems...
2002-10-12 Slaven Rezic for -Dm
2002-05-07 Gurusamy Sarathy fixes for various warnings identified by Visual C++
2002-05-02 Hugo van der Sanden Re: [ID 20020425.009] perlio & -Dm dumps core
2002-03-11 Paul Marquess more warnings tidyup
2002-02-20 Audrey Tang Add missing Tolkien quotes to *.c
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-22 Jarkko Hietaniemi Get rid of the _() macro since (1) we require ANSI...
2001-10-30 Richard Soderberg Make malloc.c errors more useful
2001-06-13 Jarkko Hietaniemi Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
2001-05-30 Jarkko Hietaniemi Medley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-24 Michael G. Schwern Re: Making perl with -Wall
2001-03-09 Dave Mitchell Re: [ PATCH perl@8956 ] new debug option -DR shows...
2001-02-23 Charles Lane malloc message address offset
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-11-22 Jarkko Hietaniemi Go ahead and #include <unistd.h> in perl.h.
2000-11-16 Jarkko Hietaniemi Add HAS_SBRK_PROTO.
2000-11-09 Joe Smith Typo in an ifndef.
2000-11-08 Dominic Dunlop Re: Patch 7533 prevents malloc.c from compiling on...
2000-11-05 Jarkko Hietaniemi Add a note for future generations about bug id 20000229...
2000-11-03 Ilya Zakharevich better messages from malloc()
2000-10-20 Charles Bailey SYN SYN
2000-10-13 Ilya Zakharevich IVs in mtats
2000-09-14 Robin Barker continued -Wformat support
2000-03-11 Gurusamy Sarathy avoid using context pointer in MUTEX_INIT() et al;...
2000-02-29 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-29 Gurusamy Sarathy better fix for malloc bug in change#5346 (from Dominic...
2000-02-29 Gurusamy Sarathy malloc "fix" in change#5346 coredumps on HP-UX, revert
2000-02-29 Gurusamy Sarathy malloc bug fix and machten hints (from Dominic Dunlop
2000-02-25 Jarkko Hietaniemi Further fixes to malloc.c prototypes from Dominic Dunlop.
2000-02-23 Dominic Dunlop [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compi...
2000-02-22 Gurusamy Sarathy make Perl's malloc work for allocations over 2GB (from...
2000-02-21 Jarkko Hietaniemi Thou shalt not printf longs with %d.
2000-02-21 Gurusamy Sarathy misplaced braces
2000-02-21 Gurusamy Sarathy more malloc.c tweaks for change#5070
2000-02-21 Gurusamy Sarathy malloc.c fixups in change#5170 need to fetch thx pointer
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-19 Gurusamy Sarathy avoid compiler warnings
2000-02-15 Gurusamy Sarathy provide malloc stats via get_mstats() (from Ilya Zakhar...
2000-02-14 Gurusamy Sarathy use system malloc() instead of sbrk() in Perl_malloc...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy fix debug code in Perl_malloc() (from Ilya Zakharevich)
2000-02-04 Gurusamy Sarathy off-by-one in malloc.c (from Ilya Zakharevich)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-10-23 Jarkko Hietaniemi More printf-fixes (see also #4426).
1999-10-17 Gurusamy Sarathy support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-12 Gurusamy Sarathy avoid warnings
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-09-29 Charles Bailey resync with mainline
1999-09-27 Ilya Zakharevich Malloc fixes and docs
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-13 Robin Barker Replace change #4100 with
1999-09-07 Robin Barker Fix pointer casts.
1999-08-20 Gurusamy Sarathy DEBUG_m() adjusted to internalize dTHX
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-06-10 Gurusamy Sarathy most globals are now interpreter local; locale initiali...
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
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
next