| Commit message (Expand) | Author | Age | Files | Lines |
* | * conf_post.h (ATTRIBUTE_ALLOC_SIZE): Port to clang 3.5.0. | Paul Eggert | 2015-01-07 | 1 | -1/+3 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Remove obsolete references to pre-C99 builds | Paul Eggert | 2014-12-21 | 1 | -2/+2 |
* | Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ru | Glenn Morris | 2014-09-02 | 1 | -0/+4 |
|\ |
|
| * | * src/conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define. (Bug#18366) | Ken Brown | 2014-08-30 | 1 | -0/+4 |
* | | Add support for HYBRID_MALLOC, allowing the use of gmalloc before | Ken Brown | 2014-08-28 | 1 | -0/+17 |
* | | Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.org | Glenn Morris | 2014-08-27 | 1 | -7/+0 |
|\ \
| |/ |
|
| * | Fix unoptimized build on MSDOS. | Eli Zaretskii | 2014-08-25 | 1 | -7/+0 |
* | | Improve AIX-related merge from emacs-24. | Paul Eggert | 2014-06-01 | 1 | -4/+1 |
* | | Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ru | Glenn Morris | 2014-06-01 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | Fix port to 32-bit AIX with xlc. | Paul Eggert | 2014-05-30 | 1 | -2/+3 |
* | | Supply malloc and alloc_size attributes for extern allocators. | Paul Eggert | 2014-05-22 | 1 | -0/+14 |
* | | Assume C99 or later. | Paul Eggert | 2014-05-17 | 1 | -11/+9 |
* | | * conf_post.h (ADDRESS_SANITIZER_WORKAROUND): Port to GCC 4.9.0 | Paul Eggert | 2014-04-23 | 1 | -7/+7 |
* | | Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.edu | Paul Eggert | 2014-04-22 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2014-04-20 | 1 | -1/+1 |
* | | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca | Paul Eggert | 2014-04-16 | 1 | -2/+11 |
|\ \
| |/ |
|
| * | Fix the MSDOS build. | Eli Zaretskii | 2014-04-16 | 1 | -1/+9 |
| * | Port to IRIX 6.5. | Paul Eggert | 2014-04-13 | 1 | -1/+2 |
* | | Clean up configure-time library handling a bit. | Paul Eggert | 2014-04-13 | 1 | -4/+0 |
|/ |
|
* | * src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000. (Bug#17112) | Ken Brown | 2014-03-28 | 1 | -0/+4 |
* | Apply previous change even if valgrind is not in use, since it avoids undefin... | Paul Eggert | 2014-01-20 | 1 | -9/+0 |
* | Pacify valgrind by initializing buffer redisplay bit. | Paul Eggert | 2014-01-20 | 1 | -0/+9 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Fix core dumps with gcc -fsanitize=address and GNU/Linux. | Paul Eggert | 2013-12-26 | 1 | -1/+38 |
* | * src/conf_post.h: Use unsigned it for bool_bf if GNUSTEP. | Jan Djärv | 2013-12-23 | 1 | -2/+3 |
* | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -1/+10 |
* | Port to C11 aligned_alloc, and fix some integer overflows. | Paul Eggert | 2013-11-06 | 1 | -2/+0 |
* | Merge from gnulib. | Paul Eggert | 2013-10-03 | 1 | -17/+0 |
* | Some minor cleanups of recently-added bool vector code. | Paul Eggert | 2013-09-23 | 1 | -10/+9 |
* | Fix the definition of 'assume' for GCC older than 4.5. | Eli Zaretskii | 2013-09-23 | 1 | -4/+2 |
* | Suppress some unhelpful warnings when using clang. | Jan Djärv | 2013-09-23 | 1 | -0/+8 |
* | * conf_post.h (assume): Fix compiler error: x shall be cond. | Jan Djärv | 2013-09-22 | 1 | -1/+1 |
* | Add set operations for bool-vector. | Daniel Colascione | 2013-09-22 | 1 | -4/+12 |
* | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -9/+9 |
* | * conf_post.h (RE_TRANSLATE_P) [emacs]: Remove obsolete optimization. | Paul Eggert | 2013-07-19 | 1 | -6/+0 |
* | Spelling fixes. | Paul Eggert | 2013-06-30 | 1 | -1/+1 |
* | Use C99-style flexible array members if available. | Paul Eggert | 2013-06-21 | 1 | -0/+11 |
* | * conf_post.h: Add comments for INLINE, EXTERN_INLINE, etc. | Paul Eggert | 2013-06-18 | 1 | -0/+31 |
* | File synchronization fixes. | Paul Eggert | 2013-03-13 | 1 | -13/+0 |
* | Use fdopendir, fstatat and readlinkat, for efficiency. | Paul Eggert | 2013-01-31 | 1 | -4/+0 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | | Port EXTERNALLY_VISIBLE to Clang 3.2. | Paul Eggert | 2012-12-27 | 1 | -1/+7 |
* | | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-11-13 | 1 | -0/+4 |
* | | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid. | Paul Eggert | 2012-11-04 | 1 | -8/+0 |
|/ |
|
* | Adapt the MSDOS build to the latest changes on mainline. | Eli Zaretskii | 2012-11-03 | 1 | -0/+9 |
* | Fix crash when using Emacs as commit editor for git. | Paul Eggert | 2012-10-31 | 1 | -0/+8 |
* | Minor tweaks to recently-changed code. | Paul Eggert | 2012-10-08 | 1 | -8/+8 |
* | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -26/+1 |
|\ |
|