aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * chartab.c (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.Paul Eggert2011-03-082-14/+1
* * chartab.c: (sub_char_table_ref_and_range, char_table_ref_and_range):Paul Eggert2011-03-082-13/+15
* * chartab.c (copy_sub_char_table): Now static, since it's not usedPaul Eggert2011-03-082-3/+5
* * character.c (string_count_byte8): Likewise.Paul Eggert2011-03-072-1/+2
* * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):Paul Eggert2011-03-072-29/+31
* * category.c (copy_category_table): Now static, since it's not used elsewhere.Paul Eggert2011-03-072-1/+2
* * category.c (hash_get_category_set): Remove unused local var.Paul Eggert2011-03-072-2/+2
* * coding.c (detect_coding_iso_2022): Initialize a local variable that mightPaul Eggert2011-03-072-1/+9
* * coding.c (decode_coding_emacs_mule): Mark variables that gccPaul Eggert2011-03-072-4/+4
* * coding.c: (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):Paul Eggert2011-03-072-56/+6
* * coding.c: (decode_coding_object, encode_coding_object, detect_coding_system):Paul Eggert2011-03-072-6/+9
* * coding.c (decode_coding_iso_2022): Add "default: abort ();" as a safety check.Paul Eggert2011-03-072-0/+5
* * coding.c (emacs_mule_char, encode_invocation_designation):Paul Eggert2011-03-072-2/+4
* * coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' insidePaul Eggert2011-03-073-55/+63
* * coding.c (coding_set_source, coding_set_destination):Paul Eggert2011-03-072-6/+12
* * charset.c (load_charset): Abort instead of using uninitialized var.Paul Eggert2011-03-072-2/+7
* * charset.c (load_charset_map): Mark variables that gcc -WuninitializedPaul Eggert2011-03-072-1/+3
* * charset.c: Include <limits.h>.Paul Eggert2011-03-072-5/+7
* * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoidPaul Eggert2011-03-073-11/+12
* 2011-03-08 Paul Eggert <eggert@cs.ucla.edu>Paul Eggert2011-03-072-3/+7
* * window.h (check_all_windows): New decl, to forestallPaul Eggert2011-03-062-0/+3
* * window.c (display_buffer): Now static.Paul Eggert2011-03-062-1/+3
* * window.c (window_loop, size_window):Paul Eggert2011-03-062-23/+26
* * xmenu.c (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,Paul Eggert2011-03-062-2/+4
* * xmenu.c (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"Paul Eggert2011-03-062-3/+5
* * xdisp.c (redisplay_window): Rename local to avoid shadowing.Paul Eggert2011-03-062-2/+4
* Merge from mainline.Paul Eggert2011-03-062-11/+16
|\
| * Revert incorrect logic in 2011-03-06T07:50:01Z!eggert@cs.ucla.edu.Chong Yidong2011-03-062-6/+9
| * Merge: current_column: Now returns EMACS_INT, fixing some iftcPaul Eggert2011-03-069-66/+87
| |\
* | | * xmenu.c (xmenu_show): Rename parameter to avoid shadowing.Paul Eggert2011-03-062-3/+4
* | | * xmenu.c (set_frame_menubar): Remove unused local.Paul Eggert2011-03-062-2/+1
* | | * xmenu.c (menu_highlight_callback): Now static.Paul Eggert2011-03-062-2/+4
* | | xdisp.c (draw_glyphs):Paul Eggert2011-03-062-3/+4
* | | xdisp.c (draw_glyphs):Paul Eggert2011-03-062-3/+5
* | | xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Mark variables thatPaul Eggert2011-03-062-3/+4
* | | * xdisp.c (display_line): Mark variables that gcc -Wuninitialized cannotPaul Eggert2011-03-063-7/+20
* | | * xdisp.c (Fcurrent_bidi_paragraph_direction): Simplify slightly; thisPaul Eggert2011-03-062-10/+7
* | | * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.Paul Eggert2011-03-062-1/+11
| |/ |/|
* | current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert2011-03-068-46/+68
* | * xdisp.c (redisplay_window): Likewise.Paul Eggert2011-03-062-3/+4
* | * minibuf.c (minibuf_prompt, minibuf_prompt_width): Move herePaul Eggert2011-03-064-18/+14
|/
* * cmds.c (internal_self_insert): Reindent to match Emacs style.Paul Eggert2011-03-062-16/+19
* * xdisp.c (SKIP_GLYPHS): Removed unused macro.Paul Eggert2011-03-062-12/+1
* * xdisp.c (update_window_cursor): Now static, since it's not used elsewhere.Paul Eggert2011-03-062-1/+2
* * xdisp.c (produce_glyphless_glyph): Make a pointer "const"Paul Eggert2011-03-062-1/+4
* * xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var.Paul Eggert2011-03-062-1/+1
* Merge from mainline.Paul Eggert2011-03-055-27/+31
|\
| * Fix typos.Juanma Barranquero2011-03-061-7/+7
| * Doc fixes for bug#5567 (tiny change)Michael Shields2011-03-052-12/+12
| * Regenerate autotools stuff, grumble.Glenn Morris2011-03-051-3/+0