| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.ac: Simplify gnutls tests. | Glenn Morris | 2014-11-28 | 1 | -10/+4 |
* | configure.ac [MINGW]: Fix the way of getting the right host platform. | Dani Moncayo | 2014-11-26 | 1 | -20/+22 |
* | * configure.ac: Fix yesterday's use of uninitialised $version. | Glenn Morris | 2014-11-25 | 1 | -1/+1 |
* | configure.ac [mingw]: Set $canonical default value | Oscar Fuentes | 2014-11-25 | 1 | -0/+28 |
* | * configure.ac: Relocate some recent changes to a more logical location. | Glenn Morris | 2014-11-24 | 1 | -12/+7 |
* | * configure.ac [HAVE_W32]: Generate nt/*.rc files when HAVE_W32. | Glenn Morris | 2014-11-24 | 1 | -2/+5 |
* | Further reduce number of versioned files storing Emacs version number. | Glenn Morris | 2014-11-22 | 1 | -0/+9 |
* | build: port to GCC 4.6.4 + glibc 2.5 | Paul Eggert | 2014-11-14 | 1 | -3/+4 |
* | Further reduce the number of versioned files storing the version number | Glenn Morris | 2014-11-09 | 1 | -0/+3 |
* | Stop keeping etc/refcards/emacsver.tex in the repository | Glenn Morris | 2014-11-09 | 1 | -0/+14 |
* | Stop keeping doc/emacs/emacsver.texi in the repository | Glenn Morris | 2014-11-09 | 1 | -0/+5 |
* | * configure.ac: Simplify OS X $canonical tests. | Glenn Morris | 2014-10-17 | 1 | -6/+2 |
* | * configure.ac: Move the OSX 10.6 test. | Jan Djärv | 2014-10-15 | 1 | -8/+3 |
* | * configure.ac: Require OSX >= 10.6 even if --with-ns is not given. | Jan Djärv | 2014-10-14 | 1 | -0/+7 |
* | * configure.ac: apple-darwin powerpc is unported. | Jan Djärv | 2014-10-14 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2014-07-26T11:58:24Z!schwab@linux-m68k.org | Glenn Morris | 2014-10-12 | 1 | -0/+2 |
|\ |
|
| * | * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size to 8 MB. (... | Ken Brown | 2014-10-11 | 1 | -0/+2 |
* | | Require OSX >= 10.6. Remove PowerPC unexec code. | Jan Djärv | 2014-10-12 | 1 | -33/+11 |
* | | Fix putenv race conditions with undefined behavior. | Paul Eggert | 2014-10-11 | 1 | -37/+1 |
* | | * configure.ac: Add -Wno-string-plus-int for clang. | Jan Djärv | 2014-10-06 | 1 | -0/+1 |
* | | * configure.ac: Silence warning with some old Xrandr.h. | Glenn Morris | 2014-10-04 | 1 | -1/+5 |
* | | Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.org | Glenn Morris | 2014-10-03 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | * configure.ac: Port to strict POSIX shells on non-MinGW. | Paul Eggert | 2014-10-02 | 1 | -1/+2 |
| * | Bump version to 24.3.94; regenerate ldefs-boot and AUTHORSemacs-24.3.94 | Glenn Morris | 2014-10-01 | 1 | -1/+1 |
* | | Follow-up to renaming v24.5 to 25.1. | Eli Zaretskii | 2014-09-29 | 1 | -1/+1 |
* | | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -11/+0 |
* | | * configure.ac [CYGWIN]: Enable sound support. | Ken Brown | 2014-09-27 | 1 | -3/+3 |
* | | * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'. | Paul Eggert | 2014-09-24 | 1 | -4/+4 |
* | | Merge from emacs-24 | Stefan Monnier | 2014-09-22 | 1 | -4/+6 |
|\ \
| |/ |
|
| * | * configure.ac: Increase headerpad_extra to 1000, update the comment | David Caldwell | 2014-09-21 | 1 | -4/+6 |
* | | Merge from emacs-24; up to 2014-07-09T02:04:12Z!rgm@gnu.org | Glenn Morris | 2014-09-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Resurrect sound support on MS-Windows that was lost in transition. | Eli Zaretskii | 2014-09-13 | 1 | -1/+1 |
| * | Backport: * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the Cygwi... | Ken Brown | 2014-08-22 | 1 | -0/+3 |
| * | Bump version number to 24.3.93 | Glenn Morris | 2014-08-14 | 1 | -1/+1 |
* | | Improve the experimental local and scoped allocation. | Paul Eggert | 2014-09-09 | 1 | -0/+27 |
* | | Expand @AM_DEFAULT_VERBOSITY@ even if Automake is old. | Paul Eggert | 2014-09-07 | 1 | -0/+11 |
* | | * configure.ac (MAKEINFO): Clean up some configuration bitrot. | Paul Eggert | 2014-09-03 | 1 | -8/+9 |
* | | Clean up extern decls a bit. | Paul Eggert | 2014-08-31 | 1 | -8/+3 |
* | | * configure.ac (__restrict_arr): Remove; no longer used. | Paul Eggert | 2014-08-30 | 1 | -9/+0 |
* | | * configure.ac (MAKE): Export it, for config.status. | Paul Eggert | 2014-08-30 | 1 | -0/+1 |
* | | Vector-sorting fixes. | Paul Eggert | 2014-08-30 | 1 | -1/+1 |
* | | Add vectors support to Fsort. | Dmitry Antipov | 2014-08-29 | 1 | -1/+1 |
* | | Add support for HYBRID_MALLOC, allowing the use of gmalloc before | Ken Brown | 2014-08-28 | 1 | -3/+16 |
* | | Improve robustness of new string-collation code. | Paul Eggert | 2014-08-27 | 1 | -1/+1 |
* | | * configure.ac (HAVE_LINUX_SYSINFO): Avoid false positive on Solaris. | Dmitry Antipov | 2014-08-26 | 1 | -1/+6 |
* | | Handle C stack overflow caused by too nested Lisp evaluation. | Dmitry Antipov | 2014-08-26 | 1 | -16/+41 |
* | | Fix accidental deletion of a line in last change. | Ken Brown | 2014-08-25 | 1 | -0/+1 |
* | | * configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete macro. | Ken Brown | 2014-08-25 | 1 | -14/+0 |
* | | Add string collation. | Michael Albinus | 2014-08-24 | 1 | -1/+1 |
* | | configure.ac: Comment fix. | Eli Zaretskii | 2014-08-23 | 1 | -1/+1 |