This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Provide as much diagnostic information as possible in "panic: ..." messages.
[perl5.git] / malloc.c
2011-12-09 Nicholas ClarkRemove "support" for using malloc.c outside the perl...
2011-12-09 Nicholas ClarkRemove commented-out "support" for perl's malloc with...
2011-09-08 Keith ThompsonConvert some files from Latin-1 to UTF-8
2011-09-04 Nicholas ClarkRemove WITH_THR() and WITH_THX(), which are not used.
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-08-03 Jesse VincentRemoved vestigal support for Tenon Intersystems MachTen...
2009-08-03 Jesse VincentRemove the port to MiNT. It's a dead platform that...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-25 Marcus Holland-MoritzMake C++ compilers happy #5: jump to 'do_write' crossed
2008-06-23 Jerry D. HeddenFix malloc.c warning
2008-06-21 Slaven RezicRe: [perl #46381] "Out of memory ... sbrk()" on FreeBSD...
2008-03-06 Steve HaySilence warning introduced by #32703 when building...
2008-03-03 srezic@cpan.org[perl #46957] [PATCH] make Devel::Peek::mstat always...
2008-02-27 Nicholas ClarkAdd Perl_malloc_good_size to malloc.c. (A routine that...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-23 Nicholas ClarkPurge all use of Nullch in non-dual life modules.
2007-04-15 Dave Mitchellget rid of warning due to empty dangling else in malloc.c
2006-10-30 Steve PetersChanges to get perl to compile with g++ on Cygwin....
2006-04-28 Jarkko Hietaniemitwo [PATCH]es: dVAR for malloc.c, and a signed/unsigned...
2006-04-07 Steve HayPatch from Jarkko to fix breakage caused by change...
2006-03-31 Andy LesterRedo PERL_UNUSED_DECL
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-06 Andy Lesterhv_fetchs() support
2005-10-05 Andy LesterRe: [PATCH] Random constings and printf cleanup
2005-06-08 Nicholas ClarkRemove the n_a
2005-06-03 Andy LesterRandom consting
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-26 Andy LesterUpdated lint infrastructure
2005-05-20 Andy LesterAttribute configuration
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-04-20 Steve PetersRefactoring to Sv*_set() macros - patch #6
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2005-03-31 Steve HayAnother Win32 compilation clean-up (for when using...
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-16 Nicholas ClarkEncourage compilers to tail call optimise in sv_savepv...
2003-07-24 Ilya Zakharevichmalloc cleanup
2003-07-10 Jarkko Hietaniemimalloc alignment patch from Spider, needed for Tru64...
2003-07-08 Adrian M. Enacheformat 'botched' in malloc.c
2003-06-28 Ilya ZakharevichRe: your malloc patches
2003-06-20 Jarkko HietaniemiAllow for things like -DFILL_CHECK_DEFAULT=0 (from...
2003-06-20 Jarkko HietaniemiDon't do sprintf().
2003-06-20 Jarkko HietaniemiShow the source code location of an "assertion botch".
2003-06-20 Jarkko HietaniemiMore Perl malloc debugging magic from Ilya. Seems...
2002-10-12 Slaven Rezicfor -Dm
2002-05-07 Gurusamy Sarathyfixes for various warnings identified by Visual C++
2002-05-02 Hugo van der SandenRe: [ID 20020425.009] perlio & -Dm dumps core
2002-03-11 Paul Marquessmore warnings tidyup
2002-02-20 Audrey TangAdd missing Tolkien quotes to *.c
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-22 Jarkko HietaniemiGet rid of the _() macro since (1) we require ANSI...
2001-10-30 Richard SoderbergMake malloc.c errors more useful
2001-06-13 Jarkko HietaniemiHide __attribute__((unused)) behind PERL_UNUSED_DECL as
2001-05-30 Jarkko HietaniemiMedley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-24 Michael G. SchwernRe: Making perl with -Wall
2001-03-09 Dave MitchellRe: [ PATCH perl@8956 ] new debug option -DR shows...
2001-02-23 Charles Lanemalloc message address offset
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-11-22 Jarkko HietaniemiGo ahead and #include <unistd.h> in perl.h.
2000-11-16 Jarkko HietaniemiAdd HAS_SBRK_PROTO.
2000-11-09 Joe SmithTypo in an ifndef.
2000-11-08 Dominic DunlopRe: Patch 7533 prevents malloc.c from compiling on...
2000-11-05 Jarkko HietaniemiAdd a note for future generations about bug id 20000229...
2000-11-03 Ilya Zakharevichbetter messages from malloc()
2000-10-20 Charles BaileySYN SYN
2000-10-13 Ilya ZakharevichIVs in mtats
2000-09-14 Robin Barkercontinued -Wformat support
2000-03-11 Gurusamy Sarathyavoid using context pointer in MUTEX_INIT() et al;...
2000-02-29 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-29 Gurusamy Sarathybetter fix for malloc bug in change#5346 (from Dominic...
2000-02-29 Gurusamy Sarathymalloc "fix" in change#5346 coredumps on HP-UX, revert
2000-02-29 Gurusamy Sarathymalloc bug fix and machten hints (from Dominic Dunlop
2000-02-25 Jarkko HietaniemiFurther fixes to malloc.c prototypes from Dominic Dunlop.
2000-02-23 Dominic Dunlop[ID 20000223.008] [PATCH 5.5.660] squash malloc.c compi...
2000-02-22 Gurusamy Sarathymake Perl's malloc work for allocations over 2GB (from...
2000-02-21 Jarkko HietaniemiThou shalt not printf longs with %d.
2000-02-21 Gurusamy Sarathymisplaced braces
2000-02-21 Gurusamy Sarathymore malloc.c tweaks for change#5070
2000-02-21 Gurusamy Sarathymalloc.c fixups in change#5170 need to fetch thx pointer
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-19 Gurusamy Sarathyavoid compiler warnings
2000-02-15 Gurusamy Sarathyprovide malloc stats via get_mstats() (from Ilya Zakhar...
2000-02-14 Gurusamy Sarathyuse system malloc() instead of sbrk() in Perl_malloc...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyfix debug code in Perl_malloc() (from Ilya Zakharevich)
2000-02-04 Gurusamy Sarathyoff-by-one in malloc.c (from Ilya Zakharevich)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-10-23 Jarkko HietaniemiMore printf-fixes (see also #4426).
1999-10-17 Gurusamy Sarathysupport PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-12 Gurusamy Sarathyavoid warnings
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-09-29 Charles Baileyresync with mainline
1999-09-27 Ilya ZakharevichMalloc fixes and docs
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-13 Robin BarkerReplace change #4100 with
1999-09-07 Robin BarkerFix pointer casts.
next