mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-28 12:35:36 +08:00
75e0047c4b
* AUTHORS: Register as the author * NEWS: Mention this change * README: Add truncate command to list * src/truncate.c: New command * src/Makefile.am: Add truncate command to list to build * src/.gitignore: Add truncate binary to list to ignore * doc/coreutils.texi (truncate invocation): Add truncate info * man/Makefile.am: Add truncate man page to list to build * man/truncate.x: Add truncate man page template * po/POTFILES.in: Add truncate to list to translate * tests/Makefile.am: Add truncate tests * tests/misc/help-version: Add support for new truncate command * tests/misc/truncate-dangling-symlink: check dangling link ok * tests/misc/truncate-dir-fail: ensure dirs fail * tests/misc/truncate-fail-diag: validate messages for missing paths * tests/misc/truncate-fifo: ensure fifos ignored * tests/misc/truncate-no-create-missing: ensure -c option honoured * tests/misc/truncate-overflow: check signed integer overflows * tests/misc/truncate-owned-by-other: root permissions check * tests/misc/truncate-parameters: check invalid parameter combinations * tests/misc/truncate-relative: check invalid relative sizes
136 lines
1.7 KiB
Plaintext
136 lines
1.7 KiB
Plaintext
# List of files which contain translatable strings.
|
|
# Copyright (C) 1996-2008 Free Software Foundation, Inc.
|
|
|
|
# These are nominally temporary...
|
|
lib/argmatch.c
|
|
lib/closein.c
|
|
lib/closeout.c
|
|
lib/copy-acl.c
|
|
lib/error.c
|
|
lib/euidaccess-stat.c
|
|
lib/file-type.c
|
|
lib/gai_strerror.c
|
|
lib/getopt.c
|
|
lib/mkdir-p.c
|
|
lib/obstack.c
|
|
lib/openat-die.c
|
|
lib/quotearg.c
|
|
lib/randread.c
|
|
lib/regcomp.c
|
|
lib/root-dev-ino.h
|
|
lib/rpmatch.c
|
|
lib/set-mode-acl.c
|
|
lib/unicodeio.c
|
|
lib/userspec.c
|
|
lib/version-etc.c
|
|
lib/xalloc-die.c
|
|
lib/xfts.c
|
|
lib/xmemcoll.c
|
|
lib/xmemxfrm.c
|
|
lib/xprintf.c
|
|
lib/xstrtol-error.c
|
|
|
|
# Package source files
|
|
|
|
src/base64.c
|
|
src/basename.c
|
|
src/cat.c
|
|
src/chcon.c
|
|
src/chgrp.c
|
|
src/chmod.c
|
|
src/chown-core.c
|
|
src/chown.c
|
|
src/chroot.c
|
|
src/cksum.c
|
|
src/comm.c
|
|
src/copy.c
|
|
src/cp.c
|
|
src/csplit.c
|
|
src/cut.c
|
|
src/date.c
|
|
src/dd.c
|
|
src/df.c
|
|
src/dircolors.c
|
|
src/dirname.c
|
|
src/du.c
|
|
src/echo.c
|
|
src/env.c
|
|
src/expand.c
|
|
src/expr.c
|
|
src/factor.c
|
|
src/false.c
|
|
src/fmt.c
|
|
src/fold.c
|
|
src/group-list.c
|
|
src/groups.c
|
|
src/head.c
|
|
src/hostid.c
|
|
src/hostname.c
|
|
src/id.c
|
|
src/install.c
|
|
src/join.c
|
|
src/kill.c
|
|
src/link.c
|
|
src/ln.c
|
|
src/logname.c
|
|
src/ls.c
|
|
src/md5sum.c
|
|
src/mkdir.c
|
|
src/mkfifo.c
|
|
src/mknod.c
|
|
src/mktemp.c
|
|
src/mv.c
|
|
src/nice.c
|
|
src/nl.c
|
|
src/nohup.c
|
|
src/od.c
|
|
src/operand2sig.c
|
|
src/paste.c
|
|
src/pathchk.c
|
|
src/pinky.c
|
|
src/pr.c
|
|
src/printenv.c
|
|
src/printf.c
|
|
src/ptx.c
|
|
src/pwd.c
|
|
src/readlink.c
|
|
src/remove.c
|
|
src/rm.c
|
|
src/rmdir.c
|
|
src/runcon.c
|
|
src/seq.c
|
|
src/setuidgid.c
|
|
src/shred.c
|
|
src/shuf.c
|
|
src/sleep.c
|
|
src/sort.c
|
|
src/split.c
|
|
src/stat.c
|
|
src/stty.c
|
|
src/su.c
|
|
src/sum.c
|
|
src/sync.c
|
|
src/system.h
|
|
src/tac-pipe.c
|
|
src/tac.c
|
|
src/tail.c
|
|
src/tee.c
|
|
src/test.c
|
|
src/timeout.c
|
|
src/touch.c
|
|
src/tr.c
|
|
src/true.c
|
|
src/truncate.c
|
|
src/tsort.c
|
|
src/tty.c
|
|
src/uname.c
|
|
src/unexpand.c
|
|
src/uniq.c
|
|
src/unlink.c
|
|
src/uptime.c
|
|
src/users.c
|
|
src/wc.c
|
|
src/who.c
|
|
src/whoami.c
|
|
src/yes.c
|