1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 17:56:54 +02:00
Commit Graph

2829 Commits

Author SHA1 Message Date
Jim Meyering
49475d0eea *** empty log message *** 2003-03-17 19:21:33 +00:00
Jim Meyering
bb0dd792a3 (readlink): Put function type on its own line. 2003-03-17 19:21:28 +00:00
Jim Meyering
f3ad658b98 (lstat): Put function type on its own line. 2003-03-17 19:21:13 +00:00
Jim Meyering
f9cfbe069c (fchown): Put function type on its own line. 2003-03-17 19:21:01 +00:00
Jim Meyering
a32544a77f . 2003-03-15 10:41:10 +00:00
Jim Meyering
261df8b8d6 *** empty log message *** 2003-03-14 20:33:54 +00:00
Jim Meyering
518c982d88 (libfetish_a_SOURCES): Remove unused files: c-stack.c, c-stack.h. 2003-03-14 20:33:44 +00:00
Jim Meyering
b9fa45f2b0 remove ansi2knr junk 2003-03-14 20:23:12 +00:00
Jim Meyering
a37bc433f1 *** empty log message *** 2003-03-14 20:14:00 +00:00
Jim Meyering
4968b1607c (AUTOMAKE_OPTIONS): Remove definition --
before it pointed to ../src/ansi2knr.
2003-03-14 20:11:41 +00:00
Jim Meyering
52ebb61da8 . 2003-03-14 13:54:36 +00:00
Jim Meyering
f69ed27d62 . 2003-03-14 13:16:21 +00:00
Jim Meyering
acf7bd48ce *** empty log message *** 2003-03-14 12:52:19 +00:00
Jim Meyering
3cb04081fb Include "xalloc.h". 2003-03-14 12:52:13 +00:00
Jim Meyering
766de40ee7 *** empty log message *** 2003-03-14 09:54:48 +00:00
Jim Meyering
dfd085aa0d Merge changes from Bison.
(__INT_TO_PTR) [__STDC__]: Cast result to
(void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
when compiling Bison 1.875's `bitset bset = obstack_alloc
(bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
2003-03-14 09:54:39 +00:00
Jim Meyering
2e836b19be *** empty log message *** 2003-03-13 13:07:15 +00:00
Jim Meyering
30593686a8 . 2003-03-13 13:07:11 +00:00
Jim Meyering
a0528d8bf2 *** empty log message *** 2003-03-11 10:08:21 +00:00
Jim Meyering
d7103af2bc Include <wchar.h>. Needed for UnixWare 7.1.1.
Reported by John Hughes, see
http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
2003-03-11 10:08:15 +00:00
Jim Meyering
0f48190f5d *** empty log message *** 2003-03-11 10:07:21 +00:00
Jim Meyering
c7cb614727 (EXIT_FAILURE): Define if the system doesn't.
Reported by Bruce Becker; see:
http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
2003-03-11 10:07:17 +00:00
Jim Meyering
f380405cb6 . 2003-03-10 07:53:39 +00:00
Jim Meyering
3d23ede4eb Include "save-cwd.h".
(ftw_startup): Avoid use of getcwd, if possible.
Instead, use fopen/fchdir via save_cwd/restore_cwd.
2003-03-09 09:22:55 +00:00
Jim Meyering
cb1dcb5818 . 2003-03-08 14:32:57 +00:00
Jim Meyering
eff5758aaf Don't use `defined' in a #define directive. 2003-03-08 14:26:48 +00:00
Jim Meyering
684f41944e . 2003-03-07 23:37:10 +00:00
Jim Meyering
b29dc802f7 (libfetish_a_SOURCES): Remove mmap-stack.h. 2003-03-07 19:49:56 +00:00
Jim Meyering
300807cd2f . 2003-03-07 19:49:20 +00:00
Jim Meyering
390a0fb48d *** empty log message *** 2003-03-07 10:16:50 +00:00
Jim Meyering
5635524114 #undef getcwd only after *all* included header files.
Declare getcwd unconditionally.
2003-03-07 10:13:55 +00:00
Jim Meyering
80ddb4bed4 *** empty log message *** 2003-03-07 09:52:34 +00:00
Jim Meyering
32ae6e8565 (same_name): Remove unnecessary inclusion of config.h.
It also happened to lead to infinite recursion in getcwd.c.
(PARAMS): Remove definition and use.
2003-03-07 09:52:28 +00:00
Jim Meyering
b4e7a90ce6 #undef getcwd before including system headers.
This avoid a build failure on IRIX 6.5.  Reported by Nelson Beebe.
2003-03-06 22:23:26 +00:00
Jim Meyering
08e9a37430 *** empty log message *** 2003-03-06 22:04:54 +00:00
Jim Meyering
a63a083879 [!HAVE_DECL_GETCWD]: Declare getcwd. 2003-03-06 22:04:45 +00:00
Jim Meyering
c71e43ce1d *** empty log message *** 2003-03-06 14:14:22 +00:00
Jim Meyering
b70ecc4de1 Fix a bug that causes du to dump core on 64-bit systems.
(ftw_startup): Declare `func' parameter to be of type
NFTW_FUNC_T, not void* which may be smaller on 64-bit systems.
Remove now-unnecessary cast.
(FTW_NAME): Cast func argument to type `NFTW_FUNC_T'.
2003-03-06 14:14:16 +00:00
Jim Meyering
0b41ba4064 *** empty log message *** 2003-03-05 11:06:41 +00:00
Jim Meyering
09fb1e2d6e (ARRAY_SIZE): Define it. 2003-03-05 11:06:18 +00:00
Jim Meyering
60660ec79c comments 2003-03-05 08:19:10 +00:00
Jim Meyering
998e0827e4 comments 2003-03-05 07:24:22 +00:00
Jim Meyering
18c3ace4b9 . 2003-03-04 22:02:42 +00:00
Jim Meyering
541c6da4ba *** empty log message *** 2003-03-04 21:29:16 +00:00
Jim Meyering
ca1b088722 (CLEANUP_CWD): Call error here, now that restore_cwd no longer does it. 2003-03-04 21:29:13 +00:00
Jim Meyering
6c08bfe83f (restore_cwd): Update prototype. 2003-03-04 21:27:55 +00:00
Jim Meyering
7820b193f6 (restore_cwd): Remove two parameters.
Simplify.  Don't call error upon failure.  Let callers do that.
(save_cwd): Mention that Irix 5.3 has the same problem as SunOS4
when auditing is enabled.  But don't bother updating the #if.
2003-03-04 21:27:34 +00:00
Jim Meyering
4c1d653416 . 2003-03-04 19:35:41 +00:00
Jim Meyering
ed1780effe *** empty log message *** 2003-03-04 18:08:06 +00:00
Jim Meyering
d68a9cf4e9 Improve comment. 2003-03-04 18:07:59 +00:00