Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-12 | *** empty log message *** | Jim Meyering | |
2006-03-12 | (leave_dir): If cycle-check's saved dev-ino pair matches | Jim Meyering | |
that of the current directory (which we're about to chdir ".." out of), then save the dev-ino of the parent, instead. | |||
2006-03-12 | *** empty log message *** | Jim Meyering | |
2006-03-12 | (SAME_INODE): Remove definition. | Jim Meyering | |
2006-03-12 | Include "same-inode.h". | Jim Meyering | |
(CYCLE_CHECK_REFLECT_CHDIR_UP): Define. | |||
2006-03-12 | (SAME_INODE): Remove definition. | Jim Meyering | |
Include "same-inode.h", instead. | |||
2006-03-12 | (SAME_INODE): Remove definition. | Jim Meyering | |
Include "same-inode.h", instead. | |||
2006-03-12 | (SAME_INODE): New file/macro. | Jim Meyering | |
2006-03-12 | Remove asctime_r, ctime_r, and let m4 specify the sources. | Paul Eggert | |
2006-03-12 | (asctime_r, ctime_r): Remove. | Paul Eggert | |
2006-03-12 | (libcoreutils_a_SOURCES): Remove time_r.c, time_r.h, | Paul Eggert | |
as this is now done in m4. | |||
2006-02-27 | . | Jim Meyering | |
2006-02-27 | *** empty log message *** | Jim Meyering | |
2006-02-27 | *** empty log message *** | Jim Meyering | |
2006-02-27 | *** empty log message *** | Jim Meyering | |
2006-02-27 | (libcoreutils_a_SOURCES): Add base64.h and base64.c. | Jim Meyering | |
2006-02-21 | (AT_FDCWD): Work around a bug in Solaris 9 and 10, where | Paul Eggert | |
AT_FDCWD exceeds INT_MAX. | |||
2006-02-20 | . | Jim Meyering | |
2006-02-16 | *** empty log message *** | Jim Meyering | |
2006-02-16 | Include lstat.h, so that uses of lstat are converted | Jim Meyering | |
to uses of rpl_lstat, e.g., on Solaris 9. Otherwise, programs like du (which now uses the openat-enabled fts and hence fstatat) would mistakenly fail to dereference a symlink-to-directory specified with a trailing slash. | |||
2006-02-14 | Sync from gnulib. | Paul Eggert | |
2006-02-11 | Fix typo in previous checkin: I deleted a '2' by mistake. | Paul Eggert | |
2006-02-08 | (close_stdout): Don't assume 'bool' converts nonzero | Paul Eggert | |
ints to 0 or 1, as this isn't true for the stdbool.h substitute. | |||
2006-02-02 | *** empty log message *** | Jim Meyering | |
2006-02-02 | Eliminate the unwelcome (albeit unlikely) possibility of xmalloc | Jim Meyering | |
failure on deficient systems, and simplify gnulib lgpl dependencies. (rpl_lstat): Rewrite to use stat() in place of the xmalloc/lstat combination. Based on a patch from Bruno Haible. | |||
2006-01-27 | (L_): Renamed from L. All uses changed. | Paul Eggert | |
2006-01-26 | Sync stdbool from gnulib. | Paul Eggert | |
2006-01-25 | Merge stdbool from gnulib; we're still not quite there yet. | Paul Eggert | |
2006-01-25 | (true, false) [defined __BEOS__]: undef, as before. | Paul Eggert | |
(_Bool) [!@HAVE__BOOL@ && defined __GNUC__]: Use an enum rather than a #define. | |||
2006-01-25 | . | Jim Meyering | |
2006-01-25 | Remove useless parentheses in cpp directive. | Jim Meyering | |
2006-01-25 | *** empty log message *** | Jim Meyering | |
2006-01-25 | Remove useless parentheses in cpp directive. | Jim Meyering | |
2006-01-24 | Import from gnulib. | Paul Eggert | |
2006-01-23 | *** empty log message *** | Jim Meyering | |
2006-01-23 | Remove unused definition of N_. | Jim Meyering | |
2006-01-22 | (quotearg_buffer_restyled): Add "default: break;" | Paul Eggert | |
to pacify gcc -Wswitch-default. | |||
2006-01-21 | . | Jim Meyering | |
2006-01-17 | (openat_needs_fchdir): New function. | Jim Meyering | |
2006-01-17 | *** empty log message *** | Jim Meyering | |
2006-01-17 | (openat_needs_fchdir): Declare it. | Jim Meyering | |
2006-01-17 | *** empty log message *** | Jim Meyering | |
2006-01-17 | [struct FTS] (fts_cwd_fd): New member. | Jim Meyering | |
[struct FTS] (fts_rft): Remove now-unused member. [struct FTS] (fts_cycle.state): Improve comment. | |||
2006-01-17 | Rewrite fts.c not to change the current working directory, | Jim Meyering | |
by using openat, fstatat, fdopendir, etc.. [! _LIBC]: Include "openat.h" and "unistd--.h". (HAVE_OPENAT_SUPPORT): Define. [_LIBC] (fchdir): Don't undef or define; no longer used. (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir. Now, this `function' always succeeds, and consumes its file descriptor parameter -- so callers must not close such FDs. Update callers. (diropen_fd, opendirat, cwd_advance_fd): New functions. (diropen): Add parameter, SP. Adjust all callers. Implement using diropen_fd, rather than open. (fts_open): Initialize new member, fts_cwd_fd. Remove fts_rft-setting code. (fts_close): Close fts_cwd_fd, if necessary. (__opendir2): Define in terms of opendir or opendirat, depending on whether the FST_NOCHDIR flag is set. (fts_build): Since fts_safe_changedir consumes its FD, and since this code must do `closedir(dirp)', dup the dirfd(dirp) argument, and close the dup'd file descriptor upon failure. (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat. (fts_safe_changedir): Tweak semantics to reflect that this function now calls cwd_advance_fd and hence consumes its FD argument. | |||
2006-01-12 | . | Jim Meyering | |
2006-01-12 | *** empty log message *** | Jim Meyering | |
2006-01-12 | Remove useless parentheses in cpp directives, so that | Jim Meyering | |
this file passes coreutils' `make syntax-check' tests. | |||
2006-01-12 | Import from gnulib. | Paul Eggert | |
2006-01-12 | Add stdint_.h. | Paul Eggert | |
2006-01-12 | Adjust to md5 changes in gnulib, and make sha1 etc. more consistent | Paul Eggert | |
with md5. |