| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Remove configure's --without-sync-input option. | Paul Eggert | 2012-09-16 | 1 | -1/+0 |
| * | Simplify SIGIO usage. | Paul Eggert | 2012-09-12 | 1 | -16/+0 |
| * | Signal-handler cleanup. | Paul Eggert | 2012-09-06 | 1 | -5/+0 |
| * | Remove redundant or unused things here and there. | Dmitry Antipov | 2012-09-05 | 1 | -1/+1 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -3/+0 |
* | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -0/+14 |
|/ |
|
* | Improve MS-Windows related commentary and log entry for 2012-08-19T21:00:09Z!... | Eli Zaretskii | 2012-08-20 | 1 | -0/+3 |
* | Move IF_LINT from lisp.h to conf_post.h | Glenn Morris | 2012-08-10 | 1 | -0/+12 |
* | Use C99-style 'extern inline' if available. | Paul Eggert | 2012-08-02 | 1 | -0/+5 |
* | Alphabetic order is proving tricky today | Glenn Morris | 2012-08-01 | 1 | -8/+8 |
* | Alphabetical order | Glenn Morris | 2012-08-01 | 1 | -16/+16 |
* | Fix typo in previous | Glenn Morris | 2012-08-01 | 1 | -1/+1 |
* | Remove src/s/msdos.h | Glenn Morris | 2012-08-01 | 1 | -0/+40 |
* | Minor rearrangement for src/conf_post.h | Glenn Morris | 2012-07-31 | 1 | -5/+7 |
* | * src/conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT. | Glenn Morris | 2012-07-31 | 1 | -2/+7 |
* | Move AMPERSAND_FULL_NAME, subprocesses from conf_post.h to configure.ac | Glenn Morris | 2012-07-31 | 1 | -13/+0 |
* | Remove src/s/usg5-4-common.h | Glenn Morris | 2012-07-30 | 1 | -0/+16 |
* | Remove src/s/irix6-5.h | Glenn Morris | 2012-07-30 | 1 | -0/+8 |
* | Remove src/s/darwin.h | Glenn Morris | 2012-07-30 | 1 | -0/+16 |
* | Remove src/s/hpux10-20.h | Glenn Morris | 2012-07-30 | 1 | -0/+11 |
* | Use an include file in configure.ac's AH_BOTTOM | Glenn Morris | 2012-07-30 | 1 | -0/+131 |