summaryrefslogtreecommitdiff
path: root/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* malloc cleanupIlya Zakharevich2003-07-241-3/+11
* malloc alignment patch from Spider, needed for Tru64 + longdouble.Jarkko Hietaniemi2003-07-101-0/+3
* format 'botched' in malloc.cAdrian M. Enache2003-07-081-1/+1
* Re: your malloc patchesIlya Zakharevich2003-06-281-46/+55
* Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).Jarkko Hietaniemi2003-06-201-3/+13
* Don't do sprintf().Jarkko Hietaniemi2003-06-201-4/+10
* Show the source code location of an "assertion botch".Jarkko Hietaniemi2003-06-201-5/+12
* More Perl malloc debugging magic from Ilya. Seems to work inJarkko Hietaniemi2003-06-201-50/+456
* for -DmSlaven Rezic2002-10-121-1/+1
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-071-2/+2
* Re: [ID 20020425.009] perlio & -Dm dumps coreHugo van der Sanden2002-05-021-7/+14
* more warnings tidyupPaul Marquess2002-03-111-4/+4
* Add missing Tolkien quotes to *.cAudrey Tang2002-02-201-0/+4
* Get rid of the _() macro since (1) we require ANSI anywayJarkko Hietaniemi2002-01-221-1/+0
* Make malloc.c errors more usefulRichard Soderberg2001-10-301-3/+3
* Hide __attribute__((unused)) behind PERL_UNUSED_DECL asJarkko Hietaniemi2001-06-131-1/+1
* Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,Jarkko Hietaniemi2001-05-301-0/+2
* Re: Making perl with -WallMichael G. Schwern2001-05-241-1/+5
* Re: [ PATCH perl@8956 ] new debug option -DR shows ref countsDave Mitchell2001-03-091-1/+1
* malloc message address offsetCharles Lane2001-02-231-1/+1
* Go ahead and #include <unistd.h> in perl.h.Jarkko Hietaniemi2000-11-221-9/+3
* Add HAS_SBRK_PROTO.Jarkko Hietaniemi2000-11-161-0/+2
* Typo in an ifndef.Joe Smith2000-11-091-1/+1
* Re: Patch 7533 prevents malloc.c from compiling on MachTenDominic Dunlop2000-11-081-7/+16
* Add a note for future generations about bug id 20000229.006.Jarkko Hietaniemi2000-11-051-0/+5
* better messages from malloc()Ilya Zakharevich2000-11-031-46/+90
* IVs in mtatsIlya Zakharevich2000-10-131-21/+20
* continued -Wformat supportRobin Barker2000-09-141-1/+1
* avoid using context pointer in MUTEX_INIT() et al; remove theGurusamy Sarathy2000-03-111-4/+4
* better fix for malloc bug in change#5346 (from Dominic Dunlop)Gurusamy Sarathy2000-02-291-1/+1
* malloc "fix" in change#5346 coredumps on HP-UX, revertGurusamy Sarathy2000-02-291-2/+1
* malloc bug fix and machten hints (from Dominic DunlopGurusamy Sarathy2000-02-291-12/+2
* Further fixes to malloc.c prototypes from Dominic Dunlop.Jarkko Hietaniemi2000-02-251-12/+10
* [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warningsDominic Dunlop2000-02-231-0/+1
* make Perl's malloc work for allocations over 2GB (from IlyaGurusamy Sarathy2000-02-221-29/+16
* Thou shalt not printf longs with %d.Jarkko Hietaniemi2000-02-211-3/+3
* misplaced bracesGurusamy Sarathy2000-02-211-11/+17
* more malloc.c tweaks for change#5070Gurusamy Sarathy2000-02-211-17/+18
* malloc.c fixups in change#5170 need to fetch thx pointerGurusamy Sarathy2000-02-211-12/+20
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-0/+30
* avoid compiler warningsGurusamy Sarathy2000-02-191-0/+1
* provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-151-31/+69
* use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFYGurusamy Sarathy2000-02-141-1/+5
* fix debug code in Perl_malloc() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-061-2/+9
* off-by-one in malloc.c (from Ilya Zakharevich)Gurusamy Sarathy2000-02-041-4/+4
* More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-12/+13
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-171-1/+6
* avoid warningsGurusamy Sarathy1999-10-121-2/+4
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-10/+10
* Malloc fixes and docsIlya Zakharevich1999-09-271-77/+222