changeset 102663:d1ec6937e20b

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 20 Mar 2009 17:59:38 +0000
parents aa16e7d76321
children f59da3b2bad3
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Mar 20 17:58:44 2009 +0000
+++ b/src/ChangeLog	Fri Mar 20 17:59:38 2009 +0000
@@ -1,3 +1,11 @@
+2009-03-20  Eli Zaretskii  <eliz@gnu.org>
+
+	* editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
+	negative, produce a float value.
+
+	* dired.c (make_uid, make_gid): New functions.
+	(Ffile_attributes): Use them to avoid negative UID and GID.
+
 2009-03-20  Juanma Barranquero  <lekktu@gmail.com>
 
 	* keyboard.c (Fcurrent_idle_time): Reflow docstring.