From 5f3749e4635155e570d6595309ddb1074c1599e6 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 15 Jun 2012 14:57:12 +0200 Subject: [PATCH] updated eel and eapml from more recent versions. --- contrib/ise_library/cURL-safe.ecf | 2 +- contrib/ise_library/cURL.ecf | 2 +- contrib/ise_library/math/eapml/.gitignore | 1 - contrib/ise_library/math/eapml/README.txt | 4 + contrib/ise_library/math/eapml/eapml-safe.ecf | 33 ++- contrib/ise_library/math/eapml/eapml.ecf | 38 +++- .../bit_scan_gcc/limb_bit_scanning.e | 4 +- .../{ => src}/bit_scan_vc/limb_bit_scanning.e | 4 +- .../math/eapml/{ => src}/divide_by_zero.e | 4 +- .../facilities/case_insensitive_strategy.e | 4 +- .../facilities/case_sensitive_strategy.e | 4 +- .../{ => src}/facilities/character_strategy.e | 4 +- .../{ => src}/facilities/integer_x_access.e | 4 +- .../facilities/integer_x_arithmetic.e | 4 +- .../facilities/integer_x_assignment.e | 4 +- .../facilities/integer_x_comparison.e | 4 +- .../{ => src}/facilities/integer_x_division.e | 4 +- .../facilities/integer_x_facilities.e | 4 +- .../{ => src}/facilities/integer_x_gcd.e | 4 +- .../eapml/{ => src}/facilities/integer_x_io.e | 4 +- .../{ => src}/facilities/integer_x_logic.e | 4 +- .../facilities/integer_x_number_theory.e | 4 +- .../{ => src}/facilities/integer_x_random.e | 4 +- .../{ => src}/facilities/integer_x_sizing.e | 4 +- .../eapml/{ => src}/facilities/mp_bases.e | 4 +- .../math/eapml/{ => src}/facilities/powers.e | 4 +- .../{ => src}/facilities/rand_lc_struct.e | 4 +- .../{ => src}/facilities/special_access.e | 4 +- .../{ => src}/facilities/special_arithmetic.e | 4 +- .../{ => src}/facilities/special_assignment.e | 4 +- .../{ => src}/facilities/special_comparison.e | 4 +- .../{ => src}/facilities/special_division.e | 4 +- .../eapml/{ => src}/facilities/special_gcd.e | 4 +- .../{ => src}/facilities/special_logic.e | 4 +- .../facilities/special_number_theoretic.e | 4 +- .../{ => src}/facilities/special_sizing.e | 4 +- .../{ => src}/facilities/special_utility.e | 4 +- .../eapml/{ => src}/immutable_integer_x.e | 4 +- .../math/eapml/{ => src}/integer_x.e | 4 +- .../{ => src}/integer_x_string_exception.e | 4 +- .../math/eapml/{ => src}/inverse_exception.e | 4 +- .../limb_natural_32/limb_definition.e | 4 +- .../limb_natural_32/limb_manipulation.e | 4 +- .../eapml/{ => src}/linear_congruential_rng.e | 4 +- .../eapml/{ => src}/mersenne_twister_rng.e | 4 +- .../eapml/{ => src}/random_number_generator.e | 4 +- .../math/eapml/{ => src}/readable_integer_x.e | 4 +- contrib/ise_library/math/eapml/tests/test.e | 4 +- .../math/eapml/tests/test_integer_functions.e | 4 +- .../math/eapml/tests/test_integer_x.e | 4 +- .../math/eapml/tests/test_integer_x_access.e | 4 +- .../eapml/tests/test_integer_x_arithmetic.e | 4 +- .../eapml/tests/test_integer_x_assignment.e | 4 +- .../eapml/tests/test_integer_x_division.e | 4 +- .../math/eapml/tests/test_integer_x_gcd.e | 4 +- .../math/eapml/tests/test_integer_x_io.e | 4 +- .../math/eapml/tests/test_integer_x_logic.e | 4 +- .../tests/test_integer_x_number_theory.e | 4 +- .../math/eapml/tests/test_integer_x_random.e | 4 +- .../math/eapml/tests/test_limb_manipulation.e | 4 +- .../math/eapml/tests/test_randstruct_lc.e | 4 +- .../math/eapml/tests/test_randstruct_mt.e | 4 +- .../eapml/tests/test_special_arithmetic.e | 4 +- .../math/eapml/tests/test_special_division.e | 4 +- .../math/eapml/tests/test_special_gcd.e | 4 +- .../math/eapml/tests/test_special_logic.e | 4 +- .../tests/test_special_number_theoretic.e | 4 +- contrib/ise_library/math/eapml/tests/tests.rc | 1 - .../text/encryption/eel/.gitignore | 1 - .../text/encryption/eel/README.txt | 4 + .../text/encryption/eel/eel-safe.ecf | 3 +- .../ise_library/text/encryption/eel/eel.ecf | 4 +- .../text/encryption/eel/eel.ecf.orig | 23 --- .../text/encryption/eel/preferences.wb | 1 - .../eel/{ => src}/RSA/rsa_key_pair.e | 4 +- .../eel/{ => src}/RSA/rsa_private_key.e | 4 +- .../eel/{ => src}/RSA/rsa_public_key.e | 4 +- .../encryption/eel/{ => src}/aes/aes_common.e | 4 +- .../encryption/eel/{ => src}/aes/aes_engine.e | 4 +- .../encryption/eel/{ => src}/aes/aes_key.e | 4 +- .../eel/{ => src}/array_facilities.e | 68 +++--- .../{ => src}/byte_32_bit_block_facilities.e | 4 +- .../{ => src}/byte_64_bit_block_facilities.e | 4 +- .../eel/{ => src}/byte_facilities.e | 6 +- .../text/encryption/eel/{ => src}/constants.e | 4 +- .../eel/{ => src}/der/array_der_sink.e | 4 +- .../eel/{ => src}/der/array_der_source.e | 4 +- .../eel/{ => src}/der/der_encodable.e | 4 +- .../eel/{ => src}/der/der_encoding.e | 4 +- .../eel/{ => src}/der/der_facilities.e | 4 +- .../eel/{ => src}/der/der_octet_sink.e | 4 +- .../eel/{ => src}/der/der_octet_source.e | 4 +- .../{ => src}/der/der_universal_class_tag.e | 4 +- .../eel/{ => src}/digests/MD5/md5.e | 4 +- .../eel/{ => src}/digests/SHA1/sha1.e | 4 +- .../eel/{ => src}/digests/SHA256/sha256.e | 4 +- .../eel/{ => src}/digests/sha_functions.e | 4 +- .../{ => src}/digests/sha_functions.e.orig | 0 .../eel/{ => src}/ec/ec_constants.e | 4 +- .../encryption/eel/{ => src}/ec/ec_curve.e | 4 +- .../eel/{ => src}/ec/ec_curve_f2m.e | 4 +- .../encryption/eel/{ => src}/ec/ec_curve_fp.e | 4 +- .../eel/{ => src}/ec/ec_domain_parameters.e | 4 +- .../{ => src}/ec/ec_domain_parameters.e.orig | 0 .../{ => src}/ec/ec_domain_parameters_f2m.e | 4 +- .../{ => src}/ec/ec_domain_parameters_fp.e | 4 +- .../eel/{ => src}/ec/ec_field_element.e | 4 +- .../eel/{ => src}/ec/ec_field_element_f2m.e | 4 +- .../eel/{ => src}/ec/ec_field_element_fp.e | 4 +- .../encryption/eel/{ => src}/ec/ec_key_pair.e | 4 +- .../eel/{ => src}/ec/ec_key_parameters.e | 4 +- .../encryption/eel/{ => src}/ec/ec_point.e | 4 +- .../eel/{ => src}/ec/ec_point_f2m.e | 4 +- .../encryption/eel/{ => src}/ec/ec_point_fp.e | 4 +- .../eel/{ => src}/ec/ec_private_key.e | 4 +- .../eel/{ => src}/ec/ec_public_key.e | 4 +- .../eel/{ => src}/ec/f2m_representations.e | 4 +- .../eel/{ => src}/ec/standard_curves.e | 4 +- .../eel/{ => src}/hmac/hmac_sha256.e | 4 +- .../eel/{ => src}/modes/cbc_decryption.e | 4 +- .../eel/{ => src}/modes/cbc_encryption.e | 4 +- .../eel/{ => src}/modes/cbc_target.e | 4 +- .../eel/{ => src}/modes/cfb_decryption.e | 4 +- .../eel/{ => src}/modes/cfb_encryption.e | 4 +- .../eel/{ => src}/modes/cfb_target.e | 4 +- .../eel/{ => src}/modes/ctr_decryption.e | 4 +- .../eel/{ => src}/modes/ctr_encryption.e | 4 +- .../eel/{ => src}/modes/ctr_target.e | 4 +- .../eel/{ => src}/modes/ecb_decryption.e | 4 +- .../eel/{ => src}/modes/ecb_encryption.e | 4 +- .../eel/{ => src}/modes/ecb_target.e | 4 +- .../eel/{ => src}/modes/mode_test_data.e | 4 +- .../eel/{ => src}/modes/ofb_decryption.e | 4 +- .../eel/{ => src}/modes/ofb_encryption.e | 4 +- .../eel/{ => src}/modes/ofb_target.e | 4 +- .../eel/{ => src}/rotate_facilities.e | 4 +- .../eel/{ => src}/x509/algorithm_identifier.e | 4 +- .../eel/{ => src}/x509/algorithm_parameters.e | 4 +- .../{ => src}/x509/attribute_type_and_value.e | 4 +- .../eel/{ => src}/x509/certificate.e | 4 +- .../encryption/eel/{ => src}/x509/extension.e | 4 +- .../text/encryption/eel/{ => src}/x509/name.e | 4 +- .../eel/{ => src}/x509/object_identifier.e | 4 +- .../{ => src}/x509/subject_public_key_info.e | 4 +- .../eel/{ => src}/x509/tbs_certificate.e | 4 +- .../encryption/eel/{ => src}/x509/validity.e | 8 +- .../text/encryption/eel/tests/aes_test.e | 4 +- .../text/encryption/eel/tests/cbc_test.e | 4 +- .../text/encryption/eel/tests/cfb_test.e | 4 +- .../text/encryption/eel/tests/ctr_test.e | 4 +- .../text/encryption/eel/tests/der_test.e | 4 +- .../text/encryption/eel/tests/ec_test.e | 4 +- .../text/encryption/eel/tests/ecb_test.e | 4 +- .../encryption/eel/tests/hmac_sha256_test.e | 4 +- .../text/encryption/eel/tests/md5_test.e | 4 +- .../text/encryption/eel/tests/ofb_test.e | 4 +- .../text/encryption/eel/tests/rsa_test.e | 4 +- .../text/encryption/eel/tests/sha1_test.e | 4 +- .../text/encryption/eel/tests/sha256_test.e | 4 +- .../text/encryption/eel/tests/test.e | 4 +- .../text/encryption/eel/tests/test.e.orig | 194 ------------------ .../encryption/eel/tests/test_ec_binary.e | 4 +- .../eel/tests/test_ec_field_element_f2m.e | 4 +- .../text/encryption/eel/tests/tests-safe.ecf | 2 +- .../text/encryption/eel/tests/tests.ecf | 2 +- .../text/encryption/eel/tests/tests.rc | 1 - 166 files changed, 396 insertions(+), 578 deletions(-) delete mode 100644 contrib/ise_library/math/eapml/.gitignore create mode 100644 contrib/ise_library/math/eapml/README.txt rename contrib/ise_library/math/eapml/{ => src}/bit_scan_gcc/limb_bit_scanning.e (90%) rename contrib/ise_library/math/eapml/{ => src}/bit_scan_vc/limb_bit_scanning.e (91%) rename contrib/ise_library/math/eapml/{ => src}/divide_by_zero.e (79%) rename contrib/ise_library/math/eapml/{ => src}/facilities/case_insensitive_strategy.e (97%) rename contrib/ise_library/math/eapml/{ => src}/facilities/case_sensitive_strategy.e (98%) rename contrib/ise_library/math/eapml/{ => src}/facilities/character_strategy.e (81%) rename contrib/ise_library/math/eapml/{ => src}/facilities/integer_x_access.e (95%) rename contrib/ise_library/math/eapml/{ => src}/facilities/integer_x_arithmetic.e (99%) rename contrib/ise_library/math/eapml/{ => src}/facilities/integer_x_assignment.e (97%) rename contrib/ise_library/math/eapml/{ => src}/facilities/integer_x_comparison.e (97%) rename contrib/ise_library/math/eapml/{ => src}/facilities/integer_x_division.e (99%) rename contrib/ise_library/math/eapml/{ => src}/facilities/integer_x_facilities.e (74%) rename contrib/ise_library/math/eapml/{ => src}/facilities/integer_x_gcd.e (97%) rename contrib/ise_library/math/eapml/{ => src}/facilities/integer_x_io.e (98%) rename contrib/ise_library/math/eapml/{ => src}/facilities/integer_x_logic.e (99%) rename contrib/ise_library/math/eapml/{ => src}/facilities/integer_x_number_theory.e (99%) rename contrib/ise_library/math/eapml/{ => src}/facilities/integer_x_random.e (96%) rename contrib/ise_library/math/eapml/{ => src}/facilities/integer_x_sizing.e (94%) rename contrib/ise_library/math/eapml/{ => src}/facilities/mp_bases.e (99%) rename contrib/ise_library/math/eapml/{ => src}/facilities/powers.e (85%) rename contrib/ise_library/math/eapml/{ => src}/facilities/rand_lc_struct.e (89%) rename contrib/ise_library/math/eapml/{ => src}/facilities/special_access.e (98%) rename contrib/ise_library/math/eapml/{ => src}/facilities/special_arithmetic.e (99%) rename contrib/ise_library/math/eapml/{ => src}/facilities/special_assignment.e (97%) rename contrib/ise_library/math/eapml/{ => src}/facilities/special_comparison.e (87%) rename contrib/ise_library/math/eapml/{ => src}/facilities/special_division.e (99%) rename contrib/ise_library/math/eapml/{ => src}/facilities/special_gcd.e (99%) rename contrib/ise_library/math/eapml/{ => src}/facilities/special_logic.e (99%) rename contrib/ise_library/math/eapml/{ => src}/facilities/special_number_theoretic.e (99%) rename contrib/ise_library/math/eapml/{ => src}/facilities/special_sizing.e (93%) rename contrib/ise_library/math/eapml/{ => src}/facilities/special_utility.e (89%) rename contrib/ise_library/math/eapml/{ => src}/immutable_integer_x.e (93%) rename contrib/ise_library/math/eapml/{ => src}/integer_x.e (94%) rename contrib/ise_library/math/eapml/{ => src}/integer_x_string_exception.e (79%) rename contrib/ise_library/math/eapml/{ => src}/inverse_exception.e (80%) rename contrib/ise_library/math/eapml/{ => src}/limb_natural_32/limb_definition.e (71%) rename contrib/ise_library/math/eapml/{ => src}/limb_natural_32/limb_manipulation.e (98%) rename contrib/ise_library/math/eapml/{ => src}/linear_congruential_rng.e (98%) rename contrib/ise_library/math/eapml/{ => src}/mersenne_twister_rng.e (99%) rename contrib/ise_library/math/eapml/{ => src}/random_number_generator.e (89%) rename contrib/ise_library/math/eapml/{ => src}/readable_integer_x.e (99%) delete mode 100644 contrib/ise_library/math/eapml/tests/tests.rc delete mode 100644 contrib/ise_library/text/encryption/eel/.gitignore create mode 100644 contrib/ise_library/text/encryption/eel/README.txt delete mode 100644 contrib/ise_library/text/encryption/eel/eel.ecf.orig delete mode 100644 contrib/ise_library/text/encryption/eel/preferences.wb rename contrib/ise_library/text/encryption/eel/{ => src}/RSA/rsa_key_pair.e (93%) rename contrib/ise_library/text/encryption/eel/{ => src}/RSA/rsa_private_key.e (88%) rename contrib/ise_library/text/encryption/eel/{ => src}/RSA/rsa_public_key.e (88%) rename contrib/ise_library/text/encryption/eel/{ => src}/aes/aes_common.e (99%) rename contrib/ise_library/text/encryption/eel/{ => src}/aes/aes_engine.e (99%) rename contrib/ise_library/text/encryption/eel/{ => src}/aes/aes_key.e (99%) rename contrib/ise_library/text/encryption/eel/{ => src}/array_facilities.e (68%) rename contrib/ise_library/text/encryption/eel/{ => src}/byte_32_bit_block_facilities.e (92%) rename contrib/ise_library/text/encryption/eel/{ => src}/byte_64_bit_block_facilities.e (77%) rename contrib/ise_library/text/encryption/eel/{ => src}/byte_facilities.e (93%) rename contrib/ise_library/text/encryption/eel/{ => src}/constants.e (86%) rename contrib/ise_library/text/encryption/eel/{ => src}/der/array_der_sink.e (77%) rename contrib/ise_library/text/encryption/eel/{ => src}/der/array_der_source.e (85%) rename contrib/ise_library/text/encryption/eel/{ => src}/der/der_encodable.e (77%) rename contrib/ise_library/text/encryption/eel/{ => src}/der/der_encoding.e (70%) rename contrib/ise_library/text/encryption/eel/{ => src}/der/der_facilities.e (97%) rename contrib/ise_library/text/encryption/eel/{ => src}/der/der_octet_sink.e (72%) rename contrib/ise_library/text/encryption/eel/{ => src}/der/der_octet_source.e (80%) rename contrib/ise_library/text/encryption/eel/{ => src}/der/der_universal_class_tag.e (90%) rename contrib/ise_library/text/encryption/eel/{ => src}/digests/MD5/md5.e (98%) rename contrib/ise_library/text/encryption/eel/{ => src}/digests/SHA1/sha1.e (98%) rename contrib/ise_library/text/encryption/eel/{ => src}/digests/SHA256/sha256.e (98%) rename contrib/ise_library/text/encryption/eel/{ => src}/digests/sha_functions.e (96%) rename contrib/ise_library/text/encryption/eel/{ => src}/digests/sha_functions.e.orig (100%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_constants.e (70%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_curve.e (80%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_curve_f2m.e (98%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_curve_fp.e (97%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_domain_parameters.e (90%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_domain_parameters.e.orig (100%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_domain_parameters_f2m.e (97%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_domain_parameters_fp.e (97%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_field_element.e (96%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_field_element_f2m.e (99%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_field_element_fp.e (97%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_key_pair.e (98%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_key_parameters.e (74%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_point.e (96%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_point_f2m.e (99%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_point_fp.e (99%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_private_key.e (94%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/ec_public_key.e (94%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/f2m_representations.e (80%) rename contrib/ise_library/text/encryption/eel/{ => src}/ec/standard_curves.e (99%) rename contrib/ise_library/text/encryption/eel/{ => src}/hmac/hmac_sha256.e (96%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/cbc_decryption.e (93%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/cbc_encryption.e (92%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/cbc_target.e (91%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/cfb_decryption.e (94%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/cfb_encryption.e (94%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/cfb_target.e (87%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/ctr_decryption.e (93%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/ctr_encryption.e (93%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/ctr_target.e (87%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/ecb_decryption.e (90%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/ecb_encryption.e (90%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/ecb_target.e (91%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/mode_test_data.e (93%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/ofb_decryption.e (93%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/ofb_encryption.e (92%) rename contrib/ise_library/text/encryption/eel/{ => src}/modes/ofb_target.e (86%) rename contrib/ise_library/text/encryption/eel/{ => src}/rotate_facilities.e (88%) rename contrib/ise_library/text/encryption/eel/{ => src}/x509/algorithm_identifier.e (88%) rename contrib/ise_library/text/encryption/eel/{ => src}/x509/algorithm_parameters.e (70%) rename contrib/ise_library/text/encryption/eel/{ => src}/x509/attribute_type_and_value.e (81%) rename contrib/ise_library/text/encryption/eel/{ => src}/x509/certificate.e (87%) rename contrib/ise_library/text/encryption/eel/{ => src}/x509/extension.e (86%) rename contrib/ise_library/text/encryption/eel/{ => src}/x509/name.e (79%) rename contrib/ise_library/text/encryption/eel/{ => src}/x509/object_identifier.e (94%) rename contrib/ise_library/text/encryption/eel/{ => src}/x509/subject_public_key_info.e (82%) rename contrib/ise_library/text/encryption/eel/{ => src}/x509/tbs_certificate.e (94%) rename contrib/ise_library/text/encryption/eel/{ => src}/x509/validity.e (70%) delete mode 100644 contrib/ise_library/text/encryption/eel/tests/test.e.orig delete mode 100644 contrib/ise_library/text/encryption/eel/tests/tests.rc diff --git a/contrib/ise_library/cURL-safe.ecf b/contrib/ise_library/cURL-safe.ecf index 404b7a0d..81f2428b 100644 --- a/contrib/ise_library/cURL-safe.ecf +++ b/contrib/ise_library/cURL-safe.ecf @@ -57,7 +57,7 @@ - + /spec$ /Clib$ diff --git a/contrib/ise_library/cURL.ecf b/contrib/ise_library/cURL.ecf index 75581451..c7189049 100644 --- a/contrib/ise_library/cURL.ecf +++ b/contrib/ise_library/cURL.ecf @@ -57,7 +57,7 @@ - + /spec$ /Clib$ diff --git a/contrib/ise_library/math/eapml/.gitignore b/contrib/ise_library/math/eapml/.gitignore deleted file mode 100644 index a7f9c034..00000000 --- a/contrib/ise_library/math/eapml/.gitignore +++ /dev/null @@ -1 +0,0 @@ -EIFGENs/ diff --git a/contrib/ise_library/math/eapml/README.txt b/contrib/ise_library/math/eapml/README.txt new file mode 100644 index 00000000..b43f544c --- /dev/null +++ b/contrib/ise_library/math/eapml/README.txt @@ -0,0 +1,4 @@ +Eiffel Arbitrary Precision Mathematics Library + +Contribution from Colin LeMahieu +see original source: https://github.com/clemahieu/eapml \ No newline at end of file diff --git a/contrib/ise_library/math/eapml/eapml-safe.ecf b/contrib/ise_library/math/eapml/eapml-safe.ecf index 1d0fe889..e25a96f3 100644 --- a/contrib/ise_library/math/eapml/eapml-safe.ecf +++ b/contrib/ise_library/math/eapml/eapml-safe.ecf @@ -1,6 +1,12 @@ - Eiffel Arbitrary Precision Mathematics Library + Eiffel Arbitrary Precision Mathematics Library + + Note: you should set 'eapml_scan_type' to 'gcc' or 'vc' + and 'eapml_limb_type' to 'natural_32' (or 'natural_64') + + If not, default values will be used depending on the platform + /.svn$ @@ -14,37 +20,48 @@ - + + + + + - + + + + + - + /bit_scan_vc$ - /tests$ - /limb_natural_64$ /bit_scan_gcc$ /limb_natural_32$ + /limb_natural_64$ ^/mp/number/support$ - + + - + diff --git a/contrib/ise_library/math/eapml/eapml.ecf b/contrib/ise_library/math/eapml/eapml.ecf index 42254f06..10f75ea6 100644 --- a/contrib/ise_library/math/eapml/eapml.ecf +++ b/contrib/ise_library/math/eapml/eapml.ecf @@ -1,34 +1,46 @@ - - Eiffel Arbitrary Precision Mathematics Library + + Eiffel Arbitrary Precision Mathematics Library + + Note: you should set 'eapml_scan_type' to 'gcc' or 'vc' + and 'eapml_limb_type' to 'natural_32' (or 'natural_64') + + If not, default values will be used depending on the platform + - Eiffel Arbitrary Precision Mathematics + /EIFGENs$ + /CVS$ /\.svn$ /\.hg$ - /CVS$ - /EIFGENs$ - + + + + + - + + + + + - + /bit_scan_vc$ /bit_scan_gcc$ - /tests$ /limb_natural_32$ /limb_natural_64$ @@ -36,15 +48,19 @@ ^/mp/number/support$ - + + - + diff --git a/contrib/ise_library/math/eapml/bit_scan_gcc/limb_bit_scanning.e b/contrib/ise_library/math/eapml/src/bit_scan_gcc/limb_bit_scanning.e similarity index 90% rename from contrib/ise_library/math/eapml/bit_scan_gcc/limb_bit_scanning.e rename to contrib/ise_library/math/eapml/src/bit_scan_gcc/limb_bit_scanning.e index 81badefd..1ae619fa 100644 --- a/contrib/ise_library/math/eapml/bit_scan_gcc/limb_bit_scanning.e +++ b/contrib/ise_library/math/eapml/src/bit_scan_gcc/limb_bit_scanning.e @@ -1,8 +1,8 @@ note description: "Summary description for {LIMB_BIT_SCANNING}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" deferred class LIMB_BIT_SCANNING diff --git a/contrib/ise_library/math/eapml/bit_scan_vc/limb_bit_scanning.e b/contrib/ise_library/math/eapml/src/bit_scan_vc/limb_bit_scanning.e similarity index 91% rename from contrib/ise_library/math/eapml/bit_scan_vc/limb_bit_scanning.e rename to contrib/ise_library/math/eapml/src/bit_scan_vc/limb_bit_scanning.e index e880349c..05d710be 100644 --- a/contrib/ise_library/math/eapml/bit_scan_vc/limb_bit_scanning.e +++ b/contrib/ise_library/math/eapml/src/bit_scan_vc/limb_bit_scanning.e @@ -1,8 +1,8 @@ note description: "Summary description for {LIMB_BIT_SCANNING}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" deferred class LIMB_BIT_SCANNING diff --git a/contrib/ise_library/math/eapml/divide_by_zero.e b/contrib/ise_library/math/eapml/src/divide_by_zero.e similarity index 79% rename from contrib/ise_library/math/eapml/divide_by_zero.e rename to contrib/ise_library/math/eapml/src/divide_by_zero.e index de12ac49..7ceabf05 100644 --- a/contrib/ise_library/math/eapml/divide_by_zero.e +++ b/contrib/ise_library/math/eapml/src/divide_by_zero.e @@ -1,8 +1,8 @@ note description: "An exception when dividing by zero" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "A right is not what someone gives you; it's what no one can take from you. - Ramsey Clark, U.S. Attorney General, New York Times, 10/02/77" class diff --git a/contrib/ise_library/math/eapml/facilities/case_insensitive_strategy.e b/contrib/ise_library/math/eapml/src/facilities/case_insensitive_strategy.e similarity index 97% rename from contrib/ise_library/math/eapml/facilities/case_insensitive_strategy.e rename to contrib/ise_library/math/eapml/src/facilities/case_insensitive_strategy.e index 052d26ef..494504a6 100644 --- a/contrib/ise_library/math/eapml/facilities/case_insensitive_strategy.e +++ b/contrib/ise_library/math/eapml/src/facilities/case_insensitive_strategy.e @@ -1,8 +1,8 @@ note description: "Convert between character codes and numbers ignoring case" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "There can be no freedom without freedom to fail. - Eric Hoffer (1902-1983), The Ordeal of Change, 1964" class diff --git a/contrib/ise_library/math/eapml/facilities/case_sensitive_strategy.e b/contrib/ise_library/math/eapml/src/facilities/case_sensitive_strategy.e similarity index 98% rename from contrib/ise_library/math/eapml/facilities/case_sensitive_strategy.e rename to contrib/ise_library/math/eapml/src/facilities/case_sensitive_strategy.e index e1cfb799..4bd51c43 100644 --- a/contrib/ise_library/math/eapml/facilities/case_sensitive_strategy.e +++ b/contrib/ise_library/math/eapml/src/facilities/case_sensitive_strategy.e @@ -1,8 +1,8 @@ note description: "Convert between character codes and numbers case-sensitive" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "I believe the State exists for the development of individual lives, not individuals for the development of the state. - Julian Huxley (1878-1975)" class diff --git a/contrib/ise_library/math/eapml/facilities/character_strategy.e b/contrib/ise_library/math/eapml/src/facilities/character_strategy.e similarity index 81% rename from contrib/ise_library/math/eapml/facilities/character_strategy.e rename to contrib/ise_library/math/eapml/src/facilities/character_strategy.e index 019f3d7b..4b84f89b 100644 --- a/contrib/ise_library/math/eapml/facilities/character_strategy.e +++ b/contrib/ise_library/math/eapml/src/facilities/character_strategy.e @@ -1,8 +1,8 @@ note description: "A strategy for converting character codes to numbers and vica-versa" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Free speech is meaningless unless it tolerates the speech that we hate. - Henry J. Hyde, U.S. Congressman, Speech, 5/3/91" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/integer_x_access.e b/contrib/ise_library/math/eapml/src/facilities/integer_x_access.e similarity index 95% rename from contrib/ise_library/math/eapml/facilities/integer_x_access.e rename to contrib/ise_library/math/eapml/src/facilities/integer_x_access.e index 04ca2f95..96bcd936 100644 --- a/contrib/ise_library/math/eapml/facilities/integer_x_access.e +++ b/contrib/ise_library/math/eapml/src/facilities/integer_x_access.e @@ -1,8 +1,8 @@ note description: "Summary description for {INTEGER_X_ACCESS}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "It is error alone which needs the support of government. Truth can stand by itself. - Thomas Jefferson (1743-1846), U.S. President, Notes on the State of Virginia, 1782" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/integer_x_arithmetic.e b/contrib/ise_library/math/eapml/src/facilities/integer_x_arithmetic.e similarity index 99% rename from contrib/ise_library/math/eapml/facilities/integer_x_arithmetic.e rename to contrib/ise_library/math/eapml/src/facilities/integer_x_arithmetic.e index fb234440..0bb781c4 100644 --- a/contrib/ise_library/math/eapml/facilities/integer_x_arithmetic.e +++ b/contrib/ise_library/math/eapml/src/facilities/integer_x_arithmetic.e @@ -1,8 +1,8 @@ note description: "Summary description for {INTEGER_X_ARITHMETIC}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Every man should know that his conversations, his correspondence, and his personal life are private. - Lyndon B. Johnson (1908-1973), Remarks, 3/10/67" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/integer_x_assignment.e b/contrib/ise_library/math/eapml/src/facilities/integer_x_assignment.e similarity index 97% rename from contrib/ise_library/math/eapml/facilities/integer_x_assignment.e rename to contrib/ise_library/math/eapml/src/facilities/integer_x_assignment.e index 01bb2ec0..8bd8b1b4 100644 --- a/contrib/ise_library/math/eapml/facilities/integer_x_assignment.e +++ b/contrib/ise_library/math/eapml/src/facilities/integer_x_assignment.e @@ -1,8 +1,8 @@ note description: "Summary description for {INTEGER_X_ASSIGNMENT}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The object and practice of liberty lies in the limitation of governmental power. - General Douglas MacArthur" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/integer_x_comparison.e b/contrib/ise_library/math/eapml/src/facilities/integer_x_comparison.e similarity index 97% rename from contrib/ise_library/math/eapml/facilities/integer_x_comparison.e rename to contrib/ise_library/math/eapml/src/facilities/integer_x_comparison.e index b2ca6b96..f5f5e871 100644 --- a/contrib/ise_library/math/eapml/facilities/integer_x_comparison.e +++ b/contrib/ise_library/math/eapml/src/facilities/integer_x_comparison.e @@ -1,8 +1,8 @@ note description: "Summary description for {INTEGER_X_COMPARISON}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The marvel of all history is the patience with which men and women submit to burdens unnecessarily laid upon them by their governments. - U.S. Senator William Borah" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/integer_x_division.e b/contrib/ise_library/math/eapml/src/facilities/integer_x_division.e similarity index 99% rename from contrib/ise_library/math/eapml/facilities/integer_x_division.e rename to contrib/ise_library/math/eapml/src/facilities/integer_x_division.e index fda6dfe9..fc1aa3e5 100644 --- a/contrib/ise_library/math/eapml/facilities/integer_x_division.e +++ b/contrib/ise_library/math/eapml/src/facilities/integer_x_division.e @@ -1,8 +1,8 @@ note description: "Summary description for {INTEGER_X_DIVISION}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Collecting more taxes than is absolutely necessary is legalized robbery. - President Calvin Coolidge" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/integer_x_facilities.e b/contrib/ise_library/math/eapml/src/facilities/integer_x_facilities.e similarity index 74% rename from contrib/ise_library/math/eapml/facilities/integer_x_facilities.e rename to contrib/ise_library/math/eapml/src/facilities/integer_x_facilities.e index d1eccae3..60253ffc 100644 --- a/contrib/ise_library/math/eapml/facilities/integer_x_facilities.e +++ b/contrib/ise_library/math/eapml/src/facilities/integer_x_facilities.e @@ -1,8 +1,8 @@ note description: "Summary description for {INTEGER_X_FACILITIES}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Concentrated power is not rendered harmless by the good intentions of those who create it. - Milton Friedman, Nobel prize-winning economist" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/integer_x_gcd.e b/contrib/ise_library/math/eapml/src/facilities/integer_x_gcd.e similarity index 97% rename from contrib/ise_library/math/eapml/facilities/integer_x_gcd.e rename to contrib/ise_library/math/eapml/src/facilities/integer_x_gcd.e index e3b21d5d..48d4457a 100644 --- a/contrib/ise_library/math/eapml/facilities/integer_x_gcd.e +++ b/contrib/ise_library/math/eapml/src/facilities/integer_x_gcd.e @@ -1,8 +1,8 @@ note description: "Summary description for {INTEGER_X_GCD}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "'Need' now means wanting someone else's money. 'Greed' means wanting to keep your own. 'Compassion' is when a politician arranges the transfer. - Joseph Sobran, columnist." deferred class diff --git a/contrib/ise_library/math/eapml/facilities/integer_x_io.e b/contrib/ise_library/math/eapml/src/facilities/integer_x_io.e similarity index 98% rename from contrib/ise_library/math/eapml/facilities/integer_x_io.e rename to contrib/ise_library/math/eapml/src/facilities/integer_x_io.e index d8d110e6..2b67c8b4 100644 --- a/contrib/ise_library/math/eapml/facilities/integer_x_io.e +++ b/contrib/ise_library/math/eapml/src/facilities/integer_x_io.e @@ -1,8 +1,8 @@ note description: "Summary description for {INTEGER_X_IO}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "I personally call the type of government which can be removed without violence 'democracy,' and the other, 'tyranny.' - Karl Popper" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/integer_x_logic.e b/contrib/ise_library/math/eapml/src/facilities/integer_x_logic.e similarity index 99% rename from contrib/ise_library/math/eapml/facilities/integer_x_logic.e rename to contrib/ise_library/math/eapml/src/facilities/integer_x_logic.e index a275932c..a5b44505 100644 --- a/contrib/ise_library/math/eapml/facilities/integer_x_logic.e +++ b/contrib/ise_library/math/eapml/src/facilities/integer_x_logic.e @@ -1,8 +1,8 @@ note description: "Summary description for {INTEGER_X_LOGIC}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The politicians don't just want your money. They want your soul. They want you to be worn down by taxes until you are dependent and helpless. - James Dale Davidson, National Taxpayers Union" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/integer_x_number_theory.e b/contrib/ise_library/math/eapml/src/facilities/integer_x_number_theory.e similarity index 99% rename from contrib/ise_library/math/eapml/facilities/integer_x_number_theory.e rename to contrib/ise_library/math/eapml/src/facilities/integer_x_number_theory.e index 8d88f45b..9e24f6f6 100644 --- a/contrib/ise_library/math/eapml/facilities/integer_x_number_theory.e +++ b/contrib/ise_library/math/eapml/src/facilities/integer_x_number_theory.e @@ -1,8 +1,8 @@ note description: "Summary description for {INTEGER_X_NUMBER_THEORY}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Gun registration is a gateway drug. - Mark Gilmore" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/integer_x_random.e b/contrib/ise_library/math/eapml/src/facilities/integer_x_random.e similarity index 96% rename from contrib/ise_library/math/eapml/facilities/integer_x_random.e rename to contrib/ise_library/math/eapml/src/facilities/integer_x_random.e index aca0b884..95a0c968 100644 --- a/contrib/ise_library/math/eapml/facilities/integer_x_random.e +++ b/contrib/ise_library/math/eapml/src/facilities/integer_x_random.e @@ -1,8 +1,8 @@ note description: "Summary description for {INTEGER_X_RANDOM}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Letting lawyers make laws is like letting doctors make diseases. - Anonymous" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/integer_x_sizing.e b/contrib/ise_library/math/eapml/src/facilities/integer_x_sizing.e similarity index 94% rename from contrib/ise_library/math/eapml/facilities/integer_x_sizing.e rename to contrib/ise_library/math/eapml/src/facilities/integer_x_sizing.e index b9d322a0..584d294e 100644 --- a/contrib/ise_library/math/eapml/facilities/integer_x_sizing.e +++ b/contrib/ise_library/math/eapml/src/facilities/integer_x_sizing.e @@ -1,8 +1,8 @@ note description: "Summary description for {INTEGER_X_SIZING}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "My freedom is more important than your great idea. - Anonymous" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/mp_bases.e b/contrib/ise_library/math/eapml/src/facilities/mp_bases.e similarity index 99% rename from contrib/ise_library/math/eapml/facilities/mp_bases.e rename to contrib/ise_library/math/eapml/src/facilities/mp_bases.e index b5595f49..c18543e3 100644 --- a/contrib/ise_library/math/eapml/facilities/mp_bases.e +++ b/contrib/ise_library/math/eapml/src/facilities/mp_bases.e @@ -1,8 +1,8 @@ note description: "Statistics about each base representation" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "As the growing emphasis on feelings crowds out reason, facts will play a smaller role in public discourse. - Paul Craig Roberts" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/powers.e b/contrib/ise_library/math/eapml/src/facilities/powers.e similarity index 85% rename from contrib/ise_library/math/eapml/facilities/powers.e rename to contrib/ise_library/math/eapml/src/facilities/powers.e index 29c69a7c..a9d4338f 100644 --- a/contrib/ise_library/math/eapml/facilities/powers.e +++ b/contrib/ise_library/math/eapml/src/facilities/powers.e @@ -1,8 +1,8 @@ note description: "Summary description for {POWERS}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Giving a politician access to your wallet is like giving a dog access to your refrigerator. - Tim Barber" class diff --git a/contrib/ise_library/math/eapml/facilities/rand_lc_struct.e b/contrib/ise_library/math/eapml/src/facilities/rand_lc_struct.e similarity index 89% rename from contrib/ise_library/math/eapml/facilities/rand_lc_struct.e rename to contrib/ise_library/math/eapml/src/facilities/rand_lc_struct.e index b7f129b3..e6adb421 100644 --- a/contrib/ise_library/math/eapml/facilities/rand_lc_struct.e +++ b/contrib/ise_library/math/eapml/src/facilities/rand_lc_struct.e @@ -1,8 +1,8 @@ note description: "Summary description for {RAND_LC_STRUCT}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Everyone wants to save the planet but no one wants to help Mom clean the dishes. - P.J. O'Rourke, in All the Trouble in the World " class diff --git a/contrib/ise_library/math/eapml/facilities/special_access.e b/contrib/ise_library/math/eapml/src/facilities/special_access.e similarity index 98% rename from contrib/ise_library/math/eapml/facilities/special_access.e rename to contrib/ise_library/math/eapml/src/facilities/special_access.e index d47bf9a0..c061bf7d 100644 --- a/contrib/ise_library/math/eapml/facilities/special_access.e +++ b/contrib/ise_library/math/eapml/src/facilities/special_access.e @@ -1,8 +1,8 @@ note description: "Summary description for {NUMBER_ACCESS}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "State-mandated compassion produces, not love for ones fellow man, but hatred and resentment. - Lizard" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/special_arithmetic.e b/contrib/ise_library/math/eapml/src/facilities/special_arithmetic.e similarity index 99% rename from contrib/ise_library/math/eapml/facilities/special_arithmetic.e rename to contrib/ise_library/math/eapml/src/facilities/special_arithmetic.e index 430c4f1e..4bc23a67 100644 --- a/contrib/ise_library/math/eapml/facilities/special_arithmetic.e +++ b/contrib/ise_library/math/eapml/src/facilities/special_arithmetic.e @@ -1,8 +1,8 @@ note description: "Summary description for {NUMBER_ARITHMETIC}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Dependence leads to subservience. - Thomas Jefferson" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/special_assignment.e b/contrib/ise_library/math/eapml/src/facilities/special_assignment.e similarity index 97% rename from contrib/ise_library/math/eapml/facilities/special_assignment.e rename to contrib/ise_library/math/eapml/src/facilities/special_assignment.e index 95430191..39b16847 100644 --- a/contrib/ise_library/math/eapml/facilities/special_assignment.e +++ b/contrib/ise_library/math/eapml/src/facilities/special_assignment.e @@ -1,8 +1,8 @@ note description: "Summary description for {NUMBER_ASSIGNMENT}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Concentrated political power is the most dangerous thing on earth. - Rudolph Rummel" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/special_comparison.e b/contrib/ise_library/math/eapml/src/facilities/special_comparison.e similarity index 87% rename from contrib/ise_library/math/eapml/facilities/special_comparison.e rename to contrib/ise_library/math/eapml/src/facilities/special_comparison.e index 07539e7f..a06bac1d 100644 --- a/contrib/ise_library/math/eapml/facilities/special_comparison.e +++ b/contrib/ise_library/math/eapml/src/facilities/special_comparison.e @@ -1,8 +1,8 @@ note description: "Summary description for {NUMBER_COMPARISON}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "No nation was ever ruined by trade. - Benjamin Franklin" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/special_division.e b/contrib/ise_library/math/eapml/src/facilities/special_division.e similarity index 99% rename from contrib/ise_library/math/eapml/facilities/special_division.e rename to contrib/ise_library/math/eapml/src/facilities/special_division.e index 6aa5cf6b..fddbc02e 100644 --- a/contrib/ise_library/math/eapml/facilities/special_division.e +++ b/contrib/ise_library/math/eapml/src/facilities/special_division.e @@ -1,8 +1,8 @@ note description: "Summary description for {NUMBER_DIVISION}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Freedom is the emancipation from the arbitrary rule of other men. - Mortimer Adler (1902-2001)" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/special_gcd.e b/contrib/ise_library/math/eapml/src/facilities/special_gcd.e similarity index 99% rename from contrib/ise_library/math/eapml/facilities/special_gcd.e rename to contrib/ise_library/math/eapml/src/facilities/special_gcd.e index 484846dc..6b682ba4 100644 --- a/contrib/ise_library/math/eapml/facilities/special_gcd.e +++ b/contrib/ise_library/math/eapml/src/facilities/special_gcd.e @@ -1,8 +1,8 @@ note description: "Summary description for {NUMBER_GCD}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "My reading of history convinces me that most bad government results from too much government. - Thomas Jefferson." deferred class diff --git a/contrib/ise_library/math/eapml/facilities/special_logic.e b/contrib/ise_library/math/eapml/src/facilities/special_logic.e similarity index 99% rename from contrib/ise_library/math/eapml/facilities/special_logic.e rename to contrib/ise_library/math/eapml/src/facilities/special_logic.e index 30e437ea..03f61da7 100644 --- a/contrib/ise_library/math/eapml/facilities/special_logic.e +++ b/contrib/ise_library/math/eapml/src/facilities/special_logic.e @@ -1,8 +1,8 @@ note description: "Summary description for {NUMBER_LOGIC}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "It is a free market that makes monopolies impossible. - Ayn Rand" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/special_number_theoretic.e b/contrib/ise_library/math/eapml/src/facilities/special_number_theoretic.e similarity index 99% rename from contrib/ise_library/math/eapml/facilities/special_number_theoretic.e rename to contrib/ise_library/math/eapml/src/facilities/special_number_theoretic.e index 52f99182..08a5d260 100644 --- a/contrib/ise_library/math/eapml/facilities/special_number_theoretic.e +++ b/contrib/ise_library/math/eapml/src/facilities/special_number_theoretic.e @@ -1,8 +1,8 @@ note description: "Summary description for {NUMBER_NUMBER_THEORETIC}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The best argument against democracy is a five-minute conversation with the average voter. - Winston Churchill" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/special_sizing.e b/contrib/ise_library/math/eapml/src/facilities/special_sizing.e similarity index 93% rename from contrib/ise_library/math/eapml/facilities/special_sizing.e rename to contrib/ise_library/math/eapml/src/facilities/special_sizing.e index d4e0a0de..73dde8c3 100644 --- a/contrib/ise_library/math/eapml/facilities/special_sizing.e +++ b/contrib/ise_library/math/eapml/src/facilities/special_sizing.e @@ -1,8 +1,8 @@ note description: "Summary description for {NUMBER_SIZING}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Whatever you do will be insignificant, but it is very important that you do it. - Mahatma Gandhi" deferred class diff --git a/contrib/ise_library/math/eapml/facilities/special_utility.e b/contrib/ise_library/math/eapml/src/facilities/special_utility.e similarity index 89% rename from contrib/ise_library/math/eapml/facilities/special_utility.e rename to contrib/ise_library/math/eapml/src/facilities/special_utility.e index 6d527200..a93c38a7 100644 --- a/contrib/ise_library/math/eapml/facilities/special_utility.e +++ b/contrib/ise_library/math/eapml/src/facilities/special_utility.e @@ -1,8 +1,8 @@ note description: "Summary description for {NUMBER_UTILITY}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "If a law is unjust, a man is not only right to disobey it, he is obligated to do so. - Thomas Jefferson" deferred class diff --git a/contrib/ise_library/math/eapml/immutable_integer_x.e b/contrib/ise_library/math/eapml/src/immutable_integer_x.e similarity index 93% rename from contrib/ise_library/math/eapml/immutable_integer_x.e rename to contrib/ise_library/math/eapml/src/immutable_integer_x.e index cb9fd5d7..ec433acb 100644 --- a/contrib/ise_library/math/eapml/immutable_integer_x.e +++ b/contrib/ise_library/math/eapml/src/immutable_integer_x.e @@ -1,8 +1,8 @@ note description: "An INTEGER_X whos value cannot change" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Freedom is the emancipation from the arbitrary rule of other men. - Mortimer Adler (1902-2001)" class diff --git a/contrib/ise_library/math/eapml/integer_x.e b/contrib/ise_library/math/eapml/src/integer_x.e similarity index 94% rename from contrib/ise_library/math/eapml/integer_x.e rename to contrib/ise_library/math/eapml/src/integer_x.e index a4860b9d..2d720bca 100644 --- a/contrib/ise_library/math/eapml/integer_x.e +++ b/contrib/ise_library/math/eapml/src/integer_x.e @@ -1,8 +1,8 @@ note description: "An arbitrary precision integer" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "'For your own good' is a persuasive argument that will eventually make a man agree to his own destruction. - Janet Frame, Faces In The Water, 1982" class diff --git a/contrib/ise_library/math/eapml/integer_x_string_exception.e b/contrib/ise_library/math/eapml/src/integer_x_string_exception.e similarity index 79% rename from contrib/ise_library/math/eapml/integer_x_string_exception.e rename to contrib/ise_library/math/eapml/src/integer_x_string_exception.e index 27c4c2c1..a8364c1b 100644 --- a/contrib/ise_library/math/eapml/integer_x_string_exception.e +++ b/contrib/ise_library/math/eapml/src/integer_x_string_exception.e @@ -1,8 +1,8 @@ note description: "An exception when a {STRING} couldn't be parsed in to a {INTEGER_X}" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Heresy is only another word for freedom of thought. - Graham Greene (1904-1991)" class diff --git a/contrib/ise_library/math/eapml/inverse_exception.e b/contrib/ise_library/math/eapml/src/inverse_exception.e similarity index 80% rename from contrib/ise_library/math/eapml/inverse_exception.e rename to contrib/ise_library/math/eapml/src/inverse_exception.e index 956e350d..f191b645 100644 --- a/contrib/ise_library/math/eapml/inverse_exception.e +++ b/contrib/ise_library/math/eapml/src/inverse_exception.e @@ -1,8 +1,8 @@ note description: "An exception when an {INTEGER_X} doesn't have a modular inverse" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Whenever they burn books they will also, in the end, burn human beings. - Heinrich Heine (1797-1856), Almansor: A Tragedy, 1823" class diff --git a/contrib/ise_library/math/eapml/limb_natural_32/limb_definition.e b/contrib/ise_library/math/eapml/src/limb_natural_32/limb_definition.e similarity index 71% rename from contrib/ise_library/math/eapml/limb_natural_32/limb_definition.e rename to contrib/ise_library/math/eapml/src/limb_natural_32/limb_definition.e index eade1525..5fb38ad9 100644 --- a/contrib/ise_library/math/eapml/limb_natural_32/limb_definition.e +++ b/contrib/ise_library/math/eapml/src/limb_natural_32/limb_definition.e @@ -1,8 +1,8 @@ note description: "Summary description for {LIMB_DEFINITION}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" deferred class LIMB_DEFINITION diff --git a/contrib/ise_library/math/eapml/limb_natural_32/limb_manipulation.e b/contrib/ise_library/math/eapml/src/limb_natural_32/limb_manipulation.e similarity index 98% rename from contrib/ise_library/math/eapml/limb_natural_32/limb_manipulation.e rename to contrib/ise_library/math/eapml/src/limb_natural_32/limb_manipulation.e index d1e60af4..43082fda 100644 --- a/contrib/ise_library/math/eapml/limb_natural_32/limb_manipulation.e +++ b/contrib/ise_library/math/eapml/src/limb_natural_32/limb_manipulation.e @@ -1,8 +1,8 @@ note description: "Summary description for {LIMB_MANIPULATION}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" deferred class LIMB_MANIPULATION diff --git a/contrib/ise_library/math/eapml/linear_congruential_rng.e b/contrib/ise_library/math/eapml/src/linear_congruential_rng.e similarity index 98% rename from contrib/ise_library/math/eapml/linear_congruential_rng.e rename to contrib/ise_library/math/eapml/src/linear_congruential_rng.e index 5055be89..d82fd920 100644 --- a/contrib/ise_library/math/eapml/linear_congruential_rng.e +++ b/contrib/ise_library/math/eapml/src/linear_congruential_rng.e @@ -1,8 +1,8 @@ note description: "A Linear congruential random number generator" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "To limit the press is to insult a nation; to prohibit reading of certain books is to declare the inhabitants to be either fools or knaves. - Claude-Adrien Helvetius" class diff --git a/contrib/ise_library/math/eapml/mersenne_twister_rng.e b/contrib/ise_library/math/eapml/src/mersenne_twister_rng.e similarity index 99% rename from contrib/ise_library/math/eapml/mersenne_twister_rng.e rename to contrib/ise_library/math/eapml/src/mersenne_twister_rng.e index 63ea1e40..d79b64bb 100644 --- a/contrib/ise_library/math/eapml/mersenne_twister_rng.e +++ b/contrib/ise_library/math/eapml/src/mersenne_twister_rng.e @@ -1,8 +1,8 @@ note description: "A Mersenne twister RNG" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "A censor is a man who knows more than he thinks you ought to. - Granville Hicks (1901-1982)" class diff --git a/contrib/ise_library/math/eapml/random_number_generator.e b/contrib/ise_library/math/eapml/src/random_number_generator.e similarity index 89% rename from contrib/ise_library/math/eapml/random_number_generator.e rename to contrib/ise_library/math/eapml/src/random_number_generator.e index 7bae1869..8bd529e2 100644 --- a/contrib/ise_library/math/eapml/random_number_generator.e +++ b/contrib/ise_library/math/eapml/src/random_number_generator.e @@ -1,8 +1,8 @@ note description: "Summary description for {RANDSTRUCT}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Where men cannot freely convey their thoughts to one another, no other liberty is secure. - William E. Hocking (1873-1966), Freedom of the Press, 1947" deferred class diff --git a/contrib/ise_library/math/eapml/readable_integer_x.e b/contrib/ise_library/math/eapml/src/readable_integer_x.e similarity index 99% rename from contrib/ise_library/math/eapml/readable_integer_x.e rename to contrib/ise_library/math/eapml/src/readable_integer_x.e index 1902ec8c..7780074c 100644 --- a/contrib/ise_library/math/eapml/readable_integer_x.e +++ b/contrib/ise_library/math/eapml/src/readable_integer_x.e @@ -1,8 +1,8 @@ note description: "Functionality to query the status of an arbitrary precision integer" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The urge to save humanity is almost always a false front for the urge to rule. - H.L. Mencken" deferred class diff --git a/contrib/ise_library/math/eapml/tests/test.e b/contrib/ise_library/math/eapml/tests/test.e index 6d58040f..56d9ea55 100644 --- a/contrib/ise_library/math/eapml/tests/test.e +++ b/contrib/ise_library/math/eapml/tests/test.e @@ -1,7 +1,7 @@ note description : "Library unit test root class" - date : "$Date: 2008-12-29 15:41:59 -0800 (Mon, 29 Dec 2008) $" - revision : "$Revision: 76432 $" + date : "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision : "$Revision: 87787 $" class TEST diff --git a/contrib/ise_library/math/eapml/tests/test_integer_functions.e b/contrib/ise_library/math/eapml/tests/test_integer_functions.e index 58317365..919ab16b 100644 --- a/contrib/ise_library/math/eapml/tests/test_integer_functions.e +++ b/contrib/ise_library/math/eapml/tests/test_integer_functions.e @@ -3,8 +3,8 @@ note Eiffel tests that can be executed by testing tool. ]" author: "EiffelStudio test wizard" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" testing: "type/manual" class diff --git a/contrib/ise_library/math/eapml/tests/test_integer_x.e b/contrib/ise_library/math/eapml/tests/test_integer_x.e index f0a9ad75..56c0bc7b 100644 --- a/contrib/ise_library/math/eapml/tests/test_integer_x.e +++ b/contrib/ise_library/math/eapml/tests/test_integer_x.e @@ -3,8 +3,8 @@ note Eiffel tests that can be executed by testing tool. ]" author: "EiffelStudio test wizard" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" testing: "type/manual" class diff --git a/contrib/ise_library/math/eapml/tests/test_integer_x_access.e b/contrib/ise_library/math/eapml/tests/test_integer_x_access.e index c0f7b35b..9d39d3ac 100644 --- a/contrib/ise_library/math/eapml/tests/test_integer_x_access.e +++ b/contrib/ise_library/math/eapml/tests/test_integer_x_access.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_INTEGER_X_ACCESS}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_INTEGER_X_ACCESS diff --git a/contrib/ise_library/math/eapml/tests/test_integer_x_arithmetic.e b/contrib/ise_library/math/eapml/tests/test_integer_x_arithmetic.e index 2567fdb5..d76f8e3c 100644 --- a/contrib/ise_library/math/eapml/tests/test_integer_x_arithmetic.e +++ b/contrib/ise_library/math/eapml/tests/test_integer_x_arithmetic.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_INTEGER_ARITHMETIC}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_INTEGER_X_ARITHMETIC diff --git a/contrib/ise_library/math/eapml/tests/test_integer_x_assignment.e b/contrib/ise_library/math/eapml/tests/test_integer_x_assignment.e index 44538020..6a9036b2 100644 --- a/contrib/ise_library/math/eapml/tests/test_integer_x_assignment.e +++ b/contrib/ise_library/math/eapml/tests/test_integer_x_assignment.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_INTEGER_X_ASSIGNMENT}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_INTEGER_X_ASSIGNMENT diff --git a/contrib/ise_library/math/eapml/tests/test_integer_x_division.e b/contrib/ise_library/math/eapml/tests/test_integer_x_division.e index 8ee46dfa..22eed8fd 100644 --- a/contrib/ise_library/math/eapml/tests/test_integer_x_division.e +++ b/contrib/ise_library/math/eapml/tests/test_integer_x_division.e @@ -1,8 +1,8 @@ note description: "Summary description for {INTEGER_X_DIVISION}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_INTEGER_X_DIVISION diff --git a/contrib/ise_library/math/eapml/tests/test_integer_x_gcd.e b/contrib/ise_library/math/eapml/tests/test_integer_x_gcd.e index a7f79002..fffe368e 100644 --- a/contrib/ise_library/math/eapml/tests/test_integer_x_gcd.e +++ b/contrib/ise_library/math/eapml/tests/test_integer_x_gcd.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_INTEGER_X_GCD}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_INTEGER_X_GCD diff --git a/contrib/ise_library/math/eapml/tests/test_integer_x_io.e b/contrib/ise_library/math/eapml/tests/test_integer_x_io.e index ea4cb702..9127c205 100644 --- a/contrib/ise_library/math/eapml/tests/test_integer_x_io.e +++ b/contrib/ise_library/math/eapml/tests/test_integer_x_io.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_INTEGER_X_IO}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_INTEGER_X_IO diff --git a/contrib/ise_library/math/eapml/tests/test_integer_x_logic.e b/contrib/ise_library/math/eapml/tests/test_integer_x_logic.e index 5ef02bac..efd57f90 100644 --- a/contrib/ise_library/math/eapml/tests/test_integer_x_logic.e +++ b/contrib/ise_library/math/eapml/tests/test_integer_x_logic.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_INTEGER_X_LOGIC}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_INTEGER_X_LOGIC diff --git a/contrib/ise_library/math/eapml/tests/test_integer_x_number_theory.e b/contrib/ise_library/math/eapml/tests/test_integer_x_number_theory.e index 365c8574..b35d3db5 100644 --- a/contrib/ise_library/math/eapml/tests/test_integer_x_number_theory.e +++ b/contrib/ise_library/math/eapml/tests/test_integer_x_number_theory.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_INTEGER_X_NUMBER_THEORY}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_INTEGER_X_NUMBER_THEORY diff --git a/contrib/ise_library/math/eapml/tests/test_integer_x_random.e b/contrib/ise_library/math/eapml/tests/test_integer_x_random.e index fca45896..bc7bf326 100644 --- a/contrib/ise_library/math/eapml/tests/test_integer_x_random.e +++ b/contrib/ise_library/math/eapml/tests/test_integer_x_random.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_INTEGER_X_RANDOM}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_INTEGER_X_RANDOM diff --git a/contrib/ise_library/math/eapml/tests/test_limb_manipulation.e b/contrib/ise_library/math/eapml/tests/test_limb_manipulation.e index 53a592fb..79c60b98 100644 --- a/contrib/ise_library/math/eapml/tests/test_limb_manipulation.e +++ b/contrib/ise_library/math/eapml/tests/test_limb_manipulation.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_LIMB_MANIPULATION}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_LIMB_MANIPULATION diff --git a/contrib/ise_library/math/eapml/tests/test_randstruct_lc.e b/contrib/ise_library/math/eapml/tests/test_randstruct_lc.e index ef5527fd..a8b35cc3 100644 --- a/contrib/ise_library/math/eapml/tests/test_randstruct_lc.e +++ b/contrib/ise_library/math/eapml/tests/test_randstruct_lc.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_RANDSTRUCT_LC}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_RANDSTRUCT_LC diff --git a/contrib/ise_library/math/eapml/tests/test_randstruct_mt.e b/contrib/ise_library/math/eapml/tests/test_randstruct_mt.e index 7a2ca3b4..cf701544 100644 --- a/contrib/ise_library/math/eapml/tests/test_randstruct_mt.e +++ b/contrib/ise_library/math/eapml/tests/test_randstruct_mt.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_RANDSTRUCT_MT}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_RANDSTRUCT_MT diff --git a/contrib/ise_library/math/eapml/tests/test_special_arithmetic.e b/contrib/ise_library/math/eapml/tests/test_special_arithmetic.e index f7a6d49c..ec6f7ca2 100644 --- a/contrib/ise_library/math/eapml/tests/test_special_arithmetic.e +++ b/contrib/ise_library/math/eapml/tests/test_special_arithmetic.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_NUMBER_ARITHMETIC}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_SPECIAL_ARITHMETIC diff --git a/contrib/ise_library/math/eapml/tests/test_special_division.e b/contrib/ise_library/math/eapml/tests/test_special_division.e index c43d5e81..355dad3c 100644 --- a/contrib/ise_library/math/eapml/tests/test_special_division.e +++ b/contrib/ise_library/math/eapml/tests/test_special_division.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_NUMBER_DIVISION}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_SPECIAL_DIVISION diff --git a/contrib/ise_library/math/eapml/tests/test_special_gcd.e b/contrib/ise_library/math/eapml/tests/test_special_gcd.e index e3f0321b..9aeb9fa2 100644 --- a/contrib/ise_library/math/eapml/tests/test_special_gcd.e +++ b/contrib/ise_library/math/eapml/tests/test_special_gcd.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_NUMBER_GCD}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_SPECIAL_GCD diff --git a/contrib/ise_library/math/eapml/tests/test_special_logic.e b/contrib/ise_library/math/eapml/tests/test_special_logic.e index a1bcb5d7..d1f7820f 100644 --- a/contrib/ise_library/math/eapml/tests/test_special_logic.e +++ b/contrib/ise_library/math/eapml/tests/test_special_logic.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_NUMBER_LOGIC}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_SPECIAL_LOGIC diff --git a/contrib/ise_library/math/eapml/tests/test_special_number_theoretic.e b/contrib/ise_library/math/eapml/tests/test_special_number_theoretic.e index 6b805bf5..f5b2ce64 100644 --- a/contrib/ise_library/math/eapml/tests/test_special_number_theoretic.e +++ b/contrib/ise_library/math/eapml/tests/test_special_number_theoretic.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_NUMBER_NUMBER_THEORETIC}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_SPECIAL_NUMBER_THEORETIC diff --git a/contrib/ise_library/math/eapml/tests/tests.rc b/contrib/ise_library/math/eapml/tests/tests.rc deleted file mode 100644 index 8b137891..00000000 --- a/contrib/ise_library/math/eapml/tests/tests.rc +++ /dev/null @@ -1 +0,0 @@ - diff --git a/contrib/ise_library/text/encryption/eel/.gitignore b/contrib/ise_library/text/encryption/eel/.gitignore deleted file mode 100644 index a7f9c034..00000000 --- a/contrib/ise_library/text/encryption/eel/.gitignore +++ /dev/null @@ -1 +0,0 @@ -EIFGENs/ diff --git a/contrib/ise_library/text/encryption/eel/README.txt b/contrib/ise_library/text/encryption/eel/README.txt new file mode 100644 index 00000000..71ed5074 --- /dev/null +++ b/contrib/ise_library/text/encryption/eel/README.txt @@ -0,0 +1,4 @@ +An encryption library in Eiffel + +Contribution from Colin LeMahieu +see original source: https://github.com/clemahieu/eel \ No newline at end of file diff --git a/contrib/ise_library/text/encryption/eel/eel-safe.ecf b/contrib/ise_library/text/encryption/eel/eel-safe.ecf index 43e8422d..0fca3e06 100644 --- a/contrib/ise_library/text/encryption/eel/eel-safe.ecf +++ b/contrib/ise_library/text/encryption/eel/eel-safe.ecf @@ -13,13 +13,12 @@ - + /x509$ - /tests$ diff --git a/contrib/ise_library/text/encryption/eel/eel.ecf b/contrib/ise_library/text/encryption/eel/eel.ecf index 837554c1..abe6fcf9 100644 --- a/contrib/ise_library/text/encryption/eel/eel.ecf +++ b/contrib/ise_library/text/encryption/eel/eel.ecf @@ -13,12 +13,12 @@ - + - /tests + /x509$ diff --git a/contrib/ise_library/text/encryption/eel/eel.ecf.orig b/contrib/ise_library/text/encryption/eel/eel.ecf.orig deleted file mode 100644 index f97feef1..00000000 --- a/contrib/ise_library/text/encryption/eel/eel.ecf.orig +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - /EIFGENs$ - /CVS$ - /.svn$ - /tests - /.hg$ - - - - diff --git a/contrib/ise_library/text/encryption/eel/preferences.wb b/contrib/ise_library/text/encryption/eel/preferences.wb deleted file mode 100644 index a3c0694f..00000000 --- a/contrib/ise_library/text/encryption/eel/preferences.wb +++ /dev/null @@ -1 +0,0 @@ -Favorites() \ No newline at end of file diff --git a/contrib/ise_library/text/encryption/eel/RSA/rsa_key_pair.e b/contrib/ise_library/text/encryption/eel/src/RSA/rsa_key_pair.e similarity index 93% rename from contrib/ise_library/text/encryption/eel/RSA/rsa_key_pair.e rename to contrib/ise_library/text/encryption/eel/src/RSA/rsa_key_pair.e index dc01e81b..7e5c172a 100644 --- a/contrib/ise_library/text/encryption/eel/RSA/rsa_key_pair.e +++ b/contrib/ise_library/text/encryption/eel/src/RSA/rsa_key_pair.e @@ -1,8 +1,8 @@ note description: "Summary description for {RSA_KEY_PAIR}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "If you think health care is expensive now, wait until you see what it costs when it's free. - P.J. O'Rourke (1993)" class diff --git a/contrib/ise_library/text/encryption/eel/RSA/rsa_private_key.e b/contrib/ise_library/text/encryption/eel/src/RSA/rsa_private_key.e similarity index 88% rename from contrib/ise_library/text/encryption/eel/RSA/rsa_private_key.e rename to contrib/ise_library/text/encryption/eel/src/RSA/rsa_private_key.e index 077a4b32..2e8b322d 100644 --- a/contrib/ise_library/text/encryption/eel/RSA/rsa_private_key.e +++ b/contrib/ise_library/text/encryption/eel/src/RSA/rsa_private_key.e @@ -1,8 +1,8 @@ note description: "Summary description for {RSA_PRIVATE_KEY}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "If you have ten thousand regulations, you destroy all respect for the law. - Winston Churchill" class diff --git a/contrib/ise_library/text/encryption/eel/RSA/rsa_public_key.e b/contrib/ise_library/text/encryption/eel/src/RSA/rsa_public_key.e similarity index 88% rename from contrib/ise_library/text/encryption/eel/RSA/rsa_public_key.e rename to contrib/ise_library/text/encryption/eel/src/RSA/rsa_public_key.e index 18514acf..c5189e5a 100644 --- a/contrib/ise_library/text/encryption/eel/RSA/rsa_public_key.e +++ b/contrib/ise_library/text/encryption/eel/src/RSA/rsa_public_key.e @@ -1,8 +1,8 @@ note description: "Summary description for {RSA_KEY}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Tyranny is always better organized than freedom. - Charles Peguy" class diff --git a/contrib/ise_library/text/encryption/eel/aes/aes_common.e b/contrib/ise_library/text/encryption/eel/src/aes/aes_common.e similarity index 99% rename from contrib/ise_library/text/encryption/eel/aes/aes_common.e rename to contrib/ise_library/text/encryption/eel/src/aes/aes_common.e index b4f3e2b0..59216f33 100644 --- a/contrib/ise_library/text/encryption/eel/aes/aes_common.e +++ b/contrib/ise_library/text/encryption/eel/src/aes/aes_common.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Reader, suppose you were an idiot. And suppose you were a member of Congress. But I repeat myself. - Mark Twain" deferred class diff --git a/contrib/ise_library/text/encryption/eel/aes/aes_engine.e b/contrib/ise_library/text/encryption/eel/src/aes/aes_engine.e similarity index 99% rename from contrib/ise_library/text/encryption/eel/aes/aes_engine.e rename to contrib/ise_library/text/encryption/eel/src/aes/aes_engine.e index 16458265..d9cd0bb3 100644 --- a/contrib/ise_library/text/encryption/eel/aes/aes_engine.e +++ b/contrib/ise_library/text/encryption/eel/src/aes/aes_engine.e @@ -1,8 +1,8 @@ note description: "Tagging class for various size/speed tradeoffs of AES" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Talk is cheap - except when Congress does it. - Cullen Hightower" deferred class diff --git a/contrib/ise_library/text/encryption/eel/aes/aes_key.e b/contrib/ise_library/text/encryption/eel/src/aes/aes_key.e similarity index 99% rename from contrib/ise_library/text/encryption/eel/aes/aes_key.e rename to contrib/ise_library/text/encryption/eel/src/aes/aes_key.e index f62cdbf5..f5072b89 100644 --- a/contrib/ise_library/text/encryption/eel/aes/aes_key.e +++ b/contrib/ise_library/text/encryption/eel/src/aes/aes_key.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The single most exciting thing you encounter in government is competence, because it's so rare. - Daniel Patrick Moynihan (1976)" class diff --git a/contrib/ise_library/text/encryption/eel/array_facilities.e b/contrib/ise_library/text/encryption/eel/src/array_facilities.e similarity index 68% rename from contrib/ise_library/text/encryption/eel/array_facilities.e rename to contrib/ise_library/text/encryption/eel/src/array_facilities.e index 9c8e33cb..1ee700ef 100644 --- a/contrib/ise_library/text/encryption/eel/array_facilities.e +++ b/contrib/ise_library/text/encryption/eel/src/array_facilities.e @@ -1,8 +1,8 @@ note description: "Summary description for {ARRAY_FACILITIES}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2012-01-17 09:03:25 +0100 (mar., 17 janv. 2012) $" + revision: "$Revision: 88192 $" quote: "The human race divides politically into those who want people to be controlled and those who have no such desire. - Robert A. Heinlein" deferred class @@ -54,15 +54,15 @@ feature {ARRAY_FACILITIES} -- Big endian NATURAL_32 valid_start: source.valid_index (offset) valid_end: source.valid_index (offset + 3) do - result := source [offset].to_natural_32 |<< 24 - result := result | (source [offset + 1].to_natural_32 |<< 16) - result := result | (source [offset + 2].to_natural_32 |<< 8) - result := result | source [offset + 3].to_natural_32 + Result := source [offset].to_natural_32 |<< 24 + Result := Result | (source [offset + 1].to_natural_32 |<< 16) + Result := Result | (source [offset + 2].to_natural_32 |<< 8) + Result := Result | source [offset + 3].to_natural_32 ensure - byte_0: source [offset] = (result |>> 24).to_natural_8 - byte_1: source [offset + 1] = (result |>> 16).to_natural_8 - byte_2: source [offset + 2] = (result |>> 8).to_natural_8 - byte_3: source [offset + 3] = result.to_natural_8 + byte_0: source [offset] = (Result |>> 24).to_natural_8 + byte_1: source [offset + 1] = (Result |>> 16).to_natural_8 + byte_2: source [offset + 2] = (Result |>> 8).to_natural_8 + byte_3: source [offset + 3] = Result.to_natural_8 end from_natural_32_le (source: NATURAL_32 target: SPECIAL [NATURAL_8] offset: INTEGER_32) @@ -86,15 +86,15 @@ feature {ARRAY_FACILITIES} -- Big endian NATURAL_32 valid_start: source.valid_index (offset) valid_end: source.valid_index (offset + 3) do - result := source [offset].to_natural_32 - result := result | (source [offset + 1].to_natural_32 |<< 8) - result := result | (source [offset + 2].to_natural_32 |<< 16) - result := result | (source [offset + 3].to_natural_32 |<< 24) + Result := source [offset].to_natural_32 + Result := Result | (source [offset + 1].to_natural_32 |<< 8) + Result := Result | (source [offset + 2].to_natural_32 |<< 16) + Result := Result | (source [offset + 3].to_natural_32 |<< 24) ensure - byte_0: source [offset] = result.to_natural_8 - byte_1: source [offset + 1] = (result |>> 8).to_natural_8 - byte_2: source [offset + 2] = (result |>> 16).to_natural_8 - byte_3: source [offset + 3] = (result |>> 24).to_natural_8 + byte_0: source [offset] = Result.to_natural_8 + byte_1: source [offset + 1] = (Result |>> 8).to_natural_8 + byte_2: source [offset + 2] = (Result |>> 16).to_natural_8 + byte_3: source [offset + 3] = (Result |>> 24).to_natural_8 end feature {ARRAY_FACILITIES} -- Big endian NATURAL_64 @@ -127,22 +127,22 @@ feature {ARRAY_FACILITIES} -- Big endian NATURAL_64 valid_start: source.valid_index (offset) valid_end: source.valid_index (offset + 7) do - result := source [offset].to_natural_32 |<< 56 - result := result | (source [offset + 1].to_natural_32 |<< 48) - result := result | (source [offset + 2].to_natural_32 |<< 40) - result := result | (source [offset + 3].to_natural_32 |<< 32) - result := result | (source [offset + 4].to_natural_32 |<< 24) - result := result | (source [offset + 5].to_natural_32 |<< 16) - result := result | (source [offset + 6].to_natural_32 |<< 8) - result := result | source [offset + 7].to_natural_32 + Result := source [offset].to_natural_64 |<< 56 + Result := Result | (source [offset + 1].to_natural_64 |<< 48) + Result := Result | (source [offset + 2].to_natural_64 |<< 40) + Result := Result | (source [offset + 3].to_natural_64 |<< 32) + Result := Result | (source [offset + 4].to_natural_64 |<< 24) + Result := Result | (source [offset + 5].to_natural_64 |<< 16) + Result := Result | (source [offset + 6].to_natural_64 |<< 8) + Result := Result | source [offset + 7].to_natural_64 ensure - byte_0: source [offset] = (result |>> 56).to_natural_8 - byte_1: source [offset + 1] = (result |>> 48).to_natural_8 - byte_2: source [offset + 2] = (result |>> 40).to_natural_8 - byte_3: source [offset + 3] = (result |>> 32).to_natural_8 - byte_4: source [offset + 4] = (result |>> 24).to_natural_8 - byte_5: source [offset + 5] = (result |>> 16).to_natural_8 - byte_6: source [offset + 6] = (result |>> 8).to_natural_8 - byte_7: source [offset + 7] = result.to_natural_8 + byte_0: source [offset] = (Result |>> 56).to_natural_8 + byte_1: source [offset + 1] = (Result |>> 48).to_natural_8 + byte_2: source [offset + 2] = (Result |>> 40).to_natural_8 + byte_3: source [offset + 3] = (Result |>> 32).to_natural_8 + byte_4: source [offset + 4] = (Result |>> 24).to_natural_8 + byte_5: source [offset + 5] = (Result |>> 16).to_natural_8 + byte_6: source [offset + 6] = (Result |>> 8).to_natural_8 + byte_7: source [offset + 7] = Result.to_natural_8 end end diff --git a/contrib/ise_library/text/encryption/eel/byte_32_bit_block_facilities.e b/contrib/ise_library/text/encryption/eel/src/byte_32_bit_block_facilities.e similarity index 92% rename from contrib/ise_library/text/encryption/eel/byte_32_bit_block_facilities.e rename to contrib/ise_library/text/encryption/eel/src/byte_32_bit_block_facilities.e index 29b86b72..aa07011e 100644 --- a/contrib/ise_library/text/encryption/eel/byte_32_bit_block_facilities.e +++ b/contrib/ise_library/text/encryption/eel/src/byte_32_bit_block_facilities.e @@ -1,8 +1,8 @@ note description: "Facilities to use a stream of bytes as blocks of bytes" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Democracy must be something more than two wolves and a sheep voting on what to have for dinner. - James Bovard (1994)" deferred class diff --git a/contrib/ise_library/text/encryption/eel/byte_64_bit_block_facilities.e b/contrib/ise_library/text/encryption/eel/src/byte_64_bit_block_facilities.e similarity index 77% rename from contrib/ise_library/text/encryption/eel/byte_64_bit_block_facilities.e rename to contrib/ise_library/text/encryption/eel/src/byte_64_bit_block_facilities.e index afee4019..9cd29ff0 100644 --- a/contrib/ise_library/text/encryption/eel/byte_64_bit_block_facilities.e +++ b/contrib/ise_library/text/encryption/eel/src/byte_64_bit_block_facilities.e @@ -1,8 +1,8 @@ note description: "Summary description for {BYTE_64_BIT_BLOCK_FACILITIES}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The evils of tyranny are rarely seen but by him who resists it. - John Hay (1872)" deferred class diff --git a/contrib/ise_library/text/encryption/eel/byte_facilities.e b/contrib/ise_library/text/encryption/eel/src/byte_facilities.e similarity index 93% rename from contrib/ise_library/text/encryption/eel/byte_facilities.e rename to contrib/ise_library/text/encryption/eel/src/byte_facilities.e index 3f633e6f..86a437b0 100644 --- a/contrib/ise_library/text/encryption/eel/byte_facilities.e +++ b/contrib/ise_library/text/encryption/eel/src/byte_facilities.e @@ -1,8 +1,8 @@ note description: "Summary description for {ARRAY_FACILITIES}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2012-05-24 12:02:28 +0200 (jeu., 24 mai 2012) $" + revision: "$Revision: 88775 $" quote: "The triumph of persuasion over force is the sign of a civilized society. - Mark Skousen" deferred class @@ -27,7 +27,7 @@ feature -- Byte sinks byte_sink (in [index]) index := index - 1 variant - index + index + 1 end end diff --git a/contrib/ise_library/text/encryption/eel/constants.e b/contrib/ise_library/text/encryption/eel/src/constants.e similarity index 86% rename from contrib/ise_library/text/encryption/eel/constants.e rename to contrib/ise_library/text/encryption/eel/src/constants.e index 962019f1..d3fb1eba 100644 --- a/contrib/ise_library/text/encryption/eel/constants.e +++ b/contrib/ise_library/text/encryption/eel/src/constants.e @@ -1,8 +1,8 @@ note description: "Facilities for INTEGER_X constants" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "There is no worse tyranny than to force a man to pay for what he does not want merely because you think it would be good for him. - Robert Heinlein " deferred class diff --git a/contrib/ise_library/text/encryption/eel/der/array_der_sink.e b/contrib/ise_library/text/encryption/eel/src/der/array_der_sink.e similarity index 77% rename from contrib/ise_library/text/encryption/eel/der/array_der_sink.e rename to contrib/ise_library/text/encryption/eel/src/der/array_der_sink.e index 9c5dde8c..6a84fecc 100644 --- a/contrib/ise_library/text/encryption/eel/der/array_der_sink.e +++ b/contrib/ise_library/text/encryption/eel/src/der/array_der_sink.e @@ -1,8 +1,8 @@ note description: "Summary description for {ARRAY_DER_SINK}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class ARRAY_DER_SINK diff --git a/contrib/ise_library/text/encryption/eel/der/array_der_source.e b/contrib/ise_library/text/encryption/eel/src/der/array_der_source.e similarity index 85% rename from contrib/ise_library/text/encryption/eel/der/array_der_source.e rename to contrib/ise_library/text/encryption/eel/src/der/array_der_source.e index 3599971a..b5bcd0ae 100644 --- a/contrib/ise_library/text/encryption/eel/der/array_der_source.e +++ b/contrib/ise_library/text/encryption/eel/src/der/array_der_source.e @@ -1,8 +1,8 @@ note description: "Summary description for {ARRAY_DER_SOURCE}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class ARRAY_DER_SOURCE diff --git a/contrib/ise_library/text/encryption/eel/der/der_encodable.e b/contrib/ise_library/text/encryption/eel/src/der/der_encodable.e similarity index 77% rename from contrib/ise_library/text/encryption/eel/der/der_encodable.e rename to contrib/ise_library/text/encryption/eel/src/der/der_encodable.e index 6ee6a514..c1b0ac51 100644 --- a/contrib/ise_library/text/encryption/eel/der/der_encodable.e +++ b/contrib/ise_library/text/encryption/eel/src/der/der_encodable.e @@ -1,8 +1,8 @@ note description: "An object that is DER encodable" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "I think the terror most people are concerned with is the IRS. - Malcolm Forbes, when asked if he was afraid of terrorism" deferred class diff --git a/contrib/ise_library/text/encryption/eel/der/der_encoding.e b/contrib/ise_library/text/encryption/eel/src/der/der_encoding.e similarity index 70% rename from contrib/ise_library/text/encryption/eel/der/der_encoding.e rename to contrib/ise_library/text/encryption/eel/src/der/der_encoding.e index 95c99fa8..8051a5f9 100644 --- a/contrib/ise_library/text/encryption/eel/der/der_encoding.e +++ b/contrib/ise_library/text/encryption/eel/src/der/der_encoding.e @@ -1,8 +1,8 @@ note description: "Summary description for {DER_ENCODING}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class DER_ENCODING diff --git a/contrib/ise_library/text/encryption/eel/der/der_facilities.e b/contrib/ise_library/text/encryption/eel/src/der/der_facilities.e similarity index 97% rename from contrib/ise_library/text/encryption/eel/der/der_facilities.e rename to contrib/ise_library/text/encryption/eel/src/der/der_facilities.e index 491a04dd..9f838477 100644 --- a/contrib/ise_library/text/encryption/eel/der/der_facilities.e +++ b/contrib/ise_library/text/encryption/eel/src/der/der_facilities.e @@ -1,8 +1,8 @@ note description: "Summary description for {DER_FACILITIES}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" deferred class DER_FACILITIES diff --git a/contrib/ise_library/text/encryption/eel/der/der_octet_sink.e b/contrib/ise_library/text/encryption/eel/src/der/der_octet_sink.e similarity index 72% rename from contrib/ise_library/text/encryption/eel/der/der_octet_sink.e rename to contrib/ise_library/text/encryption/eel/src/der/der_octet_sink.e index b70ed564..8f8bab7d 100644 --- a/contrib/ise_library/text/encryption/eel/der/der_octet_sink.e +++ b/contrib/ise_library/text/encryption/eel/src/der/der_octet_sink.e @@ -1,8 +1,8 @@ note description: "A sink for DER octets" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The illegal we do immediately. The unconstitutional takes a bit longer. - Henry Kissinger" deferred class diff --git a/contrib/ise_library/text/encryption/eel/der/der_octet_source.e b/contrib/ise_library/text/encryption/eel/src/der/der_octet_source.e similarity index 80% rename from contrib/ise_library/text/encryption/eel/der/der_octet_source.e rename to contrib/ise_library/text/encryption/eel/src/der/der_octet_source.e index b573e07e..c672310f 100644 --- a/contrib/ise_library/text/encryption/eel/der/der_octet_source.e +++ b/contrib/ise_library/text/encryption/eel/src/der/der_octet_source.e @@ -1,8 +1,8 @@ note description: "DER octet source" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Our forefathers made one mistake. What they should have fought for was representation without taxation. - Fletcher Knebel, historian" deferred class diff --git a/contrib/ise_library/text/encryption/eel/der/der_universal_class_tag.e b/contrib/ise_library/text/encryption/eel/src/der/der_universal_class_tag.e similarity index 90% rename from contrib/ise_library/text/encryption/eel/der/der_universal_class_tag.e rename to contrib/ise_library/text/encryption/eel/src/der/der_universal_class_tag.e index e4df798d..8de77b44 100644 --- a/contrib/ise_library/text/encryption/eel/der/der_universal_class_tag.e +++ b/contrib/ise_library/text/encryption/eel/src/der/der_universal_class_tag.e @@ -1,8 +1,8 @@ note description: "ASN.1 universal class tag assignments X.680 8.4" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The usual road to slavery is that first they take away your guns, then they take away your property, then last of all they tell you to shut up and say you are enjoying it. - James A. Donald" deferred class diff --git a/contrib/ise_library/text/encryption/eel/digests/MD5/md5.e b/contrib/ise_library/text/encryption/eel/src/digests/MD5/md5.e similarity index 98% rename from contrib/ise_library/text/encryption/eel/digests/MD5/md5.e rename to contrib/ise_library/text/encryption/eel/src/digests/MD5/md5.e index ef2829d8..1b8ae2ae 100644 --- a/contrib/ise_library/text/encryption/eel/digests/MD5/md5.e +++ b/contrib/ise_library/text/encryption/eel/src/digests/MD5/md5.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Blessed are the young, for they shall inherit the national debt. - Herbert Hoover" class diff --git a/contrib/ise_library/text/encryption/eel/digests/SHA1/sha1.e b/contrib/ise_library/text/encryption/eel/src/digests/SHA1/sha1.e similarity index 98% rename from contrib/ise_library/text/encryption/eel/digests/SHA1/sha1.e rename to contrib/ise_library/text/encryption/eel/src/digests/SHA1/sha1.e index f473bb33..381191d6 100644 --- a/contrib/ise_library/text/encryption/eel/digests/SHA1/sha1.e +++ b/contrib/ise_library/text/encryption/eel/src/digests/SHA1/sha1.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "There's never been a good government. - Emma Goldman" class diff --git a/contrib/ise_library/text/encryption/eel/digests/SHA256/sha256.e b/contrib/ise_library/text/encryption/eel/src/digests/SHA256/sha256.e similarity index 98% rename from contrib/ise_library/text/encryption/eel/digests/SHA256/sha256.e rename to contrib/ise_library/text/encryption/eel/src/digests/SHA256/sha256.e index e61bbf9f..2cac070f 100644 --- a/contrib/ise_library/text/encryption/eel/digests/SHA256/sha256.e +++ b/contrib/ise_library/text/encryption/eel/src/digests/SHA256/sha256.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Useless laws weaken the necessary laws. - Montesquieu" class diff --git a/contrib/ise_library/text/encryption/eel/digests/sha_functions.e b/contrib/ise_library/text/encryption/eel/src/digests/sha_functions.e similarity index 96% rename from contrib/ise_library/text/encryption/eel/digests/sha_functions.e rename to contrib/ise_library/text/encryption/eel/src/digests/sha_functions.e index d2a56e72..00632b20 100644 --- a/contrib/ise_library/text/encryption/eel/digests/sha_functions.e +++ b/contrib/ise_library/text/encryption/eel/src/digests/sha_functions.e @@ -1,8 +1,8 @@ note description: "Summary description for {SHA_FUNCTIONS}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The war for freedom will never really be won because the price of our freedom is constant vigilance over ourselves and over our Government. - Eleanor Roosevelt" deferred class diff --git a/contrib/ise_library/text/encryption/eel/digests/sha_functions.e.orig b/contrib/ise_library/text/encryption/eel/src/digests/sha_functions.e.orig similarity index 100% rename from contrib/ise_library/text/encryption/eel/digests/sha_functions.e.orig rename to contrib/ise_library/text/encryption/eel/src/digests/sha_functions.e.orig diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_constants.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_constants.e similarity index 70% rename from contrib/ise_library/text/encryption/eel/ec/ec_constants.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_constants.e index f5db6c73..954aee41 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_constants.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_constants.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The natural progress of things is for liberty to yield and government to gain ground. - Thomas Jefferson" deferred class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_curve.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_curve.e similarity index 80% rename from contrib/ise_library/text/encryption/eel/ec/ec_curve.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_curve.e index d7f2ae4e..c0fcb2ec 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_curve.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_curve.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "None are more hopelessly enslaved than those who falsely believe they are free. - Goethe" deferred class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_curve_f2m.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_curve_f2m.e similarity index 98% rename from contrib/ise_library/text/encryption/eel/ec/ec_curve_f2m.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_curve_f2m.e index 74f31a5c..cba7008e 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_curve_f2m.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_curve_f2m.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "When the government's boot is on your throat, whether it is a left boot or a right boot is of no consequence. - Gary Lloyd" class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_curve_fp.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_curve_fp.e similarity index 97% rename from contrib/ise_library/text/encryption/eel/ec/ec_curve_fp.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_curve_fp.e index 20275334..0ba2742b 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_curve_fp.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_curve_fp.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Every decent man is ashamed of the government he lives under. - H.L. Mencken" class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_domain_parameters.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_domain_parameters.e similarity index 90% rename from contrib/ise_library/text/encryption/eel/ec/ec_domain_parameters.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_domain_parameters.e index ea5771a7..2e6998ac 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_domain_parameters.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_domain_parameters.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The urge to save humanity is almost always a false front for the urge to rule. - H.L. Mencken" deferred class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_domain_parameters.e.orig b/contrib/ise_library/text/encryption/eel/src/ec/ec_domain_parameters.e.orig similarity index 100% rename from contrib/ise_library/text/encryption/eel/ec/ec_domain_parameters.e.orig rename to contrib/ise_library/text/encryption/eel/src/ec/ec_domain_parameters.e.orig diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_domain_parameters_f2m.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_domain_parameters_f2m.e similarity index 97% rename from contrib/ise_library/text/encryption/eel/ec/ec_domain_parameters_f2m.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_domain_parameters_f2m.e index fa5a5347..abffbcc5 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_domain_parameters_f2m.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_domain_parameters_f2m.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Where morality is present, laws are unnecessary. Without morality, laws are unenforceable. - Anonymous" class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_domain_parameters_fp.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_domain_parameters_fp.e similarity index 97% rename from contrib/ise_library/text/encryption/eel/ec/ec_domain_parameters_fp.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_domain_parameters_fp.e index 2f4d4fe2..0b1b9f15 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_domain_parameters_fp.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_domain_parameters_fp.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Extremism in the defense of liberty is no vice. Moderation in the pursuit of justice is no virtue. - Barry Goldwater (1964)" class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_field_element.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_field_element.e similarity index 96% rename from contrib/ise_library/text/encryption/eel/ec/ec_field_element.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_field_element.e index c8fd3eb5..0526506f 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_field_element.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_field_element.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Liberty is not a means to a political end. It is itself the highest political end. - Lord Acton" deferred class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_field_element_f2m.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_field_element_f2m.e similarity index 99% rename from contrib/ise_library/text/encryption/eel/ec/ec_field_element_f2m.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_field_element_f2m.e index 29f80cb0..898a607c 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_field_element_f2m.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_field_element_f2m.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The power to tax is the power to destroy. - John Marshall" class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_field_element_fp.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_field_element_fp.e similarity index 97% rename from contrib/ise_library/text/encryption/eel/ec/ec_field_element_fp.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_field_element_fp.e index 4e782275..3230fa58 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_field_element_fp.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_field_element_fp.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Liberty lies in the hearts of men and women. When it dies there, no constitution, no law, no court can save it. - Justice Learned Hand" class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_key_pair.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_key_pair.e similarity index 98% rename from contrib/ise_library/text/encryption/eel/ec/ec_key_pair.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_key_pair.e index 4798122b..2afa45e6 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_key_pair.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_key_pair.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "A nation of sheep will beget a government of wolves. - Edward R. Murrow" class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_key_parameters.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_key_parameters.e similarity index 74% rename from contrib/ise_library/text/encryption/eel/ec/ec_key_parameters.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_key_parameters.e index 01b02c28..12e17fad 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_key_parameters.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_key_parameters.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "It is not the responsibility of the government or the legal system to protect a citizen from himself. - Justice Casey Percell" deferred class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_point.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_point.e similarity index 96% rename from contrib/ise_library/text/encryption/eel/ec/ec_point.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_point.e index 6ac2f9f4..6f516f95 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_point.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_point.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The government was set to protect man from criminals - and the Constitution was written to protect man from the government. - Ayn Rand" deferred class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_point_f2m.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_point_f2m.e similarity index 99% rename from contrib/ise_library/text/encryption/eel/ec/ec_point_f2m.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_point_f2m.e index d7892ee9..f314a2b7 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_point_f2m.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_point_f2m.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "What this country needs are more unemployed politicians. - Edward Langley" class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_point_fp.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_point_fp.e similarity index 99% rename from contrib/ise_library/text/encryption/eel/ec/ec_point_fp.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_point_fp.e index af1d8b23..a74da2f5 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_point_fp.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_point_fp.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Those who expect to reap the benefits of freedom, must, like men, undergo the fatigue of supporting it. - Thomas Paine" class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_private_key.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_private_key.e similarity index 94% rename from contrib/ise_library/text/encryption/eel/ec/ec_private_key.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_private_key.e index 55f11b27..7d58a8ef 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_private_key.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_private_key.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Liberty is always dangerous, but it is the safest thing we have. - Harry Emerson Fosdick" class diff --git a/contrib/ise_library/text/encryption/eel/ec/ec_public_key.e b/contrib/ise_library/text/encryption/eel/src/ec/ec_public_key.e similarity index 94% rename from contrib/ise_library/text/encryption/eel/ec/ec_public_key.e rename to contrib/ise_library/text/encryption/eel/src/ec/ec_public_key.e index a605a8a7..1977a82d 100644 --- a/contrib/ise_library/text/encryption/eel/ec/ec_public_key.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/ec_public_key.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "It is much more important to kill bad bills than to pass good ones. - Calvin Coolidge" class diff --git a/contrib/ise_library/text/encryption/eel/ec/f2m_representations.e b/contrib/ise_library/text/encryption/eel/src/ec/f2m_representations.e similarity index 80% rename from contrib/ise_library/text/encryption/eel/ec/f2m_representations.e rename to contrib/ise_library/text/encryption/eel/src/ec/f2m_representations.e index 30f74dea..c40dc022 100644 --- a/contrib/ise_library/text/encryption/eel/ec/f2m_representations.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/f2m_representations.e @@ -1,8 +1,8 @@ note description: "Summary description for {F2M_REPRESENTATIONS}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "To compel a man to furnish contributions of money for the propagation of opinions which he disbelieves and abhors, is sinful and tyrannical. - Thomas Jefferson" deferred class diff --git a/contrib/ise_library/text/encryption/eel/ec/standard_curves.e b/contrib/ise_library/text/encryption/eel/src/ec/standard_curves.e similarity index 99% rename from contrib/ise_library/text/encryption/eel/ec/standard_curves.e rename to contrib/ise_library/text/encryption/eel/src/ec/standard_curves.e index e7007164..56c114c7 100644 --- a/contrib/ise_library/text/encryption/eel/ec/standard_curves.e +++ b/contrib/ise_library/text/encryption/eel/src/ec/standard_curves.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "It is dangerous to be right when the government is wrong. - Voltaire" deferred class diff --git a/contrib/ise_library/text/encryption/eel/hmac/hmac_sha256.e b/contrib/ise_library/text/encryption/eel/src/hmac/hmac_sha256.e similarity index 96% rename from contrib/ise_library/text/encryption/eel/hmac/hmac_sha256.e rename to contrib/ise_library/text/encryption/eel/src/hmac/hmac_sha256.e index bb8a177f..1984b71f 100644 --- a/contrib/ise_library/text/encryption/eel/hmac/hmac_sha256.e +++ b/contrib/ise_library/text/encryption/eel/src/hmac/hmac_sha256.e @@ -1,8 +1,8 @@ note description: "Summary description for {HMAC_SHA256}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The bureaucracy is expanding to meet the needs of an expanding bureaucracy." class diff --git a/contrib/ise_library/text/encryption/eel/modes/cbc_decryption.e b/contrib/ise_library/text/encryption/eel/src/modes/cbc_decryption.e similarity index 93% rename from contrib/ise_library/text/encryption/eel/modes/cbc_decryption.e rename to contrib/ise_library/text/encryption/eel/src/modes/cbc_decryption.e index 6b082532..41c2d080 100644 --- a/contrib/ise_library/text/encryption/eel/modes/cbc_decryption.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/cbc_decryption.e @@ -1,8 +1,8 @@ note description: "Cipher Block Chaining mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Just because you do not take an interest in politics doesn't mean politics won't take an interest in you. - Pericles (430 BC)" class diff --git a/contrib/ise_library/text/encryption/eel/modes/cbc_encryption.e b/contrib/ise_library/text/encryption/eel/src/modes/cbc_encryption.e similarity index 92% rename from contrib/ise_library/text/encryption/eel/modes/cbc_encryption.e rename to contrib/ise_library/text/encryption/eel/src/modes/cbc_encryption.e index 4d0423cd..bf469c75 100644 --- a/contrib/ise_library/text/encryption/eel/modes/cbc_encryption.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/cbc_encryption.e @@ -1,8 +1,8 @@ note description: "Cipher Block Chaining mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Nothing is so permanent as a temporary government program. - Milton Friedman" class diff --git a/contrib/ise_library/text/encryption/eel/modes/cbc_target.e b/contrib/ise_library/text/encryption/eel/src/modes/cbc_target.e similarity index 91% rename from contrib/ise_library/text/encryption/eel/modes/cbc_target.e rename to contrib/ise_library/text/encryption/eel/src/modes/cbc_target.e index 34f45dc8..c37a1a73 100644 --- a/contrib/ise_library/text/encryption/eel/modes/cbc_target.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/cbc_target.e @@ -1,8 +1,8 @@ note description: "A block cipher that can be the target of CBC mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "I don't make jokes. I just watch the government and report the facts. - Will Rogers" deferred class diff --git a/contrib/ise_library/text/encryption/eel/modes/cfb_decryption.e b/contrib/ise_library/text/encryption/eel/src/modes/cfb_decryption.e similarity index 94% rename from contrib/ise_library/text/encryption/eel/modes/cfb_decryption.e rename to contrib/ise_library/text/encryption/eel/src/modes/cfb_decryption.e index e99ca241..6f228b8a 100644 --- a/contrib/ise_library/text/encryption/eel/modes/cfb_decryption.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/cfb_decryption.e @@ -1,8 +1,8 @@ note description: "Cipher Feedback decryption mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The strongest reason for the people to retain the right to bear arms is, as a last resort, to protect themselves against tyranny in government. - Thomas Jefferson" class diff --git a/contrib/ise_library/text/encryption/eel/modes/cfb_encryption.e b/contrib/ise_library/text/encryption/eel/src/modes/cfb_encryption.e similarity index 94% rename from contrib/ise_library/text/encryption/eel/modes/cfb_encryption.e rename to contrib/ise_library/text/encryption/eel/src/modes/cfb_encryption.e index 56e26c07..4cdf9214 100644 --- a/contrib/ise_library/text/encryption/eel/modes/cfb_encryption.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/cfb_encryption.e @@ -1,8 +1,8 @@ note description: "Summary description for {CFB_ENCRYPTION}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The era of resisting big government is never over. - Paul Gigot (1998)" class diff --git a/contrib/ise_library/text/encryption/eel/modes/cfb_target.e b/contrib/ise_library/text/encryption/eel/src/modes/cfb_target.e similarity index 87% rename from contrib/ise_library/text/encryption/eel/modes/cfb_target.e rename to contrib/ise_library/text/encryption/eel/src/modes/cfb_target.e index 611ac775..850908b6 100644 --- a/contrib/ise_library/text/encryption/eel/modes/cfb_target.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/cfb_target.e @@ -1,8 +1,8 @@ note description: "A block cipher that can be the target of CFB mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The ultimate result of shielding men from the effects of folly is to fill the world with fools. - Herbert Spencer (1891)" deferred class diff --git a/contrib/ise_library/text/encryption/eel/modes/ctr_decryption.e b/contrib/ise_library/text/encryption/eel/src/modes/ctr_decryption.e similarity index 93% rename from contrib/ise_library/text/encryption/eel/modes/ctr_decryption.e rename to contrib/ise_library/text/encryption/eel/src/modes/ctr_decryption.e index fa27c4d8..ede30142 100644 --- a/contrib/ise_library/text/encryption/eel/modes/ctr_decryption.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/ctr_decryption.e @@ -1,8 +1,8 @@ note description: "Counter decryption mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "If you have been voting for politicians who promise to give you goodies at someone else's expense, then you have no right to complain when they take your money and give it to someone else, including themselves. - Thomas Sowell (1992)" class diff --git a/contrib/ise_library/text/encryption/eel/modes/ctr_encryption.e b/contrib/ise_library/text/encryption/eel/src/modes/ctr_encryption.e similarity index 93% rename from contrib/ise_library/text/encryption/eel/modes/ctr_encryption.e rename to contrib/ise_library/text/encryption/eel/src/modes/ctr_encryption.e index 68fee84e..272d23cf 100644 --- a/contrib/ise_library/text/encryption/eel/modes/ctr_encryption.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/ctr_encryption.e @@ -1,8 +1,8 @@ note description: "Counter encryption mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "There never was a good war or a bad peace. - Benjamin Franklin (1773) " class diff --git a/contrib/ise_library/text/encryption/eel/modes/ctr_target.e b/contrib/ise_library/text/encryption/eel/src/modes/ctr_target.e similarity index 87% rename from contrib/ise_library/text/encryption/eel/modes/ctr_target.e rename to contrib/ise_library/text/encryption/eel/src/modes/ctr_target.e index 1357e549..0ec12d8a 100644 --- a/contrib/ise_library/text/encryption/eel/modes/ctr_target.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/ctr_target.e @@ -1,8 +1,8 @@ note description: "A block cipher that can be the target of CTR mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Everything that is really great and inspiring is created by the individual who can labor in freedom. - Albert Einstein" deferred class diff --git a/contrib/ise_library/text/encryption/eel/modes/ecb_decryption.e b/contrib/ise_library/text/encryption/eel/src/modes/ecb_decryption.e similarity index 90% rename from contrib/ise_library/text/encryption/eel/modes/ecb_decryption.e rename to contrib/ise_library/text/encryption/eel/src/modes/ecb_decryption.e index 38b63d84..a6ee787f 100644 --- a/contrib/ise_library/text/encryption/eel/modes/ecb_decryption.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/ecb_decryption.e @@ -1,8 +1,8 @@ note description: "Electronic Codebook decryption mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "There are just two rules of governance in a free society: Mind your own business. Keep your hands to yourself. - P.J. O'Rourke (1993)" class diff --git a/contrib/ise_library/text/encryption/eel/modes/ecb_encryption.e b/contrib/ise_library/text/encryption/eel/src/modes/ecb_encryption.e similarity index 90% rename from contrib/ise_library/text/encryption/eel/modes/ecb_encryption.e rename to contrib/ise_library/text/encryption/eel/src/modes/ecb_encryption.e index 580f257a..a8d3cd6c 100644 --- a/contrib/ise_library/text/encryption/eel/modes/ecb_encryption.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/ecb_encryption.e @@ -1,8 +1,8 @@ note description: "Electronic Codebook encryption mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves. - William Pitt (1783)" class diff --git a/contrib/ise_library/text/encryption/eel/modes/ecb_target.e b/contrib/ise_library/text/encryption/eel/src/modes/ecb_target.e similarity index 91% rename from contrib/ise_library/text/encryption/eel/modes/ecb_target.e rename to contrib/ise_library/text/encryption/eel/src/modes/ecb_target.e index bf03aa63..64cb0348 100644 --- a/contrib/ise_library/text/encryption/eel/modes/ecb_target.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/ecb_target.e @@ -1,8 +1,8 @@ note description: "A block cipher that can be the target of ECB mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "A government that is big enough to give you all you want is big enough to take it all away. - Barry Goldwater (1964)" deferred class diff --git a/contrib/ise_library/text/encryption/eel/modes/mode_test_data.e b/contrib/ise_library/text/encryption/eel/src/modes/mode_test_data.e similarity index 93% rename from contrib/ise_library/text/encryption/eel/modes/mode_test_data.e rename to contrib/ise_library/text/encryption/eel/src/modes/mode_test_data.e index b14afae2..1f80c46f 100644 --- a/contrib/ise_library/text/encryption/eel/modes/mode_test_data.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/mode_test_data.e @@ -1,8 +1,8 @@ note description: "Summary description for {MODE_TEST_DATA}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The only thing necessary for evil to triumph is for good men to do nothing. - Edmund Burke" deferred class diff --git a/contrib/ise_library/text/encryption/eel/modes/ofb_decryption.e b/contrib/ise_library/text/encryption/eel/src/modes/ofb_decryption.e similarity index 93% rename from contrib/ise_library/text/encryption/eel/modes/ofb_decryption.e rename to contrib/ise_library/text/encryption/eel/src/modes/ofb_decryption.e index 19e2c000..07e2621c 100644 --- a/contrib/ise_library/text/encryption/eel/modes/ofb_decryption.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/ofb_decryption.e @@ -1,8 +1,8 @@ note description: "Output Feedback decryption mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Sometimes it is said that man cannot be trusted with the government of himself. Can he, then, be trusted with the government of others? - Thomas Jefferson (1801)" class diff --git a/contrib/ise_library/text/encryption/eel/modes/ofb_encryption.e b/contrib/ise_library/text/encryption/eel/src/modes/ofb_encryption.e similarity index 92% rename from contrib/ise_library/text/encryption/eel/modes/ofb_encryption.e rename to contrib/ise_library/text/encryption/eel/src/modes/ofb_encryption.e index 5a050c80..c9d32f1d 100644 --- a/contrib/ise_library/text/encryption/eel/modes/ofb_encryption.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/ofb_encryption.e @@ -1,8 +1,8 @@ note description: "Output Feedback encryption mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Power tends to corrupt, and absolute power corrupts absolutely. - Lord Acton (1887)" class diff --git a/contrib/ise_library/text/encryption/eel/modes/ofb_target.e b/contrib/ise_library/text/encryption/eel/src/modes/ofb_target.e similarity index 86% rename from contrib/ise_library/text/encryption/eel/modes/ofb_target.e rename to contrib/ise_library/text/encryption/eel/src/modes/ofb_target.e index 4ee68244..d9102acc 100644 --- a/contrib/ise_library/text/encryption/eel/modes/ofb_target.e +++ b/contrib/ise_library/text/encryption/eel/src/modes/ofb_target.e @@ -1,8 +1,8 @@ note description: "A block cipher that can be the target of OFB mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Political power grows out of the barrel of a gun. - Mao Zedong (1938)" deferred class diff --git a/contrib/ise_library/text/encryption/eel/rotate_facilities.e b/contrib/ise_library/text/encryption/eel/src/rotate_facilities.e similarity index 88% rename from contrib/ise_library/text/encryption/eel/rotate_facilities.e rename to contrib/ise_library/text/encryption/eel/src/rotate_facilities.e index 803a48e1..1c880af5 100644 --- a/contrib/ise_library/text/encryption/eel/rotate_facilities.e +++ b/contrib/ise_library/text/encryption/eel/src/rotate_facilities.e @@ -1,8 +1,8 @@ note description: "Provides facilities to rotate integers" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The more corrupt the state, the more it legislates. - Tacitus" deferred class diff --git a/contrib/ise_library/text/encryption/eel/x509/algorithm_identifier.e b/contrib/ise_library/text/encryption/eel/src/x509/algorithm_identifier.e similarity index 88% rename from contrib/ise_library/text/encryption/eel/x509/algorithm_identifier.e rename to contrib/ise_library/text/encryption/eel/src/x509/algorithm_identifier.e index 1fb9c4dc..504de2cd 100644 --- a/contrib/ise_library/text/encryption/eel/x509/algorithm_identifier.e +++ b/contrib/ise_library/text/encryption/eel/src/x509/algorithm_identifier.e @@ -1,8 +1,8 @@ note description: "x509v3 AlgorithmIdentifier sequence" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "When you subsidize poverty and failure, you get more of both. - James Dale Davidson, National Taxpayers Union" class diff --git a/contrib/ise_library/text/encryption/eel/x509/algorithm_parameters.e b/contrib/ise_library/text/encryption/eel/src/x509/algorithm_parameters.e similarity index 70% rename from contrib/ise_library/text/encryption/eel/x509/algorithm_parameters.e rename to contrib/ise_library/text/encryption/eel/src/x509/algorithm_parameters.e index 043b848a..153309e1 100644 --- a/contrib/ise_library/text/encryption/eel/x509/algorithm_parameters.e +++ b/contrib/ise_library/text/encryption/eel/src/x509/algorithm_parameters.e @@ -1,8 +1,8 @@ note description: "Summary description for {ALGORITHM_PARAMETERS}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "If we have to kill 12 people to save 1 human life it will have been worth it. - Unknown" class diff --git a/contrib/ise_library/text/encryption/eel/x509/attribute_type_and_value.e b/contrib/ise_library/text/encryption/eel/src/x509/attribute_type_and_value.e similarity index 81% rename from contrib/ise_library/text/encryption/eel/x509/attribute_type_and_value.e rename to contrib/ise_library/text/encryption/eel/src/x509/attribute_type_and_value.e index a69e2349..729b5439 100644 --- a/contrib/ise_library/text/encryption/eel/x509/attribute_type_and_value.e +++ b/contrib/ise_library/text/encryption/eel/src/x509/attribute_type_and_value.e @@ -1,8 +1,8 @@ note description: "x509v3 AttributeTypeAndValue sequence" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Truth and news are not the same thing. - Katharine Graham, owner of The Washington Post" class diff --git a/contrib/ise_library/text/encryption/eel/x509/certificate.e b/contrib/ise_library/text/encryption/eel/src/x509/certificate.e similarity index 87% rename from contrib/ise_library/text/encryption/eel/x509/certificate.e rename to contrib/ise_library/text/encryption/eel/src/x509/certificate.e index 3b7f28e0..19a544a1 100644 --- a/contrib/ise_library/text/encryption/eel/x509/certificate.e +++ b/contrib/ise_library/text/encryption/eel/src/x509/certificate.e @@ -1,8 +1,8 @@ note description: "x509v3 Certificate sequence." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Everyone thinks about changing the world, but no one thinks about changing himself. - Leo Tolstoy" class diff --git a/contrib/ise_library/text/encryption/eel/x509/extension.e b/contrib/ise_library/text/encryption/eel/src/x509/extension.e similarity index 86% rename from contrib/ise_library/text/encryption/eel/x509/extension.e rename to contrib/ise_library/text/encryption/eel/src/x509/extension.e index 52fd2b97..27caf192 100644 --- a/contrib/ise_library/text/encryption/eel/x509/extension.e +++ b/contrib/ise_library/text/encryption/eel/src/x509/extension.e @@ -1,8 +1,8 @@ note description: "x509v3 extension sequence" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The Constitution is not an instrument for the government to restrain the people, it is an instrument for the people to restrain the government - lest it come to dominate our lives and interests. - Patrick Henry" class diff --git a/contrib/ise_library/text/encryption/eel/x509/name.e b/contrib/ise_library/text/encryption/eel/src/x509/name.e similarity index 79% rename from contrib/ise_library/text/encryption/eel/x509/name.e rename to contrib/ise_library/text/encryption/eel/src/x509/name.e index e7193daf..c717115c 100644 --- a/contrib/ise_library/text/encryption/eel/x509/name.e +++ b/contrib/ise_library/text/encryption/eel/src/x509/name.e @@ -1,8 +1,8 @@ note description: "x509v3 Name choice" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "When goods don't cross borders, soldiers will. - Fredric Bastiat, early French economists" class diff --git a/contrib/ise_library/text/encryption/eel/x509/object_identifier.e b/contrib/ise_library/text/encryption/eel/src/x509/object_identifier.e similarity index 94% rename from contrib/ise_library/text/encryption/eel/x509/object_identifier.e rename to contrib/ise_library/text/encryption/eel/src/x509/object_identifier.e index e72e7d04..36b1a546 100644 --- a/contrib/ise_library/text/encryption/eel/x509/object_identifier.e +++ b/contrib/ise_library/text/encryption/eel/src/x509/object_identifier.e @@ -1,8 +1,8 @@ note description: "ASN.1 OIDs" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "[ Virtually all reasonable laws are obeyed, not because they are the law, but because reasonable people would do that anyway. diff --git a/contrib/ise_library/text/encryption/eel/x509/subject_public_key_info.e b/contrib/ise_library/text/encryption/eel/src/x509/subject_public_key_info.e similarity index 82% rename from contrib/ise_library/text/encryption/eel/x509/subject_public_key_info.e rename to contrib/ise_library/text/encryption/eel/src/x509/subject_public_key_info.e index fcec7aa6..2050c787 100644 --- a/contrib/ise_library/text/encryption/eel/x509/subject_public_key_info.e +++ b/contrib/ise_library/text/encryption/eel/src/x509/subject_public_key_info.e @@ -1,8 +1,8 @@ note description: "x509v3 SubjectPublicKeyInfo sequence" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "One of the penalties for refusing to participate in politics is that you end up being governed by your inferiors. - Plato" class diff --git a/contrib/ise_library/text/encryption/eel/x509/tbs_certificate.e b/contrib/ise_library/text/encryption/eel/src/x509/tbs_certificate.e similarity index 94% rename from contrib/ise_library/text/encryption/eel/x509/tbs_certificate.e rename to contrib/ise_library/text/encryption/eel/src/x509/tbs_certificate.e index da1aa546..99bf08dc 100644 --- a/contrib/ise_library/text/encryption/eel/x509/tbs_certificate.e +++ b/contrib/ise_library/text/encryption/eel/src/x509/tbs_certificate.e @@ -1,8 +1,8 @@ note description: "x509v3 TBSCertificate sequence" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Democracy is a pathetic belief in the collective wisdom of individual ignorance. - H.L. Mencken" class diff --git a/contrib/ise_library/text/encryption/eel/x509/validity.e b/contrib/ise_library/text/encryption/eel/src/x509/validity.e similarity index 70% rename from contrib/ise_library/text/encryption/eel/x509/validity.e rename to contrib/ise_library/text/encryption/eel/src/x509/validity.e index 3d875460..1f9a9614 100644 --- a/contrib/ise_library/text/encryption/eel/x509/validity.e +++ b/contrib/ise_library/text/encryption/eel/src/x509/validity.e @@ -1,8 +1,8 @@ note description: "x509v3 Validity sequence" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "If we don't believe in freedom of expression for people we despise, we don't believe in it at all. - Noam Chomsky" class @@ -12,12 +12,12 @@ create make feature - make (not_before_a: TIME not_after_a: TIME) + make (not_before_a: TIME; not_after_a: TIME) do not_before := not_before_a not_after := not_after_a end - + feature not_before: TIME not_after: TIME diff --git a/contrib/ise_library/text/encryption/eel/tests/aes_test.e b/contrib/ise_library/text/encryption/eel/tests/aes_test.e index b942d7e6..16636ff6 100644 --- a/contrib/ise_library/text/encryption/eel/tests/aes_test.e +++ b/contrib/ise_library/text/encryption/eel/tests/aes_test.e @@ -1,8 +1,8 @@ note description: "Objects that ..." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "The best government is the one that charges you the least blackmail for leaving you alone. - Thomas Rudmose-Brown (1996)" class diff --git a/contrib/ise_library/text/encryption/eel/tests/cbc_test.e b/contrib/ise_library/text/encryption/eel/tests/cbc_test.e index 6ff7319c..d2faab8b 100644 --- a/contrib/ise_library/text/encryption/eel/tests/cbc_test.e +++ b/contrib/ise_library/text/encryption/eel/tests/cbc_test.e @@ -1,8 +1,8 @@ note description: "Tests Cipher Block Chaining mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Government is the great fiction, through which everybody endeavors to live at the expense of everybody else. - Frederic Bastiat" class diff --git a/contrib/ise_library/text/encryption/eel/tests/cfb_test.e b/contrib/ise_library/text/encryption/eel/tests/cfb_test.e index 5dd31e69..7ec66233 100644 --- a/contrib/ise_library/text/encryption/eel/tests/cfb_test.e +++ b/contrib/ise_library/text/encryption/eel/tests/cfb_test.e @@ -1,8 +1,8 @@ note description: "Tests Cipher Feedback mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Liberty is the only thing you cannot have unless you are willing to give it to others. - William Allen White" class diff --git a/contrib/ise_library/text/encryption/eel/tests/ctr_test.e b/contrib/ise_library/text/encryption/eel/tests/ctr_test.e index f97a1877..61cf80da 100644 --- a/contrib/ise_library/text/encryption/eel/tests/ctr_test.e +++ b/contrib/ise_library/text/encryption/eel/tests/ctr_test.e @@ -1,8 +1,8 @@ note description: "Tests Counter mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "We contend that for a nation to try to tax itself into prosperity is like a man standing in a bucket and trying to lift himself up by the handle. - Winston Churchill (1903)" class diff --git a/contrib/ise_library/text/encryption/eel/tests/der_test.e b/contrib/ise_library/text/encryption/eel/tests/der_test.e index 01449a70..121a71ba 100644 --- a/contrib/ise_library/text/encryption/eel/tests/der_test.e +++ b/contrib/ise_library/text/encryption/eel/tests/der_test.e @@ -1,8 +1,8 @@ note description: "Tests DER encoding facilities" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Nothing can destroy a government more quickly than its failure to observe its own laws, or worse, its disregard of the charter of its own existence - U.S. Supreme Court Justice Tom C. Clark - Mapp vs. Ohio" class diff --git a/contrib/ise_library/text/encryption/eel/tests/ec_test.e b/contrib/ise_library/text/encryption/eel/tests/ec_test.e index 1ba4ac8c..350e8445 100644 --- a/contrib/ise_library/text/encryption/eel/tests/ec_test.e +++ b/contrib/ise_library/text/encryption/eel/tests/ec_test.e @@ -1,8 +1,8 @@ note description : "Tests basic Elliptical Curve library functionality" author : "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Giving money and power to government is like giving whiskey and car keys to teenage boys. - P.J. O'Rourke" class diff --git a/contrib/ise_library/text/encryption/eel/tests/ecb_test.e b/contrib/ise_library/text/encryption/eel/tests/ecb_test.e index 1c096ec6..2209c947 100644 --- a/contrib/ise_library/text/encryption/eel/tests/ecb_test.e +++ b/contrib/ise_library/text/encryption/eel/tests/ecb_test.e @@ -1,8 +1,8 @@ note description: "Tests Electronic Codebook mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Ask not what you can do for your country; ask what your government is doing to you. - Joseph Sobran (1990)" class diff --git a/contrib/ise_library/text/encryption/eel/tests/hmac_sha256_test.e b/contrib/ise_library/text/encryption/eel/tests/hmac_sha256_test.e index c249e256..7f7d0845 100644 --- a/contrib/ise_library/text/encryption/eel/tests/hmac_sha256_test.e +++ b/contrib/ise_library/text/encryption/eel/tests/hmac_sha256_test.e @@ -1,8 +1,8 @@ note description: "Summary description for {HMAC_SHA256_TEST}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class HMAC_SHA256_TEST diff --git a/contrib/ise_library/text/encryption/eel/tests/md5_test.e b/contrib/ise_library/text/encryption/eel/tests/md5_test.e index d54c21ed..fcc7dbfc 100644 --- a/contrib/ise_library/text/encryption/eel/tests/md5_test.e +++ b/contrib/ise_library/text/encryption/eel/tests/md5_test.e @@ -1,8 +1,8 @@ note description: "Summary description for {MD5_TEST}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Give me liberty or give me death! - Patrick Henry" class diff --git a/contrib/ise_library/text/encryption/eel/tests/ofb_test.e b/contrib/ise_library/text/encryption/eel/tests/ofb_test.e index be05791f..a8861991 100644 --- a/contrib/ise_library/text/encryption/eel/tests/ofb_test.e +++ b/contrib/ise_library/text/encryption/eel/tests/ofb_test.e @@ -1,8 +1,8 @@ note description: "Tests Output Feedback mode" author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "Government is actually the worst failure of civilized man. There has never been a really good one, and even those that are most tolerable are arbitrary, cruel, grasping, and unintelligent. - H. L. Mencken" class diff --git a/contrib/ise_library/text/encryption/eel/tests/rsa_test.e b/contrib/ise_library/text/encryption/eel/tests/rsa_test.e index a1ec4ccb..b3636620 100644 --- a/contrib/ise_library/text/encryption/eel/tests/rsa_test.e +++ b/contrib/ise_library/text/encryption/eel/tests/rsa_test.e @@ -1,8 +1,8 @@ note description: "Summary description for {RSA_TEST}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "When buying and selling are controlled by legislation, the first things to be bought and sold are legislators. - P.J. O'Rourke" class diff --git a/contrib/ise_library/text/encryption/eel/tests/sha1_test.e b/contrib/ise_library/text/encryption/eel/tests/sha1_test.e index 2b36e11a..08ffd813 100644 --- a/contrib/ise_library/text/encryption/eel/tests/sha1_test.e +++ b/contrib/ise_library/text/encryption/eel/tests/sha1_test.e @@ -1,8 +1,8 @@ note description: "Summary description for {SHA1_TEST}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "We must have government, but we must watch them like a hawk. - Millicent Fenwick (1983)" class diff --git a/contrib/ise_library/text/encryption/eel/tests/sha256_test.e b/contrib/ise_library/text/encryption/eel/tests/sha256_test.e index 1ef14365..708d0c38 100644 --- a/contrib/ise_library/text/encryption/eel/tests/sha256_test.e +++ b/contrib/ise_library/text/encryption/eel/tests/sha256_test.e @@ -1,8 +1,8 @@ note description: "Summary description for {SHA256_TEST}." author: "Colin LeMahieu" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" quote: "A little government and a little luck are necessary in life, but only a fool trusts either of them. - P. J. O'Rourke" class diff --git a/contrib/ise_library/text/encryption/eel/tests/test.e b/contrib/ise_library/text/encryption/eel/tests/test.e index 9b518d05..650d9115 100644 --- a/contrib/ise_library/text/encryption/eel/tests/test.e +++ b/contrib/ise_library/text/encryption/eel/tests/test.e @@ -1,7 +1,7 @@ note description : "tests application root class" - date : "$Date: 2008-12-29 15:41:59 -0800 (Mon, 29 Dec 2008) $" - revision : "$Revision: 76432 $" + date : "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision : "$Revision: 87787 $" class TEST diff --git a/contrib/ise_library/text/encryption/eel/tests/test.e.orig b/contrib/ise_library/text/encryption/eel/tests/test.e.orig deleted file mode 100644 index 1e6a655a..00000000 --- a/contrib/ise_library/text/encryption/eel/tests/test.e.orig +++ /dev/null @@ -1,194 +0,0 @@ -<<<<<<< local -note - description : "tests application root class" - date : "$Date: 2008-12-29 15:41:59 -0800 (Mon, 29 Dec 2008) $" - revision : "$Revision: 76432 $" - -class - TEST - -inherit - ARGUMENTS - -create - make - -feature {NONE} -- Initialization - - make - local - key_pair: RSA_KEY_PAIR - message: INTEGER_X - cipher: INTEGER_X - plain: INTEGER_X - signature: INTEGER_X - correct: BOOLEAN - i: INTEGER - do - i := +1 - io.put_string ("Creating keypair%N") - create key_pair.make (1024) - io.put_string ("Created keypair%N") - create message.make_random (128) - cipher := key_pair.public.encrypt (message) - plain := key_pair.private.decrypt (cipher) - io.put_string ("Checked encryption%N") - signature := key_pair.private.sign (message) - correct := key_pair.public.verify (message, signature) - io.put_string ("Checked signing%N") - end - - make_2 - local - key: EC_KEY_PAIR - message: INTEGER_X - signature: TUPLE [r: INTEGER_X s: INTEGER_X] - correct: BOOLEAN - i: INTEGER - do - create key.make_sec_t113r1 - create message.make_random_max (key.private.params.n) - from - i := 0 - until - i > 100 - loop - signature := key.private.sign (message) - correct := key.public.verify (message, signature) - i := i + 1 - end - end - - test_sec_t_multiply - local - d: INTEGER_X - g: EC_POINT_F2M - curve: EC_CURVE_F2M - q: EC_POINT_F2M - q_x_solution: INTEGER_X - q_y_solution: INTEGER_X - q_solution: EC_POINT_F2M - correct: BOOLEAN - do - create d.make_from_hex_string ("00000003 A41434AA 99C2EF40 C8495B2E D9739CB2 155A1E0D") - create g.make_sec_t163k1 - create curve.make_sec_t163k1 - create q_x_solution.make_from_hex_string ("00000003 7D529FA3 7E42195F 10111127 FFB2BB38 644806BC") - create q_y_solution.make_from_hex_string ("00000004 47026EEE 8B34157F 3EB51BE5 185D2BE0 249ED776") - create q_solution.make_curve_x_y (create {EC_FIELD_ELEMENT_F2M}.make (q_x_solution), create {EC_FIELD_ELEMENT_F2M}.make (q_y_solution)) - q := g.product_value (d, curve) - correct := q ~ q_solution - end - - test1: detachable AES_TEST - test2: detachable CBC_TEST - test3: detachable CFB_TEST - test4: detachable CTR_TEST - test5: detachable DER_TEST - test6: detachable ECB_TEST - test7: detachable EC_TEST - test8: detachable MD5_TEST - test9: detachable OFB_TEST - test10: detachable RSA_TEST - test11: detachable SHA1_TEST - test12: detachable SHA256_TEST - test13: detachable TEST_EC_BINARY - -end -======= -note - description : "tests application root class" - date : "$Date: 2008-12-29 15:41:59 -0800 (Mon, 29 Dec 2008) $" - revision : "$Revision: 76432 $" - -class - TEST - -inherit - ARGUMENTS - -create - make - -feature {NONE} -- Initialization - - make - local - key_pair: RSA_KEY_PAIR - message: INTEGER_X - cipher: INTEGER_X - plain: INTEGER_X - signature: INTEGER_X - correct: BOOLEAN - do - io.put_string ("Creating keypair%N") - create key_pair.make (1024) - io.put_string ("Created keypair%N") - create message.make_random (128) - cipher := key_pair.public.encrypt (message) - plain := key_pair.private.decrypt (cipher) - io.put_string ("Checked encryption%N") - signature := key_pair.private.sign (message) - correct := key_pair.public.verify (message, signature) - io.put_string ("Checked signing%N") - end - - make_2 - local - key: EC_KEY_PAIR - message: INTEGER_X - signature: TUPLE [r: INTEGER_X s: INTEGER_X] - correct: BOOLEAN - i: INTEGER - do - create key.make_sec_t113r1 - create message.make_random_max (key.private.params.n) - from - i := 0 - until - i > 100 - loop - signature := key.private.sign (message) - correct := key.public.verify (message, signature) - i := i + 1 - end - end - - test_sec_t_multiply - local - d: INTEGER_X - g: EC_POINT_F2M - curve: EC_CURVE_F2M - q: EC_POINT_F2M - q_x_solution: INTEGER_X - q_y_solution: INTEGER_X - q_solution: EC_POINT_F2M - correct: BOOLEAN - do - create d.make_from_hex_string ("00000003 A41434AA 99C2EF40 C8495B2E D9739CB2 155A1E0D") - create g.make_sec_t163k1 - create curve.make_sec_t163k1 - create q_x_solution.make_from_hex_string ("00000003 7D529FA3 7E42195F 10111127 FFB2BB38 644806BC") - create q_y_solution.make_from_hex_string ("00000004 47026EEE 8B34157F 3EB51BE5 185D2BE0 249ED776") - create q_solution.make_curve_x_y (create {EC_FIELD_ELEMENT_F2M}.make (q_x_solution), create {EC_FIELD_ELEMENT_F2M}.make (q_y_solution)) - q := g.product_value (d, curve) - correct := q ~ q_solution - end - - test1: detachable AES_TEST - test2: detachable CBC_TEST - test3: detachable CFB_TEST - test4: detachable CTR_TEST - test5: detachable DER_TEST - test6: detachable ECB_TEST - test7: detachable EC_TEST - test8: detachable MD5_TEST - test9: detachable OFB_TEST - test10: detachable RSA_TEST - test11: detachable SHA1_TEST - test12: detachable SHA256_TEST - test13: detachable TEST_EC_BINARY - test14: detachable HMAC_SHA256_TEST - -end ->>>>>>> other diff --git a/contrib/ise_library/text/encryption/eel/tests/test_ec_binary.e b/contrib/ise_library/text/encryption/eel/tests/test_ec_binary.e index ece6ef0a..0644f7e2 100644 --- a/contrib/ise_library/text/encryption/eel/tests/test_ec_binary.e +++ b/contrib/ise_library/text/encryption/eel/tests/test_ec_binary.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_EC_BINARY}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_EC_BINARY diff --git a/contrib/ise_library/text/encryption/eel/tests/test_ec_field_element_f2m.e b/contrib/ise_library/text/encryption/eel/tests/test_ec_field_element_f2m.e index 8102590a..0c653532 100644 --- a/contrib/ise_library/text/encryption/eel/tests/test_ec_field_element_f2m.e +++ b/contrib/ise_library/text/encryption/eel/tests/test_ec_field_element_f2m.e @@ -1,8 +1,8 @@ note description: "Summary description for {TEST_EC_FIELD_ELEMENT_F2M}." author: "" - date: "$Date$" - revision: "$Revision$" + date: "$Date: 2011-11-11 18:13:16 +0100 (ven., 11 nov. 2011) $" + revision: "$Revision: 87787 $" class TEST_EC_FIELD_ELEMENT_F2M diff --git a/contrib/ise_library/text/encryption/eel/tests/tests-safe.ecf b/contrib/ise_library/text/encryption/eel/tests/tests-safe.ecf index eefb141a..3be4066f 100644 --- a/contrib/ise_library/text/encryption/eel/tests/tests-safe.ecf +++ b/contrib/ise_library/text/encryption/eel/tests/tests-safe.ecf @@ -8,7 +8,7 @@ - +