summaryrefslogtreecommitdiff
path: root/malloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace change #4100 withRobin Barker1999-09-131-18/+16
* Fix pointer casts.Robin Barker1999-09-071-11/+11
* DEBUG_m() adjusted to internalize dTHXGurusamy Sarathy1999-08-201-4/+10
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-1/+4
* most globals are now interpreter local; locale initializationGurusamy Sarathy1999-06-101-1/+1
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-27/+49
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-26/+19
* remove _() non-ansismGurusamy Sarathy1999-06-021-4/+4
* fix missing exported symbolGurusamy Sarathy1999-05-261-9/+2
* Integrate from mainperl.Jarkko Hietaniemi1999-03-231-1/+1
|\
| * update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* | First pass of integrating the Rhapsody port,Wilfredo Sánchez1999-03-151-1/+1
|/