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