summaryrefslogtreecommitdiff
path: root/lib/sys_stat.in.h
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* mkfifoat: Work around trailing slash bug in mknodat() on AIX 7.2.Bruno Haible2021-01-051-2/+14
* mkfifoat: Work around trailing slash bug in mkfifoat() on AIX 7.2.Bruno Haible2021-01-051-2/+12
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Make it possible to turn off the mkdir override on Windows.Bruno Haible2020-12-251-11/+38
* Make it possible to turn off each of the Windows oldnames workarounds.Bruno Haible2020-12-251-14/+18
* Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.Bruno Haible2020-12-061-4/+24
* sys_stat: update comments for S_IRWXUGO, S_IXUGOPaul Eggert2020-10-261-2/+2
* Fix "warning: attribute declaration must precede definition" with clang.Bruno Haible2020-08-161-0/+2
* Support compiling without -loldnames on native Windows.Bruno Haible2020-08-151-0/+12
* getumask: New module.Bruno Haible2020-07-041-0/+17
* fchmodat, lchmod: simplifyPaul Eggert2020-02-231-14/+2
* Use 'restrict' in all POSIX function declarations.Bruno Haible2020-02-221-10/+18
* lchmod: Ensure declaration on HP-UX.Bruno Haible2020-02-081-1/+1
* fchmodat: AT_SYMLINK_NOFOLLOW fix for non-symlinksPaul Eggert2020-02-071-18/+23
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* sys_stat: Fix 'implicit declaration of function' warning on OS/2 kLIBC.KO Myung-Hun2019-01-171-1/+8
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-3/+3
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* windows-stat-timespec: New module.Bruno Haible2017-05-131-2/+4
* windows-stat-override: New module.Bruno Haible2017-05-131-47/+129
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* filemode, sys_stat: Handle MPX files a la AIX.Paul Eggert2012-12-171-0/+4
* sys_stat: no 'static inline'Paul Eggert2012-11-291-1/+1
* Large File Support for native Windows platforms.Bruno Haible2012-04-211-1/+32
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* sys_stat: Fix support for mingw64 and MSVC.Bruno Haible2012-01-301-4/+23
* Improve support for MSVC 9.Bruno Haible2012-01-151-0/+5
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* New module 'fstat'.Bruno Haible2011-09-251-6/+15
* mkdir: Tweak for MSVC 9.Bruno Haible2011-09-231-2/+3
* sys_stat: Support for MSVC.Bruno Haible2011-09-161-0/+6
* Allow multiple gnulib generated include files to be combined.Bruno Haible2011-05-291-5/+5
* Oops, fix last commit.Bruno Haible2011-03-121-2/+2
* futimens, utimensat: Avoid endless recursion on Solaris 10.Bruno Haible2011-03-121-2/+14
* Allow multiple gnulib generated replacements to coexist.Bruno Haible2011-02-071-0/+3
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* mknod: Avoid error in C++ mode on OSF/1 with GCC.Bruno Haible2010-12-191-1/+2
* Avoid line length limitation from HP NonStop system header files.Bruno Haible2010-10-041-0/+1
* Avoid some lines longer than 80 characters.Paul Eggert2010-10-031-1/+2
* mkdir: Make it work on mingw64.Bruno Haible2010-04-111-2/+4
* sys_stat: Fix C++ test error on mingw.Bruno Haible2010-04-031-1/+4
* Fix a compilation error on Cygwin with g++ >= 4.3.Bruno Haible2010-03-271-0/+4
* sys_stat: Avoid #define replacements in C++ mode.Bruno Haible2010-03-081-65/+148