summaryrefslogtreecommitdiff
path: root/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* minor cleanupGurusamy Sarathy1998-10-281-4/+3
* enable PERL_SBRK_VIA_MALLOC on OPENSTEP-MachHans Mulder1998-09-231-5/+1
* Better debugging output from malloc.cIlya Zakharevich1998-08-021-7/+8
* malloc.c tweaksIlya Zakharevich1998-08-021-15/+40
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-1/+1
* Drat! - threaded perl-malloc has mutex that needs PL_Nick Ing-Simmons1998-07-191-12/+12
* PL_ for perl's mallocNick Ing-Simmons1998-07-191-8/+8
* reenable misaligned memory checks, cast to UV & check alignmentDominic Dunlop1998-07-091-2/+2
* corrupt malloc ptr on NeXTHans Mulder1998-07-061-1/+1
* Make Power MachTen use vfork and perl's mallocDominic Dunlop1998-07-041-7/+31
* applied patch, regen headersIlya Zakharevich1998-06-231-2/+12
* fix alignment issues in malloc.c on 64-bit platforms (via private mail)Ilya Zakharevich1998-06-221-1/+14
* adapted contents of message into comments in malloc.c and INSTALLIlya Zakharevich1998-06-211-0/+100
* applied patch, tweaked wordingIlya Zakharevich1998-06-211-1/+1
* Cosmetic malloc patchIlya Zakharevich1998-06-211-172/+190
* Better version of malloc improverIlya Zakharevich1998-06-211-39/+77
* various win32 fixesGurusamy Sarathy1998-06-141-2/+2
* add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>Gurusamy Sarathy1998-06-101-244/+848
* STRESS_REALLOCStephen McCamant1998-03-161-0/+3
* Perl_sbrk declared inconsistentlyHans Mulder1998-02-201-1/+1
* Re: wrong prototype for sbrk [PATCH]Andy Dougherty1998-02-121-3/+3
* [win32] s/PerlENV/PerlEnv/ just to be consistentGurusamy Sarathy1998-01-191-1/+1
* [win32] foo() -> PerlGroup_foo() patch from ActiveStateGurusamy Sarathy1998-01-191-2/+2
* Fix MYMALLOC (wrong #define in malloc.c):Ilya Zakharevich1997-11-271-2/+0
* Move malloc_mutex initialisation/destruction:Ilya Zakharevich1997-11-251-0/+1
* Remove bincompat3 support:Jarkko Hietaniemi1997-11-251-0/+2
* Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-22/+16
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-3/+3
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-3/+3
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-0/+10
|\ \ | |/
| * Enable PERL_DEBUG_MSTATS without -DDEBUGGING_MSTATSIlya Zakharevich1997-08-071-0/+4
| * infinite recursion in malloc() with some compile flagsHans Mulder1997-08-071-0/+6
* | Threading fixups for Digital UNIX.Malcolm Beattie1997-08-131-43/+43
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-0/+8
|\ \ | |/ |/|
| * Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-0/+8
* | [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-7/+7
* | Don't assume that sizeof(int) >= sizeof(void*)Chip Salzenberg1997-02-221-11/+8
* | Minor update to malloc.cIlya Zakharevich1997-02-221-3/+3
* | Don't abort when RCHECK and DEBUGGINGTim Bunce1997-01-291-4/+0
* | Fix compilation errors when malloc.c used for x2pRobin Barker1996-12-251-15/+15
* | malloc.c patchIlya Zakharevich1996-12-231-5/+11
* | [inseparable changes from patch from perl5.003_11 to perl5.003_12]Perl 5 Porters1996-12-191-28/+25
* | _10+ under OS/2Chip Salzenberg1996-12-061-5/+5
* | [inseparable changes from patch from perl5.003_09 to perl5.003_10]Perl 5 Porters1996-11-301-12/+15
* | [inseparable changes from patch from perl5.003_08 to perl5.003_09]Perl 5 Porters1996-11-261-10/+6
* | [inseparable changes from patch from perl5.003_07 to perl5.003_08]Perl 5 Porters1996-11-191-22/+124
* | Not all sbrks return zeroed memory.Perl 5 Porters1996-10-031-3/+1
* | perl 5.003_04: malloc.cPerl 5 Porters1996-08-291-3/+2
* | perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-35/+38
* | perl 5.003_01: malloc.cPerl 5 Porters1996-07-051-29/+268
|/