index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gmalloc.c
Age
Commit message (
Expand
)
Author
2015-12-26
Always define gmalloc etc. in src/gmalloc.c
Wolfgang Jenkner
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-10-03
Consistently use min and max macros from lisp.h.
Dmitry Antipov
2014-09-28
* src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable.
Ken Brown
2014-09-27
Fix implementation of HYBRID_MALLOC on Cygwin.
Ken Brown
2014-08-30
Fix bug#18368 with broken build on AIX due to HYBRID_MALLOC changes.
Ken Brown
2014-08-28
Add support for HYBRID_MALLOC, allowing the use of gmalloc before
Ken Brown
2014-08-14
Merge from emacs-24; up to 2014-06-29T18:32:35Z!michael.albinus@gmx.de
Glenn Morris
2014-08-11
* src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex) [CYGWIN]: Use ERRORCHE...
Ken Brown
2014-05-22
Supply malloc and alloc_size attributes for extern allocators.
Paul Eggert
2014-03-04
Further follow-up to last change in gmalloc.c.
Ken Brown
2014-03-04
Follow-up improvements for last change in gmalloc.c.
Eli Zaretskii
2014-03-03
Fix crashes in lisp_align_free in a build with GC_MCHECK.
Eli Zaretskii
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-11-08
Merge from gnulib.
Paul Eggert
2013-11-06
Port to C11 aligned_alloc, and fix some integer overflows.
Paul Eggert
2013-01-02
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-12-31
Use URLs, not Boston addresses, in copyright notices.
Paul Eggert
2012-11-26
Assume POSIX 1003.1-1988 or later for errno.h.
Paul Eggert
2012-09-30
Prefer plain 'static' to 'static inline'.
Paul Eggert
2012-09-30
Support x64 build on MS-Windows with MSVC.
Fabrice Popineau
2012-07-14
Adapt the MS-DOS build to the latest configury changes.
Eli Zaretskii
2012-07-05
More xmalloc and related cleanup.
Paul Eggert
2012-06-25
Clean out last vestiges of the old HAVE_CONFIG_H stuff.
Paul Eggert
2012-05-21
Assume C89 or later.
Paul Eggert
2012-05-20
Get rid of compiler warnings on Cygwin.
Ken Brown
2012-04-22
Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
Paul Eggert
2011-09-09
Whitespace changes.
Juanma Barranquero
2011-08-16
* src/gmalloc.c: Expand comment.
Ken Brown
2011-08-16
Fix memory allocation problems in Cygwin build (Bug#9273).
Ken Brown
2011-08-04
Check for pthread and use it if found.
Jan Djärv
2011-07-06
Assume freestanding C89 headers, string.h, stdlib.h.
Paul Eggert
2011-07-04
[ChangeLog]
Paul Eggert
2011-05-28
[ChangeLog]
Paul Eggert
2011-01-17
Merge from mainline.
Paul Eggert
2011-01-15
Nuke arch-tags.
Glenn Morris
2011-01-09
Include <unistd.h> unilaterally.
Paul Eggert
2010-07-02
Remove __P and P_ from .c and .m files and definition of P_
Jan D
2010-06-01
* src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
Dan Nicolaescu
2010-04-01
Remove support for DJGPP v1.x (bug#5813).
Eli Zaretskii
2008-10-02
* gmalloc.c (__sbrk): Also define for uClibc.
Dan Nicolaescu
2008-05-23
Spelling fix.
Glenn Morris
2008-02-09
* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
Dan Nicolaescu
2007-08-09
(posix_memalign): New function.
YAMAMOTO Mitsuharu
2007-08-07
(_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
YAMAMOTO Mitsuharu
2007-07-29
(__malloc_initialize): Remove pthread_once. Not needed.
Jan Djärv
2007-06-26
[HAVE_GTK_AND_PTHREAD] Check this after including config.h.
YAMAMOTO Mitsuharu
2007-06-20
(__morecore): Fix the declaration to comply with the definition.
Sam Steingold
2007-03-28
[HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.
YAMAMOTO Mitsuharu
[prev]
[next]