aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
| * Fix last change.Chong Yidong2011-03-051-1/+1
| * * nsterm.m (ns_draw_window_cursor): Fix typo in 2011-02-23 commit.Chong Yidong2011-03-052-2/+5
| * ChangeLog fix.Glenn Morris2011-03-051-1/+1
| * Reduce some of the many, many variant spellings of NeXTstep.Glenn Morris2011-03-031-1/+1
| * * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.Ken Brown2011-03-022-1/+5
* | * xdisp.c: Rename or move local decls to avoid shadowing.Paul Eggert2011-03-052-130/+146
|/
* Merge: Work around some portability problems with symlinks.Paul Eggert2011-03-013-28/+47
|\
| * Merge from mainline.Paul Eggert2011-03-0118-102/+186
| |\ | |/ |/|
| * * fileio.c (Fmake_symbolic_link): Treat ENOSYS specially, andPaul Eggert2011-02-252-0/+9
| * Simplify symlink portability workaround.Paul Eggert2011-02-252-19/+3
| * Merge from mainline.Paul Eggert2011-02-247-53/+67
| |\