Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-03 | Define and use new file memrchr.h. | Paul Eggert | |
2005-02-03 | [!defined _LIBC]: Include "memrchr.h" rather than <string.h>. | Paul Eggert | |
Don't bother including stddef.h. | |||
2005-02-03 | Include memrchr.h. | Paul Eggert | |
2005-02-03 | Initial revision | Paul Eggert | |
2005-02-01 | mountlist.h, mountlist.h cleanup, and add support for subfs. | Paul Eggert | |
2005-02-01 | (MOUNTLIST_H_): New macro, to protect against double inclusion. | Paul Eggert | |
Include <sys/types.h>, for dev_t. (ME_DUMMY, ME_REMOTE): Move to mountlist.c. | |||
2005-02-01 | Include mountlist.h first, to test the interface. | Paul Eggert | |
(ME_DUMMY, ME_REMOTE): Moved here from mountlist.c. (ME_DUMMY): Count "subfs" as a dummy. | |||
2005-01-29 | *** empty log message *** | Jim Meyering | |
2005-01-29 | . | Jim Meyering | |
2005-01-29 | * Makefile.am (libfetish_a_SOURCES): Remove many files from this | Jim Meyering | |
list, now that automake determines their names automatically, thanks to the new AC_LIBSOURCES and AC_LIBOBJ uses in the corresponding ../m4/*.m4 files. (EXTRA_DIST): Add getdate.c here, so that we continue to distribute it. | |||
2005-01-25 | *** empty log message *** | Jim Meyering | |
2005-01-25 | Don't include assert.h. | Jim Meyering | |
(path_concat): Remove assertion that would have triggered for ABASE starting with more than one slash. Reported by Andreas Schwab. | |||
2005-01-25 | *** empty log message *** | Jim Meyering | |
2005-01-25 | *** empty log message *** | Jim Meyering | |
2005-01-25 | (path_concat): Set *BASE_IN_RESULT | Jim Meyering | |
properly when ABASE is an absolute file name. Correct the description of this function. Include <assert.h>. Add an assertion and a test driver. This fixes a bug introduced on 2004-07-02. | |||
2005-01-22 | Regenerate. | Paul Eggert | |
2005-01-22 | Sync from gnulib. | Paul Eggert | |
2005-01-21 | *** empty log message *** | Jim Meyering | |
2005-01-21 | Add version-etc-fsf. | Paul Eggert | |
2005-01-21 | (libfetish_a_SOURCES): Add version-etc-fsf.c. | Paul Eggert | |
2005-01-21 | Initial version. | Paul Eggert | |
2005-01-21 | (version_etc_copyright): Use [] instead of * in prototype. | Paul Eggert | |
2005-01-21 | Remove version_etc_copyright. | Paul Eggert | |
2005-01-20 | * save-cwd.c (save_cwd): Remove code to support non-fchdir case. | Paul Eggert | |
2005-01-20 | (save_cwd): Remove code to support the case | Paul Eggert | |
where fchdir is missing or flaky. | |||
2005-01-19 | *** empty log message *** | Jim Meyering | |
2005-01-19 | (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the same value as for Solaris 9. | Jim Meyering | |
2005-01-19 | *** empty log message *** | Jim Meyering | |
2005-01-19 | *** empty log message *** | Jim Meyering | |
2005-01-19 | remove diff, in, out | Jim Meyering | |
2005-01-19 | *** empty log message *** | Jim Meyering | |
2005-01-19 | A test harness to exercize chdir-long.c's sample main program. | Jim Meyering | |
2005-01-19 | (chdir_long): Update prototype. | Jim Meyering | |
2005-01-19 | *** empty log message *** | Jim Meyering | |
2005-01-19 | (chdir_long): Rewrite to remove limitation on | Jim Meyering | |
component length. This included changing the parameter to be of type `char *' rather than `char const *'. | |||
2005-01-19 | . | Jim Meyering | |
2005-01-19 | (fdopendir, fstatat): New functions. | Jim Meyering | |
2005-01-19 | Include headers required for use of DIR and struct stat. | Jim Meyering | |
[AT_SYMLINK_NOFOLLOW]: Define. (fdopendir, fstatat): Add prototypes. | |||
2005-01-04 | * human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional | Paul Eggert | |
definitions to be after all include files, to avoid collisions. | |||
2005-01-04 | *** empty log message *** | Jim Meyering | |
2005-01-04 | [DEFAULT_ALIGNMENT]: Use an intermediate type to simplify | Jim Meyering | |
offsetof() macro construct to avoid compile failure with native HP-UX 11.0 ANSI C compiler. | |||
2005-01-03 | Regenerate. | Paul Eggert | |
2005-01-03 | * utimens.c (futimens): Robustify the previous patch. | Paul Eggert | |
2005-01-03 | (futimens): Robustify the previous patch, by checking | Paul Eggert | |
for known valid error numbers rather than observed invalid ones. | |||
2005-01-03 | *** empty log message *** | Jim Meyering | |
2005-01-03 | (futimens): Account for the fact that futimes | Jim Meyering | |
can also fail with errno == ENOSYS in that case. Patch from Dmitry V. Levin. | |||
2005-01-03 | * utimens.c (futimens) [HAVE_FUTIMES]: Fall back on utimes if | Paul Eggert | |
futimes fails with errno == ENOENT. | |||
2005-01-03 | futimens) [HAVE_FUTIMES]: Fall back on utimes if futimes fails with | Paul Eggert | |
errno == ENOENT. | |||
2005-01-02 | *** empty log message *** | Jim Meyering | |
2005-01-02 | (version_etc_copyright): Update copyright date. | Jim Meyering | |