| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from gnulib. | Paul Eggert | 2012-12-23 | 1 | -0/+7 |
* | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.org | Glenn Morris | 2012-12-21 | 1 | -0/+4 |
|\ |
|
| * | * Makefile.in (install-arch-dep): Ignore chmod errors (tiny change) | Akinori MUSHA | 2012-12-19 | 1 | -0/+4 |
* | | Add support for preserving ACL entries of files. | Romain Francoise | 2012-12-16 | 1 | -0/+6 |
* | | Fix permissions bugs with setgid directories etc. | Paul Eggert | 2012-12-14 | 1 | -0/+5 |
* | | Merge from emacs-24; up to 2012-11-30T04:44:52Z!cyd@gnu.org | Glenn Morris | 2012-12-12 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Add wisent manual to build process | Glenn Morris | 2012-12-12 | 1 | -1/+1 |
| * | Add bovine manual to build process | Glenn Morris | 2012-12-12 | 1 | -0/+4 |
| * | * Makefile.in (install-info): Use `${MAKE} -s' for echo-info. | Andreas Schwab | 2012-12-12 | 1 | -0/+5 |
| * | Add srecode manual to build process | Glenn Morris | 2012-12-12 | 1 | -0/+4 |
| * | Fix for install-info in non-English locales (tiny change) | Nicolas Avrutin | 2012-12-11 | 1 | -0/+5 |
| * | Move fix for bug#12993 to trunk | Daniel Colascione | 2012-12-10 | 1 | -6/+0 |
* | | Merge from gnulib for 'inline', incorporating: | Paul Eggert | 2012-12-11 | 1 | -0/+6 |
* | | (lib-src,src,lib)/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2012-12-11 | 1 | -0/+5 |
* | | Merge from private trunk | Daniel Colascione | 2012-12-10 | 1 | -0/+2 |
|\ \ |
|
| * | | Add emacs.res to .bzrignore | Daniel Colascione | 2012-12-10 | 1 | -0/+2 |
* | | | * configure.ac (HAVE_INOTIFY): Speed up configure-time test. | Paul Eggert | 2012-12-10 | 1 | -0/+6 |
|/ / |
|
* | | Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan Monnie... | Daniel Colascione | 2012-12-10 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Compile Windows resources into cygw32 Emacs | Daniel Colascione | 2012-12-09 | 1 | -0/+6 |
* | | Support filesystem notification through inotify on GNU/Linux. | RĂ¼diger Sonderfeld | 2012-12-10 | 1 | -0/+5 |
* | | * configure.ac: Fix source command in .gdbinit. | Andreas Schwab | 2012-12-09 | 1 | -0/+5 |
* | | Allow spaces in some configuration vars (Bug#13078). | Paul Eggert | 2012-12-08 | 1 | -0/+7 |
* | | Use putenv+unsetenv instead of modifying environ directly. | Paul Eggert | 2012-12-08 | 1 | -0/+7 |
* | | Windows followup to 2012-12-08T02:30:51Z!eggert@cs.ucla.edu. | Eli Zaretskii | 2012-12-08 | 1 | -0/+6 |
* | | Simplify get_lim_data. | Paul Eggert | 2012-12-07 | 1 | -0/+3 |
* | | Assume POSIX 1003.1-1988 or later for signal.h. | Paul Eggert | 2012-12-07 | 1 | -0/+9 |
* | | Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.org | Glenn Morris | 2012-12-05 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Revert dumb change | Glenn Morris | 2012-12-04 | 1 | -3/+0 |
| * | * configure.ac (MAKEINFO, EGREP, CC): Quote, in case of spaces in file names. | Glenn Morris | 2012-12-04 | 1 | -0/+3 |
| * | * configure.ac: Handle info/ files with or without ".info" extension. | Glenn Morris | 2012-12-04 | 1 | -2/+5 |
* | | Merge from gnulib for 'inline'. | Paul Eggert | 2012-11-30 | 1 | -0/+22 |
* | | Merge from emacs-24; up to 2012-11-20T20:06:17Z!monnier@iro.umontreal.ca | Glenn Morris | 2012-11-26 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Fix the MS-Windows build broken by absence of the *.manifest files. | Eli Zaretskii | 2012-11-24 | 1 | -0/+5 |
* | | Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10... | Ken Brown | 2012-11-24 | 1 | -0/+4 |
* | | Assume POSIX 1003.1-1988 or later for dirent.h. | Paul Eggert | 2012-11-22 | 1 | -0/+5 |
* | | Assume POSIX 1003.1-1988 or later for unistd.h. | Paul Eggert | 2012-11-21 | 1 | -0/+5 |
* | | Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.edu | Glenn Morris | 2012-11-20 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | * configure.ac (--enable-profiling): Doc fix. | Glenn Morris | 2012-11-20 | 1 | -0/+4 |
* | | Omit -Wstrict-overflow as it does not play well with --enable-checking. | Paul Eggert | 2012-11-20 | 1 | -3/+3 |
* | | Improve static checking of integer overflow and stack smashing. | Paul Eggert | 2012-11-19 | 1 | -0/+8 |
* | | Assume POSIX 1003.1-1988 or later for fcntl.h. | Paul Eggert | 2012-11-17 | 1 | -0/+6 |
* | | Remove no-longer-used pty_max_bytes variable. | Paul Eggert | 2012-11-16 | 1 | -0/+5 |
* | | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-11-13 | 1 | -0/+13 |
* | | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid. | Paul Eggert | 2012-11-04 | 1 | -0/+4 |
* | | Simplify by assuming __fpending. | Paul Eggert | 2012-11-04 | 1 | -0/+8 |
* | | Fix order of entries in ChangeLog files. | Eli Zaretskii | 2012-11-03 | 1 | -2/+4 |
* | | Fix Windows build as fallout from 2012-11-03T18:54:17Z!eggert@cs.ucla.edu. | Eli Zaretskii | 2012-11-03 | 1 | -0/+5 |
* | | Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ru | Glenn Morris | 2012-11-03 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Adapt the MSDOS build to the latest changes on mainline. | Eli Zaretskii | 2012-11-03 | 1 | -0/+4 |
* | | Fix data-loss with --batch. | Paul Eggert | 2012-11-03 | 1 | -0/+8 |