Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-15 | Add Irix6 support to physmem.c. | Jim Meyering | |
(irix_sysget): New function. (IRIX_SYSGET_TOTAL, IRIX_SYSGET_AVAILABLE): New macros. (physmem_total, physmem_available): Use them. | |||
2003-02-14 | *** empty log message *** | Jim Meyering | |
2003-02-14 | Include "euidaccess.h". | Jim Meyering | |
Remove declaration of euidaccess. | |||
2003-02-13 | hacked from the versions in glibc | Jim Meyering | |
2003-02-12 | tweak comment | Jim Meyering | |
2003-02-12 | *** empty log message *** | Jim Meyering | |
2003-02-12 | (ACX_C_RESTRICT): Remove #ifndef -- so now this | Jim Meyering | |
macro also checks for support when using a C++ compiler. Also, remove the test for SGI's __restrict. Suggested by Steven G. Johnson. | |||
2003-02-12 | *** empty log message *** | Jim Meyering | |
2003-02-12 | *** empty log message *** | Jim Meyering | |
2003-02-12 | (jm_PREREQ_REGEX): Require ACX_C_RESTRICT. | Jim Meyering | |
2003-02-12 | (portable_chars_only): Remove unnecessary `const' | Jim Meyering | |
in cast to avoid warning from icc. Reported by Alexandre Duret-Lutz. | |||
2003-02-12 | *** empty log message *** | Jim Meyering | |
2003-02-12 | *** empty log message *** | Jim Meyering | |
2003-02-12 | (ACX_C_RESTRICT): Minor syntactic changes: | Jim Meyering | |
Split long lines, use AC_COMPILE_IFELSE, use `case' instead of nested `if's, remove unnecessary quotes. | |||
2003-02-12 | verbatim from the URL in the comment | Jim Meyering | |
2003-02-12 | *** empty log message *** | Jim Meyering | |
2003-02-10 | *** empty log message *** | Jim Meyering | |
2003-02-10 | (libfetish_a_SOURCES): Add euidaccess.h. | Jim Meyering | |
2003-02-10 | Include "euidaccess.h". | Jim Meyering | |
2003-02-10 | *** empty log message *** | Jim Meyering | |
2003-02-10 | *** empty log message *** | Jim Meyering | |
2003-02-10 | doh | Jim Meyering | |
2003-02-10 | . | Jim Meyering | |
2003-02-10 | *** empty log message *** | Jim Meyering | |
2003-02-10 | add comments and fix dumb typos | Jim Meyering | |
2003-02-10 | Don't include group-member.h. | Jim Meyering | |
Include euidaccess.h. (eaccess): Rewrite function to set the real uid and gid temporarily to the effective uid and gid, then invoke 'access', and then set the real uid and gid back. On systems that lack setreuid or setregid, fall back on the kludges in euidaccess. Before, it would not work for e.g., files with ACLs, files that were marked immutable, or on file systems mounted read-only. | |||
2003-02-09 | *** empty log message *** | Jim Meyering | |
2003-02-09 | (jm_CHECK_DECLS): Add euidaccess. | Jim Meyering | |
2003-02-09 | (test_stat): Remove function. It's job is done (only | Jim Meyering | |
when necessary) by the wrapper in lib/stat.c. | |||
2003-02-09 | bump to4.5.8 | Jim Meyering | |
2003-02-08 | . | Jim Meyering | |
2003-02-08 | . | Jim Meyering | |
2003-02-08 | . | Jim Meyering | |
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | (Mode Structure): Mention filesystem-specific | Jim Meyering | |
permissions and that mounting a filesystem as read-only may override actual file permissions. Use @command instead of @code for program names. | |||
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | Don't assume that the file owner username length is less than 9 | Jim Meyering | |
in ls output: instead, omit that field altogether. | |||
2003-02-08 | . | Jim Meyering | |
2003-02-08 | . | Jim Meyering | |
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | (ftw_startup): Don't shadow outer declaration of save_err. | Jim Meyering | |
Merge inconsequential changes from libc. | |||
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | . | Jim Meyering | |
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | (TESTS): Add restore-wd. | Jim Meyering | |
2003-02-08 | New test for just-fixed bug in ftw.c. | Jim Meyering | |
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | (ftw_startup): When using FTW_CHDIR, always remember | Jim Meyering | |
the current directory, not just when DIR contains a slash. | |||
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | Correct now-invalid comment about cycle-detection. | Jim Meyering | |