aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-04-16 21:29:58 -0400
committerGlenn Morris2012-04-16 21:29:58 -0400
commit316411f0f20d409ec24ee892393f15701b05de1c (patch)
treedb48481dff396a640011c69f51bb9c98ad5034b9 /src/ChangeLog
parent41f03f4da76827e8611267ee5283a5df8071a617 (diff)
downloademacs-316411f0f20d409ec24ee892393f15701b05de1c.tar.gz
emacs-316411f0f20d409ec24ee892393f15701b05de1c.zip
Add functions to get system user names, group names
Note from committer: I removed the part that adds grp.h to AC_CHECK_HEADERS and +#ifdef HAVE_GRP_H #include <grp.h> +#endif to src/dired.c, because the latter has unconditionally included grp.h since 2003, and uses it eg in stat_gname. * configure.in (AC_CHECK_FUNCS): Add getpwent, endpwent, getgrent, endgrent. * src/dired.c (Fsystem_users, Fsystem_groups): New functions. (syms_of_dired): Add them. Fixes: debbugs:7900
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e321a70d4c3..bcb2edee96f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
4 (syms_of_dired): Add them.
5
12012-04-16 Paul Eggert <eggert@cs.ucla.edu> 62012-04-16 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Fix minor alloc.c problems found by static checking. 8 Fix minor alloc.c problems found by static checking.