changeset 100832:04e43420dbad

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 02 Jan 2009 15:08:57 +0000
parents e43e429a11bb
children 1eb416e724bb
files src/ChangeLog
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jan 02 15:07:19 2009 +0000
+++ b/src/ChangeLog	Fri Jan 02 15:08:57 2009 +0000
@@ -1,3 +1,18 @@
+2009-01-02  Eli Zaretskii  <eliz@gnu.org>
+
+	* w32.c (process_times): Compute sum of utime and stime.
+	(system_process_attributes): Add Qtime to the alist.
+
+	* sysdep.c (system_process_attributes): Compute Qtime and Qctime
+	and add them to the alist.
+
+	* process.c (top level) <Qtime, Qctime>: New variables.
+	(syms_of_process): staticpro them.
+	(Fsystem_process_attributes): Add their documentation to the doc
+	string.
+
+	* process.h: Declare Qtime and Qctime.
+
 2009-01-02  Jason Rumney  <jasonr@gnu.org>
 
 	* image.c: (Qgobject): New symbol.