| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | Port window changes to --enable-gcc-warnings | Paul Eggert | 2016-08-02 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | * src/window.c: Fix bootstrap failure due to window.el changes | Stefan Monnier | 2016-08-02 | 1 | -12/+2 | |
| * | | | | | | | | | | | | | | | | | | Port regex changes to strict ISO C | Paul Eggert | 2016-08-02 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | Remove unused STREQ macro | Michal Nazarewicz | 2016-08-02 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | | | Hardcode regex syntax to remove dead code handling different syntax | Michal Nazarewicz | 2016-08-02 | 3 | -14/+35 | |
| * | | | | | | | | | | | | | | | | | | Get rid of re_set_whitespace_regexp | Michal Nazarewicz | 2016-08-02 | 3 | -25/+30 | |
| * | | | | | | | | | | | | | | | | | | Get rid of re_set_syntax | Michal Nazarewicz | 2016-08-02 | 3 | -7/+29 | |
| * | | | | | | | | | | | | | | | | | | Remove dead opcodes in regex bytecode | Michal Nazarewicz | 2016-08-02 | 1 | -27/+1 | |
| * | | | | | | | | | | | | | | | | | | Refactor regex character class parsing in [:name:] | Michal Nazarewicz | 2016-08-02 | 3 | -239/+181 | |
| * | | | | | | | | | | | | | | | | | | Fix use-after-close in connect_network_socket | Paul Eggert | 2016-08-02 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | Fix calculation of tool bar width reported by `frame-geometry' (Bug#24107) | Martin Rudalics | 2016-07-30 | 2 | -11/+14 | |
| * | | | | | | | | | | | | | | | | | | Avoid warnings about undo list while decoding | Eli Zaretskii | 2016-07-30 | 1 | -0/+21 | |
| * | | | | | | | | | | | | | | | | | | Fix ‘is multibyte’ test regex.c’s mutually_exclusive_p (bug#24020) | Michal Nazarewicz | 2016-07-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Avoid segfaults in compute_motion | Eli Zaretskii | 2016-07-26 | 1 | -5/+8 | |
| * | | | | | | | | | | | | | | | | | | Fix ‘[[:cc:]]*literal’ regex failing to match ‘literal’ (bug#24020) | Michal Nazarewicz | 2016-07-25 | 1 | -116/+93 | |
| * | | | | | | | | | | | | | | | | | | ‘signal’ no longer returns | Paul Eggert | 2016-07-25 | 13 | -39/+54 | |
| * | | | | | | | | | | | | | | | | | | * src/bytecode.c: Fix compilation with BYTE_CODE_SAFE | Stefan Monnier | 2016-07-21 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | | | | | Fix use-after-close in connect_network_socket | Paul Eggert | 2016-07-21 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | Fix lifetime bug in tzlookup | Paul Eggert | 2016-07-20 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | Remove CHECK_FRAME_FONT cruft from bytecode.c | Paul Eggert | 2016-07-20 | 1 | -15/+0 | |
| * | | | | | | | | | | | | | | | | | | Work around GCC bug 54561 in a better way | Paul Eggert | 2016-07-20 | 4 | -15/+19 | |
| * | | | | | | | | | | | | | | | | | | Fix port to glibc 2.24 (pre-release) + ppc64 | Paul Eggert | 2016-07-20 | 4 | -26/+74 | |
| * | | | | | | | | | | | | | | | | | | Prevent bar cursor overwriting next glyph (bug#16856) | Alan Third | 2016-07-19 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | | | | ; Spelling fix | Paul Eggert | 2016-07-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nil | Eli Zaretskii | 2016-07-19 | 3 | -4/+108 | |
| * | | | | | | | | | | | | | | | | | | Keep w32 environment settings internal only | Noam Postavsky | 2016-07-18 | 2 | -10/+28 | |
| * | | | | | | | | | | | | | | | | | | Remove separate pool for popup dialogs (bug#23856) | Alan Third | 2016-07-17 | 1 | -20/+4 | |
| * | | | | | | | | | | | | | | | | | | Fix cursor display (bug#23993) | Alan Third | 2016-07-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Stop worrying about Alliant in bytecode.c | Paul Eggert | 2016-07-15 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | | | | | Remove BYTE_MAINTAIN_TOP | Paul Eggert | 2016-07-15 | 1 | -210/+10 | |
| * | | | | | | | | | | | | | | | | | | Remove now-inaccurate bytecode comments | Paul Eggert | 2016-07-15 | 1 | -18/+1 | |
| * | | | | | | | | | | | | | | | | | | Port to glibc 2.24 (pre-release) + ppc64 | Paul Eggert | 2016-07-15 | 1 | -16/+14 | |
| * | | | | | | | | | | | | | | | | | | Remove unused SHEAP_OBJ | Andreas Schwab | 2016-07-14 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | Omit unnecessary #includes from xwidget.c | Paul Eggert | 2016-07-13 | 1 | -74/+0 | |
| * | | | | | | | | | | | | | | | | | | Port xwidget.c to GCC 6 with --enable-gcc-warnings | Paul Eggert | 2016-07-13 | 1 | -2/+12 | |
| * | | | | | | | | | | | | | | | | | | Revert "Cleanup tooltips" | John Wiegley | 2016-07-12 | 14 | -319/+304 | |
| * | | | | | | | | | | | | | | | | | | Don't install keyboard hook when debugged on MS-Windows | Eli Zaretskii | 2016-07-12 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | | | | | Cleanup tooltips | Dmitry Antipov | 2016-07-12 | 14 | -304/+319 | |
| * | | | | | | | | | | | | | | | | | | * src/fns.c (syms_of_fns): Leave `features' lexically scoped | Stefan Monnier | 2016-07-11 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | Fix display of composed characters | Eli Zaretskii | 2016-07-11 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | * src/macfont.m (mac_font_shape): Make sure that total_advance is increasing. | YAMAMOTO Mitsuharu | 2016-07-11 | 1 | -4/+6 | |
| * | | | | | | | | | | | | | | | | | | An efficient built-in mapcan | Mario Lang | 2016-07-10 | 1 | -0/+25 | |
| * | | | | | | | | | | | | | | | | | | Minor tweaks of copying text properties when padding strings | Eli Zaretskii | 2016-07-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Yet another fix for copying properties by 'format' | Eli Zaretskii | 2016-07-08 | 3 | -7/+10 | |
| * | | | | | | | | | | | | | | | | | | Prevent NS event loop being re-entered (bug#11049) | Alan Third | 2016-07-07 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | | Fix some deprecated functions | Alan Third | 2016-07-07 | 2 | -6/+6 | |
| * | | | | | | | | | | | | | | | | | | Reduce consing caused by vertical motion commands | Dmitry Antipov | 2016-07-06 | 1 | -0/+16 | |
| * | | | | | | | | | | | | | | | | | | Fix redisplay with window-start on continuation lines | Eli Zaretskii | 2016-07-05 | 1 | -7/+27 | |
| * | | | | | | | | | | | | | | | | | | Cleanup XEditRes hack | Dmitry Antipov | 2016-07-04 | 3 | -12/+7 | |
| * | | | | | | | | | | | | | | | | | | Re-fix open-network-stream responsiveness | Paul Eggert | 2016-07-04 | 1 | -8/+10 | |