Lines Matching refs:to
21 like _("truncating %s at %jd bytes") to work portably.
22 I suspect that (if someone cares to take the time) we can remove
25 cp --recursive: use fts and *at functions to perform directory traversals
51 Write an autoconf test to work around build failure in HPUX's 64-bit mode.
56 I don't plan to do that, since a few tests demonstrate no significant benefit.
67 would expand /%(-_)?\d*N/ to the desired string and then pass the
68 resulting string to glibc's strftime.
83 Since comparisons seem to be the bottleneck, perhaps the best
84 algorithm to try next should be merge insertion. See Knuth section
88 shred: Update shred as described here to conform to DoD 5220 rules:
98 Changes expected to go in, someday.
105 ls: when both -l and --dereference-command-line-symlink-to-dir are
106 specified, consider whether to let the latter select whether to
107 dereference command line symlinks to directories. Since -l has
108 an implicit --NO-dereference-command-line-symlink-to-dir meaning.
122 Add a distcheck-time test to ensure that every distributed
124 version-controlled and up to date.
137 Adapt tools like wc, tr, fmt, etc. (most of the textutils) to be
138 multibyte aware. The problem is that I want to avoid duplicating
139 significant blocks of logic, yet I also want to incur only minimal
142 pr's use of nstrftime can make it malloc a very large (up to SIZE_MAX) buffer