| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.ac (HAVE_INOTIFY): Speed up configure-time test. | Paul Eggert | 2012-12-10 | 1 | -4/+3 |
* | Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan Monnie... | Daniel Colascione | 2012-12-10 | 1 | -0/+10 |
|\ |
|
| * | Compile Windows resources into cygw32 Emacs | Daniel Colascione | 2012-12-09 | 1 | -0/+10 |
* | | Support filesystem notification through inotify on GNU/Linux. | Rüdiger Sonderfeld | 2012-12-10 | 1 | -0/+13 |
* | | * configure.ac: Fix source command in .gdbinit. | Andreas Schwab | 2012-12-09 | 1 | -3/+3 |
* | | Allow spaces in some configuration vars (Bug#13078). | Paul Eggert | 2012-12-08 | 1 | -24/+29 |
* | | Simplify get_lim_data. | Paul Eggert | 2012-12-07 | 1 | -14/+0 |
* | | Assume POSIX 1003.1-1988 or later for signal.h. | Paul Eggert | 2012-12-07 | 1 | -3/+3 |
* | | Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.org | Glenn Morris | 2012-12-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Revert dumb change | Glenn Morris | 2012-12-04 | 1 | -5/+5 |
| * | * configure.ac (MAKEINFO, EGREP, CC): Quote, in case of spaces in file names. | Glenn Morris | 2012-12-04 | 1 | -5/+5 |
| * | * configure.ac: Handle info/ files with or without ".info" extension. | Glenn Morris | 2012-12-04 | 1 | -1/+1 |
| * | Bump version to 24.2.90.emacs-24.2.90 | Chong Yidong | 2012-11-24 | 1 | -1/+1 |
* | | Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10... | Ken Brown | 2012-11-24 | 1 | -1/+0 |
* | | Assume POSIX 1003.1-1988 or later for dirent.h. | Paul Eggert | 2012-11-22 | 1 | -2/+2 |
* | | Assume POSIX 1003.1-1988 or later for unistd.h. | Paul Eggert | 2012-11-21 | 1 | -9/+1 |
* | | Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.edu | Glenn Morris | 2012-11-20 | 1 | -2/+7 |
|\ \
| |/ |
|
| * | * configure.ac (--enable-profiling): Doc fix. | Glenn Morris | 2012-11-20 | 1 | -2/+7 |
* | | Omit -Wstrict-overflow as it does not play well with --enable-checking. | Paul Eggert | 2012-11-20 | 1 | -3/+4 |
* | | Improve static checking of integer overflow and stack smashing. | Paul Eggert | 2012-11-19 | 1 | -3/+16 |
* | | Assume POSIX 1003.1-1988 or later for fcntl.h. | Paul Eggert | 2012-11-17 | 1 | -1/+1 |
* | | Remove no-longer-used pty_max_bytes variable. | Paul Eggert | 2012-11-16 | 1 | -1/+1 |
* | | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-11-13 | 1 | -1/+3 |
* | | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid. | Paul Eggert | 2012-11-04 | 1 | -6/+2 |
* | | Simplify by assuming __fpending. | Paul Eggert | 2012-11-04 | 1 | -96/+2 |
* | | Bump version to 24.3.50 | Chong Yidong | 2012-11-02 | 1 | -1/+1 |
|/ |
|
* | * configure.ac (_FORTIFY_SOURCE): Do not multiply define. | Paul Eggert | 2012-10-23 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2012-10-21 | 1 | -1/+1 |
* | Undo faccessat change. | Paul Eggert | 2012-10-19 | 1 | -3/+1 |
* | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-10-19 | 1 | -1/+3 |
* | Distinguish MS Windows | Glenn Morris | 2012-10-08 | 1 | -2/+2 |
* | Merge from trunk | Daniel Colascione | 2012-10-07 | 1 | -3/+27 |
|\ |
|
| * | Check for OSX >= 10.4 to match what the maunal says and what we actually supp... | Jan Djärv | 2012-10-07 | 1 | -0/+16 |
| * | Improve sys_siglist detection. | Paul Eggert | 2012-10-06 | 1 | -2/+4 |
| * | Comment | Glenn Morris | 2012-10-05 | 1 | -0/+1 |
| * | Check more robustly for timer_settime. | Paul Eggert | 2012-09-26 | 1 | -0/+3 |
| * | * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3. | Jan Djärv | 2012-09-18 | 1 | -1/+3 |
* | | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -101/+144 |
|\ \
| |/ |
|
| * | Remove no-longer-needed Solaris 2.4 vfork bug workaround. | Paul Eggert | 2012-09-16 | 1 | -0/+8 |
| * | Reduce the number of versioned files storing the short copyright string | Glenn Morris | 2012-09-16 | 1 | -0/+5 |
| * | Remove configure's --without-sync-input option. | Paul Eggert | 2012-09-16 | 1 | -10/+0 |
| * | Increase compartmentalization of Nextstep builds rules, | Glenn Morris | 2012-09-16 | 1 | -7/+14 |
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -7/+18 |
| * | Fix glitches with 'configure --without-sync-input'. | Paul Eggert | 2012-09-14 | 1 | -1/+1 |
| * | * configure.ac: Port to hosts lacking gtk. | Paul Eggert | 2012-09-14 | 1 | -7/+8 |
| * | * configure.ac: Report Gtk+ 3 as GTK. | Jan Djärv | 2012-09-13 | 1 | -5/+1 |
| * | * configure.ac: Reorder Xaw3d messages. | Jan Djärv | 2012-09-13 | 1 | -1/+2 |
| * | Simplify SIGIO usage. | Paul Eggert | 2012-09-12 | 1 | -17/+43 |
| * | * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first | Jan Djärv | 2012-09-12 | 1 | -14/+25 |
| * | Simplify, document, and port floating-point. | Paul Eggert | 2012-09-10 | 1 | -3/+3 |