view modules/filemode @ 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 3ccc6d0d52bb
children a535859efd14
line wrap: on
line source

Description:
Return a string (?rwxrwxrwx format) describing the type and permissions of a
file.

Files:
lib/filemode.h
lib/filemode.c
m4/filemode.m4

Depends-on:

configure.ac:
gl_FILEMODE

Makefile.am:
lib_SOURCES += filemode.h filemode.c

Include:
"filemode.h"

Maintainer:
Jim Meyering