Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-02 | Include <stdbool.h>. | Paul Eggert | |
(read_file_system_list): Accept bool flag, not int. | |||
2004-06-30 | (read_file_system_list): Renamed from | Jim Meyering | |
read_filesystem_list. All definitions and uses changed. | |||
2003-11-01 | (struct mount_entry.me_type_malloced): New member. | Jim Meyering | |
2003-08-18 | Sync with gnulib. | Jim Meyering | |
2003-06-18 | (PARAMS): Remove. All uses removed. | Jim Meyering | |
2003-03-18 | undo last change | Jim Meyering | |
2003-03-18 | (ME_REMOTE): Recognize as remote any file system | Jim Meyering | |
that has an Fs_type with the `nfs' (any case) prefix. This is necessary at least for AIX 5.1 when it uses the MOUNTED_GETMNTENT1 code. Reported by Mike Jetzer. | |||
2002-07-09 | (ME_DUMMY): Don't count entries of type `auto' as dummy ones. | Jim Meyering | |
At least on GNU/Linux systems, `auto' means something else. From Michael Stone. | |||
2001-12-15 | (STREQ): Define. | Jim Meyering | |
2001-12-15 | (ME_REMOTE): Recognize file systems of type smbfs | Jim Meyering | |
as `remote' if the name starts with `//'. | |||
2000-06-02 | (ME_DUMMY): Add `autofs' to the list of ignored fs_type strings. | Jim Meyering | |
From Mark D. Roth. | |||
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-25 | Use PARAMS macro. | Jim Meyering | |
1998-07-25 | (REMOTE_FS_TYPE): New macro. | Jim Meyering | |
1996-07-15 | update FSF address in copyright | Jim Meyering | |
1992-10-31 | Initial revision | Jim Meyering | |