summaryrefslogtreecommitdiff
path: root/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* fix typo in Perl_sbrk()Hans Mulder1999-02-201-1/+1
* make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to letGurusamy Sarathy1999-02-081-16/+8
* Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>Jarkko Hietaniemi1999-01-131-4/+4
* Re: stuff related to malloc.cIlya Zakharevich1998-12-171-1/+1
* Re: stuff related to malloc.cIlya Zakharevich1998-12-131-15/+43
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-1/+2
* fix MALLOC_LOCK #defineGurusamy Sarathy1998-11-281-4/+4
* malloc bugfix and documentation from Ilya ZakharevichGurusamy Sarathy1998-11-271-1/+68
* Cosmetic malloc patchIlya Zakharevich1998-11-271-16/+73
* Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1Hans Mulder1998-11-091-4/+4
* Finalize the Mach CThreads support.Hans Mulder1998-11-071-8/+16
* Renamed malloc.c ASSERT() macro to P_ASSERT() becauseJarkko Hietaniemi1998-11-061-8/+8
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-1/+1
* 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