aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-06-24 10:39:14 -0700
committerPaul Eggert2012-06-24 10:39:14 -0700
commit845ca893904e4664063cb5c121b34925386849f7 (patch)
tree6d9798a0d167f9e6bb5a2a6dae21c83ad9eb9a74 /src/ChangeLog
parent696056c280e0e4a03e12d8d53f692c015ff19217 (diff)
downloademacs-845ca893904e4664063cb5c121b34925386849f7.tar.gz
emacs-845ca893904e4664063cb5c121b34925386849f7.zip
Switch from NO_RETURN to C11's _Noreturn.
Fixes: debbugs:11750
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3f799b9d377..9b383b5243c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -10,6 +10,38 @@
10 10
112012-06-24 Paul Eggert <eggert@cs.ucla.edu> 112012-06-24 Paul Eggert <eggert@cs.ucla.edu>
12 12
13 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
14 * buffer.h (buffer_slot_type_mismatch):
15 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
16 * eval.c (unwind_to_catch):
17 * image.c (my_png_error, my_error_exit):
18 * keyboard.c (quit_throw_to_read_char, user_error)
19 (Fexit_recursive_edit, Fabort_recursive_edit):
20 * lisp.h (die, args_out_of_range, args_out_of_range_3)
21 (wrong_type_argument, buffer_overflow, __executable_start)
22 (memory_full, buffer_memory_full, string_overflow, Fthrow)
23 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
24 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
25 (fatal):
26 (child_setup) [!DOS_NT]:
27 * lread.c (end_of_file_error, invalid_syntax):
28 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
29 * puresize.h (pure_write_error):
30 * search.c (matcher_overflow):
31 * sound.c (sound_perror, alsa_sound_perror):
32 * sysdep.c, syssignal.h (croak):
33 * term.c (maybe_fatal, vfatal):
34 * textprop.c (text_read_only):
35 * undo.c (user_error):
36 * unexmacosx.c (unexec_error):
37 * xterm.c (x_ins_del_lines, x_delete_glyphs):
38 Use _Noreturn rather than NO_RETURN.
39 No need for separate decl merely because of _Noreturn.
40 * sound.c (sound_warning, parse_sound):
41 Remove unnecessary forward decls.
42
432012-06-24 Paul Eggert <eggert@cs.ucla.edu>
44
13 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000). 45 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
14 * lisp.h (WAIT_READING_MAX): New macro. 46 * lisp.h (WAIT_READING_MAX): New macro.
15 * dispnew.c (Fsleep_for, sit_for): 47 * dispnew.c (Fsleep_for, sit_for):