This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Downconst external APIs
[perl5.git] / malloc.c
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-16 Nicholas ClarkEncourage compilers to tail call optimise in sv_savepv...
2003-07-24 Ilya Zakharevichmalloc cleanup
2003-07-10 Jarkko Hietaniemimalloc alignment patch from Spider, needed for Tru64...
2003-07-08 Adrian M. Enacheformat 'botched' in malloc.c
2003-06-28 Ilya ZakharevichRe: your malloc patches
2003-06-20 Jarkko HietaniemiAllow for things like -DFILL_CHECK_DEFAULT=0 (from...
2003-06-20 Jarkko HietaniemiDon't do sprintf().
2003-06-20 Jarkko HietaniemiShow the source code location of an "assertion botch".
2003-06-20 Jarkko HietaniemiMore Perl malloc debugging magic from Ilya. Seems...
2002-10-12 Slaven Rezicfor -Dm
2002-05-07 Gurusamy Sarathyfixes for various warnings identified by Visual C++
2002-05-02 Hugo van der SandenRe: [ID 20020425.009] perlio & -Dm dumps core
2002-03-11 Paul Marquessmore warnings tidyup
2002-02-20 Audrey TangAdd missing Tolkien quotes to *.c
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-22 Jarkko HietaniemiGet rid of the _() macro since (1) we require ANSI...
2001-10-30 Richard SoderbergMake malloc.c errors more useful
2001-06-13 Jarkko HietaniemiHide __attribute__((unused)) behind PERL_UNUSED_DECL as
2001-05-30 Jarkko HietaniemiMedley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-24 Michael G. SchwernRe: Making perl with -Wall
2001-03-09 Dave MitchellRe: [ PATCH perl@8956 ] new debug option -DR shows...
2001-02-23 Charles Lanemalloc message address offset
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-11-22 Jarkko HietaniemiGo ahead and #include <unistd.h> in perl.h.
2000-11-16 Jarkko HietaniemiAdd HAS_SBRK_PROTO.
2000-11-09 Joe SmithTypo in an ifndef.
2000-11-08 Dominic DunlopRe: Patch 7533 prevents malloc.c from compiling on...
2000-11-05 Jarkko HietaniemiAdd a note for future generations about bug id 20000229...
2000-11-03 Ilya Zakharevichbetter messages from malloc()
2000-10-20 Charles BaileySYN SYN
2000-10-13 Ilya ZakharevichIVs in mtats
2000-09-14 Robin Barkercontinued -Wformat support
2000-03-11 Gurusamy Sarathyavoid using context pointer in MUTEX_INIT() et al;...
2000-02-29 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-29 Gurusamy Sarathybetter fix for malloc bug in change#5346 (from Dominic...
2000-02-29 Gurusamy Sarathymalloc "fix" in change#5346 coredumps on HP-UX, revert
2000-02-29 Gurusamy Sarathymalloc bug fix and machten hints (from Dominic Dunlop
2000-02-25 Jarkko HietaniemiFurther 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 Sarathymake Perl's malloc work for allocations over 2GB (from...
2000-02-21 Jarkko HietaniemiThou shalt not printf longs with %d.
2000-02-21 Gurusamy Sarathymisplaced braces
2000-02-21 Gurusamy Sarathymore malloc.c tweaks for change#5070
2000-02-21 Gurusamy Sarathymalloc.c fixups in change#5170 need to fetch thx pointer
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-19 Gurusamy Sarathyavoid compiler warnings
2000-02-15 Gurusamy Sarathyprovide malloc stats via get_mstats() (from Ilya Zakhar...
2000-02-14 Gurusamy Sarathyuse system malloc() instead of sbrk() in Perl_malloc...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyfix debug code in Perl_malloc() (from Ilya Zakharevich)
2000-02-04 Gurusamy Sarathyoff-by-one in malloc.c (from Ilya Zakharevich)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
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-29 Charles Baileyresync with mainline
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...
next