Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-02 | from Paul Eggert | Jim Meyering | |
1998-08-02 | *** empty log message *** | Jim Meyering | |
1998-08-01 | . | Jim Meyering | |
1998-08-01 | (my_setlocale): Guard definition within #ifdef ENABLE_NLS. | Jim Meyering | |
1998-07-30 | Avoid broken pipe message for tests that fail with usage errors. | Jim Meyering | |
1998-07-30 | * src/sort.c (usage): Add angle brackets to make `Report bugs...' | Jim Meyering | |
message consistent with all the rest. | |||
1998-07-29 | *** empty log message *** | Jim Meyering | |
1998-07-29 | (NEGATION_SIGN): Renamed from NEGATIVE_SIGN to avoid | Jim Meyering | |
clash with <langinfo.h>. All uses changed. From Andreas Schwab. | |||
1998-07-29 | Avoid broken pipe for 'y' and 'z' tests. | Jim Meyering | |
From Andreas. | |||
1998-07-29 | *** empty log message *** | Jim Meyering | |
1998-07-29 | (show_all_fs): | Jim Meyering | |
Revert to boolean value; the old negative value is now in show_local_fs. (show_local_fs): New variable. (show_dev): New args me_dummy and me_class. Use show_local_fs and boolean show_all_fs in combination with these new args to decide whether to show a device. (show_disk): Pass flags to show_dev. (show_point): Use a non-dummy mount entry if possible. (show_all_entries): Pass flags to show_dev. (main): --local sets show_local_fs now. Ask for file system types if show_local_fs is nonzero, since ME_REMOTE might need them. From Paul. | |||
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-28 | *** empty log message *** | Jim Meyering | |
1998-07-28 | *** empty log message *** | Jim Meyering | |
1998-07-28 | Undef stat. | Jim Meyering | |
1998-07-27 | *** empty log message *** | Jim Meyering | |
1998-07-27 | Make copy create each destination file initially | Jim Meyering | |
with mode 0600 so strip will work, then apply specified mode. Arne Henrik Juul reported that `./ginstall -s -c -m 555 dd /tmp' failed. | |||
1998-07-27 | . | Jim Meyering | |
1998-07-27 | (TESTS_ENVIRONMENT): Set LS, MKDIR, and RM. | Jim Meyering | |
1998-07-27 | use ls to check the permissions | Jim Meyering | |
1998-07-27 | Test stripping an executable that eventually will be made unwritable. | Jim Meyering | |
1998-07-26 | *** empty log message *** | Jim Meyering | |
1998-07-26 | Convert some char* dcls to `unsigned char*' and remove a cast -- | Jim Meyering | |
to placate irix4's cc. | |||
1998-07-26 | (check_punctuation): Add cast to placate irix4's cc. Reported by Kaveh Ghazi. | Jim Meyering | |
1998-07-26 | (split_3): Add cast to placate irix4's cc. From Kaveh Ghazi. | Jim Meyering | |
1998-07-26 | (chown): Remove unused definition. | Jim Meyering | |
Reported by Kaveh Ghazi. | |||
1998-07-26 | . | Jim Meyering | |
1998-07-26 | . | Jim Meyering | |
1998-07-26 | Add tests for new --output-delimiter option, | Jim Meyering | |
as well as for NUL input delimiter (--delimiter=''). | |||
1998-07-26 | . | Jim Meyering | |
1998-07-26 | (cut_fields): Honor new --output-delimiter option. | Jim Meyering | |
(main): Fix handling of --delimiter='' (-d ''). Until now, it has never worked as advertised. I guess no one tried it. | |||
1998-07-26 | *** empty log message *** | Jim Meyering | |
1998-07-26 | . | Jim Meyering | |
1998-07-26 | *** empty log message *** | Jim Meyering | |
1998-07-26 | Add two tests. `sort -o no-file no-file' didn't fail. | Jim Meyering | |
1998-07-26 | (main): Stat all non-`-' input file files (and fail if a | Jim Meyering | |
stat fails) when an output file is specified by `-o' but doesn't exist. | |||
1998-07-26 | *** empty log message *** | Jim Meyering | |
1998-07-26 | (main): rmdir fails with EEXIST on some systems. | Jim Meyering | |
Handle that, so --ignore-fail-on-non-empty works. (EEXIST): Define to zero if not defined. (ENOTEMPTY): Likewise. | |||
1998-07-25 | *** empty log message *** | Jim Meyering | |
1998-07-25 | Remove `diff' I'd put in for debugging. | Jim Meyering | |
Exit with the status from cmp. | |||
1998-07-25 | *** empty log message *** | Jim Meyering | |
1998-07-25 | Skip three more unportable tests. These failed on SunOS4.1.4. | Jim Meyering | |
1998-07-25 | *** empty log message *** | Jim Meyering | |
1998-07-25 | *** empty log message *** | Jim Meyering | |
1998-07-25 | . | Jim Meyering | |
1998-07-25 | (SAME_INODE): Define it here instead. | Jim Meyering | |
1998-07-25 | (SAME_INODE): Remove definition. | Jim Meyering | |
1998-07-25 | . | Jim Meyering | |