Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-25 | Use PARAMS macro. | Jim Meyering | |
1998-07-25 | (xatoi): Ansideclify. | Jim Meyering | |
(fstype_to_string): Ansideclify. | |||
1998-07-25 | (REMOTE_FS_TYPE): New macro. | Jim Meyering | |
1998-07-25 | (read_filesystem_list) [MOUNTED_GETMNTINFO]: Use fsp_to_string. | Jim Meyering | |
(fsp_to_string): Don't xmalloc return value (yet). | |||
1998-07-25 | (read_filesystem_list): If all_fs is negative, omit non-local filesytems. | Jim Meyering | |
From Paul Eggert. | |||
1998-07-25 | . | Jim Meyering | |
1998-07-25 | . | Jim Meyering | |
1998-07-22 | (human_readable): amt -> damt, to fix typo when | Jim Meyering | |
computing which power to use after overflow occurs during multiplication. From Paul Eggert. | |||
1998-07-22 | Include <stdio.h> if NDEBUG is not defined; needed on SunOS 4. | Jim Meyering | |
From Paul Eggert. | |||
1998-07-20 | . | Jim Meyering | |
1998-07-18 | (read_filesystem_list): Fix more memory leaks on failure. | Jim Meyering | |
From Andreas Schwab. | |||
1998-07-16 | (noinst_HEADERS): Add lchown.h. | Jim Meyering | |
1998-07-16 | include lchown.h | Jim Meyering | |
1998-07-16 | . | Jim Meyering | |
1998-07-16 | [!ENOSYS] (ENOSYS): Define to ENOTSUP or ENOMSG. | Jim Meyering | |
1998-07-16 | Update prototype. | Jim Meyering | |
1998-07-16 | (safe_read): Change type of pointer parameter to | Jim Meyering | |
`void' to avoid Irix4 cc errors. Reported by Kaveh Ghazi. | |||
1998-07-04 | Include stdio.h. Required on some systems when using assert. | Jim Meyering | |
From Kaveh Ghazi. | |||
1998-07-04 | . | Jim Meyering | |
1998-07-04 | remove ifdef around inclusion of regex.h altogether!! | Jim Meyering | |
1998-07-04 | (noinst_HEADERS): Add regex.h. | Jim Meyering | |
1998-07-04 | (read_filesystem_list): | Jim Meyering | |
Don't leak memory on failure. Don't create a dummy struct mount_entry entry; use the address-of-the-tail-address method instead. Preserve errno if possible on failure, setting it to 0 if inapplicable. Close file descriptor leak if the F_SETLKW failed. Report an error if SVR4 lock file cannot be opened for some reason other than a nonexistent lock file. | |||
1998-07-04 | . | Jim Meyering | |
1998-07-04 | Change guard on <regex.h> inclusion to use new | Jim Meyering | |
symbol `! HAVE_LIBC_REGEX' defined in m4/regex.m4. | |||
1998-07-01 | Don't define NDEBUG, now that it's done via configure's --disable-assert option. | Jim Meyering | |
1998-06-30 | (read_filesystem_list): | Jim Meyering | |
Plug file descriptor leak on failure. Report failure if lock file can't be opened for some reason other than nonexistence. | |||
1998-06-30 | (read_filesystem_list) [MOUNTED_GETMNTENT2]: | Jim Meyering | |
Always close stream and file descriptor before returning. | |||
1998-06-30 | (read_filesystem_list): If SVR4, lock /etc/.mnttab.lock if available, | Jim Meyering | |
to avoid race conditions (e.g. with the automounter on Solaris 2.6). Include <errno.h>, <fcntl.h>, <unistd.h>. | |||
1998-06-29 | protoize | Jim Meyering | |
1998-06-29 | (fstype_to_string): Guard with #if ! HAVE_F_FSTYPENAME_IN_STATFS. | Jim Meyering | |
1998-06-29 | * lib/xstrtol.c (bkm_scale): Don't assume that you can convert | Jim Meyering | |
unsigned long to double without losing information. (bkm_scale_by_power): New function. * lib/xstrtol.c (__xstrtol), src/dd.c (parse_integer): Add support for SI-like suffixes like "GB" and "TD". * src/dd.c (usage): Describe it. | |||
1998-06-29 | (__ZLONG_MAX): Remove. | Jim Meyering | |
1998-06-29 | (human_readable): Coalesce last two args into one, for convenience. | Jim Meyering | |
1998-06-29 | * lib/human.c, lib/human.h (human_readable): Coalesce last two args | Jim Meyering | |
into one, for convenience. All callers changed. (human_block_size): New function. * lib/human.c: Include <config.h> only if HAVE_CONFIG_H. Include <stdlib.h> if HAVE_STDLIB_H; declare getenv unless HAVE_DECL_GETENV. (_): New macro. Include <argmatch.h>, <error.h>, <xstrtoul.h>. (DEFAULT_BLOCK_SIZE): New macro. (block_size_args, block_size_types): New constants. (humblock): New function. | |||
1998-06-29 | (fsp_to_string): Clean out some crufty #ifdefs | Jim Meyering | |
now that we're using the jm_FSTYPENAME autoconf macro. | |||
1998-05-25 | . | Jim Meyering | |
1998-05-24 | . | Jim Meyering | |
1998-05-24 | Fix braino: check S_ISLNK only if lstat succeeds. | Jim Meyering | |
1998-05-24 | fix typo: s/chat/char/ | Jim Meyering | |
1998-05-19 | *** empty log message *** | Jim Meyering | |
1998-05-19 | . | Jim Meyering | |
1998-05-16 | (read_utmp): Add variant for systems that have the utmpname function. | Jim Meyering | |
Ansideclify. | |||
1998-05-16 | (is_prime): Ansideclify. | Jim Meyering | |
(next_prime): Ansideclify. Add an assertion. | |||
1998-05-16 | (EXTRA_DIST): Remove. Automake groks the `LIBOBJS=' | Jim Meyering | |
lines in the m4/*.m4 macros, so the hack of including some custom-replaced C source file names here is no longer needed. | |||
1998-05-16 | . | Jim Meyering | |
1998-05-10 | Don't declare strdup if it's defined as a macro. | Jim Meyering | |
Reported by Lorne Baker. | |||
1998-05-04 | . | Jim Meyering | |
1998-05-03 | . | Jim Meyering | |
1998-05-02 | . | Jim Meyering | |
1998-04-28 | tweak from FSF | Jim Meyering | |