summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1999-04-30(copy_internal): Move the one-file-system test so thatJim Meyering
1999-04-30(copy_internal): Don't make `mv foo symlink-to-foo' fail.Jim Meyering
1999-04-26(main): If you can't open an output file (with seek=...) read-write,Jim Meyering
1999-04-26(main): Use proper mode_t types and macros.Jim Meyering
1999-04-26(do_copy, cp_option_init, main): Use proper mode_t types and macros.Jim Meyering
1999-04-26(struct cp_options.umask_kill): Use mode_t, not unsigned int.Jim Meyering
1999-04-26(copy_reg, copy_internal): Use proper mode_t types and macros.Jim Meyering
1999-04-26(describe_change, change_file_mode): Use proper mode_t types and macros.Jim Meyering
1999-04-26(main): Use proper mode_t types and macros.Jim Meyering
1999-04-26(isodigit): Remove unused macro.Jim Meyering
1999-04-26(S_ISUID, S_ISGID, S_ISVTX, S_IRWXU, S_IRWXG, S_IRWXO):Jim Meyering
1999-04-26(open_maybe_create): Don't pass 0666 to open; it's not needed and isn'tJim Meyering
1999-04-26Use proper mode_t types and macros.Jim Meyering
1999-04-26Use proper mode_t types and macros.Jim Meyering
1999-04-26Use proper mode_t types and macros.Jim Meyering
1999-04-26(main): Revert last change.Jim Meyering
1999-04-26revert last changeJim Meyering
1999-04-26(main): Handle the case in which seq is given no args.Jim Meyering
1999-04-25[NDEBUG]: Remove definition.Jim Meyering
1999-04-24(print_entry): Use `#if', not `#ifdef HAVE_UT_HOST'.Jim Meyering
1999-04-24Include new "xstrtol.h", not "xstrtoul.h".Jim Meyering
1999-04-24Include new "xstrtol.h", not "xstrtoul.h".Jim Meyering
1999-04-24Include new "xstrtol.h", not "xstrtoul.h".Jim Meyering
1999-04-24Include new "xstrtol.h", not "xstrtoul.h".Jim Meyering
1999-04-22(word32): Don't use `#error'; it runs afoul of SunOS 4.1.4 cc.Jim Meyering
1999-04-21update commentJim Meyering
1999-04-21<xstrtol.h>: Include this, not xstrtoul.h.Jim Meyering
1999-04-20<config.h>: Include first, since it can doJim Meyering
1999-04-19(main): Restore `+' in getopt_long string. Otherwise,Jim Meyering
1999-04-19(tempname): Wrap after 99999 only for length-impaired file systems.Jim Meyering
1999-04-19(main, longopts):Jim Meyering
1999-04-19[!HAVE_CONFIG_H] (ST_BLKSIZE): Define to 65536.Jim Meyering
1999-04-18Include xstrtol.h.Jim Meyering
1999-04-18Include xstrtol.h, not obsolete file xstrtoul.h.Jim Meyering
1999-04-18Include xstrtol.h, not obsolete file xstrtoul.h.Jim Meyering
1999-04-18(tempname): Add a FIXME comment.Jim Meyering
1999-04-18(NAME_MAX_IN_DIR): Rename from PATH_MAX_IN_DIR. Use _POSIX_NAME_MAX,Jim Meyering
1999-04-18Rename global: s/temp_file_prefix/temp_dir/.Jim Meyering
1999-04-18(usage): s/DIRECT/DIRECTORY/gJim Meyering
1999-04-18(main): Open the output file with *read* accessJim Meyering
1999-04-17(file_lines): Fix serious bug introduced with last changes.Jim Meyering
1999-04-15Add comments.Jim Meyering
1999-04-13new version via automakeJim Meyering
1999-04-13(main): Declare out_dev to be of type dev_t, not `int'.Jim Meyering
1999-04-13* src/od.c (MIN, MAX): Remove definitions.Jim Meyering
1999-04-12(COPY_TO_EOF): Define.Jim Meyering
1999-04-11Fix the problem whereby `yes > k & tail -1 k' would infloop.Jim Meyering
1999-04-11(xwrite): Use STDOUT_FILENO instead of literal `1'.Jim Meyering
1999-04-11`ls --color' would segfaultJim Meyering
1999-04-11(scanargs): Fix bug introduced with last change: now thatJim Meyering