|
From: Eric B. <er...@us...> - 2012-11-12 17:30:49
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gobo-eiffel".
The branch, master has been updated
via a265ed00e694ed13c1955cf5530a7fe48cea24d0 (commit)
via 5132e301b37f2390a213179bcb732dc86b2afbfc (commit)
via 9182acec477ca54083d2009f91ecf699224ec60a (commit)
via 698350b8717acd61c5336c332bc322b259bf8e0b (commit)
via e91702192f14745c9f4ec5b5409c49f45e7a3bce (commit)
from 723467aba68669312b68d98d348da3623ee7c363 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a265ed00e694ed13c1955cf5530a7fe48cea24d0
Merge: 5132e30 723467a
Author: Eric Bezault <er...@go...>
Date: Mon Nov 12 18:29:33 2012 +0100
Merge branch 'master' into dev
commit 5132e301b37f2390a213179bcb732dc86b2afbfc
Author: Eric Bezault <er...@go...>
Date: Mon Nov 12 18:16:11 2012 +0100
Added library dependency information in Xace file.
commit 9182acec477ca54083d2009f91ecf699224ec60a
Author: Eric Bezault <er...@go...>
Date: Mon Nov 12 18:14:32 2012 +0100
For compatibility with ISE's tools, define the environment variable "$ISE_LIBRARY" to $ISE_EIFFEL" if not set yet.
commit 698350b8717acd61c5336c332bc322b259bf8e0b
Merge: e917021 f3a77c3
Author: Eric Bezault <er...@go...>
Date: Mon Nov 12 18:11:39 2012 +0100
Started to replace assignment attempts by object-tests to make ISE 7.1 happy.
commit e91702192f14745c9f4ec5b5409c49f45e7a3bce
Author: Eric Bezault <er...@go...>
Date: Tue Aug 21 09:00:55 2012 +0200
Force parser Eiffel classes to be regenerated by geyacc.
-----------------------------------------------------------------------
Summary of changes:
History.txt | 9 +-
library/kernel/library.xace | 2 +
library/kernel/misc/kl_hashable_routines.e | 7 +-
library/kernel/unicode/uc_utf8_routines.e | 4 +-
library/lexical/automaton/lx_nfa_state.e | 12 +-
library/lexical/lex/lx_lex_scanner_skeleton.e | 7 +-
library/parse/generation/pr_doc_generator.e | 12 +-
library/parse/yacc/pr_yacc_parser_skeleton.e | 6 +-
library/parse/yacc/pr_yacc_scanner_skeleton.e | 7 +-
library/string/formatter/general/st_formatter.e | 19 +-
.../formatter/parameter/st_double_formatter.e | 15 +-
.../formatter/parameter/st_string_formatter.e | 15 +-
.../unicode/st_unicode_normalization_interface.e | 38 +-
.../table/ds_binary_search_tree_container.e | 6 +-
library/structure/table/ds_sparse_container.e | 14 +-
library/structure/table/ds_sparse_table.e | 8 +-
library/structure/table/ds_table.e | 10 +-
library/tools/ecf/error/et_ecf_error.e | 6 +-
library/tools/ecf/parser/et_ecf_parser.e | 7 +-
library/tools/ecf/parser/et_ecf_parser_skeleton.e | 48 +-
library/tools/eiffel/ast/agent/et_inline_agent.e | 6 +-
library/tools/eiffel/ast/class/et_creator.e | 6 +-
.../eiffel/ast/expression/et_manifest_array.e | 10 +-
.../ast/group/et_cluster_dependence_constraint.e | 6 +-
.../tools/eiffel/ast/group/et_dotnet_assembly.e | 7 +-
library/tools/eiffel/ast/group/et_system.e | 4 +-
library/tools/eiffel/ast/name/et_free_name.e | 23 +-
library/tools/eiffel/ast/name/et_identifier.e | 54 +-
library/tools/eiffel/ast/type/et_base_type.e | 6 +-
.../compilation/et_feature_adaptation_resolver.e | 42 +-
.../tools/eiffel/compilation/et_feature_checker.e | 833 +++++++++-----------
.../compilation/et_formal_parameter_checker1.e | 6 +-
.../eiffel/compilation/et_object_test_finder.e | 32 +-
library/tools/eiffel/compilation/et_type_checker.e | 31 +-
.../et_dynamic_agent_operand_push_type_set.e | 9 +-
.../dynamic/et_dynamic_argument_attachment.e | 7 +-
.../dynamic/et_dynamic_extendible_type_set.e | 34 +-
.../dynamic/et_dynamic_push_type_set_builder.e | 68 +-
.../eiffel/dynamic/et_dynamic_qualified_call.e | 34 +-
library/tools/eiffel/dynamic/et_dynamic_system.e | 6 +-
library/tools/eiffel/error/et_validity_error.e | 15 +-
library/tools/eiffel/generation/et_c_generator.e | 783 ++++++++-----------
library/tools/eiffel/processor/et_system_marker.e | 14 +-
.../tools/lace/parser/et_lace_parser_skeleton.e | 4 +-
.../tools/xace/parser/et_xace_parser_skeleton.e | 55 +-
library/tools/xace/parser/et_xace_preprocessor.e | 11 +-
library/tools/xace/parser/et_xace_validator.e | 38 +-
.../xm_xpath_reverse_array_node_list_iterator.e | 4 +-
.../expression/xm_xpath_intersection_enumeration.e | 4 +-
.../xm_xpath_tree_following_sibling_enumeration.e | 9 +-
library/xml/xslt/function/xm_xslt_regex_group.e | 20 +-
library/xml/xslt/style/xm_xslt_attribute.e | 6 +-
library/xml/xslt/style/xm_xslt_sort.e | 22 +-
src/gepp/gepp_scanner.l | 10 +-
test/kernel/kl_test_unix_file_system.e | 10 +-
test/kernel/kl_test_windows_file_system.e | 10 +-
test/string/st_test_case_mappings.e | 11 +-
test/structure/ds_test_hash_set.e | 35 +-
test/structure/ds_test_hash_table.e | 55 +--
test/tools/et_test_ast_printer.e | 6 +
test/xml/xpath/xm_xpath_test_ceiling.e | 47 +-
61 files changed, 1059 insertions(+), 1586 deletions(-)
hooks/post-receive
--
gobo-eiffel
|