https://svn.lrde.epita.fr/svn/oln/trunk/extended
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
* xtd/abstract/fun.hh, xtd/abstract/fun_expr.hh,
* xtd/abstract/fun_nary_expr.hh, xtd/abstract/meta_fun.hh,
* xtd/abstract/meta_nary_fun.hh, xtd/abstract/nary_fun.hh,
* xtd/abstract/open_fun.hh, xtd/abstract/open_nary_fun.hh,
* xtd/abstract/plain_fun.hh, xtd/abstract/plain_nary_fun.hh,
* xtd/builtin/traits.hh, xtd/internal/mlc.hh,
* xtd/internal/opmacros.hh, xtd/math/abs.hh, xtd/math/acos.hh,
* xtd/math/arith.hh, xtd/math/asin.hh, xtd/math/atan.hh,
* xtd/math/atan2.hh, xtd/math/ceil.hh, xtd/math/cmp.hh,
* xtd/math/constraints.hh, xtd/math/cos.hh, xtd/math/cosh.hh,
* xtd/math/exp.hh, xtd/math/floor.hh, xtd/math/id.hh,
* xtd/math/includes.hh, xtd/math/log.hh, xtd/math/log10.hh,
* xtd/math/logic.hh, xtd/math/pow.hh, xtd/math/sin.hh,
* xtd/math/sinh.hh, xtd/math/sqrt.hh, xtd/math/tan.hh,
* xtd/math/tanh.hh, xtd/arg.hh,* xtd/args.hh, xtd/bind.hh,
* xtd/cast.hh, xtd/cfun.hh, xtd/literal.hh, xtd/math.hh,
* xtd/mexpr.hh, xtd/mfun.hh, xtd/optraits.hh, xtd/res.hh,
* xtd/traits.hh, xtd/vec.hh: Adjust header guards to match the
file name.
abstract/fun.hh | 6 +++---
abstract/fun_expr.hh | 6 +++---
abstract/fun_nary_expr.hh | 6 +++---
abstract/meta_fun.hh | 6 +++---
abstract/meta_nary_fun.hh | 6 +++---
abstract/nary_fun.hh | 6 +++---
abstract/open_fun.hh | 6 +++---
abstract/open_nary_fun.hh | 6 +++---
abstract/plain_fun.hh | 6 +++---
abstract/plain_nary_fun.hh | 6 +++---
arg.hh | 6 +++---
args.hh | 6 +++---
bind.hh | 6 +++---
builtin/traits.hh | 6 +++---
cast.hh | 6 +++---
cfun.hh | 6 +++---
internal/mlc.hh | 6 +++---
internal/opmacros.hh | 6 +++---
literal.hh | 6 +++---
math.hh | 6 +++---
math/abs.hh | 6 +++---
math/acos.hh | 6 +++---
math/arith.hh | 6 +++---
math/asin.hh | 6 +++---
math/atan.hh | 6 +++---
math/atan2.hh | 6 +++---
math/ceil.hh | 6 +++---
math/cmp.hh | 6 +++---
math/constraints.hh | 6 +++---
math/cos.hh | 6 +++---
math/cosh.hh | 6 +++---
math/exp.hh | 6 +++---
math/floor.hh | 6 +++---
math/id.hh | 6 +++---
math/includes.hh | 6 +++---
math/log.hh | 6 +++---
math/log10.hh | 6 +++---
math/logic.hh | 6 +++---
math/pow.hh | 6 +++---
math/sin.hh | 6 +++---
math/sinh.hh | 6 +++---
math/sqrt.hh | 6 +++---
math/tan.hh | 6 +++---
math/tanh.hh | 6 +++---
mexpr.hh | 6 +++---
mfun.hh | 6 +++---
optraits.hh | 6 +++---
res.hh | 6 +++---
traits.hh | 6 +++---
vec.hh | 6 +++---
50 files changed, 150 insertions(+), 150 deletions(-)
Index: xtd/math.hh
--- xtd/math.hh (revision 587)
+++ xtd/math.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_HH
-# define EXTENDED_MATH_HH
+#ifndef XTD_MATH_HH
+# define XTD_MATH_HH
@@ -86,4 +86,4 @@
-#endif // ! EXTENDED_MATH_HH
+#endif // ! XTD_MATH_HH
Index: xtd/res.hh
--- xtd/res.hh (revision 587)
+++ xtd/res.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_RES_HH
-# define EXTENDED_RES_HH
+#ifndef XTD_RES_HH
+# define XTD_RES_HH
# include <xtd/internal/mlc.hh>
@@ -302,4 +302,4 @@
-#endif // ! EXTENDED_RES_HH
+#endif // ! XTD_RES_HH
Index: xtd/cast.hh
--- xtd/cast.hh (revision 587)
+++ xtd/cast.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_CAST_HH
-# define EXTENDED_CAST_HH
+#ifndef XTD_CAST_HH
+# define XTD_CAST_HH
# include <xtd/abstract/plain_nary_fun.hh>
# include <xtd/abstract/meta_nary_fun.hh>
@@ -121,4 +121,4 @@
-#endif // ! EXTENDED_CAST_HH
+#endif // ! XTD_CAST_HH
Index: xtd/math/log.hh
--- xtd/math/log.hh (revision 587)
+++ xtd/math/log.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_LOG_HH
-# define EXTENDED_MATH_LOG_HH
+#ifndef XTD_MATH_LOG_HH
+# define XTD_MATH_LOG_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_LOG_HH
+#endif // ! XTD_MATH_LOG_HH
Index: xtd/math/floor.hh
--- xtd/math/floor.hh (revision 587)
+++ xtd/math/floor.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_FLOOR_HH
-# define EXTENDED_MATH_FLOOR_HH
+#ifndef XTD_MATH_FLOOR_HH
+# define XTD_MATH_FLOOR_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_FLOOR_HH
+#endif // ! XTD_MATH_FLOOR_HH
Index: xtd/math/tan.hh
--- xtd/math/tan.hh (revision 587)
+++ xtd/math/tan.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_TAN_HH
-# define EXTENDED_MATH_TAN_HH
+#ifndef XTD_MATH_TAN_HH
+# define XTD_MATH_TAN_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_TAN_HH
+#endif // ! XTD_MATH_TAN_HH
Index: xtd/math/log10.hh
--- xtd/math/log10.hh (revision 587)
+++ xtd/math/log10.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_LOG10_HH
-# define EXTENDED_MATH_LOG10_HH
+#ifndef XTD_MATH_LOG10_HH
+# define XTD_MATH_LOG10_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_LOG10_HH
+#endif // ! XTD_MATH_LOG10_HH
Index: xtd/math/atan.hh
--- xtd/math/atan.hh (revision 587)
+++ xtd/math/atan.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_ATAN_HH
-# define EXTENDED_MATH_ATAN_HH
+#ifndef XTD_MATH_ATAN_HH
+# define XTD_MATH_ATAN_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_ATAN_HH
+#endif // ! XTD_MATH_ATAN_HH
Index: xtd/math/cos.hh
--- xtd/math/cos.hh (revision 587)
+++ xtd/math/cos.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_COS_HH
-# define EXTENDED_MATH_COS_HH
+#ifndef XTD_MATH_COS_HH
+# define XTD_MATH_COS_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_COS_HH
+#endif // ! XTD_MATH_COS_HH
Index: xtd/math/acos.hh
--- xtd/math/acos.hh (revision 587)
+++ xtd/math/acos.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_ACOS_HH
-# define EXTENDED_MATH_ACOS_HH
+#ifndef XTD_MATH_ACOS_HH
+# define XTD_MATH_ACOS_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_ACOS_HH
+#endif // ! XTD_MATH_ACOS_HH
Index: xtd/math/sqrt.hh
--- xtd/math/sqrt.hh (revision 587)
+++ xtd/math/sqrt.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_SQRT_HH
-# define EXTENDED_MATH_SQRT_HH
+#ifndef XTD_MATH_SQRT_HH
+# define XTD_MATH_SQRT_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_SQRT_HH
+#endif // ! XTD_MATH_SQRT_HH
Index: xtd/math/sin.hh
--- xtd/math/sin.hh (revision 587)
+++ xtd/math/sin.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_SIN_HH
-# define EXTENDED_MATH_SIN_HH
+#ifndef XTD_MATH_SIN_HH
+# define XTD_MATH_SIN_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_SIN_HH
+#endif // ! XTD_MATH_SIN_HH
Index: xtd/math/tanh.hh
--- xtd/math/tanh.hh (revision 587)
+++ xtd/math/tanh.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_TANH_HH
-# define EXTENDED_MATH_TANH_HH
+#ifndef XTD_MATH_TANH_HH
+# define XTD_MATH_TANH_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_TANH_HH
+#endif // ! XTD_MATH_TANH_HH
Index: xtd/math/asin.hh
--- xtd/math/asin.hh (revision 587)
+++ xtd/math/asin.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_ASIN_HH
-# define EXTENDED_MATH_ASIN_HH
+#ifndef XTD_MATH_ASIN_HH
+# define XTD_MATH_ASIN_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_ASIN_HH
+#endif // ! XTD_MATH_ASIN_HH
Index: xtd/math/cosh.hh
--- xtd/math/cosh.hh (revision 587)
+++ xtd/math/cosh.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_COSH_HH
-# define EXTENDED_MATH_COSH_HH
+#ifndef XTD_MATH_COSH_HH
+# define XTD_MATH_COSH_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_COSH_HH
+#endif // ! XTD_MATH_COSH_HH
Index: xtd/math/id.hh
--- xtd/math/id.hh (revision 587)
+++ xtd/math/id.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_ID_HH
-# define EXTENDED_MATH_ID_HH
+#ifndef XTD_MATH_ID_HH
+# define XTD_MATH_ID_HH
# include <xtd/math/includes.hh>
@@ -64,4 +64,4 @@
-#endif // ! EXTENDED_MATH_ID_HH
+#endif // ! XTD_MATH_ID_HH
Index: xtd/math/exp.hh
--- xtd/math/exp.hh (revision 587)
+++ xtd/math/exp.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_EXP_HH
-# define EXTENDED_MATH_EXP_HH
+#ifndef XTD_MATH_EXP_HH
+# define XTD_MATH_EXP_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_EXP_HH
+#endif // ! XTD_MATH_EXP_HH
Index: xtd/math/logic.hh
--- xtd/math/logic.hh (revision 587)
+++ xtd/math/logic.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_LOGIC_HH
-# define EXTENDED_MATH_LOGIC_HH
+#ifndef XTD_MATH_LOGIC_HH
+# define XTD_MATH_LOGIC_HH
# include <xtd/internal/opmacros.hh>
@@ -45,4 +45,4 @@
-#endif // ! EXTENDED_MATH_LOGIC_HH
+#endif // ! XTD_MATH_LOGIC_HH
Index: xtd/math/sinh.hh
--- xtd/math/sinh.hh (revision 587)
+++ xtd/math/sinh.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_SINH_HH
-# define EXTENDED_MATH_SINH_HH
+#ifndef XTD_MATH_SINH_HH
+# define XTD_MATH_SINH_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_SINH_HH
+#endif // ! XTD_MATH_SINH_HH
Index: xtd/math/abs.hh
--- xtd/math/abs.hh (revision 587)
+++ xtd/math/abs.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_ABS_HH
-# define EXTENDED_MATH_ABS_HH
+#ifndef XTD_MATH_ABS_HH
+# define XTD_MATH_ABS_HH
# include <xtd/math/includes.hh>
@@ -112,4 +112,4 @@
-#endif // ! EXTENDED_MATH_ABS_HH
+#endif // ! XTD_MATH_ABS_HH
Index: xtd/math/pow.hh
--- xtd/math/pow.hh (revision 587)
+++ xtd/math/pow.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_POW_HH
-# define EXTENDED_MATH_POW_HH
+#ifndef XTD_MATH_POW_HH
+# define XTD_MATH_POW_HH
# include <xtd/math/includes.hh>
@@ -107,4 +107,4 @@
-#endif // ! EXTENDED_MATH_POW_HH
+#endif // ! XTD_MATH_POW_HH
Index: xtd/math/atan2.hh
--- xtd/math/atan2.hh (revision 587)
+++ xtd/math/atan2.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_ATAN2_HH
-# define EXTENDED_MATH_ATAN2_HH
+#ifndef XTD_MATH_ATAN2_HH
+# define XTD_MATH_ATAN2_HH
# include <xtd/math/includes.hh>
@@ -91,4 +91,4 @@
-#endif // ! EXTENDED_MATH_ATAN2_HH
+#endif // ! XTD_MATH_ATAN2_HH
Index: xtd/math/includes.hh
--- xtd/math/includes.hh (revision 587)
+++ xtd/math/includes.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_INCLUDES_HH
-# define EXTENDED_MATH_INCLUDES_HH
+#ifndef XTD_MATH_INCLUDES_HH
+# define XTD_MATH_INCLUDES_HH
# include <cmath>
@@ -37,4 +37,4 @@
# include <xtd/math/constraints.hh>
-#endif // ! EXTENDED_MATH_INCLUDES_HH
+#endif // ! XTD_MATH_INCLUDES_HH
Index: xtd/math/arith.hh
--- xtd/math/arith.hh (revision 587)
+++ xtd/math/arith.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_ARITH_HH
-# define EXTENDED_MATH_ARITH_HH
+#ifndef XTD_MATH_ARITH_HH
+# define XTD_MATH_ARITH_HH
# include <xtd/internal/opmacros.hh>
@@ -48,4 +48,4 @@
-#endif // ! EXTENDED_MATH_ARITH_HH
+#endif // ! XTD_MATH_ARITH_HH
Index: xtd/math/constraints.hh
--- xtd/math/constraints.hh (revision 587)
+++ xtd/math/constraints.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_CONSTRAINTS_HH
-# define EXTENDED_MATH_CONSTRAINTS_HH
+#ifndef XTD_MATH_CONSTRAINTS_HH
+# define XTD_MATH_CONSTRAINTS_HH
# include <mlc/abort.hh>
@@ -60,4 +60,4 @@
-#endif // ! EXTENDED_MATH_CONSTRAINTS_HH
+#endif // ! XTD_MATH_CONSTRAINTS_HH
Index: xtd/math/ceil.hh
--- xtd/math/ceil.hh (revision 587)
+++ xtd/math/ceil.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_CEIL_HH
-# define EXTENDED_MATH_CEIL_HH
+#ifndef XTD_MATH_CEIL_HH
+# define XTD_MATH_CEIL_HH
# include <xtd/math/includes.hh>
@@ -90,4 +90,4 @@
-#endif // ! EXTENDED_MATH_CEIL_HH
+#endif // ! XTD_MATH_CEIL_HH
Index: xtd/math/cmp.hh
--- xtd/math/cmp.hh (revision 587)
+++ xtd/math/cmp.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MATH_CMP_HH
-# define EXTENDED_MATH_CMP_HH
+#ifndef XTD_MATH_CMP_HH
+# define XTD_MATH_CMP_HH
# include <xtd/internal/opmacros.hh>
@@ -46,4 +46,4 @@
-#endif // ! EXTENDED_MATH_CMP_HH
+#endif // ! XTD_MATH_CMP_HH
Index: xtd/mexpr.hh
--- xtd/mexpr.hh (revision 587)
+++ xtd/mexpr.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MEXPR_HH
-# define EXTENDED_MEXPR_HH
+#ifndef XTD_MEXPR_HH
+# define XTD_MEXPR_HH
# include <xtd/abstract/meta_nary_fun.hh>
# include <xtd/abstract/fun_nary_expr.hh>
@@ -484,4 +484,4 @@
-#endif // ! EXTENDED_MEXPR_HH
+#endif // ! XTD_MEXPR_HH
Index: xtd/cfun.hh
--- xtd/cfun.hh (revision 587)
+++ xtd/cfun.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_CFUN_HH
-# define EXTENDED_CFUN_HH
+#ifndef XTD_CFUN_HH
+# define XTD_CFUN_HH
# include <xtd/abstract/plain_nary_fun.hh>
# include <xtd/abstract/meta_nary_fun.hh>
@@ -395,4 +395,4 @@
-#endif // ! EXTENDED_CFUN_HH
+#endif // ! XTD_CFUN_HH
Index: xtd/args.hh
--- xtd/args.hh (revision 587)
+++ xtd/args.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_ARGS_HH
-# define EXTENDED_ARGS_HH
+#ifndef XTD_ARGS_HH
+# define XTD_ARGS_HH
# include <xtd/internal/mlc.hh>
@@ -212,4 +212,4 @@
} // end of namespace xtd
-#endif // ! EXTENDED_ARGS_HH
+#endif // ! XTD_ARGS_HH
Index: xtd/literal.hh
--- xtd/literal.hh (revision 587)
+++ xtd/literal.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_LITERAL_HH
-# define EXTENDED_LITERAL_HH
+#ifndef XTD_LITERAL_HH
+# define XTD_LITERAL_HH
# include <xtd/abstract/plain_nary_fun.hh>
# include <xtd/abstract/meta_nary_fun.hh>
@@ -176,4 +176,4 @@
-#endif // ! EXTENDED_LITERAL_HH
+#endif // ! XTD_LITERAL_HH
Index: xtd/optraits.hh
--- xtd/optraits.hh (revision 587)
+++ xtd/optraits.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_OPTRAITS_HH
-# define EXTENDED_OPTRAITS_HH
+#ifndef XTD_OPTRAITS_HH
+# define XTD_OPTRAITS_HH
# include <xtd/traits.hh>
# include <xtd/builtin/traits.hh>
@@ -251,4 +251,4 @@
-#endif // ! EXTENDED_OPTRAITS_HH
+#endif // ! XTD_OPTRAITS_HH
Index: xtd/abstract/nary_fun.hh
--- xtd/abstract/nary_fun.hh (revision 587)
+++ xtd/abstract/nary_fun.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_ABSTRACT_NARY_FUN_HH
-# define EXTENDED_ABSTRACT_NARY_FUN_HH
+#ifndef XTD_ABSTRACT_NARY_FUN_HH
+# define XTD_ABSTRACT_NARY_FUN_HH
namespace xtd
@@ -56,4 +56,4 @@
} // end of namespace xtd
-#endif // ! EXTENDED_ABSTRACT_NARY_FUN_HH
+#endif // ! XTD_ABSTRACT_NARY_FUN_HH
Index: xtd/abstract/open_nary_fun.hh
--- xtd/abstract/open_nary_fun.hh (revision 587)
+++ xtd/abstract/open_nary_fun.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_ABSTRACT_OPEN_NARY_FUN_HH
-# define EXTENDED_ABSTRACT_OPEN_NARY_FUN_HH
+#ifndef XTD_ABSTRACT_OPEN_NARY_FUN_HH
+# define XTD_ABSTRACT_OPEN_NARY_FUN_HH
# include <xtd/abstract/open_fun.hh>
# include <xtd/abstract/nary_fun.hh>
@@ -337,4 +337,4 @@
-#endif // ! EXTENDED_ABSTRACT_OPEN_NARY_FUN_HH
+#endif // ! XTD_ABSTRACT_OPEN_NARY_FUN_HH
Index: xtd/abstract/plain_nary_fun.hh
--- xtd/abstract/plain_nary_fun.hh (revision 587)
+++ xtd/abstract/plain_nary_fun.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_ABSTRACT_PLAIN_NARY_FUN_HH
-# define EXTENDED_ABSTRACT_PLAIN_NARY_FUN_HH
+#ifndef XTD_ABSTRACT_PLAIN_NARY_FUN_HH
+# define XTD_ABSTRACT_PLAIN_NARY_FUN_HH
# include <xtd/abstract/plain_fun.hh>
# include <xtd/abstract/nary_fun.hh>
@@ -263,4 +263,4 @@
-#endif // ! EXTENDED_ABSTRACT_PLAIN_NARY_FUN_HH
+#endif // ! XTD_ABSTRACT_PLAIN_NARY_FUN_HH
Index: xtd/abstract/fun_expr.hh
--- xtd/abstract/fun_expr.hh (revision 587)
+++ xtd/abstract/fun_expr.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_ABSTRACT_FUN_EXPR_HH
-# define EXTENDED_ABSTRACT_FUN_EXPR_HH
+#ifndef XTD_ABSTRACT_FUN_EXPR_HH
+# define XTD_ABSTRACT_FUN_EXPR_HH
# include <xtd/abstract/fun.hh>
# include <xtd/res.hh>
@@ -86,4 +86,4 @@
-#endif // ! EXTENDED_ABSTRACT_FUN_EXPR_HH
+#endif // ! XTD_ABSTRACT_FUN_EXPR_HH
Index: xtd/abstract/meta_nary_fun.hh
--- xtd/abstract/meta_nary_fun.hh (revision 587)
+++ xtd/abstract/meta_nary_fun.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_ABSTRACT_META_NARY_FUN_HH
-# define EXTENDED_ABSTRACT_META_NARY_FUN_HH
+#ifndef XTD_ABSTRACT_META_NARY_FUN_HH
+# define XTD_ABSTRACT_META_NARY_FUN_HH
# include <xtd/abstract/meta_fun.hh>
# include <xtd/abstract/open_nary_fun.hh>
@@ -140,4 +140,4 @@
-#endif // ! EXTENDED_ABSTRACT_META_NARY_FUN_HH
+#endif // ! XTD_ABSTRACT_META_NARY_FUN_HH
Index: xtd/abstract/fun.hh
--- xtd/abstract/fun.hh (revision 587)
+++ xtd/abstract/fun.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_ABSTRACT_FUN_HH
-# define EXTENDED_ABSTRACT_FUN_HH
+#ifndef XTD_ABSTRACT_FUN_HH
+# define XTD_ABSTRACT_FUN_HH
# include <xtd/internal/mlc.hh>
@@ -101,4 +101,4 @@
-#endif // ! EXTENDED_ABSTRACT_FUN_HH
+#endif // ! XTD_ABSTRACT_FUN_HH
Index: xtd/abstract/open_fun.hh
--- xtd/abstract/open_fun.hh (revision 587)
+++ xtd/abstract/open_fun.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_ABSTRACT_OPEN_FUN_HH
-# define EXTENDED_ABSTRACT_OPEN_FUN_HH
+#ifndef XTD_ABSTRACT_OPEN_FUN_HH
+# define XTD_ABSTRACT_OPEN_FUN_HH
# include <xtd/internal/mlc.hh>
@@ -68,4 +68,4 @@
-#endif // ! EXTENDED_ABSTRACT_OPEN_FUN_HH
+#endif // ! XTD_ABSTRACT_OPEN_FUN_HH
Index: xtd/abstract/plain_fun.hh
--- xtd/abstract/plain_fun.hh (revision 587)
+++ xtd/abstract/plain_fun.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_ABSTRACT_PLAIN_FUN_HH
-# define EXTENDED_ABSTRACT_PLAIN_FUN_HH
+#ifndef XTD_ABSTRACT_PLAIN_FUN_HH
+# define XTD_ABSTRACT_PLAIN_FUN_HH
# include <xtd/abstract/fun.hh>
@@ -122,4 +122,4 @@
-#endif // ! EXTENDED_ABSTRACT_PLAIN_FUN_HH
+#endif // ! XTD_ABSTRACT_PLAIN_FUN_HH
Index: xtd/abstract/meta_fun.hh
--- xtd/abstract/meta_fun.hh (revision 587)
+++ xtd/abstract/meta_fun.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_ABSTRACT_META_FUN_HH
-# define EXTENDED_ABSTRACT_META_FUN_HH
+#ifndef XTD_ABSTRACT_META_FUN_HH
+# define XTD_ABSTRACT_META_FUN_HH
# include <xtd/abstract/fun.hh>
@@ -75,4 +75,4 @@
-#endif // ! EXTENDED_ABSTRACT_META_FUN_HH
+#endif // ! XTD_ABSTRACT_META_FUN_HH
Index: xtd/abstract/fun_nary_expr.hh
--- xtd/abstract/fun_nary_expr.hh (revision 587)
+++ xtd/abstract/fun_nary_expr.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_ABSTRACT_FUN_NARY_EXPR_HH
-# define EXTENDED_ABSTRACT_FUN_NARY_EXPR_HH
+#ifndef XTD_ABSTRACT_FUN_NARY_EXPR_HH
+# define XTD_ABSTRACT_FUN_NARY_EXPR_HH
# include <xtd/abstract/fun_expr.hh>
# include <xtd/abstract/open_nary_fun.hh>
@@ -231,4 +231,4 @@
# include <xtd/bind.hh>
-#endif // ! EXTENDED_ABSTRACT_FUN_NARY_EXPR_HH
+#endif // ! XTD_ABSTRACT_FUN_NARY_EXPR_HH
Index: xtd/mfun.hh
--- xtd/mfun.hh (revision 587)
+++ xtd/mfun.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_MFUN_HH
-# define EXTENDED_MFUN_HH
+#ifndef XTD_MFUN_HH
+# define XTD_MFUN_HH
# include <xtd/abstract/plain_fun.hh>
# include <xtd/abstract/meta_nary_fun.hh>
@@ -188,4 +188,4 @@
-#endif // ! EXTENDED_MFUN_HH
+#endif // ! XTD_MFUN_HH
Index: xtd/traits.hh
--- xtd/traits.hh (revision 587)
+++ xtd/traits.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_TRAITS_HH
-# define EXTENDED_TRAITS_HH
+#ifndef XTD_TRAITS_HH
+# define XTD_TRAITS_HH
# include <xtd/internal/mlc.hh>
@@ -71,4 +71,4 @@
-#endif // ! EXTENDED_TRAITS_HH
+#endif // ! XTD_TRAITS_HH
Index: xtd/builtin/traits.hh
--- xtd/builtin/traits.hh (revision 587)
+++ xtd/builtin/traits.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_BUILTIN_TRAITS_HH
-# define EXTENDED_BUILTIN_TRAITS_HH
+#ifndef XTD_BUILTIN_TRAITS_HH
+# define XTD_BUILTIN_TRAITS_HH
# include <xtd/traits.hh>
@@ -177,4 +177,4 @@
-#endif // ! EXTENDED_BUILTIN_TRAITS_HH
+#endif // ! XTD_BUILTIN_TRAITS_HH
Index: xtd/arg.hh
--- xtd/arg.hh (revision 587)
+++ xtd/arg.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_ARG_HH
-# define EXTENDED_ARG_HH
+#ifndef XTD_ARG_HH
+# define XTD_ARG_HH
# include <xtd/abstract/fun_nary_expr.hh>
@@ -138,4 +138,4 @@
} // end of namespace xtd
-#endif // ! EXTENDED_ARG_HH
+#endif // ! XTD_ARG_HH
Index: xtd/bind.hh
--- xtd/bind.hh (revision 587)
+++ xtd/bind.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_BIND_HH
-# define EXTENDED_BIND_HH
+#ifndef XTD_BIND_HH
+# define XTD_BIND_HH
# include <xtd/abstract/fun_nary_expr.hh>
# include <xtd/literal.hh>
@@ -102,4 +102,4 @@
-#endif // ! EXTENDED_BIND_HH
+#endif // ! XTD_BIND_HH
Index: xtd/vec.hh
--- xtd/vec.hh (revision 587)
+++ xtd/vec.hh (working copy)
@@ -26,8 +26,8 @@
// Public License.
-#ifndef EXTENDED_VEC_HH
-# define EXTENDED_VEC_HH
+#ifndef XTD_VEC_HH
+# define XTD_VEC_HH
# include <iostream>
# include <mlc/contract.hh>
@@ -345,4 +345,4 @@
} // end of namespace xtd
-#endif // ! EXTENDED_VEC_HH
+#endif // ! XTD_VEC_HH
Index: xtd/internal/opmacros.hh
--- xtd/internal/opmacros.hh (revision 587)
+++ xtd/internal/opmacros.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_INTERNAL_OPMACROS_HH
-# define EXTENDED_INTERNAL_OPMACROS_HH
+#ifndef XTD_INTERNAL_OPMACROS_HH
+# define XTD_INTERNAL_OPMACROS_HH
# include <mlc/if.hh>
# include <xtd/math/includes.hh>
@@ -199,4 +199,4 @@
-#endif // ! EXTENDED_INTERNAL_OPMACROS_HH
+#endif // ! XTD_INTERNAL_OPMACROS_HH
Index: xtd/internal/mlc.hh
--- xtd/internal/mlc.hh (revision 587)
+++ xtd/internal/mlc.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef EXTENDED_INTERNAL_MLC_HH
-# define EXTENDED_INTERNAL_MLC_HH
+#ifndef XTD_INTERNAL_MLC_HH
+# define XTD_INTERNAL_MLC_HH
# include <mlc/flags.hh>
# include <mlc/comma.hh>
@@ -52,4 +52,4 @@
mlc_case_equipment_for_namespace(xtd);
-#endif // ! EXTENDED_INTERNAL_MLC_HH
+#endif // ! XTD_INTERNAL_MLC_HH