index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gmalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Make sure gmalloc's hybrid_free preserves errno
Eli Zaretskii
2021-05-20
1
-2
/
+20
*
Clean up the fix for unexec build on GNU/Linux
Eli Zaretskii
2021-05-20
1
-10
/
+0
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Drop support for -fcheck-pointer-bounds
Paul Eggert
2020-08-04
1
-12
/
+4
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Remove no-longer-needed fflushes of stderr
Paul Eggert
2019-06-20
1
-1
/
+0
*
Merge from origin/emacs-26
Glenn Morris
2019-06-01
1
-8
/
+1
|
\
|
*
Pacify GCC 9 -Wredundant-decls
Paul Eggert
2019-05-30
1
-8
/
+1
*
|
Add portable dumper
Daniel Colascione
2019-01-15
1
-6
/
+7
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Assume ‘emacs’ is defined in Emacs-only code
Paul Eggert
2018-12-17
1
-7
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Narrow pointer bounds when appropriate
Paul Eggert
2017-12-12
1
-3
/
+7
*
|
Port to gcc -fcheck-pointer-bounds
Paul Eggert
2017-12-12
1
-1
/
+5
|
/
*
Use hybrid malloc for FreeBSD (Bug#28308)
Noam Postavsky
2017-11-04
1
-5
/
+6
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-9
/
+9
*
Remove malloc_find_address relic
Paul Eggert
2017-06-21
1
-11
/
+1
*
Fix temacs hybrid_malloc core dump
Paul Eggert
2017-06-21
1
-30
/
+41
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
|
*
Port --enable-gcc-warnings to bleeding-edge glibc
Paul Eggert
2016-10-23
1
-7
/
+6
*
|
Port --enable-gcc-warnings to Ubuntu 16.10
Paul Eggert
2016-11-13
1
-0
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-10-25
1
-4
/
+0
|
\
|
|
*
; Remove redundant code in gmalloc.c
Eli Zaretskii
2016-10-23
1
-4
/
+0
*
|
Prefer now-standard int width macros
Paul Eggert
2016-09-15
1
-3
/
+2
*
|
New macro GNUC_PREREQ for GCC version
Paul Eggert
2016-06-12
1
-1
/
+1
*
|
Omit valloc decl if redundant
Paul Eggert
2016-02-09
1
-4
/
+7
*
|
Restore the calloc family.
Wolfgang Jenkner
2016-02-09
1
-3
/
+12
*
|
Port new hybrid malloc to FreeBSD
Paul Eggert
2016-01-31
1
-4
/
+7
*
|
Fix extern symbols defined and not used
Paul Eggert
2016-01-30
1
-4
/
+3
*
|
Build lib/e-*.o only on platforms that need it
Paul Eggert
2016-01-30
1
-7
/
+1
*
|
Include <malloc.h> when advisable
Paul Eggert
2016-01-30
1
-89
/
+67
*
|
Pacify --enable-gcc-warnings when HYBRID_MALLOC
Paul Eggert
2016-01-30
1
-38
/
+13
*
|
Add musl patch to support HYBRID_MALLOC on elf systems
Wolfgang Jenkner
2016-01-30
1
-2
/
+2
*
|
Internal linkage for gmalloc etc. if HYBRID_MALLOC
Wolfgang Jenkner
2016-01-30
1
-17
/
+41
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Always define gmalloc etc. in src/gmalloc.c
Wolfgang Jenkner
2015-12-26
1
-3
/
+33
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Consistently use min and max macros from lisp.h.
Dmitry Antipov
2014-10-03
1
-1
/
+1
*
* src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable.
Ken Brown
2014-09-28
1
-2
/
+2
*
Fix implementation of HYBRID_MALLOC on Cygwin.
Ken Brown
2014-09-27
1
-3
/
+3
*
Fix bug#18368 with broken build on AIX due to HYBRID_MALLOC changes.
Ken Brown
2014-08-30
1
-7
/
+11
*
Add support for HYBRID_MALLOC, allowing the use of gmalloc before
Ken Brown
2014-08-28
1
-82
/
+149
*
Merge from emacs-24; up to 2014-06-29T18:32:35Z!michael.albinus@gmx.de
Glenn Morris
2014-08-14
1
-1
/
+20
|
\
|
*
* src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex) [CYGWIN]: Use ERRORCHE...
Ken Brown
2014-08-11
1
-1
/
+20
*
|
Supply malloc and alloc_size attributes for extern allocators.
Paul Eggert
2014-05-22
1
-3
/
+3
|
/
*
Further follow-up to last change in gmalloc.c.
Ken Brown
2014-03-04
1
-11
/
+11
[next]