summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-08-08 16:38:29 +0000
committerJim Meyering <jim@meyering.net>2002-08-08 16:38:29 +0000
commitfc0e70fe74d5d33d45b8a090cd4299a8897636e2 (patch)
treea6a13f4a2b25046d842c2132aa3a10a7060955e9 /TODO
parent596072d020e7ebe62f0b8e072be56c173c113a69 (diff)
downloadcoreutils-fc0e70fe74d5d33d45b8a090cd4299a8897636e2.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO28
1 files changed, 0 insertions, 28 deletions
diff --git a/TODO b/TODO
index 062af1c9f..5c51b07e6 100644
--- a/TODO
+++ b/TODO
@@ -1,29 +1 @@
-Fix README
-
restore djgpp, eventually
-
-Move things so there are no symlinks from repository to
-any directory other than common
-
-Make bug-reporting address bug-coreutils@gnu.org work.
-grep 'bug-.*utils' src/*.c
-
-******************8
-LINGUAS:
- sort -u ../[fst]u/po/LINGUAS > po/LINGUAS
-
-go cu
-cd po
-for i in f s t; do
- echo $i:
- xu=${i}u
- for j in $(cat ../../$xu/po/LINGUAS); do
- echo " $j"
- msgmerge -o k ../../$xu/po/$j.po $j.po && mv k $j.po
- done
-done
-
-go cu; cd po; export xu=tu j=zh_TW
-go cu; cd po; export xu=su j=ru
-go cu; cd po; export xu=fu j=zh_TW
-msgmerge -o k ../../$xu/po/$j.po $j.po && mv k $j.po