Jim Meyering
cd6ee8563b
*** empty log message ***
2002-09-28 07:55:16 +00:00
Jim Meyering
ddb038c033
(make_path): Restore umask *before* creating the final component.
2002-09-28 07:55:08 +00:00
Jim Meyering
8c10d25fd0
Fix things so `mkdir -p' can create very deep directories, e.g.,
...
mkdir -p $(perl -e 'print "a/" x 40000') now works.
(main): For --parents (-p), call make_path with the
entire directory name, so we don't ever require that file operations
like stat or chmod be performed on the entire command line argument.
2002-09-28 07:51:17 +00:00
Jim Meyering
7c8156ca73
*** empty log message ***
2002-09-26 08:40:44 +00:00
Jim Meyering
0327689de0
(get_ids): Use strtoul, not strtol. Remove some casts.
2002-09-26 08:39:20 +00:00
Jim Meyering
d50e1a86b7
add a FIXME comment
2002-09-26 08:25:44 +00:00
Jim Meyering
2c6d700418
*** empty log message ***
2002-09-26 08:20:32 +00:00
Jim Meyering
4b0eb25d6d
[! HAVE_INTTYPES_H && HAVE_STDINT_H] Include <stdint.h>.
...
(UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
(PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
int. Work more efficiently if X is the same width as uintmax_t.
Do not compare X to -1, to avoid bogus compiler warning.
(get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
Don't assume that f_frsize and f_bsize are the same type.
2002-09-26 08:18:33 +00:00
Jim Meyering
9cc87603b9
Upgrade to gettext-0.11.5.
2002-09-25 14:34:59 +00:00
Jim Meyering
d4add26938
Add be (Belarusian).
2002-09-25 14:23:49 +00:00
Jim Meyering
4fcf036cb3
.
2002-09-25 14:23:02 +00:00
Jim Meyering
ca2302ece5
.
2002-09-25 14:19:03 +00:00
Jim Meyering
59e6528c22
.
2002-09-25 12:52:56 +00:00
Jim Meyering
b79c9e46a9
(jm_MACROS): Require gt_INTTYPES_PRI.
2002-09-25 12:52:45 +00:00
Jim Meyering
0b797ed056
(gt_INTTYPES_PRI): New file, mostly from gettext.
2002-09-25 12:52:24 +00:00
Jim Meyering
619a52f976
*** empty log message ***
2002-09-25 11:45:42 +00:00
Jim Meyering
b5a4f7671a
Remove unneeded parentheses around operands of `defined'.
2002-09-25 11:45:37 +00:00
Jim Meyering
d711a9e3be
*** empty log message ***
2002-09-25 08:29:57 +00:00
Jim Meyering
029b8ea75d
(safe_read): Make comment more precise: upon error, it returns -1.
2002-09-25 08:29:53 +00:00
Jim Meyering
34ba862f93
(eaccess): Change type of local `euid' from int to uid_t
...
and add a cast, to avoid a warning about `signed and unsigned type in
conditional expression'.
2002-09-25 08:23:54 +00:00
Jim Meyering
6b7e8621e2
*** empty log message ***
2002-09-24 08:50:24 +00:00
Jim Meyering
cc0a6e14fc
fmt's -s, -t, -c options didn't work properly for long lines.
...
Since get_line may end up calling put_paragraph (for long lines),
be sure to set global, `other_indent', before it is used there.
(set_other_indent): New function, factored out of...
(get_paragraph): ... here. Call it.
(get_line): Call set_other_indent before calling flush_paragraph,
which calls fmt_paragraph, which in turn calls put_paragraph,
which uses other_indent.
2002-09-24 08:50:20 +00:00
Jim Meyering
8683024a34
(make_path): Minor reformatting.
2002-09-22 07:40:28 +00:00
Jim Meyering
d8e1894335
*** empty log message ***
2002-09-22 06:59:21 +00:00
Jim Meyering
68527271a5
Include "dirname.h", for declaration of strip_trailing_slashes.
2002-09-22 06:59:13 +00:00
Jim Meyering
0f88878c11
*** empty log message ***
2002-09-22 06:48:35 +00:00
Jim Meyering
fab46cb466
(PRIdMAX, PRIuMAX): Remove definitions.
...
Now they're defined through system.h.
2002-09-22 06:48:28 +00:00
Jim Meyering
003ab9a58d
Remove all inclusions of inttypes.h,
...
since it's already included from sys2.h via system.h.
2002-09-22 06:41:02 +00:00
Jim Meyering
709d79631a
Remove all inclusions of inttypes.h,
...
since it's already included from sys2.h via system.h.
2002-09-22 06:40:14 +00:00
Jim Meyering
7b355ee476
upgrade to automake-1.6f
2002-09-22 06:34:18 +00:00
Jim Meyering
3be0542f6d
*** empty log message ***
2002-09-22 06:33:27 +00:00
Jim Meyering
17e6ca3e89
*** empty log message ***
2002-09-21 22:40:45 +00:00
Jim Meyering
575cb67bb2
(PERL): Remove duplicate definition.
2002-09-21 22:40:35 +00:00
Jim Meyering
457ae040b7
*** empty log message ***
2002-09-21 22:34:30 +00:00
Jim Meyering
ddc4c1a8a9
(TESTS): Add long-line.
2002-09-21 22:12:40 +00:00
Jim Meyering
ef2c79217f
*** empty log message ***
2002-09-21 14:24:28 +00:00
Jim Meyering
c5c97ee23a
No longer include values.h.
...
It was required solely for now-removed reference to BITSPERBYTE.
2002-09-21 14:24:18 +00:00
Jim Meyering
ae1f13cd3c
*** empty log message ***
2002-09-21 14:22:34 +00:00
Jim Meyering
d5d3e4a862
*** empty log message ***
2002-09-21 14:22:14 +00:00
Jim Meyering
7080cab46c
No longer include values.h.
...
It was required solely for now-removed reference to BITSPERBYTE.
2002-09-21 14:21:53 +00:00
Jim Meyering
036ab5abda
(UTILS_HOST_OS): Add a case for freebsd*-gnu*.
2002-09-20 09:04:43 +00:00
Jim Meyering
17170ddcb3
(TESTS): Add t-slash.
2002-09-20 08:59:17 +00:00
Jim Meyering
9fd07809b6
*** empty log message ***
2002-09-20 08:59:07 +00:00
Jim Meyering
350063fa65
add comment
2002-09-20 08:48:21 +00:00
Jim Meyering
9a8d898e60
*** empty log message ***
2002-09-20 08:46:48 +00:00
Jim Meyering
f0693e040c
(remove_parents): Strip trailing slashes.
2002-09-20 08:41:02 +00:00
Jim Meyering
899a855343
Add need-ngettext to AM_GNU_GETTEXT invocation.
2002-09-20 08:18:39 +00:00
Jim Meyering
f026fc4b46
*** empty log message ***
2002-09-20 06:44:37 +00:00
Jim Meyering
eaa5777cc5
(announcement): Arrange to gpg-sign the message.
...
Add a URL for each detached signature file.
2002-09-20 06:44:31 +00:00
Jim Meyering
80b4ef8025
*** empty log message ***
2002-09-19 06:21:11 +00:00