Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/idcache @ 13442:2d4854871087
unitypes: Fix bug introduced on 2010-05-18.
author | Ian Beckwith <ianb@erislabs.net> |
---|---|
date | Tue, 29 Jun 2010 10:51:34 +0200 |
parents | 71cb6e488d75 |
children | 61ba814a50cb |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Username <--> uid and groupname <--> gid conversions, with cache for speed. |
4110 | 3 |
4 Files: | |
5 lib/idcache.c | |
9148 | 6 lib/idcache.h |
4110 | 7 m4/idcache.m4 |
8 | |
9 Depends-on: | |
7673
a37b8b182d49
* lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
Jim Meyering <jim@meyering.net>
parents:
7670
diff
changeset
|
10 flexmember |
4110 | 11 xalloc |
12 | |
13 configure.ac: | |
14 gl_IDCACHE | |
15 | |
16 Makefile.am: | |
17 | |
18 Include: | |
19 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
20 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
21 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
22 |
4197 | 23 Maintainer: |
24 Jim Meyering |