[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/process.c,v
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/src/process.c,v |
Date: |
Sat, 09 Aug 2008 17:54:07 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Eli Zaretskii <eliz> 08/08/09 17:54:07
Index: process.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/process.c,v
retrieving revision 1.556
retrieving revision 1.557
diff -u -b -r1.556 -r1.557
--- process.c 4 Aug 2008 14:39:26 -0000 1.556
+++ process.c 9 Aug 2008 17:54:07 -0000 1.557
@@ -7481,6 +7481,8 @@
The attributes that this function may return are listed below,
together with the type of the associated value (in parentheses).
+Not all platforms support all of these attributes; unsupported
+attributes will not appear in the returned alist.
Unless explicitly indicated otherwise, numbers can have either
integer or floating point values.
@@ -8207,6 +8209,8 @@
The attributes that this function may return are listed below,
together with the type of the associated value (in parentheses).
+Not all platforms support all of these attributes; unsupported
+attributes will not appear in the returned alist.
Unless explicitly indicated otherwise, numbers can have either
integer or floating point values.
- [Emacs-diffs] Changes to emacs/src/process.c,v, Eli Zaretskii, 2008/08/02
- [Emacs-diffs] Changes to emacs/src/process.c,v, Adrian Robert, 2008/08/04
- [Emacs-diffs] Changes to emacs/src/process.c,v,
Eli Zaretskii <=
- [Emacs-diffs] Changes to emacs/src/process.c,v, Glenn Morris, 2008/08/10
- [Emacs-diffs] Changes to emacs/src/process.c,v, Chong Yidong, 2008/08/15
- [Emacs-diffs] Changes to emacs/src/process.c,v, Eli Zaretskii, 2008/08/23
- [Emacs-diffs] Changes to emacs/src/process.c,v, Andreas Schwab, 2008/08/23