summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-04-06* term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.Paul Eggert
2011-04-06* xdisp.c, lisp.h (message_nolog): Remove; unused.Paul Eggert
2011-04-06Remove list-processes C function; misc fixes to last change.Chong Yidong
2011-04-06Adapt the MS-DOS build to changes in gnulib.Eli Zaretskii
2011-04-06Don't call gnulib's careadlinkat on Windows.Eli Zaretskii
2011-04-06Update and split ChangeLogs.Juanma Barranquero
2011-04-05Fix more problems found by GCC 4.6.0's static checks.Paul Eggert
2011-04-05doprnt, error, and verror are not printf-compatible.Paul Eggert
2011-04-05Undo Fstring_to_unibyte change.Paul Eggert
2011-04-05* xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.Paul Eggert
2011-04-05* menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.Paul Eggert
2011-04-05* fns.c (Fstring_to_unibyte): Don't rely on undefined behaviorPaul Eggert
2011-04-05* lisp.h (message, message_nolog, doprint, error, verror, fatal):Paul Eggert
2011-04-05* xdisp.c (vmessage): Mark as a printf-like function.Paul Eggert
2011-04-05* term.c (vfatal, maybe_fatal): Mark as printf-like functions.Paul Eggert
2011-04-05* sound.c (sound_warning): Don't crash if arg contains a printf format.Paul Eggert
2011-04-05* image.c (tiff_error_handler, tiff_warning_handler): Mark asPaul Eggert
2011-04-05* eval.c (Fsignal): Remove excess argument to 'fatal'.Paul Eggert
2011-04-04Merge from mainline.Paul Eggert
2011-04-04* coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_codePaul Eggert
2011-04-04* coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.Paul Eggert
2011-04-04* xfont.c (xfont_open): Avoid unnecessary tests.Paul Eggert
2011-04-04* xfont.c (xfont_text_extents): Remove var that was set but not used.Paul Eggert
2011-04-04* composite.c (composition_gstring_put_cache): Use unsigned integer.Paul Eggert
2011-04-04* composite.h, composite.c (composition_gstring_put_cache):Paul Eggert
2011-04-04* composite.h (COMPOSITION_DECODE_REFS): New macro,Paul Eggert
2011-04-04* textprop.c (set_text_properties_1): Change while to do-while,Paul Eggert
2011-04-04* intervals.c (interval_deletion_adjustment): Return unsigned value.Paul Eggert
2011-04-04* intervals.c (graft_intervals_into_buffer): Mark var as used.Paul Eggert
2011-04-04* process.c (read_process_output): Simplify nbytes computation if buffered.Paul Eggert
2011-04-04* process.c (read_process_output): Do adaptive read buffering even if carryover.Paul Eggert
2011-04-04* process.c (Fnetwork_interface_info): Avoid possibility of int overflow.Paul Eggert
2011-04-04* process.c (create_pty): Remove unnecessary "volatile"s.Paul Eggert
2011-04-04* process.c (list_processes_1, create_pty, read_process_output):Paul Eggert
2011-04-04* bytecode.c (exec_byte_code): Rename local to avoid shadowing.Paul Eggert
2011-04-04* syntax.c (update_syntax_table): Use unsigned instead of int.Paul Eggert
2011-04-04* syntax.c (scan_words): Remove var that was set but not used.Paul Eggert
2011-04-04* lread.c (safe_to_load_p): Make the end-of-loop test the inverse of the in-l...Paul Eggert
2011-04-04* lread.c (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.Paul Eggert
2011-04-04* lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.Paul Eggert
2011-04-03* print.c (print_error_message): Avoid int overflow.Paul Eggert
2011-04-03* font.c (font_list_entities): Redo for clarity,Paul Eggert
2011-04-03* src/keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at theStefan Monnier
2011-04-03* nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6Jan Djärv
2011-04-03* font.c (font_score): Avoid potential overflow in diff calculation.Paul Eggert
2011-04-02* font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.Paul Eggert
2011-04-02* fns.c (sxhash): Redo loop for clarity and to avoid wraparound warning.Paul Eggert
2011-04-02* fns.c (substring_both): Remove var that is set but not used.Paul Eggert
2011-04-02* eval.c (funcall_lambda): Rename local to avoid shadowing.Paul Eggert
2011-04-02* alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.Paul Eggert