aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warnings on MS-DOS due to constifying of pointers in xmenu.c.Eli Zaretskii2011-03-123-4/+11
* * buffer.c (syms_of_buffer): Remove obsolete comment.Tom Tromey2011-03-112-3/+4
* Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.Eli Zaretskii2011-03-115-1/+19
* Fix some minor problems found by GCC 4.5.2's static checks.Paul Eggert2011-03-1035-670/+732
|\
| * Merge: Minor changes for problems found by GCC 4.5.2's static checks.Paul Eggert2011-03-1035-670/+732
| |\ |/ /
| * Add bug#s.Paul Eggert2011-03-101-5/+3
| * * fringe.c: Add comment.Paul Eggert2011-03-101-0/+5
| * * fringe.c (update_window_fringes): Mark locals as initializedPaul Eggert2011-03-102-8/+5
| * * fringe.c (update_window_fringes): Initialize top_row_ends_at_zv_p andPaul Eggert2011-03-102-1/+6
| * * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap): Now static.Paul Eggert2011-03-092-3/+4
| * * alloc.c (mark_fringe_data): Move decl from here ...Paul Eggert2011-03-093-4/+8
| * * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):Paul Eggert2011-03-092-13/+16
| * * fontset.c (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; u...Paul Eggert2011-03-092-3/+3
| * * fontset.c (fontset_font): Mark local as initialized.Paul Eggert2011-03-092-1/+2
| * * fontset.c (Fset_fontset_font): Rename local to avoid shadowing.Paul Eggert2011-03-092-4/+5
| * * fontset.c (free_realized_fontset): Now static.Paul Eggert2011-03-092-1/+3
| * * xrdb.c: Include "xterm.h", to check x_load_resources's interface.Paul Eggert2011-03-092-2/+8
| * * xselect.c (x_own_selection, Fx_disown_selection_internal): Rename localsPaul Eggert2011-03-092-7/+9
| * * xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.Paul Eggert2011-03-092-1/+1
| * * xselect.c (x_disown_buffer_selections): Remove; not used.Paul Eggert2011-03-092-20/+2
| * * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,Paul Eggert2011-03-092-6/+16
| * * xfns.c: (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):Paul Eggert2011-03-092-3/+4
| * * xfns.c (Fx_file_dialog, Fx_select_font): Fix pointer signedness.Paul Eggert2011-03-092-5/+6
| * * xfns.c (Fx_create_frame): Add braces to silence GCC warning.Paul Eggert2011-03-092-2/+4
| * * xfns.c (x_decode_color, x_set_name, x_window): Now static.Paul Eggert2011-03-092-4/+8
| * * xterm.c (x_connection_closed): Tell GCC not to suggest NO_RETURN.Paul Eggert2011-03-092-0/+5
| * * xterm.c (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.Paul Eggert2011-03-092-0/+3
| * * xterm.c: (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):Paul Eggert2011-03-092-46/+58
| * * xterm.c (XEMBED_VERSION, xembed_set_info): Don't define unless needed.Paul Eggert2011-03-082-15/+9
| * * xterm.c (x_iconify_frame, x_free_frame_resources): Don't declare localsPaul Eggert2011-03-082-1/+7
| * * xterm.c: Don't declare local "event" unless it's used.Paul Eggert2011-03-082-1/+2
| * * xterm.c (XTread_socket): Don't define label "out" unless it's used.Paul Eggert2011-03-082-2/+3
| * * xterm.c: (x_shift_glyphs_for_insert, XTflash, XTring_bell):Paul Eggert2011-03-082-4/+6
| * * xterm.h (x_mouse_leave): New decl.Paul Eggert2011-03-082-0/+3
| * * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):Paul Eggert2011-03-082-46/+3
| * * xfaces.c (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.Paul Eggert2011-03-082-14/+4
| * * xfaces.c (Fx_list_fonts): Mark variable that gcc -WuninitializedPaul Eggert2011-03-082-1/+3
| * * xfaces.c (free_realized_faces_for_fontset): Remove; not used.Paul Eggert2011-03-082-39/+1
| * * xfaces.c (tty_defined_color, merge_face_heights): Now static.Paul Eggert2011-03-082-2/+3
| * * term.c (encode_terminal_code): Mark vars for gcc -Wuninitialized.Paul Eggert2011-03-082-3/+4
| * * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font): RenamePaul Eggert2011-03-082-14/+16
| * * terminal.c (store_terminal_param): Now static.Paul Eggert2011-03-082-4/+5
| * * term.c, tparam.h (tgetflag, tgetnum, tgetstr): Move the const to the .h filePaul Eggert2011-03-083-16/+3
| * * alloc.c (mark_ttys): Move decl from here ...Paul Eggert2011-03-083-1/+4
| * * term.c (term_mouse_position): Rename local to avoid shadowing.Paul Eggert2011-03-082-3/+5
| * * cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert2011-03-087-93/+120
| * * tparam.h: New file.Paul Eggert2011-03-085-27/+60
| * * term.c (encode_terminal_code): Remove unused localPaul Eggert2011-03-082-3/+1
| * * term.c (encode_terminal_code): Now static.Paul Eggert2011-03-082-1/+3
| * * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does notPaul Eggert2011-03-082-2/+4