mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 18:33:47 +08:00
ff2178bf30
* src/expand.c, src/unexpand.c: Move global variables from here... * src/expand-common.h, src/expand-common.c: ... to here. * src/expand.c, src/unexpand.c: (parse_tab_stops, validate_tab_stops, next_file): Move identical functions to new module. (add_tab_stop): Move to new module, including additional code from 'unexpand' (keeping max_column_width) which will have no effect in when used in 'expand'. Refactor common next-column calculation code into a new function 'get_next_tab_column'. * src/local.mk: (src_expand_SOURCES, src_unexpand_SOURCES): Add 'expand-common.c'; (noinst_HEADERS): Add 'expand-common.h'. * po/POTFILES.in: Add 'expand-common.c'. * tests/misc/expand.pl: Add more tests. * tests/misc/unexpand.pl: Likewise. * TODO: Move conclusions to above test after investigation.
147 lines
1.9 KiB
Plaintext
147 lines
1.9 KiB
Plaintext
# List of files which contain translatable strings.
|
|
# Copyright (C) 1996-2016 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/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-acl.c
|
|
lib/siglist.h
|
|
lib/strsignal.c
|
|
lib/unicodeio.c
|
|
lib/userspec.c
|
|
lib/verror.c
|
|
lib/version-etc.c
|
|
lib/xalloc-die.c
|
|
lib/xfreopen.c
|
|
lib/xmemcoll.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/coreutils.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-common.c
|
|
src/expand.c
|
|
src/expr.c
|
|
src/factor.c
|
|
src/false.c
|
|
src/find-mount-point.c
|
|
src/fmt.c
|
|
src/fold.c
|
|
src/getlimits.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/libstdbuf.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/nproc.c
|
|
src/numfmt.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/realpath.c
|
|
src/relpath.c
|
|
src/remove.c
|
|
src/rm.c
|
|
src/rmdir.c
|
|
src/runcon.c
|
|
src/selinux.c
|
|
src/seq.c
|
|
src/set-fields.c
|
|
src/shred.c
|
|
src/shuf.c
|
|
src/sleep.c
|
|
src/sort.c
|
|
src/split.c
|
|
src/stat.c
|
|
src/stdbuf.c
|
|
src/stty.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
|