diff options
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 |