summaryrefslogtreecommitdiff
path: root/admin
Commit message (Expand)AuthorAgeFilesLines
* Assume C89 or later for math functions.Paul Eggert2012-09-092-5/+6
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-042-1/+5
* * admin/bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.Glenn Morris2012-08-282-3/+14
* * admin/charsets/mule-charsets.el (header): Fix typo.Andreas Schwab2012-08-282-1/+5
* On assertion failure, print backtrace if available.Paul Eggert2012-08-242-1/+6
* * lib/sigprocmask.c, m4/signalblocking.m4: Remove.Paul Eggert2012-08-181-3/+0
* Use ASCII tests for character types.Paul Eggert2012-08-162-1/+8
* More CPP-DEFINES updatesGlenn Morris2012-08-151-10/+272
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-142-1/+8
* CPP-DEFINES misc cleanupGlenn Morris2012-08-111-31/+100
* Remove some defines that are no longer presentGlenn Morris2012-08-111-12/+0
* ChangeLog date fixesGlenn Morris2012-08-101-1/+1
* Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.comChong Yidong2012-08-112-1/+6
|\
| * * admin/bzrmerge.el (bzrmerge-resolve): Disable local eval:.Glenn Morris2012-08-092-1/+6
* | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-073-60/+4
* | Remove GNU_LIBRARY_PENDING_OUTPUT_COUNTGlenn Morris2012-08-061-1/+0
* | Misc updates for CPP-DEFINESGlenn Morris2012-08-011-21/+24
* | Remove files that no longer existGlenn Morris2012-08-011-2/+0
* | Port to Solaris 8.Paul Eggert2012-08-012-1/+5
* | Use INTERNAL_FIELD for conses and overlays.Dmitry Antipov2012-08-012-0/+33
* | Commit forgotten admin/coccinelle/symbol.cocci.Dmitry Antipov2012-08-011-0/+32
* | Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-011-0/+5
* | Use INTERNAL_FIELD for processes.Dmitry Antipov2012-08-012-0/+115
* | Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-012-0/+247
* | Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-312-0/+138
* | * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.Paul Eggert2012-07-301-2/+0
* | Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960).Paul Eggert2012-07-282-2/+8
* | Prefer typical American spelling for "acknowledgment".Paul Eggert2012-07-241-1/+1
* | Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-202-0/+12
* | Merge from emacs-24Stefan Monnier2012-07-173-5/+11
|\ \ | |/
| * Don't use FILE_SYSTEM_CASE in MS-DOS, or anywhere else.Eli Zaretskii2012-07-142-1/+4
| * Bump version to 24.1.Chong Yidong2012-06-011-0/+4
* | Fix typos in ChangeLogs.Juanma Barranquero2012-07-141-1/+1
* | Rename init_process rather than working around it on DarwinGlenn Morris2012-07-121-1/+1
* | Remove unneeded #define POSIXGlenn Morris2012-07-111-1/+0
* | Assume mkdir, rmdir.Paul Eggert2012-07-112-4/+3
* | Assume rename.Paul Eggert2012-07-102-3/+3
* | Assume perror.Paul Eggert2012-07-102-3/+2
* | Assume strerror.Paul Eggert2012-07-102-2/+5
* | Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-103-2/+27
* | Reduce use of (require 'cl).Stefan Monnier2012-07-102-20/+23
* | Rename configure.in to configure.ac.Paul Eggert2012-07-083-3/+10
* | Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-062-1/+6
* | Cleanup xmalloc.Dmitry Antipov2012-07-052-0/+15
* | Remove obsolete configuration options (Windows port).Juanma Barranquero2012-07-042-1/+4
* | * src/alloc.c: Remove build_string.Dmitry Antipov2012-06-262-0/+11
* | First Coccinelle semantic patch.Dmitry Antipov2012-06-243-0/+28
* | Support higher-resolution time stamps.Paul Eggert2012-06-223-7/+24
* | Remove some unused definitions from src/sGlenn Morris2012-06-131-2/+0
* | Use a simple struct to implement compile time checks for the Lisp_Object typeAndreas Schwab2012-06-133-4/+11