| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Spelling and punctuation fixes. | Paul Eggert | 2013-12-01 | 1 | -1/+1 |
* | Prefer tail calls.... | Paul Eggert | 2013-11-13 | 1 | -3/+1 |
* | * dispextern.h (check_x_display_info, x_get_string_resource):... | Dmitry Antipov | 2013-09-17 | 1 | -4/+0 |
* | Omit some unnecessary casts.... | Paul Eggert | 2013-08-10 | 1 | -5/+2 |
* | Use xstrdup and build_unibyte_string where applicable.... | Dmitry Antipov | 2013-08-09 | 1 | -10/+1 |
* | Handle errno and exit status a bit more carefully.... | Paul Eggert | 2013-07-09 | 1 | -4/+1 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
* | | Use faccessat, not access, when checking file permissions.... | Paul Eggert | 2012-11-13 | 1 | -62/+39 |
|/ |
|
* | * editfns.c (get_system_name): Remove.... | Dmitry Antipov | 2012-10-16 | 1 | -8/+4 |
* | Port better to POSIX hosts lacking _setjmp.... | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | More xmalloc and related cleanup.... | Paul Eggert | 2012-07-05 | 1 | -7/+5 |
* | Cleanup xmalloc.... | Dmitry Antipov | 2012-07-05 | 1 | -4/+4 |
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):... | Paul Eggert | 2011-09-21 | 1 | -1/+1 |
|/ |
|
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -2/+2 |
* | Adjust in response to jan.h.d's comments.... | Paul Eggert | 2011-08-04 | 1 | -4/+1 |
* | * xrdb.c: Integer and memory overflow issues.... | Paul Eggert | 2011-07-28 | 1 | -10/+11 |
* | Protoize... | Andreas Schwab | 2011-07-10 | 1 | -13/+10 |
* | * xrdb.c: Don't assume strlen fits in int; avoid some strlens.... | Paul Eggert | 2011-06-20 | 1 | -33/+20 |
* | Replace pEd with more-general pI, and fix some printf arg casts.... | Paul Eggert | 2011-04-18 | 1 | -2/+2 |
* | * xrdb.c (x_load_resources): Omit unused local. | Paul Eggert | 2011-04-15 | 1 | -1/+4 |
* | * xrdb.c (x_load_resources) [!USE_MOTIF]: Omit unused local. | Paul Eggert | 2011-04-15 | 1 | -2/+1 |
* | * xrdb.c (x_customization_string, x_rm_string): Now static. | Paul Eggert | 2011-04-13 | 1 | -2/+2 |
* | Move editfns decls to lisp.h to check interfaces. | Paul Eggert | 2011-03-15 | 1 | -2/+0 |
* | * xrdb.c: Include "xterm.h", to check x_load_resources's interface. | Paul Eggert | 2011-03-09 | 1 | -2/+6 |
* | [ChangeLog]... | Paul Eggert | 2011-02-21 | 1 | -5/+0 |
* | Use *font for Xft font names for Lucid menus and dialogs.... | Jan Djärv | 2011-02-14 | 1 | -2/+4 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
|\ |
|
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
|\| |
|
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -3/+0 |
|/ / |
|
* | | Remove unused declarations... | Andreas Schwab | 2010-12-27 | 1 | -4/+6 |
* | | Fix compilation with Motif (Bug#7263).... | Jan D | 2010-10-22 | 1 | -0/+5 |
* | | xrdb.c EMACS_INT/int audit. | Lars Magne Ingebrigtsen | 2010-09-25 | 1 | -1/+1 |
* | | Fix -Wwrite_strings in general and for Gtk+ specific code.... | Jan D | 2010-08-11 | 1 | -6/+7 |
* | | Use const char* instead of char*.... | Dan Nicolaescu | 2010-08-09 | 1 | -2/+3 |
* | | Cleanup xrdb.c.... | Dan Nicolaescu | 2010-08-08 | 1 | -46/+19 |
* | | Remove extern declarations from .c files, and them to .h files.... | Dan Nicolaescu | 2010-07-28 | 1 | -1/+0 |
* | | Use const, move declarations to header files.... | Dan Nicolaescu | 2010-07-26 | 1 | -17/+20 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp... | Andreas Schwab | 2010-07-08 | 1 | -3/+3 |
* | | Convert declarations or definitions to standard C.... | Dan Nicolaescu | 2010-07-04 | 1 | -1/+1 |
* | | Convert (most) functions in src to standard C.... | Dan Nicolaescu | 2010-07-04 | 1 | -37/+18 |
* | | Clean up Solaris code.... | Dan Nicolaescu | 2010-04-23 | 1 | -16/+0 |
* | | Remove extern errno declarations.... | Dan Nicolaescu | 2010-04-01 | 1 | -2/+1 |
|/ |
|