0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 15, 2024 — Jun 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a new stub for EiffelThread library so that it may be compiled against a non-multithreaded run-time. More... over 16 years ago
Fixed bug when determining the type of integer constant. The following code: More... over 16 years ago
Removed calls to obsolete features. More... over 16 years ago
Only pre-ECMA formats were supported in gelint for integer manifest constants. Now all formats (decimal, hexadecimal, octal and binary) are supported to be compliant with ECMA and ISE. See bug#2682414. More... over 16 years ago
Fixed postcondition of `last_value_name'. More... over 16 years ago
The alias name should be repeated in each %token declaration for a given type. An error is also emitted when the same variable name (`last_..._value') is used to pass values of tokens of two different types. More... over 16 years ago
When declaring '%token <EIFFEL_TYPE> ...', the generated parser expects to find token values in the variable `last_<eiffel_type>_value', where all non-alphanumeric characters in the type name EIFFEL_TYPE are replaced by underscores. It is now possible to customize the name of this variable to `last_<alias_name>_value' by declaring '%token <EIFFEL_TYPE as alias_name> ...'. See bug#2621302. More... over 16 years ago
When specifying Eiffel types in the %token and %type clauses, in addition to what was accepted so far, it is now possible to use 'like Current', labeled tuples (e.g. 'TUPLE [i, j: INTEGER; s: STRING]') and type marks such as 'expanded', 'reference', 'separate', 'attached', 'detachable', '!' and '?'. See bug#2618271. More... over 16 years ago
Extended the attributes 'if' and 'unless' to accept the values "true" and "false". This can be useful when automatically generating geant build files. See bug#2657770. More... over 16 years ago
Fixed bug where the type of an agent was not correctly determined when the result type of the corresponding function contained a formal generic parameter. It ended up being 'FUNCTION [ANY, TUPLE, BOOLEAN]' instead of 'PREDICATE [ANY, TUPLE]'. See bug#2667604. More... over 16 years ago
Errors when retrieving the SCM mapping description for a given cluster. More... over 16 years ago
Made it compile with ISE in flat Degree 3 mode. More... over 16 years ago
Equality tester using agents. More... over 16 years ago
Features `test' in class KL_EQUALITY_TESTER and `equal_objects' in class KL_ANY_ROUTINES now use the new ECMA construct '~' instead of the combination `same_type' and then `is_equal'. More... over 16 years ago
Added ISE bug report number to the comment explaining the workaround. More... over 16 years ago
Made kernel library void-safe. More... over 16 years ago
Fixed ECF generation. More... over 16 years ago
Use ecb.exe instead of ec.exe. It is supposed to run faster. More... over 16 years ago
Made it work with Eiffel for .NET for which there is no feature `internal_item' in class C_DATE. More... over 16 years ago
Removed classes and features that had been marked as obsolete in 2004 or before. More... over 16 years ago
Removed classes and features that had been marked as obsolete in 2004 or before. More... over 16 years ago
ISE accepts object-tests in preconditions and check instructions since 6.3.7.5660. More... over 16 years ago
Fixed bug in implementation of object equality when the first operand is not void and the second is void. It was wrongly calling `is_equal' with a void argument instead of directly returning false. More... over 16 years ago
SmartEiffel is not supported anymore. More... over 16 years ago
Fixed bug#2537868: missing precondition 'a_parent /= Void'. More... over 16 years ago
Made sure that the implicit invariant, which expects `internal_item' to be non-void, is not violated. More... over 16 years ago
The cat-call in HASH_TABLE has been removed now. So this patch is not needed anymore. More... over 16 years ago
Synchronized with FreeELKS svn#268. More... over 16 years ago
Fixed bug in cluster dependence checker where the class was not considered in the right group when using the providers.txt or dependants.txt of its SCM mapping. More... over 16 years ago
Fixed bug in LX_DFA_REGULAR_EXPRESSION where `compile ("foo\$")' was setting `has_dollar' to True even though the dollar sign was escaped. More... over 16 years ago