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

1021 Commits

Author SHA1 Message Date
Jim Meyering
cbd71d8eea . 1997-12-21 11:43:34 +00:00
Jim Meyering
727298f3f5 Use PARAMS, not __P. 1997-12-21 11:22:51 +00:00
Jim Meyering
27d24b46ad (rpl_chown): Rename from chown.
Undefine chown just after including config.h.
Include sys/stat.h.
Use correct ordering of uid and gid parameters both in function
definition and in call to chown.
With patches from Kaveh Ghazi.
1997-12-21 11:17:20 +00:00
Jim Meyering
ef938e62d0 s/HAVE_DECLARATION_/HAVE_DECL_/. 1997-12-14 15:15:07 +00:00
Jim Meyering
e68f7b2e4b cast memcpy to char* 1997-12-14 15:12:29 +00:00
Jim Meyering
b5697888a0 . 1997-12-13 22:55:52 +00:00
Jim Meyering
5d1987b3da . 1997-12-06 09:18:32 +00:00
Jim Meyering
d91c95fda0 (re_compile_fastmap): Remove dcl of unused num_regs. 1997-12-06 08:27:25 +00:00
Jim Meyering
66fbc2c8f6 (savedir): Revert last change. malloc always
works when called with zero, because we use the wrapper if the
system version is lacking.
1997-11-30 14:20:17 +00:00
Jim Meyering
e0da3d8d39 filter through cppi 1997-11-30 11:17:28 +00:00
Jim Meyering
3f7e011ab0 remove trailing blank 1997-11-30 11:16:14 +00:00
Jim Meyering
00c42a8936 (human_readable): Convert to ANSI-style definition.
[lint]: Define `power'.
1997-11-30 11:10:24 +00:00
Jim Meyering
5320bf5037 filter through cppi 1997-11-30 11:08:39 +00:00
Jim Meyering
79111711fe . 1997-11-30 11:08:23 +00:00
Jim Meyering
dcd4c05dfa (savedir): Check for size zero before invoking
malloc; this can occur if st_size arg overflows on conversion to
unsigned int.  All callers now cast st_size arg to unsigned int.
1997-11-30 10:24:41 +00:00
Jim Meyering
07783bcdf0 (getuidbyname, getgidbyname): Names can now
be NULL in cache.  This change merely fixes ifdeffed-out code.
1997-11-30 10:24:38 +00:00
Jim Meyering
240cb49efe New file. The interface is inspired
by the human_readable function that was in du.c, but it's pretty
much rewritten from scratch.
1997-11-30 10:24:32 +00:00
Jim Meyering
412d0aba50 (struct fs_usage): New member fsu_blocksize.
Other members are now uintmax_t, not long.
1997-11-30 10:24:28 +00:00
Jim Meyering
25fabf3d2d Do all calculations using uintmax_t.
Include <inttypes.h> if available.
(adjust_blocks, CONVERT_BLOCKS): Remove.
(get_fs_usage): Set new member fsu_blocksize, and do not convert
numbers to 512-byte block units; this avoids overflow here.
Cast lseek arg to off_t, not long.
1997-11-30 10:24:24 +00:00
Jim Meyering
f633782aa1 (st_blocks): long -> off_t.
Avoid arithmetic overflow when size is near max.
Depend on _POSIX_SOURCE and BSIZE, not _POSIX_VERSION, for
compatibility with system.h.
(BSIZE): Remove definition, since if BSIZE is not defined
we're never invoked.
1997-11-30 10:24:20 +00:00
Jim Meyering
ce43e130bb (libfu_a_SOURCES): Add new file human.c.
(noinst_HEADERS): Add new file human.h.
1997-11-30 10:24:16 +00:00
Jim Meyering
c04cb4522a add PARAMS around prototype lists 1997-11-19 18:57:40 +00:00
Jim Meyering
f62113bea3 . 1997-11-19 18:55:53 +00:00
Jim Meyering
d92a618daf revert a mempcpy to memcpy 1997-11-19 18:55:31 +00:00
Jim Meyering
1110f5f335 (AUTOMAKE_OPTIONS): Use ansi2knr so *I* don't
have to convert my hash package to use k&r C.
1997-11-19 15:04:15 +00:00
Jim Meyering
9ed80c0140 (_REENTRANT): #define, as some hosts need this to declare localtime_r properly.
From Paul Eggert.
1997-11-18 03:32:00 +00:00
Jim Meyering
8def3e3ec1 remove fixup_null_alloc prototype 1997-11-15 17:18:01 +00:00
Jim Meyering
db984f4c6d update from GNU libc 1997-11-13 14:24:03 +00:00
Jim Meyering
e0d703658c update from GNU libc 1997-11-13 14:22:56 +00:00
Jim Meyering
f52ec0e772 partial update from FSF -- use int, not size_t; 0, not NULL 1997-11-13 14:21:02 +00:00
Jim Meyering
d29c650718 . 1997-11-13 14:16:21 +00:00
Jim Meyering
690342eae7 Update from FSF. 1997-11-13 13:23:16 +00:00
Jim Meyering
2e21152e49 Update from FSF. 1997-11-13 13:22:54 +00:00
Jim Meyering
4d1e1b28f8 (path_concat): Use mempcpy, not stpcpy. 1997-11-12 16:18:23 +00:00
Jim Meyering
992fc3869f return memcpy result directly 1997-11-12 16:11:17 +00:00
Jim Meyering
9694cb0f15 add -*-Makefile-*- to first line 1997-11-09 19:06:53 +00:00
Jim Meyering
a8da87911c make sure autoconf tests have been run 1997-11-03 15:19:20 +00:00
Jim Meyering
aafe49ef49 (xalloc_fail): Renamed from fixup_null_alloc.
(xcalloc): #ifdef-out unused function.
(xrealloc): Remove code to work around deficient versions of realloc.
Now we have an autoconf-enabled replacement version.
(xmalloc): Remove code to work around deficient versions of malloc.
Now we have an autoconf-enabled replacement version.
1997-11-03 05:25:44 +00:00
Jim Meyering
1919353d75 *** empty log message *** 1997-11-03 05:20:09 +00:00
Jim Meyering
65673815ac *** empty log message *** 1997-11-03 05:19:56 +00:00
Jim Meyering
3426a19c60 add comment 1997-10-27 04:59:25 +00:00
Jim Meyering
f831d9c32d Convert to upper case before comparing.
This makes join -i work with sort -f.
1997-10-27 04:58:22 +00:00
Jim Meyering
eb5fa8bdd2 (xalloc_fail_func): Initialize to 0, not NULL. 1997-10-26 04:39:53 +00:00
Jim Meyering
6f82682a64 . 1997-10-26 04:26:09 +00:00
Jim Meyering
0ef0b74972 (EXTRA_DIST): Add malloc.c. 1997-10-26 03:58:27 +00:00
Jim Meyering
a091e5e93d . 1997-10-26 03:57:43 +00:00
Jim Meyering
0819395283 . 1997-10-26 02:48:15 +00:00
Jim Meyering
bf3f82daa0 (noinst_HEADERS): Add xalloc.h. 1997-10-26 02:20:32 +00:00
Jim Meyering
e6503ed629 Include xalloc.h.
Change VOID to void.
(xalloc_exit_failure): Renamed extern.
(xalloc_msg_memory_exhausted): New extern.
(xalloc_fail_func): New extern.
(fixup_null_alloc): Use new variables.
1997-10-25 21:51:21 +00:00
Jim Meyering
01b84d9480 . 1997-10-25 21:49:45 +00:00