| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer HTTPS to HTTP for gnu.org | Paul Eggert | 2017-09-29 | 1 | -1/+1 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | Avoid aborts when a thread signals an error | Eli Zaretskii | 2016-12-11 | 1 | -1/+0 |
* | | Support 'TARGETS' in clipboard selections on MS-Windows | Eli Zaretskii | 2016-11-01 | 1 | -0/+108 |
* | | Fix compiler warnings in the MinGW build | Eli Zaretskii | 2016-05-21 | 1 | -0/+1 |
* | | Rename C names to match Lisp symbols better | Paul Eggert | 2016-03-27 | 1 | -3/+3 |
|/ |
|
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Include file cleanup for w32 files in src directory | Eli Zaretskii | 2015-10-22 | 1 | -5/+3 |
* | MS-Windows followup to previous commit | Eli Zaretskii | 2015-01-05 | 1 | -7/+1 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Get rid of backend-dependent selection-handling functions for kill/yank | Stefan Monnier | 2014-10-21 | 1 | -5/+5 |
* | Ensure 8-byte stack alignment in w32select's callback. | Eli Zaretskii | 2014-10-18 | 1 | -3/+3 |
* | Fix setting up coding-systems for clipboard access on MS-Windows and MS-DOS. | Eli Zaretskii | 2014-07-17 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Fix bug #12878 with compilation failure with Visual C++ 11.0. | Eli Zaretskii | 2012-11-17 | 1 | -1/+1 |
* | * w32select.c (waiting_for_input): Declare by including "keyboard.h" | Paul Eggert | 2012-10-10 | 1 | -1/+1 |
* | Code cleanup for cygw32 | Daniel Colascione | 2012-10-08 | 1 | -1/+1 |
* | Merge from trunk | Daniel Colascione | 2012-10-07 | 1 | -7/+10 |
|\ |
|
| * | Fix handling of fatal signals and exceptions on MS-Windows. | Eli Zaretskii | 2012-09-25 | 1 | -1/+4 |
| * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -6/+6 |
* | | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl... | Eli Zaretskii | 2012-09-15 | 1 | -1/+0 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -1/+1 |
* | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -0/+5 |
|/ |
|
* | Don't use the abbreviation "win" to refer to Windows (Bug#10421). | Paul Eggert | 2012-07-29 | 1 | -1/+1 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
* | Fix bug #10783 with w32 doc string of x-selection-exists-p. | Eli Zaretskii | 2012-02-11 | 1 | -8/+11 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-12-05 | 1 | -4/+3 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -1/+0 |
* | src/w32*.c: Clean up extern declarations. | Juanma Barranquero | 2011-03-14 | 1 | -1/+1 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -9/+2 |
* | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -2/+3 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -3/+2 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Sync docs of selection-coding-system between C and Lisp. | Glenn Morris | 2010-10-23 | 1 | -4/+28 |
* | | Sync Lisp and C docs of next-selection-coding-system. | Glenn Morris | 2010-10-23 | 1 | -7/+6 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | src/w32*.c: Whitespace fixes and typos. | Juanma Barranquero | 2010-10-14 | 1 | -19/+19 |
* | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -1/+0 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -6/+3 |
* | | Fix whitespace to follow coding guidelines. | Juanma Barranquero | 2010-07-07 | 1 | -7/+7 |
* | | src/w32*.c: Convert function definitions to standard C. | Juanma Barranquero | 2010-07-06 | 1 | -17/+17 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |