| Commit message (Expand) | Author | Age | Files | Lines |
| * | * xterm.c (x_iconify_frame, x_free_frame_resources): Don't declare locals | Paul Eggert | 2011-03-08 | 1 | -0/+2 |
| * | * xterm.c: Don't declare local "event" unless it's used. | Paul Eggert | 2011-03-08 | 1 | -0/+1 |
| * | * xterm.c (XTread_socket): Don't define label "out" unless it's used. | Paul Eggert | 2011-03-08 | 1 | -0/+1 |
| * | * xterm.c: (x_shift_glyphs_for_insert, XTflash, XTring_bell): | Paul Eggert | 2011-03-08 | 1 | -0/+2 |
| * | * xterm.h (x_mouse_leave): New decl. | Paul Eggert | 2011-03-08 | 1 | -0/+2 |
| * | * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame): | Paul Eggert | 2011-03-08 | 1 | -0/+3 |
| * | * xfaces.c (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used. | Paul Eggert | 2011-03-08 | 1 | -0/+2 |
| * | * xfaces.c (Fx_list_fonts): Mark variable that gcc -Wuninitialized | Paul Eggert | 2011-03-08 | 1 | -0/+2 |
| * | * xfaces.c (free_realized_faces_for_fontset): Remove; not used. | Paul Eggert | 2011-03-08 | 1 | -0/+1 |
| * | * xfaces.c (tty_defined_color, merge_face_heights): Now static. | Paul Eggert | 2011-03-08 | 1 | -0/+1 |
| * | * term.c (encode_terminal_code): Mark vars for gcc -Wuninitialized. | Paul Eggert | 2011-03-08 | 1 | -0/+1 |
| * | * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font): Rename | Paul Eggert | 2011-03-08 | 1 | -0/+3 |
| * | * terminal.c (store_terminal_param): Now static. | Paul Eggert | 2011-03-08 | 1 | -1/+3 |
| * | * term.c, tparam.h (tgetflag, tgetnum, tgetstr): Move the const to the .h file | Paul Eggert | 2011-03-08 | 1 | -1/+0 |
| * | * alloc.c (mark_ttys): Move decl from here ... | Paul Eggert | 2011-03-08 | 1 | -0/+3 |
| * | * term.c (term_mouse_position): Rename local to avoid shadowing. | Paul Eggert | 2011-03-08 | 1 | -0/+2 |
| * | * cm.c (calccost, cmgoto): Use const pointers where appropriate. | Paul Eggert | 2011-03-08 | 1 | -0/+10 |
| * | * tparam.h: New file. | Paul Eggert | 2011-03-08 | 1 | -0/+11 |
| * | * term.c (encode_terminal_code): Remove unused local | Paul Eggert | 2011-03-08 | 1 | -1/+1 |
| * | * term.c (encode_terminal_code): Now static. | Paul Eggert | 2011-03-08 | 1 | -0/+2 |
| * | * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not | Paul Eggert | 2011-03-08 | 1 | -0/+3 |
| * | * bidi.c (BIDI_BOB): Remove unused macro. | Paul Eggert | 2011-03-08 | 1 | -0/+1 |
| * | * dispextern.h (bidi_dump_cached_states): Likewise. | Paul Eggert | 2011-03-08 | 1 | -0/+1 |
| * | * bidi.c (bidi_check_type): Now static, since it's not used elsewhere. | Paul Eggert | 2011-03-08 | 1 | -0/+2 |
| * | * chartab.c (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros. | Paul Eggert | 2011-03-08 | 1 | -0/+1 |
| * | * chartab.c: (sub_char_table_ref_and_range, char_table_ref_and_range): | Paul Eggert | 2011-03-08 | 1 | -0/+2 |
| * | * chartab.c (copy_sub_char_table): Now static, since it's not used | Paul Eggert | 2011-03-08 | 1 | -0/+3 |
| * | * character.c (string_count_byte8): Likewise. | Paul Eggert | 2011-03-07 | 1 | -0/+1 |
| * | * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string): | Paul Eggert | 2011-03-07 | 1 | -0/+3 |
| * | * category.c (copy_category_table): Now static, since it's not used elsewhere. | Paul Eggert | 2011-03-07 | 1 | -0/+1 |
| * | * category.c (hash_get_category_set): Remove unused local var. | Paul Eggert | 2011-03-07 | 1 | -0/+2 |
| * | * coding.c (detect_coding_iso_2022): Initialize a local variable that might | Paul Eggert | 2011-03-07 | 1 | -0/+3 |
| * | * coding.c (decode_coding_emacs_mule): Mark variables that gcc | Paul Eggert | 2011-03-07 | 1 | -2/+2 |
| * | * coding.c: (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT): | Paul Eggert | 2011-03-07 | 1 | -0/+5 |
| * | * coding.c: (decode_coding_object, encode_coding_object, detect_coding_system): | Paul Eggert | 2011-03-07 | 1 | -0/+3 |
| * | * coding.c (decode_coding_iso_2022): Add "default: abort ();" as a safety check. | Paul Eggert | 2011-03-07 | 1 | -0/+1 |
| * | * coding.c (emacs_mule_char, encode_invocation_designation): | Paul Eggert | 2011-03-07 | 1 | -0/+2 |
| * | * coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' inside | Paul Eggert | 2011-03-07 | 1 | -0/+9 |
| * | * coding.c (coding_set_source, coding_set_destination): | Paul Eggert | 2011-03-07 | 1 | -0/+4 |
| * | * charset.c (load_charset): Abort instead of using uninitialized var. | Paul Eggert | 2011-03-07 | 1 | -0/+1 |
| * | * charset.c (load_charset_map): Mark variables that gcc -Wuninitialized | Paul Eggert | 2011-03-07 | 1 | -0/+2 |
| * | * charset.c: Include <limits.h>. | Paul Eggert | 2011-03-07 | 1 | -0/+3 |
| * | * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid | Paul Eggert | 2011-03-07 | 1 | -2/+4 |
| * | 2011-03-08 Paul Eggert <eggert@cs.ucla.edu> | Paul Eggert | 2011-03-07 | 1 | -1/+5 |
| * | * window.h (check_all_windows): New decl, to forestall | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | * window.c (display_buffer): Now static. | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | * window.c (window_loop, size_window): | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | * xmenu.c (next_menubar_widget_id): Declare only if USE_X_TOOLKIT, | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | * xmenu.c (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const" | Paul Eggert | 2011-03-06 | 1 | -0/+2 |
| * | * xdisp.c (redisplay_window): Rename local to avoid shadowing. | Paul Eggert | 2011-03-06 | 1 | -0/+2 |