aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the doprnt implementation, as Emacs now uses vsnprintf.Paul Eggert2011-04-061-0/+6
* error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-0/+22
* * eval.c (internal_lisp_condition_case): Don't pass spurious arg.Paul Eggert2011-04-061-0/+2
* * keyboard.c (access_keymap_keyremap): Print func name, not garbage.Paul Eggert2011-04-061-0/+4
* * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.Paul Eggert2011-04-061-0/+2
* * xterm.c (x_catch_errors): Remove duplicate declaration.Paul Eggert2011-04-061-0/+2
* * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.Paul Eggert2011-04-061-0/+2
* * xdisp.c, lisp.h (message_nolog): Remove; unused.Paul Eggert2011-04-061-0/+4
* Adapt the MS-DOS build to changes in gnulib.Eli Zaretskii2011-04-061-0/+2
* Don't call gnulib's careadlinkat on Windows.Eli Zaretskii2011-04-061-0/+4
* Update and split ChangeLogs.Juanma Barranquero2011-04-061-31378/+3
* Fix more problems found by GCC 4.6.0's static checks.Paul Eggert2011-04-051-0/+164
|\
| * doprnt, error, and verror are not printf-compatible.Paul Eggert2011-04-051-2/+1
| * Undo Fstring_to_unibyte change.Paul Eggert2011-04-051-4/+1
| * * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.Paul Eggert2011-04-051-0/+2
| * * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.Paul Eggert2011-04-051-0/+2
| * * fns.c (Fstring_to_unibyte): Don't rely on undefined behaviorPaul Eggert2011-04-051-0/+3
| * * lisp.h (message, message_nolog, doprint, error, verror, fatal):Paul Eggert2011-04-051-0/+3
| * * xdisp.c (vmessage): Mark as a printf-like function.Paul Eggert2011-04-051-0/+2
| * * term.c (vfatal, maybe_fatal): Mark as printf-like functions.Paul Eggert2011-04-051-0/+2
| * * sound.c (sound_warning): Don't crash if arg contains a printf format.Paul Eggert2011-04-051-0/+2
| * * image.c (tiff_error_handler, tiff_warning_handler): Mark asPaul Eggert2011-04-051-0/+5
| * * eval.c (Fsignal): Remove excess argument to 'fatal'.Paul Eggert2011-04-051-0/+2
| * Merge from mainline.Paul Eggert2011-04-041-8/+39
| |\ | |/ |/|
| * * coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_codePaul Eggert2011-04-041-0/+6
| * * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.Paul Eggert2011-04-041-0/+3
| * * xfont.c (xfont_open): Avoid unnecessary tests.Paul Eggert2011-04-041-0/+1
| * * xfont.c (xfont_text_extents): Remove var that was set but not used.Paul Eggert2011-04-041-0/+2
| * * composite.c (composition_gstring_put_cache): Use unsigned integer.Paul Eggert2011-04-041-0/+4
| * * composite.h, composite.c (composition_gstring_put_cache):Paul Eggert2011-04-041-0/+3
| * * composite.h (COMPOSITION_DECODE_REFS): New macro,Paul Eggert2011-04-041-0/+6
| * * textprop.c (set_text_properties_1): Change while to do-while,Paul Eggert2011-04-041-0/+3
| * * intervals.c (interval_deletion_adjustment): Return unsigned value.Paul Eggert2011-04-041-0/+2
| * * intervals.c (graft_intervals_into_buffer): Mark var as used.Paul Eggert2011-04-041-0/+2
| * * process.c (read_process_output): Simplify nbytes computation if buffered.Paul Eggert2011-04-041-0/+1
| * * process.c (read_process_output): Do adaptive read buffering even if carryover.Paul Eggert2011-04-041-0/+1
| * * process.c (Fnetwork_interface_info): Avoid possibility of int overflow.Paul Eggert2011-04-041-0/+1
| * * process.c (create_pty): Remove unnecessary "volatile"s.Paul Eggert2011-04-041-0/+1
| * * process.c (list_processes_1, create_pty, read_process_output):Paul Eggert2011-04-041-0/+3
| * * bytecode.c (exec_byte_code): Rename local to avoid shadowing.Paul Eggert2011-04-041-0/+2
| * * syntax.c (update_syntax_table): Use unsigned instead of int.Paul Eggert2011-04-041-0/+1
| * * syntax.c (scan_words): Remove var that was set but not used.Paul Eggert2011-04-041-0/+2
| * * lread.c (safe_to_load_p): Make the end-of-loop test the inverse of the in-l...Paul Eggert2011-04-041-0/+1
| * * lread.c (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.Paul Eggert2011-04-041-0/+1
| * * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.Paul Eggert2011-04-041-0/+2
| * * print.c (print_error_message): Avoid int overflow.Paul Eggert2011-04-031-0/+2
| * * font.c (font_list_entities): Redo for clarity,Paul Eggert2011-04-031-0/+5
| * * font.c (font_score): Avoid potential overflow in diff calculation.Paul Eggert2011-04-031-0/+1
| * * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.Paul Eggert2011-04-021-0/+2
| * * fns.c (sxhash): Redo loop for clarity and to avoid wraparound warning.Paul Eggert2011-04-021-0/+1