Fix .spec file to be extracted Module::Build
[platform/upstream/perl.git] / malloc.c
2023-12-28 TizenOpenSourceImported Upstream version 5.38.0 upstream upstream/5.38.0
2022-01-21 DongHun KwakImported Upstream version 5.33.6 upstream/5.33.6
2022-01-21 DongHun KwakImported Upstream version 5.33.4 upstream/5.33.4
2022-01-21 DongHun KwakImported Upstream version 5.33.2 upstream/5.33.2
2022-01-21 DongHun KwakImported Upstream version 5.33.1 upstream/5.33.1
2020-12-17 DongHun KwakImported Upstream version 5.31.10 upstream/5.31.10
2020-12-17 DongHun KwakImported Upstream version 5.31.6 upstream/5.31.6
2020-12-17 DongHun KwakImported Upstream version 5.31.4 upstream/5.31.4
2020-12-17 DongHun KwakImported Upstream version 5.31.1 upstream/5.31.1
2020-12-17 DongHun KwakImported Upstream version 5.31.0 upstream/5.31.0
2020-12-17 DongHun KwakImported Upstream version 5.30.1 upstream/5.30.1
2019-09-26 DongHun KwakImported Upstream version 5.30.0 upstream/5.30.0
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
2017-06-28 DongHun KwakImported Upstream version 5.25.7 48/136048/1
2017-06-28 DongHun KwakImported Upstream version 5.23.2 31/136031/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.10 23/136023/1
2017-06-28 DongHun KwakImported Upstream version 5.21.9 22/136022/1
2017-06-28 DongHun KwakImported Upstream version 5.21.7 20/136020/1
2017-06-28 DongHun KwakImported Upstream version 5.21.3 16/136016/1
2017-06-28 DongHun KwakImported Upstream version 5.21.1 14/136014/1
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-06-04 Steve PetersMerge branch 'post-5.16' into blead
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-11-06 Rafael Garcia-SuarezMerge branch 'legacy-pragma' into blead
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...
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
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-30 Nick Ing-SimmonsIntegrate mainline
2003-06-28 Ilya ZakharevichRe: your malloc patches
2003-06-27 Nick Ing-SimmonsIntegrate mainline
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-20 Nick Ing-SimmonsIntegrate mainline
2002-10-12 Slaven Rezicfor -Dm
2002-05-08 Nick Ing-SimmonsIntegrate mainline - win2k, MinGW all tests pass :-)
2002-05-07 Gurusamy Sarathyfixes for various warnings identified by Visual C++
2002-05-04 Nick Ing-SimmonsIntegrate mainline
2002-05-03 Jarkko HietaniemiIntegrate perlio:
2002-05-02 Jarkko HietaniemiIntegrate perlio:
2002-05-02 Hugo van der SandenRe: [ID 20020425.009] perlio & -Dm dumps core
2002-03-12 Nick Ing-SimmonsIntegrate mainline
2002-03-11 Paul Marquessmore warnings tidyup
2002-02-21 Nick Ing-SimmonsIntegrate mainline
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-31 Nick Ing-SimmonsIntegrate mainline
2001-10-30 Richard SoderbergMake malloc.c errors more useful
next