summaryrefslogtreecommitdiff
path: root/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Andy Lester2006-01-061-1/+1
* Integrate:Nicholas Clark2005-09-211-2/+1
* Integrate:Andy Lester2005-09-201-4/+4
* Integrate:Andy Lester2005-09-191-4/+4
* Integrate:Andy Lester2005-09-191-4/+4
* Integrate:Nicholas Clark2005-09-181-0/+10
* attributes-two.patch also contains a lot of const-ing, hence theNicholas Clark2005-09-181-1/+1
* Integrate:Nicholas Clark2005-09-171-14/+12
* Integrate:Steve Peters2005-09-121-1/+2
* Integrate:Steve Peters2005-09-121-1/+1
* Integrate:Nicholas Clark2005-04-051-4/+5
* Integrate:Stas Bekman2004-09-101-0/+6
* Integrate:Nicholas Clark2004-09-101-2/+2
* Integrate:Jarkko Hietaniemi2003-07-241-3/+11
* Integrate:Jarkko Hietaniemi2003-07-101-0/+3
* Integrate:Jarkko Hietaniemi2003-07-081-1/+1
* Integrate:Jarkko Hietaniemi2003-06-301-46/+55
* Integrate:Jarkko Hietaniemi2003-06-221-53/+482
* The first big import towards 5.8.1, @18078. Please do NOTJarkko Hietaniemi2002-11-041-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