view modules/userspec @ 4621:3d28ad4e18e2

Add time_r module. Change timegm, mktime, and strftime to use localtime_r and gmtime_r, now supplied by the time_r module. This fixes some timegm bugs and cleans up mktime and strftime a bit.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 06 Sep 2003 21:34:07 +0000
parents ff249a314eac
children aa6faf3bbe11
line wrap: on
line source

Description:
Parse a specifying a user and/or group (e.g. as first argument of chown
utility).

Files:
lib/userspec.c
m4/userspec.m4

Depends-on:
alloca
posixver
xalloc
xstrtol
strdup
gettext

configure.ac:
gl_USERSPEC

Makefile.am:
lib_SOURCES += userspec.c

Include:

Maintainer:
Jim Meyering