/coreutils/ |
D | NEWS | 22 basenc --base16 -d now supports lower case hexadecimal characters. 25 ls --dired now implies long format output without hyperlinks enabled, 33 tail now supports following multiple processes, with repeated --pid options. 37 wc is now much faster in single-byte locales and somewhat faster in 64 'cksum --check' now ensures filenames with a leading backslash character 73 factor, numfmt, and tsort now diagnose read errors on the input. 76 'install --strip' now supports installing to files with a leading hyphen. 80 ls now shows symlinks specified on the command line that can't be traversed. 96 tac now handles short reads on its input. Previously it may have exited 118 'mv dir x' now complains differently if x/dir is a nonempty directory. [all …]
|
D | configure.ac | 193 nw="$nw -Wcast-qual" # Too many warnings for now 194 nw="$nw -Wconversion" # Too many warnings for now 196 nw="$nw -Wsign-conversion" # Too many warnings for now 197 nw="$nw -Wtraditional-conversion" # Too many warnings for now 198 nw="$nw -Wunreachable-code" # Too many warnings for now 203 nw="$nw -Wswitch-enum" # Too many warnings for now 204 nw="$nw -Wswitch-default" # Too many warnings for now 232 gl_WARN_ADD([-Wno-sign-compare]) # Too many warnings for now 233 gl_WARN_ADD([-Wno-unused-parameter]) # Too many warnings for now 333 time_t now = time ((time_t *) 0); [all …]
|
D | README | 55 Note that each man page is now automatically generated from a template
|
D | HACKING | 181 Once it finishes, your changes on the branch are now relative to 246 that we now require is also highlighted.
|
/coreutils/tests/date/ |
D | date-next-dow.pl | 30 my $now = time; 31 my @d = localtime ($now); 32 my @d_week = localtime ($now + 7 * 24 * 3600);
|
/coreutils/src/ |
D | touch.c | 109 date_relative (char const *flex_date, struct timespec now) in date_relative() argument 112 if (! parse_datetime (&result, flex_date, &now)) in date_relative() 366 struct timespec now = current_timespec (); in main() local 367 newtime[1] = newtime[0] = date_relative (flex_date, now); in main() 374 && newtime[0].tv_sec == now.tv_sec in main() 375 && newtime[0].tv_nsec == now.tv_nsec) in main() 380 notnow.tv_sec = now.tv_sec ^ 1; in main() 381 notnow.tv_nsec = now.tv_nsec; in main()
|
D | pinky.c | 149 static time_t now = 0; in idle_string() local 153 if (now == 0) in idle_string() 154 time (&now); in idle_string() 156 seconds_idle = now - when; in idle_string()
|
D | who.c | 188 static time_t now = TYPE_MINIMUM (time_t); in idle_string() local 190 if (now == TYPE_MINIMUM (time_t)) in idle_string() 191 time (&now); in idle_string() 194 if (boottime < when && when <= now in idle_string() 195 && ! ckd_sub (&seconds_idle, now, when) in idle_string()
|
D | shred.c | 400 time_t now = 0; /* Current time */ in dopass() local 545 || thresh <= (now = time (nullptr)))) in dopass() 581 thresh = now + VERBOSE_UPDATE; in dopass()
|
D | dd.c | 737 xtime_t now = progress_time ? progress_time : gethrxtime (); in print_xfer_stats() local 750 if (start_time < now) in print_xfer_stats() 753 xtime_t delta_xtime = now - start_time; in print_xfer_stats()
|
/coreutils/tests/touch/ |
D | now-owned-by-other.sh | 32 touch -d now root-owned || fail=1
|
/coreutils/scripts/build-older-versions/ |
D | coreutils-6.11-on-glibc-2.28.diff | 8 +/* Glibc 2.28 made _IO_IN_BACKUP private. For now, work around this
|
D | coreutils-6.12-on-glibc-2.28.diff | 56 +/* Glibc 2.28 made _IO_IN_BACKUP private. For now, work around this
|
D | coreutils-7.2-on-glibc-2.28.diff | 68 +/* Glibc 2.28 made _IO_IN_BACKUP private. For now, work around this
|
D | coreutils-8.24-on-glibc-2.28.diff | 79 +/* Glibc 2.28 made _IO_IN_BACKUP private. For now, work around this
|
D | coreutils-8.4-on-glibc-2.28.diff | 68 +/* Glibc 2.28 made _IO_IN_BACKUP private. For now, work around this
|
D | coreutils-8.18-on-glibc-2.28.diff | 68 +/* Glibc 2.28 made _IO_IN_BACKUP private. For now, work around this
|
D | coreutils-8.17-on-glibc-2.28.diff | 68 +/* Glibc 2.28 made _IO_IN_BACKUP private. For now, work around this
|
D | coreutils-8.13-on-glibc-2.28.diff | 68 +/* Glibc 2.28 made _IO_IN_BACKUP private. For now, work around this
|
/coreutils/tests/ |
D | local.mk | 143 tests/touch/now-owned-by-other.sh
|
/coreutils/doc/ |
D | coreutils.texi | 562 Meyering. What you are reading now is the authoritative documentation 5706 As it is set up now, @command{ptx} assumes that the input file is coded 6259 Unix archives now contain a symbol table (traditionally built by 6260 @command{ranlib}, now generally built by @command{ar} itself), and the Unix 6321 @var{character-list}. The same as @option{-b} for now, but 6370 Do not split multi-byte characters (no-op for now). 9098 However, many systems now provide the @code{utimensat} function, 10586 now-obsolete technology; for newer devices, a single pass should suffice. 14249 However, as the interleaved output was not very useful, @command{tee} now 17337 For example, here's what it prints right now on one system I use: [all …]
|