# This is for Emacs.
# Local Variables:
+# coding: utf-8
# indent-tabs-mode: nil
# whitespace-check-buffer-indent: nil
# End:
-# Makefile for gnulib doc.
+# Makefile for gnulib doc. -*- coding: utf-8 -*-
# Copyright (C) 2004, 2006-2015 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
fi
done
else
- # This loop has O(N²) worst-case run time.
+ # This loop has O(N**2) worst-case run time.
for module in $cached_specified_modules; do
to_remove=
for m in $1; do
-/* Test whether a file has a nontrivial access control list.
+/* Test whether a file has a nontrivial ACL. -*- coding: utf-8 -*-
Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, Inc.
-/* Internal implementation of access control lists.
+/* Internal implementation of access control lists. -*- coding: utf-8 -*-
Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, Inc.
-/* Convert string to double, using the C locale.
+/* Convert string to double, using the C locale. -*- coding: utf-8 -*-
Copyright (C) 2003-2004, 2009-2015 Free Software Foundation, Inc.
-/* copy-acl.c - copy access control list from one file to another file
+/* Copy access control list from one file to file. -*- coding: utf-8 -*-
Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, Inc.
-/* Diacritics processing for a few character codes.
+/* Diacritics processing for a few character codes. -*- coding: utf-8 -*-
Copyright (C) 1990-1993, 2000, 2006, 2009-2015 Free Software Foundation,
Inc.
-/* Diacritics processing for a few character codes.
+/* Diacritics processing for a few character codes. -*- coding: utf-8 -*-
Copyright (C) 1990-1993, 2009-2015 Free Software Foundation, Inc.
François Pinard <pinard@iro.umontreal.ca>, 1988.
-/* Test whether a file has a nontrivial access control list.
+/* Test whether a file has a nontrivial ACL. -*- coding: utf-8 -*-
Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, Inc.
-/* Manipulating the FPU control word.
+/* Manipulating the FPU control word. -*- coding: utf-8 -*-
Copyright (C) 2007-2015 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2007.
}
/*
- * For Emacs M-x compile
* Local Variables:
+ * coding: utf-8
* compile-command: "\
* gcc -O -Wall gen-uni-tables.c -Iunictype -o gen-uni-tables && \\
* ./gen-uni-tables \\
-/* get-permissions.c - get permissions of a file
+/* Get permissions of a file. -*- coding: utf-8 -*-
Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, Inc.
-/* Abstract sequential list data type.
+/* Abstract sequential list data type. -*- coding: utf-8 -*-
Copyright (C) 2006-2015 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
-/* gl_openssl.h -- wrap openssl crypto hash routines in gnulib interface
+/* Wrap openssl crypto hash routines in gnulib interface. -*- coding: utf-8 -*-
Copyright (C) 2013-2015 Free Software Foundation, Inc.
-/* ignore a function return without a compiler warning
+/* ignore a function return without a compiler warning. -*- coding: utf-8 -*-
Copyright (C) 2008-2015 Free Software Foundation, Inc.
-/* Case-insensitive searching in a string.
+/* Case-insensitive searching in a string. -*- coding: utf-8 -*-
Copyright (C) 2005-2015 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2005.
-/* Searching in a string.
+/* Searching in a string. -*- coding: utf-8 -*-
Copyright (C) 2005-2015 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2005.
-/* memxor.c -- perform binary exclusive OR operation of two memory blocks.
+/* Binary exclusive OR operation of two memory blocks. -*- coding: utf-8 -*-
Copyright (C) 2005-2006, 2009-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
-/* Filtering of data through a subprocess.
+/* Filtering of data through a subprocess. -*- coding: utf-8 -*-
Copyright (C) 2009-2015 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2009,
and Paolo Bonzini <bonzini@gnu.org>, 2009.
-/* Localization of proper names.
+/* Localization of proper names. -*- coding: utf-8 -*-
Copyright (C) 2006, 2008-2015 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
-/* copy-acl.c - copy access control list from one file to another file
+/* Copy access control list from one file to another. -*- coding: utf-8 -*-
Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, Inc.
-/* set-permissions.c - set permissions of a file
+/* Set permissions of a file. -*- coding: utf-8 -*-
Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, Inc.
-/* Set the current locale.
+/* Set the current locale. -*- coding: utf-8 -*-
Copyright (C) 2009, 2011-2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
-/* Compare strings while treating digits characters numerically.
+/* Compare strings while treating digits numerically. -*- coding: utf-8 -*-
Copyright (C) 1997, 2000, 2002, 2004, 2006, 2009-2015 Free Software
Foundation, Inc.
This file is part of the GNU C Library.
-/* Quad-precision floating point argument reduction.
+/* Quad-precision floating point argument reduction. -*- coding: utf-8 -*-
Copyright (C) 1999, 2007, 2009-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
-/* Declarations for sinl, cosl, tanl internal functions
+/* Declarations for sinl, cosl, tanl internal functions. -*- coding: utf-8 -*-
Contributed by Paolo Bonzini
Copyright 2002-2003, 2009-2015 Free Software Foundation, Inc.
"zh", /* Chinese" */
"zu", /* Zulu" */
"zap", /* Zapotec" */
+%{
+/*
+ * Local Variables:
+ * coding: utf-8
+ * End:
+ */
+%}
}
return NULL;
}
+
+/*
+ * Local Variables:
+ * coding: utf-8
+ * End:
+ */
-/* Substring test for UTF-8/UTF-16/UTF-32 strings.
+/* Substring test for UTF-8/UTF-16/UTF-32 strings. -*- coding: utf-8 -*-
Copyright (C) 1999, 2002, 2006, 2010-2015 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2002, 2005.
-/* Word breaks in UTF-8/UTF-16/UTF-32 strings.
+/* Word breaks in UTF-8/UTF-16/UTF-32 strings. -*- coding: utf-8 -*-
Copyright (C) 2009-2015 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
-/* Word break auxiliary table.
+/* Word break auxiliary table. -*- coding: utf-8 -*-
Copyright (C) 2009-2015 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
-# fpieee.m4 serial 2
+# fpieee.m4 serial 2 -*- coding: utf-8 -*-
dnl Copyright (C) 2007, 2009-2015 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
-# mbrlen.m4 serial 9
+# mbrlen.m4 serial 9 -*- coding: utf-8 -*-
dnl Copyright (C) 2008, 2010-2015 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
-# mbrtowc.m4 serial 26
+# mbrtowc.m4 serial 26 -*- coding: utf-8 -*-
dnl Copyright (C) 2001-2002, 2004-2005, 2008-2015 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
Maintainer:
Bastien ROUCARIÈS
+
+Local Variables:
+coding: utf-8
+End:
Maintainer:
Pádraig Brady, Paul Eggert, Jim Meyering
+
+Local Variables:
+coding: utf-8
+End:
Hey Emacs!
Local Variables:
+coding: utf-8
indent-tabs-mode: nil
whitespace-check-buffer-indent: nil
End: