diff options
| author | Paul Eggert | 2012-04-21 18:27:10 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-21 18:27:10 -0700 |
| commit | 5790543d1fa79f5302c2415fd0d3294796008eda (patch) | |
| tree | 1fddb40f8f2a805231339e7683971fd1932cd665 /src/ChangeLog | |
| parent | 9ee7d8b93cb143b473e6dffb708e777bc6fe5bd0 (diff) | |
| download | emacs-5790543d1fa79f5302c2415fd0d3294796008eda.tar.gz emacs-5790543d1fa79f5302c2415fd0d3294796008eda.zip | |
* sysdep.c [__FreeBSD__]: Minor cleanups.
(list_system_processes, system_process_attributes) [__FreeBSD__]:
Use Emacs indenting style more consistently. Avoid some casts.
Use 'double' consistently rather than mixing 'float' and 'double'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a2c68317434..549a5787a52 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-04-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * sysdep.c [__FreeBSD__]: Minor cleanups. | ||
| 4 | (list_system_processes, system_process_attributes) [__FreeBSD__]: | ||
| 5 | Use Emacs indenting style more consistently. Avoid some casts. | ||
| 6 | Use 'double' consistently rather than mixing 'float' and 'double'. | ||
| 7 | |||
| 1 | 2012-04-21 Eduard Wiebe <usenet@pusto.de> | 8 | 2012-04-21 Eduard Wiebe <usenet@pusto.de> |
| 2 | 9 | ||
| 3 | * sysdep.c (list_system_processes, system_process_attributes): Add | 10 | * sysdep.c (list_system_processes, system_process_attributes): Add |