summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-17(main): Use PACKAGE, not GNU_PACKAGE.Jim Meyering
2001-01-16*** empty log message ***Jim Meyering
2001-01-16Include <stdio.h>, needed by assert on SunOS4.Jim Meyering
2001-01-15*** empty log message ***Jim Meyering
2001-01-14.Jim Meyering
2001-01-14*** empty log message ***Jim Meyering
2001-01-14Remove conftestdir{,2} before trying to create the directory.Jim Meyering
Make the entire configure script fail if the mkdir fails.
2001-01-14(UINT_MAX_32_BITS): Define.Jim Meyering
Use UINT_MAX_32_BITS in the cpp conditions that determine the `word32' typedef. Using a literal `0xffffffff' failed with HPUX10.20's /bin/cc.
2001-01-14*** empty log message ***Jim Meyering
2001-01-14use id's -ng options, not -nGJim Meyering
2001-01-14*** empty log message ***Jim Meyering
2001-01-14*** empty log message ***Jim Meyering
2001-01-14*** empty log message ***Jim Meyering
2001-01-14.Jim Meyering
2001-01-14*** empty log message ***Jim Meyering
2001-01-14Include stdlib.h, string.h or strings.h, and xalloc.h.Jim Meyering
Use strip_trailing_slashes rather than open-coding it.
2001-01-14*** empty log message ***Jim Meyering
2001-01-14Use temporary directories named conftestdir{,2}, notJim Meyering
foo and bar. Create conftestdir/ in the script, not in the C code. Remove directories in the script, not in the C code.
2001-01-14from Volker BorchertJim Meyering
2001-01-14(jm_MACROS): Require vb_FUNC_RENAME.Jim Meyering
2001-01-14check for SunOS4.1.1U bug in renameJim Meyering
2001-01-14(TESTS): Add trailing-slash.Jim Meyering
2001-01-14from Volker BorchertJim Meyering
2001-01-14[RENAME_TRAILING_SLASH_BUG]: Use the rename wrapper.Jim Meyering
2001-01-14*** empty log message ***Jim Meyering
2001-01-14(update-po): Merge po-files in temporary filesJim Meyering
in the build directory, and update the source directory only when the merged catalog differs from the original. This fixes the known `make distcheck' failure due to `make update-po' being called on up-to-date but read-only files.
2001-01-13*** empty log message ***Jim Meyering
2001-01-13.Jim Meyering
2001-01-13*** empty log message ***Jim Meyering
2001-01-13(TESTS): Add into-self-4.Jim Meyering
2001-01-13*** empty log message ***Jim Meyering
2001-01-13add comment to go along with last changeJim Meyering
2001-01-13*** empty log message ***Jim Meyering
2001-01-13(same_file_ok): When moving a symlink onto itself,Jim Meyering
don't remove the symlink. Reported by David Luyer as Debian bug#82089, via Michael Stone.
2001-01-12*** empty log message ***Jim Meyering
2001-01-12 * tests/chmod/setgid: If `chmod g+s d' fails, then try to chgrpJim Meyering
to a group of which we're a member, then try the chmod again.
2001-01-11*** empty log message ***Jim Meyering
2001-01-11*** empty log message ***Jim Meyering
2001-01-10*** empty log message ***Jim Meyering
2001-01-10.Jim Meyering
2001-01-10*** empty log message ***Jim Meyering
2001-01-10.Jim Meyering
2001-01-10(TESTS): Add into-self.Jim Meyering
2001-01-10(copy_internal): Add a comment.Jim Meyering
Set *copy_into_self in the new code that detects that. Make diagnostic more consistent: s/won't/will not/. [move_mode, copy_into_self]: Give a diagnstic here, now that we have the top_level_* globals. Remove the corresponding diagnostic from mv.c. Add a FIXME comment.
2001-01-10(do_move): Remove diagnostic, now that copy.c issues it.Jim Meyering
Set `fail' to nonzero in the primary `if (copy_into_self)' block rather than in its own tiny one below.
2001-01-10*** empty log message ***Jim Meyering
2001-01-10[struct entry] (node): Describe how it's used,Jim Meyering
now that we've overloaded it a little, in order to detect and diagnose the copying-directory-into-self problem. (new_file): Remove global. (htab): Declare global to be static. (remember_created): Insert file name instead of dummy pointer, so that copy.c can use the just-created directory name to detect the copying-directory-into-self problem.
2001-01-10*** empty log message ***Jim Meyering
2001-01-10*** empty log message ***Jim Meyering
2001-01-10*** empty log message ***Jim Meyering