Searched refs:old (Results 1 – 15 of 15) sorted by relevance
/coreutils/tests/mv/ |
D | update.sh | 23 echo old > old || framework_failure_ 24 touch -d yesterday old || framework_failure_ 34 $cp_or_mv $interactive --update old new < /dev/null > out 2>&1 || fail=1 37 case "$(cat old)" in old) ;; *) fail=1 ;; esac 45 mv $update_option new old || fail=1 50 cp $update_option new old || fail=1 59 mv $update_option new old || fail=1 61 case "$(cat old)" in old) ;; *) fail=1 ;; esac 64 cp $update_option new old || fail=1 66 case "$(cat old)" in old) ;; *) fail=1 ;; esac
|
/coreutils/scripts/build-older-versions/ |
D | README.older-versions | 101 With very old versions (5.X and 6.X), running "./configure" will 112 Programs in `$HOME/old-coreutils/coreutils-{VERSION}/bin`, 113 manual pages in `$HOME/old-coreutils/coreutils-{VERSION}/share/man`, 114 PDF manual in `$HOME/old-coreutils/coreutils-{VERSION}/share/doc`, 115 INFO pages in `$HOME/old-coreutils/coreutils-{VERSION}/share/info`. 117 `$HOME/old-coreutils/bin`. 127 versions 5.0,5.97,6.12,7.6 in `$HOME/old-coreutils/bin` : 129 $ ls $HOME/old-coreutils/bin 158 export PATH=$PATH:$HOME/old-coreutils/bin 159 export MANPATH=$MANPATH:$HOME/old-coreutils/man
|
D | build-older-versions.sh | 197 export PATH=\$PATH:\$HOME/old-coreutils/bin 198 export MANPATH=\$MANPATH:\$HOME/old-coreutils/man
|
/coreutils/ |
D | dist-check.mk | 121 (cd $(t) && mv $(distdir) $(distdir).old \ 126 find $(t)/$(distdir).old $(t)/$(distdir) -name .deps | xargs -r rmdir 127 diff -ur $(t)/$(distdir).old $(t)/$(distdir)
|
D | README-prereq | 24 package. If some packages are available but are too old, install the 25 too-old versions first as they may be needed to build newer versions.
|
D | README-install | 16 to code that even an old pre-c99 compiler can handle, but it was too
|
D | TODO | 2 over the years. Beware: some are quite old and no longer valid. To avoid
|
D | NEWS | 593 ptx -T no longer attempts to substitute old-fashioned TeX escapes 685 ln works again on old systems without O_DIRECTORY support (like Solaris 10), 723 [The old behavior was introduced in sh-utils 2.0.15 ca. 1999, predating 817 uses fewer system calls and avoids some races. The old statting 1161 Internet RFC number for email dates (currently RFC 5322). The old 1522 the old "/", and therefore is useful with the --group and --userspec options. 1615 the old, wrong EBCDIC value, and E is the new, corrected EBCDIC value; all 2801 [The old behavior was introduced in coreutils-6.0 and had been removed 2922 message when using new glibc coupled with an old kernel. 3776 Set POSIXLY_CORRECT if you require the old, risk-prone behavior. [all …]
|
/coreutils/tests/chroot/ |
D | chroot-fail.sh | 41 chroot: option --skip-chdir only permitted if NEWROOT is old '/'
|
/coreutils/src/ |
D | dircolors.hin | 234 .dpkg-old 00;90 236 .old 00;90 247 .ucf-old 00;90
|
D | uniq.c | 281 different (char *old, char *new, size_t oldlen, size_t newlen) in different() argument 289 return oldlen != newlen || memcasecmp (old, new, oldlen); in different() 291 return oldlen != newlen || memcmp (old, new, oldlen); in different()
|
D | shred.c | 1073 char const *old = first ? qoldname : oldname; in wipename() local 1075 _("%s: renamed to %s"), old, newname); in wipename()
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 32 # Rewrite the $LOG_FILE (old contents in @$LINE_REF) with an additional
|
/coreutils/doc/ |
D | fdl.texi | 295 you may not add another; but you may replace the old one, on explicit 296 permission from the previous publisher that added the old one.
|
D | coreutils.texi | 1578 implementation to have either the old or the new behavior. 2729 to disentangle the old (POSIX-compliant) options @option{-w} and 6264 Anyhow, that's where tsort came from. To solve an old problem with 8493 months old, and is not dated in the future. If a timestamp dated 10036 Ignored; for compatibility with old Unix versions of @command{install}. 10584 maximize the damage they do to the old data. 11604 @item --from=@var{old-owner} 11608 by @var{old-owner}. @var{old-owner} has the same form as @var{new-owner} 12256 @cindex file system space, retrieving old data more quickly 16247 @samp{old} means the user has been idle for more than 24 hours. [all …]
|