summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-12-01.Jim Meyering
1996-12-01.Jim Meyering
1996-12-01.Jim Meyering
1996-12-01.Jim Meyering
1996-12-01(date): Interpret the date, L/M/N, as YYYY/MM/DDJim Meyering
if L >= 1000, otherwise as MM/DD/YY. With this change, date --date=DATE accepts dates like those in an RCS log listing.
1996-12-01.Jim Meyering
1996-12-01.Jim Meyering
1996-12-01Update from GNU libc.Jim Meyering
1996-11-30Change `:' in text of menu to <colon> to avoid problemsJim Meyering
with M-x info follow-node.
1996-11-30.Jim Meyering
1996-11-30.Jim Meyering
1996-11-30.Jim Meyering
1996-11-30(copy_file): Allow installation from non-directory (rather than only regular)Jim Meyering
files. Suggestion from Charles Karney.
1996-11-30.Jim Meyering
1996-11-30(uname): Document --processor (-p).Jim Meyering
1996-11-30(main) [HAVE_SYSINFO && SI_ARCHITECTURE]: Support -p (print processor type).Jim Meyering
(usage): Document it.
1996-11-30(main): Accept -F as a synonym for -t for compatibilityJim Meyering
with Solaris. From Peter Eriksson.
1996-11-30.Jim Meyering
1996-11-30.Jim Meyering
1996-11-30(main): Close stdout and check result, in case any deferred writes fail.Jim Meyering
Use EXIT_SUCCESS and EXIT_FAILURE in exit and usage calls.
1996-11-30.Jim Meyering
1996-11-28.Jim Meyering
1996-11-28(find_mount_point): Use strip_trailing_slashes and dirnameJim Meyering
instead of open-coding them. When given FILE containing no slashes, chdir to the directory containing it (the current directory) rather than to `..'.
1996-11-28.Jim Meyering
1996-11-28(get_fs_usage): If DISK is 0 and we needed to useJim Meyering
it, return -1 with 0 in ERRNO. From Miles.
1996-11-28(find_mount_point): Use save_cwd/restore_cwd.Jim Meyering
"save-cwd.h": New include. (show_dev): Deal with null values for DISK and FSTYPE, including interpreting special 0 errno return from get_fs_usage. (show_point): Don't fail if we can't find a mount entry for POINT, just call show_dev with 0 values and let it fail if necessary. (main): Require a non-zero MOUNT_LIST only if showing all filesystems. (find_mount_point): New function. (xgetcwd): New declaration. All from Miles.
1996-11-28.Jim Meyering
1996-11-28.Jim Meyering
1996-11-27.Jim Meyering
1996-11-27merge with 0.10.25Jim Meyering
1996-11-27.Jim Meyering
1996-11-27(fraccompare): Add explicit `int' in `register' dcl, toJim Meyering
avoid new warning from gcc.
1996-11-27.Jim Meyering
1996-11-27.Jim Meyering
1996-11-25Fix Franc,ois' name. From Karl B.Jim Meyering
1996-11-25Fix Franc,ois' name. From Karl B.Jim Meyering
1996-11-25.Jim Meyering
1996-11-25.Jim Meyering
1996-11-25.Jim Meyering
1996-11-25.Jim Meyering
1996-11-25.Jim Meyering
1996-11-25.Jim Meyering
1996-11-25.Jim Meyering
1996-11-25(t): Add names of those 5 tests.Jim Meyering
1996-11-25Add 5 tests to exercize just-fixed code.Jim Meyering
1996-11-25(set_ordering): Revert 1994-05-04 change to this functionJim Meyering
so that blanks are not unconditionally ignored when computing start and end positions for numeric keys. Reported by Markus Demleitner.
1996-11-24.Jim Meyering
1996-11-24(get_win_size): Take a FILENO parameter rather thanJim Meyering
trying to get a size from both stdin and stdout. Update callers. Use STDIN_FILENO and STDOUT_FILENO instead of literal 0, 1.
1996-11-24Big patch from Karl Heuer. FIXME: fill in detailsJim Meyering
1996-11-24(EXTRA_DIST): Add getline.c now that getlineJim Meyering
isn't mentioned in AC_REPLACE_FUNCS.