lib/filemode.c


Log

Author Commit Date CI Message
Jim Meyering 3eeca80e 1999-04-26T13:10:11 (setst, ftypelet, mode_string): Use proper mode_t types and macros. Don't assume the traditional Unix values for mode bits. (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH): Define if not defined. <config.h>, <sys/types.h>: Include for mode_t. (mode_string): Now takes mode_t.
Jim Meyering 84bac78d 1999-02-03T05:15:07 (ftypelet): Handle doors. (S_ISDOOR): Define if missing.
Jim Meyering c63f16fc 1998-08-13T02:05:56 Protoize. Tsort function definitions and remove prototypes of static functions. (mode_string): Remove prototype.
Jim Meyering ad3d56c0 1998-08-13T01:52:01 (ftypelet): Add comments for Cray DMF support. From Johan Danielsson.
Jim Meyering 67f394c1 1998-03-15T11:09:10 Use #if, not #ifdef with HAVE_ macros
Jim Meyering 235ac3a0 1996-10-05T20:15:06 (ftypelet): Add support for Cray's migrated dmf files. From Johan Danielsson.
Jim Meyering 6d8337bf 1996-07-15T03:36:16 update FSF address in copyright
Jim Meyering 392da7eb 1994-11-03T22:03:54 (rwx): Use S_IRUSR, S_IWUSR, S_IXUSR instead of obsolete S_IREAD, S_IWRITE, S_IEXEC. Make sure the former three are defined.
Jim Meyering cf17f800 1994-10-08T00:56:50 .
Jim Meyering 300424a2 1994-10-02T05:43:03 merge with 3.9h
Jim Meyering bea3493f 1994-08-27T21:23:07 .
Jim Meyering d87c3946 1992-10-31T20:42:48 Initial revision