| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase compartmentalization of Nextstep builds rules, | Glenn Morris | 2012-09-16 | 2 | -36/+9 |
* | Simplify SIGIO usage. | Paul Eggert | 2012-09-12 | 2 | -5/+6 |
* | How to restore a mail from the mailman moderation message | Glenn Morris | 2012-09-12 | 1 | -0/+10 |
* | Simplify, document, and port floating-point. | Paul Eggert | 2012-09-10 | 2 | -4/+5 |
* | Assume C89 or later for math functions. | Paul Eggert | 2012-09-09 | 2 | -5/+6 |
* | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 2 | -1/+5 |
* | * admin/bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree. | Glenn Morris | 2012-08-28 | 2 | -3/+14 |
* | * admin/charsets/mule-charsets.el (header): Fix typo. | Andreas Schwab | 2012-08-28 | 2 | -1/+5 |
* | On assertion failure, print backtrace if available. | Paul Eggert | 2012-08-24 | 2 | -1/+6 |
* | * lib/sigprocmask.c, m4/signalblocking.m4: Remove. | Paul Eggert | 2012-08-18 | 1 | -3/+0 |
* | Use ASCII tests for character types. | Paul Eggert | 2012-08-16 | 2 | -1/+8 |
* | More CPP-DEFINES updates | Glenn Morris | 2012-08-15 | 1 | -10/+272 |
* | Use bool for Emacs Lisp booleans. | Paul Eggert | 2012-08-14 | 2 | -1/+8 |
* | CPP-DEFINES misc cleanup | Glenn Morris | 2012-08-11 | 1 | -31/+100 |
* | Remove some defines that are no longer present | Glenn Morris | 2012-08-11 | 1 | -12/+0 |
* | ChangeLog date fixes | Glenn Morris | 2012-08-10 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.com | Chong Yidong | 2012-08-11 | 2 | -1/+6 |
|\ |
|
| * | * admin/bzrmerge.el (bzrmerge-resolve): Disable local eval:. | Glenn Morris | 2012-08-09 | 2 | -1/+6 |
* | | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov | 2012-08-07 | 3 | -60/+4 |
* | | Remove GNU_LIBRARY_PENDING_OUTPUT_COUNT | Glenn Morris | 2012-08-06 | 1 | -1/+0 |
* | | Misc updates for CPP-DEFINES | Glenn Morris | 2012-08-01 | 1 | -21/+24 |
* | | Remove files that no longer exist | Glenn Morris | 2012-08-01 | 1 | -2/+0 |
* | | Port to Solaris 8. | Paul Eggert | 2012-08-01 | 2 | -1/+5 |
* | | Use INTERNAL_FIELD for conses and overlays. | Dmitry Antipov | 2012-08-01 | 2 | -0/+33 |
* | | Commit forgotten admin/coccinelle/symbol.cocci. | Dmitry Antipov | 2012-08-01 | 1 | -0/+32 |
* | | Use INTERNAL_FIELD for symbols. | Dmitry Antipov | 2012-08-01 | 1 | -0/+5 |
* | | Use INTERNAL_FIELD for processes. | Dmitry Antipov | 2012-08-01 | 2 | -0/+115 |
* | | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 2 | -0/+247 |
* | | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov | 2012-07-31 | 2 | -0/+138 |
* | | * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed. | Paul Eggert | 2012-07-30 | 1 | -2/+0 |
* | | Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960). | Paul Eggert | 2012-07-28 | 2 | -2/+8 |
* | | Prefer typical American spelling for "acknowledgment". | Paul Eggert | 2012-07-24 | 1 | -1/+1 |
* | | Simple wrapper for make_unibyte_string, adjust font_open_by_name. | Dmitry Antipov | 2012-07-20 | 2 | -0/+12 |
* | | Merge from emacs-24 | Stefan Monnier | 2012-07-17 | 3 | -5/+11 |
|\ \
| |/ |
|
| * | Don't use FILE_SYSTEM_CASE in MS-DOS, or anywhere else. | Eli Zaretskii | 2012-07-14 | 2 | -1/+4 |
| * | Bump version to 24.1. | Chong Yidong | 2012-06-01 | 1 | -0/+4 |
* | | Fix typos in ChangeLogs. | Juanma Barranquero | 2012-07-14 | 1 | -1/+1 |
* | | Rename init_process rather than working around it on Darwin | Glenn Morris | 2012-07-12 | 1 | -1/+1 |
* | | Remove unneeded #define POSIX | Glenn Morris | 2012-07-11 | 1 | -1/+0 |
* | | Assume mkdir, rmdir. | Paul Eggert | 2012-07-11 | 2 | -4/+3 |
* | | Assume rename. | Paul Eggert | 2012-07-10 | 2 | -3/+3 |
* | | Assume perror. | Paul Eggert | 2012-07-10 | 2 | -3/+2 |
* | | Assume strerror. | Paul Eggert | 2012-07-10 | 2 | -2/+5 |
* | | Use XCAR and XCDR instead of Fcar and Fcdr where possible. | Dmitry Antipov | 2012-07-10 | 3 | -2/+27 |
* | | Reduce use of (require 'cl). | Stefan Monnier | 2012-07-10 | 2 | -20/+23 |
* | | Rename configure.in to configure.ac. | Paul Eggert | 2012-07-08 | 3 | -3/+10 |
* | | Use c_strcasecmp for ASCII case-insensitive comparison. | Paul Eggert | 2012-07-06 | 2 | -1/+6 |
* | | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 2 | -0/+15 |
* | | Remove obsolete configuration options (Windows port). | Juanma Barranquero | 2012-07-04 | 2 | -1/+4 |
* | | * src/alloc.c: Remove build_string. | Dmitry Antipov | 2012-06-26 | 2 | -0/+11 |