Edit

kc3-lang/gnulib/modules/file-type

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2024-12-27 23:40:10
    Hash : 984cbda2
    Message : Rename module sys_stat to sys_stat-h. * modules/sys_stat-h: Renamed from modules/sys_stat. * modules/sys_stat-h-tests: Renamed from modules/sys_stat-tests. * modules/sys_stat-h-c++-tests: Renamed from modules/sys_stat-c++-tests. * tests/test-sys_stat-h.c: Renamed from tests/test-sys_stat.c. * tests/test-sys_stat-h-c++.cc: Renamed from tests/test-sys_stat-c++.cc. * doc/posix-headers/sys_stat.texi: Update. * doc/posix-functions/mkdir.texi: Update. * modules/* (Depends-on): Update. * modules/sys_stat: New file.

  • modules/file-type
  • Description:
    Return a string describing the type of a file.
    
    Files:
    lib/file-type.h
    lib/file-type.c
    
    Depends-on:
    c-file-type
    gettext-h
    gnulib-i18n
    sys_stat-h
    
    configure.ac:
    
    Makefile.am:
    lib_SOURCES += file-type.c
    
    Include:
    "file-type.h"
    
    License:
    GPL
    
    Maintainer:
    Paul Eggert, Jim Meyering