summaryrefslogtreecommitdiff
path: root/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "support" for using malloc.c outside the perl core distribution.Nicholas Clark2011-12-091-224/+20
* Remove commented-out "support" for perl's malloc with x2p.Nicholas Clark2011-12-091-5/+2
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-071-1/+1
* Remove WITH_THR() and WITH_THX(), which are not used.Nicholas Clark2011-09-041-1/+0
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-4/+4
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-14/+14
* Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ...Jesse Vincent2009-08-031-3/+3
* Remove the port to MiNT. It's a dead platform that hasn't had any love since...Jesse Vincent2009-08-031-4/+4
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-1/+3
* Make C++ compilers happy #5: jump to 'do_write' crossedMarcus Holland-Moritz2008-10-251-4/+4
* Fix malloc.c warningJerry D. Hedden2008-06-231-1/+1
* Re: [perl #46381] "Out of memory ... sbrk()" on FreeBSD-6.x for v.5.8.x but n...Slaven Rezic2008-06-211-0/+2
* Silence warning introduced by #32703 when building with MYMALLOCSteve Hay2008-03-061-1/+1
* [perl #46957] [PATCH] make Devel::Peek::mstat always availablesrezic@cpan.org2008-03-031-0/+4
* Add Perl_malloc_good_size to malloc.c. (A routine that rounds up the Nicholas Clark2008-02-271-16/+34
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-0/+7
* Purge all use of Nullch in non-dual life modules.Nicholas Clark2008-01-231-3/+0
* get rid of warning due to empty dangling else in malloc.cDave Mitchell2007-04-151-1/+2
* Changes to get perl to compile with g++ on Cygwin. Some additionalSteve Peters2006-10-301-4/+4
* two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char*Jarkko Hietaniemi2006-04-281-0/+6
* Patch from Jarkko to fix breakage caused by change #27649Steve Hay2006-04-071-1/+1
* Redo PERL_UNUSED_DECLAndy Lester2006-03-311-1/+1
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-5/+5
* hv_fetchs() supportAndy Lester2006-01-061-2/+2
* Re: [PATCH] Random constings and printf cleanupAndy Lester2005-10-051-1/+1
* Remove the n_aNicholas Clark2005-06-081-2/+1
* Random constingAndy Lester2005-06-031-4/+4
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-4/+4
* Updated lint infrastructureAndy Lester2005-05-261-14/+12
* Attribute configurationAndy Lester2005-05-201-1/+1
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-4/+4
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+10
* Refactoring to Sv*_set() macros - patch #6Steve Peters2005-04-201-1/+2
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-1/+1
* Another Win32 compilation clean-up (for when using Perl's malloc)Steve Hay2005-03-311-4/+5
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+6
* Encourage compilers to tail call optimise in sv_savepv, sv_savepvnNicholas Clark2004-07-161-2/+2
* 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