Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-07 | . | Jim Meyering | |
1998-09-07 | add test harness | Jim Meyering | |
1998-09-07 | *** empty log message *** | Jim Meyering | |
1998-09-07 | *** empty log message *** | Jim Meyering | |
1998-09-07 | (libfu_a_SOURCES): Change posixtm.y to posixtm.c. | Jim Meyering | |
(noinst_HEADERS): Add posixtm.h. | |||
1998-09-07 | *** empty log message *** | Jim Meyering | |
1998-09-07 | . | Jim Meyering | |
1998-09-06 | rewrite from yacc-based version | Jim Meyering | |
1998-09-06 | . | Jim Meyering | |
1998-09-06 | *** empty log message *** | Jim Meyering | |
1998-08-16 | (PARAMS): Define and use. | Jim Meyering | |
1998-08-15 | Add braces to suppress warning about ambiguous `else'. | Jim Meyering | |
1998-08-15 | (read_filesystem_list) [MOUNTED_GETMNT]: Don't infloop on getmnt(2) returning 0. | Jim Meyering | |
Christian von Roques | |||
1998-08-14 | . | Jim Meyering | |
1998-08-13 | . | Jim Meyering | |
1998-08-13 | (noinst_HEADERS): Add filemode.h. | Jim Meyering | |
1998-08-13 | Protoize. Tsort function definitions and remove prototypes of | Jim Meyering | |
static functions. (mode_string): Remove prototype. | |||
1998-08-13 | . | Jim Meyering | |
1998-08-13 | (ftypelet): Add comments for Cray DMF support. | Jim Meyering | |
From Johan Danielsson. | |||
1998-08-11 | add comment from glibc version | Jim Meyering | |
1998-08-07 | update from glibc | Jim Meyering | |
1998-08-03 | Ansideclify. | Jim Meyering | |
1998-08-03 | *** empty log message *** | Jim Meyering | |
1998-08-03 | (readline): Return zero upon error as well as upon | Jim Meyering | |
end of file. From James Youngman. | |||
1998-07-29 | Remove duplicate include of <stdio.h>. | Jim Meyering | |
1998-07-29 | (struct mount_entry): | Jim Meyering | |
New members me_dummy, me_remote. (read_filesystem_list): Remove all_fs argument. (REMOTE_FS_TYPE): Remove. (ME_DUMMY, ME_REMOTE): New macros. From Paul. | |||
1998-07-29 | (read_filesystem_list): Remove all_fs | Jim Meyering | |
argument, but put the necessary information into the result so that the caller can ignore filesystems that he's not interested in. From Paul. | |||
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 | |