Commit Graph

14792 Commits

Author SHA1 Message Date
Jim Meyering
b254cdd31d *** empty log message *** 2003-03-02 06:09:39 +00:00
Jim Meyering
8c0f326660 (copy_internal) [un_backup]: When recovering from a
failure to create a hard link, do not remove the entry associating
the source dev/ino with the destination file name.
2003-03-02 06:09:28 +00:00
Jim Meyering
d8fd301dea add comments 2003-03-02 05:59:23 +00:00
Jim Meyering
b1e5afbaef fix tpyo 2003-03-01 21:28:39 +00:00
Jim Meyering
aa1ae08fc5 (print_header): Don't embed spaces in a separate `Type'
header string.  Instead, put `Filesystem' and `Type' headers in the
same string, so translators can use horizontal space as needed.
2003-03-01 21:20:57 +00:00
Jim Meyering
5f80e10645 *** empty log message *** 2003-03-01 13:19:03 +00:00
Jim Meyering
25a2ac8e3e *** empty log message *** 2003-03-01 13:18:25 +00:00
Jim Meyering
fa6cfd2ef3 *** empty log message *** 2003-02-28 21:46:49 +00:00
Jim Meyering
a1d2e330ec (copy_internal): When link fails because of an
existing destination file, unlink that file and try again.
2003-02-28 21:36:18 +00:00
Jim Meyering
1fce29ae93 also test cp 2003-02-28 21:34:15 +00:00
Jim Meyering
4b08f97c49 *** empty log message *** 2003-02-28 21:24:49 +00:00
Jim Meyering
7323ae775c (TESTS): Add hard-2. 2003-02-28 21:23:22 +00:00
Jim Meyering
b5c388739e *** empty log message *** 2003-02-28 21:20:28 +00:00
Jim Meyering
ad9e0f6824 (ftw_startup): Return -1 if alloca fails. 2003-02-28 14:44:34 +00:00
Jim Meyering
e660be4d86 *** empty log message *** 2003-02-28 12:42:47 +00:00
Jim Meyering
4433c9a082 (fts_children): If opening `.' fails, set the fts_child
member to NULL before returning.  From NetBSD.
2003-02-28 12:42:31 +00:00
Jim Meyering
3a4ac3a6a6 *** empty log message *** 2003-02-28 11:04:28 +00:00
Jim Meyering
fb428bedfc (fts_children): If fchdir fails, close file descriptor
before returning.  From NetBSD.
2003-02-28 11:04:18 +00:00
Jim Meyering
9fef9aa3eb *** empty log message *** 2003-02-27 21:05:59 +00:00
Jim Meyering
901f7f3910 (jm_PREREQ_PHYSMEM): Also check for `table' function. 2003-02-27 21:05:55 +00:00
Jim Meyering
eb339c4303 *** empty log message *** 2003-02-27 20:21:24 +00:00
Jim Meyering
9c97727fb2 (physmem_total, physmem_available): Add comments. 2003-02-27 20:21:21 +00:00
Jim Meyering
5446a82008 . 2003-02-27 17:52:56 +00:00
Jim Meyering
1fc44fe183 *** empty log message *** 2003-02-27 17:52:41 +00:00
Jim Meyering
92fa74148d Merge in portability changes from gcc/libiberty
to support AIX, Tru64, and Windows.  See the ChangeLog there
for credits and details.
2003-02-27 17:52:37 +00:00
Jim Meyering
8e2b85814a (gl_SYS__SYSTEM_CONFIGURATION): New function.
(jm_PREREQ_PHYSMEM): Check for new headers and functions.
Use gl_SYS__SYSTEM_CONFIGURATION.
2003-02-27 17:44:34 +00:00
Jim Meyering
8b9fe6bd80 *** empty log message *** 2003-02-26 18:09:11 +00:00
Jim Meyering
25dc498dab *** empty log message *** 2003-02-26 17:51:38 +00:00
Jim Meyering
0ac5f83cf9 Don't test du's -b option here. Directory byte
counts are smaller (512 rather than 4096) on at least OSF/1 5.1
and IBM AIX 4.2.
2003-02-26 17:51:34 +00:00
Jim Meyering
486d1c7024 *** empty log message *** 2003-02-25 19:14:12 +00:00
Jim Meyering
441c736081 (announcement): Now that ChangeLog entries
are output by announce-gen, don't do it here.
2003-02-25 19:14:04 +00:00
Jim Meyering
8708902315 (print_changelog_deltas): New function.
(main): Use it.
2003-02-25 19:13:08 +00:00
Jim Meyering
66d8a81ef3 filter through cppi 2003-02-24 10:09:19 +00:00
Jim Meyering
0eb448466a [__USE_FILE_OFFSET64]: Remove #error directive. 2003-02-24 10:08:57 +00:00
Jim Meyering
eb85acc63a Include <search.h>.
(struct known_object): Define.
(object_compare, add_object, find_object): New functions, like
those in ftw.c.
(fts_open): Initialize new member.
(fts_close): Free memory allocated for new member.
(fts_stat): Detect a cycle in O(logN) time per directory processed.
2003-02-24 09:58:02 +00:00
Jim Meyering
06a0dc99c7 *** empty log message *** 2003-02-24 09:09:49 +00:00
Jim Meyering
b3cac1155b [HAVE_CONFIG_H]: Include <config.h>.
Conditionalize inclusion of <sys/param.h>.
Conditionalize inclusion of <include/sys/stat.h> vs <sys/stat.h>.
Include autoconf-recommended block of dirent/NAMELEN-related
definitions and includes.  Use NAMLEN throughout, rather than
_D_EXACT_NAMLEN.
[_LIBC] (close, closedir, fchdir, open, opendir): Define.
[_LIBC] (readdir, tdestroy, tfind, tsearch): Define.
Remove `__' prefix from all uses of the above.  This will help
to merge *BSD changes.
[!_LIBC] (internal_function): Define.
[! _LIBC && ! LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define lstat.
(__set_errno): Define if not already defined.
2003-02-24 09:09:42 +00:00
Jim Meyering
4c283a1dc0 [struct FTS] (fts_dir_signatures): New, opaque member. 2003-02-24 08:57:06 +00:00
Jim Meyering
0818c3e24c (fts_open): If fts_alloc returns NULL, don't dereference it.
(fts_read): If fts_safe_changedir fails because it is not
able to chdir into a subdirectory, then inform the caller.
2003-02-24 08:27:59 +00:00
Jim Meyering
f30cda6bd2 virgin copy from glibc 2003-02-24 08:24:59 +00:00
Jim Meyering
74432ad178 *** empty log message *** 2003-02-24 08:24:52 +00:00
Jim Meyering
6fcb6d17cf doh 2003-02-24 08:24:48 +00:00
Jim Meyering
75a2b87d4d *** empty log message *** 2003-02-24 08:21:39 +00:00
Jim Meyering
bf9a35319d *** empty log message *** 2003-02-24 08:21:21 +00:00
Jim Meyering
f86c2b4f16 . 2003-02-23 12:07:50 +00:00
Jim Meyering
4c370827c8 *** empty log message *** 2003-02-22 16:52:51 +00:00
Jim Meyering
39a87c5201 New option: --release-type=TYPE 2003-02-22 16:52:45 +00:00
Jim Meyering
0731abb38c (beta, major): New targets. Remove `release'.
Put them all together on a line.
Pass the release type (via RELEASE_TYPE envvar) to the MAKE
invocation of `announcement'.
(announcement): Invoke announce-gen with --release-type=$RELEASE_TYPE.
2003-02-22 16:52:36 +00:00
Jim Meyering
2f066fd511 (news-r1, news-r2): Remove now-unused definitions. 2003-02-22 16:35:32 +00:00
Jim Meyering
8d292b0f8a add comment 2003-02-22 16:32:58 +00:00