| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | * lwlib-utils.c (XtCompositeChildren): Likewise. | Paul Eggert | 2011-04-16 | 2 | -1/+2 |
| * | * lwlib-Xm.c (make_dialog): Rename local to avoid shadowing. | Paul Eggert | 2011-04-16 | 2 | -6/+9 |
| * | * pop.c (socket_connection): Double-cast to avoid GCC warning | Paul Eggert | 2011-04-16 | 2 | -1/+5 |
| * | * movemail.c (mail_spool_name): Protoize. | Paul Eggert | 2011-04-16 | 2 | -6/+18 |
| * | * fakemail.c (xmalloc, xreallc): Use standard C prototypes | Paul Eggert | 2011-04-16 | 2 | -9/+12 |
| * | * emacsclient.c (main): Don't use uninitialized var. | Paul Eggert | 2011-04-16 | 2 | -4/+8 |
| * | * 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 |
| * | * lwlib.c (first_child) [USE_MOTIF]: Protoize. | Paul Eggert | 2011-04-16 | 2 | -1/+2 |
| * | * 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 |
| * | Modernize to C89, for better static checking. | Paul Eggert | 2011-04-16 | 22 | -217/+213 |
| * | * 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 |
| * | * xsmfns.c (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define. | Paul Eggert | 2011-04-15 | 2 | -1/+2 |
| * | * xsmfns.c: Remove unused var. | Paul Eggert | 2011-04-15 | 2 | -1/+1 |
| * | * xsmfns.c (create_client_leader_window): Rename shadowing arg. | Paul Eggert | 2011-04-15 | 2 | -4/+6 |
| * | * xrdb.c (x_load_resources) [!USE_MOTIF]: Omit unused local. | Paul Eggert | 2011-04-15 | 2 | -2/+3 |
| * | * xfns.c (USG): Use the kludged USG macro, to pacify gcc. | Paul Eggert | 2011-04-15 | 2 | -0/+3 |
| * | * xfns.c (x_window): Rename locals to avoid shadowing. | Paul Eggert | 2011-04-15 | 2 | -6/+7 |
| * | * xfns.c (free_frame_menubar, atof): Remove duplicate decls. | Paul Eggert | 2011-04-15 | 2 | -3/+2 |
| * | * xterm.c (x_term_init): Remove local to avoid shadowing. | Paul Eggert | 2011-04-15 | 2 | -1/+2 |
| * | * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused. | Paul Eggert | 2011-04-15 | 2 | -13/+2 |
| * | * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl. | Paul Eggert | 2011-04-15 | 3 | -2/+4 |
| * | * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if | Paul Eggert | 2011-04-15 | 3 | -1/+12 |
| * | * lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;". | Paul Eggert | 2011-04-15 | 2 | -3/+6 |
| * | * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused. | Paul Eggert | 2011-04-15 | 3 | -29/+2 |