This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
TAP::Harness: Move timer initialization
[perl5.git] / malloc.c
2020-11-06 Karl Williamsonautodoc.pl: Specify scn for single-purpose files
2020-09-04 Karl WilliamsonReorganize perlapi
2020-07-22 Ryan VootsFixes typo from d223e1ea9ae864c0e563187f1e76240ef1acad87
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-07-18 Karl Williamsonhandy.h: Create nBIT_MASK(n) macro
2020-03-09 Karl Williamsonmalloc.c: Fix compiler warnings/error
2019-11-12 Karl Williamsonmalloc.c: Use isDIGIT macro instead of hand-rolling it
2019-09-03 Karl WilliamsonNote that [cm]alloc, realloc are documented
2019-05-24 Karl WilliamsonPATCH: [perl #134126] -Dusemymalloc, -Dusethreads
2019-04-29 Ryan Vootsmalloc.c: Move variable declaration used in -DDEBUGGING...
2019-02-16 Karl Williamsonmalloc.c: Limit malloc size to PTRDIFF_MAX
2017-12-01 Zeframin malloc, compute memory sizes in size_t
2017-11-10 Karl Williamsonmalloc.c: Fix typo in comment
2017-10-21 Aaron Cranemalloc.c: simplify cpp conditionals
2017-10-21 Aaron Cranemalloc.c: don't redefine START_EXTERN_C from perl.h
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2015-08-10 Jarkko HietaniemiGive a better error if malloc.c is used without MYMALLOC
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-07-23 Jarkko HietaniemiUse grok_atou instead of atoi.
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-12 Brian FraserAdded several missing PERL_UNUSED_RESULT()
2014-06-12 Brian FraserRemoved set_emergency_buffer from malloc.c
2014-06-11 Brian FraserRemoved NeXT support
2013-09-21 Brian FraserRemove HAS_64K_LIMIT
2013-08-10 Lukas Maiadd adjust_size_and_find_bucket to embed.fnc
2013-08-10 Sergey AlekseevFunction name typo in malloc.c
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-09-20 Steve HayRestore mymalloc build with ithreads
2012-09-08 Craig A. BerryOut of memory message should not allocate memory.
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-28 Nicholas ClarkRemove code for supporting 80286 based systems.
2012-07-28 Nicholas ClarkRemove dead code related to the Atari ST port of perl...
2012-07-03 Jesse Luehrsfix compile warnings in malloc.c [perl #75340]
2012-06-15 Father ChrysostomosUse assertions for /* NOT REACHED */
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
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.
next