aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-06-02 09:37:54 -0700
committerPaul Eggert2012-06-02 09:37:54 -0700
commit63810350ec7f26232fbd653f279c92f43b5c4807 (patch)
treebc4881b40b8fc53d28d55f5f01f098342e8c2cff /src/ChangeLog
parent4cf9b38dd572979c53bc5a7892c27b2a40a6f039 (diff)
downloademacs-63810350ec7f26232fbd653f279c92f43b5c4807.tar.gz
emacs-63810350ec7f26232fbd653f279c92f43b5c4807.zip
* sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
Convert pctcpu and pctmem to Lisp float properly. Let the compiler fold better, as 100.0/0x8000 is exact.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1d48a6ff155..82ff4123b18 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-06-02 Paul Eggert <eggert@cs.ucla.edu>
2
3 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
4 Convert pctcpu and pctmem to Lisp float properly.
5 Let the compiler fold better, as 100.0/0x8000 is exact.
6
12012-06-02 Andreas Schwab <schwab@linux-m68k.org> 72012-06-02 Andreas Schwab <schwab@linux-m68k.org>
2 8
3 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of 9 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of