X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=2163f9479e0c1c650b06750cceb48682adfe0a2b;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=ece97f4aafa60a056e3e660a27783ddbec358d01;hpb=7517e2fd5e24f47eed66f8390d49f807555f8770;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index ece97f4aa..2163f9479 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -1757,6 +1757,7 @@ func_all_modules () func_begin_table func_module count-leading-zeros func_module count-one-bits + func_module count-trailing-zeros func_module ffs func_module ffsl func_module ffsll @@ -3615,7 +3616,7 @@ if test -n "$missed_modules"; then fi -{ find lib -type f -print; find m4 -type f -print; } | LC_ALL=C sort | sed -e '/\/\./d' -e /CVS/d -e /README/d -e /ChangeLog/d -e /Makefile/d -e /TODO/d -e '/tags$/d' -e '/TAGS$/d' -e '/~$/d' > "$tmp/all-files" +{ find lib -type f -print; find m4 -type f -print; } | LC_ALL=C sort | sed -e '/\/\./d' -e /README/d -e /ChangeLog/d -e /Makefile/d -e /TODO/d -e '/tags$/d' -e '/TAGS$/d' -e '/~$/d' > "$tmp/all-files" missed_files=`for file in $seen_files; do echo $file; done \ | LC_ALL=C sort -u \ | LC_ALL=C join -v 2 - "$tmp/all-files"`