| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove pad from struct input_event. | Dmitry Antipov | 2012-11-02 | 1 | -16/+10 |
| * | Port to OpenBSD 5.1. | Paul Eggert | 2012-10-20 | 1 | -4/+3 |
| * | keyboard.c, keymap.c: Use bool for booleans. | Paul Eggert | 2012-10-10 | 1 | -172/+140 |
| * | Minor tweaks to recently-changed code. | Paul Eggert | 2012-10-08 | 1 | -3/+3 |
| * | Merge from trunk | Daniel Colascione | 2012-10-07 | 1 | -215/+154 |
| |\ |
|
| | * | * keyboard.c (read_char): Remove unnecessary 'volatile's and label. | Paul Eggert | 2012-10-05 | 1 | -9/+3 |
| | * | * profiler.c (handle_profiler_signal): Inhibit pending signals too, | Paul Eggert | 2012-10-03 | 1 | -2/+2 |
| | * | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -11/+11 |
| | * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -165/+104 |
| | * | * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence. | Chong Yidong | 2012-09-23 | 1 | -0/+5 |
| | * | Fix bugs #12447 and #12326 with infloop causes by idle timers, update docs. | Eli Zaretskii | 2012-09-22 | 1 | -12/+22 |
| | * | Omit unused arg EXPECTED from socket hooks. | Paul Eggert | 2012-09-19 | 1 | -28/+19 |
| * | | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -184/+137 |
| |\ \
| |/ |
|
| | * | Remove configure's --without-sync-input option. | Paul Eggert | 2012-09-16 | 1 | -36/+1 |
| | * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -10/+10 |
| | * | Use a more backwards-compatible timer format. | Paul Eggert | 2012-09-13 | 1 | -2/+2 |
| | * | Simplify SIGIO usage. | Paul Eggert | 2012-09-12 | 1 | -44/+27 |
| | * | Remove unread-command-char. | Stefan Monnier | 2012-09-12 | 1 | -21/+4 |
| | * | * src/eval.c: Add `inhibit-debugger'. | Stefan Monnier | 2012-09-11 | 1 | -2/+2 |
| | * | Prefer assignment to memcpy when either will do. | Paul Eggert | 2012-09-11 | 1 | -1/+1 |
| | * | Signal-handler cleanup. | Paul Eggert | 2012-09-06 | 1 | -24/+48 |
| | * | Fix race conditions with signal handlers and errno. | Paul Eggert | 2012-09-05 | 1 | -28/+26 |
| | * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -22/+22 |
| | * | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 1 | -1/+1 |
| * | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -6/+6 |
| |/ |
|
| * | * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 1 | -4/+3 |
| * | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 1 | -14/+5 |
| * | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov | 2012-08-28 | 1 | -1/+1 |
| * | Fix usage of set_buffer_internal. | Dmitry Antipov | 2012-08-28 | 1 | -4/+2 |
| * | In Fposn_at_x_y do not allow internal window as argument. | Martin Rudalics | 2012-08-23 | 1 | -1/+1 |
| * | Avoid direct writes to contents member of struct Lisp_Vector. | Dmitry Antipov | 2012-08-21 | 1 | -12/+8 |
| * | * keyboard.h (KSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -61/+116 |
| * | Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1... | Martin Rudalics | 2012-08-16 | 1 | -4/+1 |
| * | Fix compiler warning in keyboard.c. | Eli Zaretskii | 2012-08-14 | 1 | -0/+2 |
| * | Fix last change in keyboard.c. | Eli Zaretskii | 2012-08-14 | 1 | -0/+3 |
| * | Fix a problem with disabled mouse movement events. | Eli Zaretskii | 2012-08-14 | 1 | -0/+6 |
| * | * src/keyboard.c (access_keymap_keyremap): Accept anonymous functions. | Barry O'Reilly | 2012-08-14 | 1 | -1/+1 |
| * | Use KSET for write access to Lisp_Object members of struct kboard. | Dmitry Antipov | 2012-08-13 | 1 | -62/+61 |
| * | Tiny comment updates | Glenn Morris | 2012-08-08 | 1 | -1/+1 |
| * | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov | 2012-08-07 | 1 | -4/+4 |
| * | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -16/+16 |
| * | * keyboard.c (timer_check_2): Add break so timer_check returns next timeout. | Jan Djärv | 2012-08-06 | 1 | -0/+1 |
| * | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -16/+16 |
| * | Generalize common compile-time constants. | Dmitry Antipov | 2012-08-05 | 1 | -5/+5 |
| * | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -2/+2 |
| * | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -36/+41 |
| * | Use INTERNAL_FIELD for symbols. | Dmitry Antipov | 2012-08-01 | 1 | -4/+5 |
| * | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -16/+16 |
| * | * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed. | Paul Eggert | 2012-07-30 | 1 | -1/+1 |
| * | Convert safe_call to use variable number of arguments. | Dmitry Antipov | 2012-07-30 | 1 | -8/+1 |