| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix doprnt so it could be used safely in `verror'. (Bug#8435) | Eli Zaretskii | 2011-04-23 | 13 | -83/+165 |
| * | Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef. | Glenn Morris | 2011-04-22 | 8 | -4/+47 |
| |\ |
|
| | * | Fix a bug in time functions when timezone is changed on Windows. | Eli Zaretskii | 2011-04-18 | 3 | -0/+30 |
| | * | * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451). | Chong Yidong | 2011-04-13 | 2 | -0/+5 |
| | * | Fix typos. | Juanma Barranquero | 2011-04-13 | 2 | -3/+3 |
| | * | Fix wait_for_termination on GNU Hurd (Bug#8467) | Samuel Thibault | 2011-04-10 | 2 | -1/+6 |
| | * | * src/buffer.c (syms_of_buffer): Doc fix (Bug#6902). | Chong Yidong | 2011-04-10 | 2 | -1/+6 |
| * | | Support buffers > 2GB on 64-bit hosts. | Eli Zaretskii | 2011-04-19 | 3 | -8/+13 |
| * | | Allow glyphless-char-display to distinguish between X and text terminals. | Chong Yidong | 2011-04-18 | 3 | -14/+42 |
| * | | Minor redisplay cleanups. | Chong Yidong | 2011-04-17 | 5 | -18/+12 |
| * | | ChangeLog fix. | Glenn Morris | 2011-04-16 | 1 | -1/+1 |
| * | | Static checks with GCC 4.6.0 and non-default toolkits. | Paul Eggert | 2011-04-16 | 40 | -177/+336 |
| |\ \ |
|
| | * | | * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512). | Paul Eggert | 2011-04-16 | 2 | -3/+2 |
| | * | | Merge from mainline. | Paul Eggert | 2011-04-16 | 11 | -115/+178 |
| | |\ \
| |/ /
|/| | |
|
| * | | | Fix argument to `error' in `gnutls-boot'. | Eli Zaretskii | 2011-04-16 | 2 | -2/+4 |
| * | | | Fix regex.c, syntax.c and friends for buffers > 2GB. | Eli Zaretskii | 2011-04-16 | 9 | -107/+158 |
| * | | | lisp/ChangeLog, src/ChangeLog: Fix typos. | Juanma Barranquero | 2011-04-16 | 1 | -4/+4 |
| * | | | Fixed bugs in ns_get_family and ns_descriptor_to_entity that were caused by u... | Ben Key | 2011-04-15 | 2 | -2/+12 |
| | * | | * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl. | Paul Eggert | 2011-04-16 | 3 | -3/+4 |
| | * | | * process.c (keyboard_bit_set): Define only if SIGIO. | Paul Eggert | 2011-04-16 | 2 | -0/+15 |
| | * | | * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'. | Paul Eggert | 2011-04-16 | 2 | -3/+5 |
| | * | | * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts. | Paul Eggert | 2011-04-16 | 2 | -0/+3 |
| | * | | * data.c (arith_error): Mark with NO_RETURN if it doesn't return. | Paul Eggert | 2011-04-16 | 2 | -0/+6 |
| | * | | * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED): | Paul Eggert | 2011-04-16 | 2 | -12/+16 |
| | * | | * xterm.c (xembed_send_message): Likewise. | Paul Eggert | 2011-04-16 | 2 | -2/+3 |
| | * | | * xfaces.c (USG, __TIMEVAL__): Likewise. | Paul Eggert | 2011-04-16 | 2 | -0/+3 |
| | * | | * termhooks.h (struct terminal): Likewise. | Paul Eggert | 2011-04-16 | 2 | -4/+5 |
| | * | | * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier | Paul Eggert | 2011-04-16 | 2 | -0/+5 |
| | * | | * dispextern.h (struct redisplay_interface): Rename param | Paul Eggert | 2011-04-16 | 2 | -2/+5 |
| | * | | * insdel.c (make_gap_smaller): Define only if | Paul Eggert | 2011-04-16 | 2 | -0/+6 |
| | * | | * keyboard.c (read_char): Make a var volatile so longjmp won't clobber | Paul Eggert | 2011-04-16 | 2 | -1/+4 |
| | * | | * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used, | Paul Eggert | 2011-04-16 | 2 | -6/+11 |
| | * | | Add bug#. | Paul Eggert | 2011-04-16 | 1 | -1/+2 |
| | * | | * xfns.c (Fx_file_dialog): Rename local to avoid shadowing. | Paul Eggert | 2011-04-16 | 2 | -4/+6 |
| | * | | * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized var. | Paul Eggert | 2011-04-16 | 2 | -1/+3 |
| | * | | * xterm.c (x_dispatch_event): More accurate ifdefs. | Paul Eggert | 2011-04-16 | 3 | -8/+6 |
| | * | | * xfns.c (x_real_positions): Mark locals as initialized. | Paul Eggert | 2011-04-16 | 2 | -1/+3 |
| | * | | * xmenu.c (xmenu_show): Don't use uninitialized vars. | Paul Eggert | 2011-04-16 | 2 | -8/+10 |
| | * | | * xterm.c: Fix problems found by static analysis with other toolkits. | Paul Eggert | 2011-04-16 | 3 | -8/+30 |
| | * | | * xmenu.c (menu_help_callback): Pointer type fixes. | Paul Eggert | 2011-04-16 | 2 | -14/+14 |
| | * | | * xfns.c (Fx_hide_tip): Move locals to avoid shadowing. | Paul Eggert | 2011-04-16 | 2 | -7/+10 |
| | * | | * menu.c (push_submenu_start, push_submenu_end): Do not define unless | Paul Eggert | 2011-04-16 | 2 | -9/+18 |
| | * | | * keyboard.c (make_lispy_event): Remove unused local var. | Paul Eggert | 2011-04-16 | 2 | -1/+2 |
| | * | | * frame.c, frame.h (x_get_resource_string): Bring this back, but | Paul Eggert | 2011-04-16 | 3 | -0/+32 |
| | * | | Change bitmaps back to X11-compatible types. | Paul Eggert | 2011-04-16 | 14 | -43/+48 |
| | * | | * xgselect.c (xgselect_initialize): Check vs interface | Paul Eggert | 2011-04-16 | 2 | -1/+7 |
| | * | | * xmenu.c (xmenu_show): Rename parm to avoid shadowing. | Paul Eggert | 2011-04-15 | 2 | -7/+9 |
| | * | | * xrdb.c (x_load_resources): Omit unused local. | Paul Eggert | 2011-04-15 | 2 | -2/+5 |
| | * | | * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers | Paul Eggert | 2011-04-15 | 2 | -3/+6 |
| | * | | * fns.c (vector): Remove; this old hack is no longer needed. | Paul Eggert | 2011-04-15 | 2 | -5/+2 |