1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-07 10:16:46 +02:00
Commit Graph

15857 Commits

Author SHA1 Message Date
Jim Meyering 3bd3492b1c Include <stdlib.h> unconditionally. 2003-04-11 12:36:31 +00:00
Jim Meyering 1fd5c0ae41 Include <string.h> and <stdlib.h> unconditionally. 2003-04-11 12:21:59 +00:00
Jim Meyering 58b92bbeb2 Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values. 2003-04-11 12:20:35 +00:00
Jim Meyering 9def4be367 Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values. 2003-04-11 12:15:21 +00:00
Jim Meyering 2b64c3929a . 2003-04-11 12:03:38 +00:00
Jim Meyering aa32168619 (XMALLOC, XCALLOC, XREALLOC): Remove unnecessary casts. 2003-04-11 11:59:11 +00:00
Jim Meyering 0bf873ccfb *** empty log message *** 2003-04-11 11:56:44 +00:00
Jim Meyering 6eb5e28e87 Remove use of PARAMS. 2003-04-11 11:56:41 +00:00
Jim Meyering 3bb4efc2af (PARAMS): Remove definitions and uses. 2003-04-11 11:55:33 +00:00
Jim Meyering 31af887efe duh 2003-04-11 11:49:23 +00:00
Jim Meyering bfcaedcedd (xalloc-check): Rename from header-check. 2003-04-11 11:45:23 +00:00
Jim Meyering 1038acbd8a *** empty log message *** 2003-04-11 11:42:48 +00:00
Jim Meyering 2033d5e885 Include error.h after system.h, not before. 2003-04-11 11:42:39 +00:00
Jim Meyering d5d5c4fc68 *** empty log message *** 2003-04-11 10:52:04 +00:00
Jim Meyering 6c93bdeeaa Remove anachronistic casts of xmalloc,
xrealloc, and xcalloc return values and of xrealloc's first argument.
2003-04-11 10:51:56 +00:00
Jim Meyering eaff43d5a8 include xalloc.h 2003-04-11 09:16:32 +00:00
Jim Meyering 912a810f6f do not cast xmalloc return value 2003-04-11 09:16:02 +00:00
Jim Meyering 2ab3a2f245 *** empty log message *** 2003-04-11 09:15:14 +00:00
Jim Meyering 48f3410d03 *** empty log message *** 2003-04-11 09:11:18 +00:00
Jim Meyering 95790ad375 *** empty log message *** 2003-04-10 21:41:08 +00:00
Jim Meyering 179105b117 (wrapf): Declare with format attribute. 2003-04-10 21:41:03 +00:00
Jim Meyering 3d98688378 . 2003-04-10 19:33:03 +00:00
Jim Meyering 45c0089f12 . 2003-04-10 19:32:34 +00:00
Jim Meyering d85d39bf4c (check-texinfo): Check for uses of non-zero. I prefer to spell it `nonzero'. 2003-04-10 19:32:23 +00:00
Jim Meyering 00e065355d *** empty log message *** 2003-04-10 19:31:16 +00:00
Jim Meyering 7b81263498 *** empty log message *** 2003-04-10 19:29:49 +00:00
Jim Meyering dd395a2657 *** empty log message *** 2003-04-10 19:27:53 +00:00
Jim Meyering ec21878690 *** empty log message *** 2003-04-10 19:15:06 +00:00
Jim Meyering 7bf4cb61b4 *** empty log message *** 2003-04-10 19:11:11 +00:00
Jim Meyering f64c368593 (fs.h): New rule to generate fs.h from stat.c.
(BUILT_SOURCES): Add fs.h, now that it's generated.
(EXTRA_DIST): Add extract-magic.
2003-04-10 19:11:07 +00:00
Jim Meyering 6d73fdb3ef *** empty log message *** 2003-04-10 19:09:43 +00:00
Jim Meyering bac1785a6e add comment 2003-04-10 19:09:30 +00:00
Jim Meyering c1b5a21a84 (human_fstype) [__linux__]: Append each hex constant from
fs.h in a comment after the corresponding `case S_MAGIC_...:' statement.
2003-04-10 19:07:34 +00:00
Jim Meyering b6ac9a3aa5 now it's automatically generated 2003-04-10 19:06:22 +00:00
Jim Meyering d45d424ce1 New script to extract fs.h definitions from stat.c. 2003-04-10 19:05:43 +00:00
Jim Meyering 322b0d2280 *** empty log message *** 2003-04-10 18:07:00 +00:00
Jim Meyering 641cba7b3d (human_fstype): Handle Linux's devpts. 2003-04-10 18:06:56 +00:00
Jim Meyering 83aa79e26a (S_MAGIC_DEVPTS): New magic for Linux's devpts. 2003-04-10 18:06:23 +00:00
Jim Meyering 97cab1d39b *** empty log message *** 2003-04-10 17:03:30 +00:00
Jim Meyering 31c3844239 (canonicalize_file_name): NUL-terminate the result. 2003-04-10 17:03:26 +00:00
Jim Meyering e02387ea57 (canonicalize_file_name): Always free `extra_buf' before returning. 2003-04-10 16:54:19 +00:00
Jim Meyering ef6c004648 (canonicalize_file_name): Return NULL immediately if resolvepath fails.
Otherwise, `readlink --canonical /no-such-file' would exhaust
virtual memory on some systems (e.g. Solaris).
2003-04-10 16:47:35 +00:00
Jim Meyering 6a5f07163f *** empty log message *** 2003-04-10 16:41:17 +00:00
Jim Meyering 7f3e23a189 (readlink invocation): Tweak description a little. 2003-04-10 16:41:14 +00:00
Jim Meyering 357066c663 *** empty log message *** 2003-04-10 15:57:56 +00:00
Jim Meyering 1b2123bba3 (canonicalize_file_name): Remove stray semicolon
that caused `readlink --canonical RELATIVE_NAME' to fail on e.g.,
Solaris systems.
2003-04-10 15:57:45 +00:00
Jim Meyering 9419ec8854 *** empty log message *** 2003-04-10 15:57:31 +00:00
Jim Meyering ab828ae6a1 Skip this test (don't fail) if creating a file with nominal length > 4GB fails. 2003-04-10 08:36:41 +00:00
Jim Meyering d4fa961a32 *** empty log message *** 2003-04-10 07:15:51 +00:00
Jim Meyering 56dada99d4 Add `SEE ALSO' reference to unexpand. 2003-04-10 07:15:38 +00:00