| Commit message (Expand) | Author | Age | Files | Lines |
| * | * check-doc-strings: Update for CVS->bzr, moved lispref/ directory. | Glenn Morris | 2013-01-02 | 1 | -0/+2 |
| * | Remove some old admin/ files | Glenn Morris | 2013-01-02 | 1 | -1/+2 |
| * | * admin/emacs-pretesters: Remove file. | Glenn Morris | 2013-01-02 | 1 | -0/+4 |
| * | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| * | | Fix permissions bugs with setgid directories etc. | Paul Eggert | 2012-12-14 | 1 | -0/+5 |
| * | | Use putenv+unsetenv instead of modifying environ directly. | Paul Eggert | 2012-12-08 | 1 | -0/+3 |
| * | | Simplify get_lim_data. | Paul Eggert | 2012-12-07 | 1 | -0/+5 |
| * | | Assume POSIX 1003.1-1988 or later for signal.h. | Paul Eggert | 2012-12-07 | 1 | -0/+8 |
| * | | 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/+6 |
| * | | Assume POSIX 1003.1-1988 or later for unistd.h. | Paul Eggert | 2012-11-21 | 1 | -0/+6 |
| * | | 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/+8 |
| * | | 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/+5 |
| * | | * admin/admin.el (set-copyright): Add msdos/sed2v2.inp. | Glenn Morris | 2012-11-03 | 1 | -0/+4 |
| * | | Fix data-loss with --batch. | Paul Eggert | 2012-11-03 | 1 | -0/+5 |
| |/ |
|
| * | Add more mappings for the charset japanese-jisx0208-1978. | Kenichi Handa | 2012-10-14 | 1 | -0/+4 |
| * | merge trunk | Kenichi Handa | 2012-10-11 | 1 | -0/+5 |
| |\ |
|
| | * | Make cusver handle options moved from C to lisp | Glenn Morris | 2012-10-09 | 1 | -0/+5 |
| * | | Re-generate charsets. Adjust for the change of admin/charset/mapfiles/*.gz | Kenichi Handa | 2012-10-11 | 1 | -0/+24 |
| |/ |
|
| * | Improve cusver-check's handling of the version number | Glenn Morris | 2012-10-06 | 1 | -0/+5 |
| * | Handle group :version in cusver-check | Glenn Morris | 2012-10-06 | 1 | -0/+6 |
| * | Move bovine-grammar and wisent-grammar into lisp/ directory. | Chong Yidong | 2012-10-06 | 1 | -0/+5 |
| * | Update CEDET from upstream. | Chong Yidong | 2012-10-02 | 1 | -0/+15 |
| * | * admin/admin.el (set-version): Set msdos.c's Vwindow_system_version. | Glenn Morris | 2012-09-26 | 1 | -0/+4 |
| * | Check more robustly for timer_settime. | Paul Eggert | 2012-09-26 | 1 | -0/+5 |
| * | Update to Unicode 6.2. | Juanma Barranquero | 2012-09-27 | 1 | -0/+5 |
| * | * admin/admin.el (add-log-time-format): Declare. | Glenn Morris | 2012-09-17 | 1 | -0/+2 |
| * | Reduce version number duplication in etc/refcards | Glenn Morris | 2012-09-17 | 1 | -0/+7 |
| * | 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 | -0/+5 |
| * | Increase compartmentalization of Nextstep builds rules, | Glenn Morris | 2012-09-16 | 1 | -0/+5 |
| * | Simplify SIGIO usage. | Paul Eggert | 2012-09-12 | 1 | -0/+6 |
| * | Simplify, document, and port floating-point. | Paul Eggert | 2012-09-10 | 1 | -0/+5 |
| * | Assume C89 or later for math functions. | Paul Eggert | 2012-09-09 | 1 | -0/+6 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -0/+5 |
| * | * admin/bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree. | Glenn Morris | 2012-08-28 | 1 | -0/+4 |
| * | * admin/charsets/mule-charsets.el (header): Fix typo. | Andreas Schwab | 2012-08-28 | 1 | -0/+4 |
| * | On assertion failure, print backtrace if available. | Paul Eggert | 2012-08-24 | 1 | -0/+5 |
| * | Use ASCII tests for character types. | Paul Eggert | 2012-08-16 | 1 | -0/+7 |
| * | Use bool for Emacs Lisp booleans. | Paul Eggert | 2012-08-14 | 1 | -0/+7 |
| * | 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 | 1 | -0/+4 |
| |\ |
|
| | * | * admin/bzrmerge.el (bzrmerge-resolve): Disable local eval:. | Glenn Morris | 2012-08-09 | 1 | -0/+4 |
| * | | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov | 2012-08-07 | 1 | -0/+4 |
| * | | Port to Solaris 8. | Paul Eggert | 2012-08-01 | 1 | -0/+5 |
| * | | Use INTERNAL_FIELD for conses and overlays. | Dmitry Antipov | 2012-08-01 | 1 | -0/+5 |