diff options
| author | Dan Nicolaescu | 2010-07-05 09:29:35 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-05 09:29:35 -0700 |
| commit | d2aa42f8be4756cf4efc96b975bb6db9c0bdff94 (patch) | |
| tree | 6d899bc468ac6031b5aec1f4528344a495a67f26 /src/ChangeLog | |
| parent | d3da34e0dab1404e80dba5413b3c449a6ea8fa0c (diff) | |
| download | emacs-d2aa42f8be4756cf4efc96b975bb6db9c0bdff94.tar.gz emacs-d2aa42f8be4756cf4efc96b975bb6db9c0bdff94.zip | |
Convert function definitions and declarations to standard C.
* src/vm-limit.c (memory_warnings):
* src/keyboard.c (modify_event_symbol):
* src/floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
(round2, emacs_rint):
* src/process.c (send_process, old_sigpipe): Convert function
definitions and declarations to standard C.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5c8db880e6a..7071c62b491 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | Juanma Barranquero <lekktu@gmail.com> | 2 | |
| 3 | * vm-limit.c (memory_warnings): | ||
| 4 | * keyboard.c (modify_event_symbol): | ||
| 5 | * floatfns.c (rounding_driver, ceiling2, floor2, truncate2) | ||
| 6 | (round2, emacs_rint): | ||
| 7 | * process.c (send_process, old_sigpipe): Convert function | ||
| 8 | definitions and declarations to standard C. | ||
| 9 | |||
| 10 | 2010-07-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 3 | 11 | ||
| 4 | * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c, | 12 | * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c, |
| 5 | * xdisp.c: Convert function definitions to standard C. | 13 | * xdisp.c: Convert function definitions to standard C. |