openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
gobo-guide-2
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 15, 2024 — Jun 15, 2025
Showing page 6 of 225
Search / Filter on:
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.
Eric Bezault
More...
over 16 years ago
Fixed bug when determining the type of integer constant. The following code:
Eric Bezault
More...
over 16 years ago
Removed calls to obsolete features.
Eric Bezault
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.
Eric Bezault
More...
over 16 years ago
Fixed postcondition of `last_value_name'.
Eric Bezault
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.
Eric Bezault
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.
Eric Bezault
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.
Eric Bezault
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.
Eric Bezault
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.
Eric Bezault
More...
over 16 years ago
Errors when retrieving the SCM mapping description for a given cluster.
Eric Bezault
More...
over 16 years ago
Made it compile with ISE in flat Degree 3 mode.
Eric Bezault
More...
over 16 years ago
Equality tester using agents.
Eric Bezault
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'.
Eric Bezault
More...
over 16 years ago
Added ISE bug report number to the comment explaining the workaround.
Eric Bezault
More...
over 16 years ago
Made kernel library void-safe.
Eric Bezault
More...
over 16 years ago
Fixed ECF generation.
Eric Bezault
More...
over 16 years ago
Use ecb.exe instead of ec.exe. It is supposed to run faster.
Eric Bezault
More...
over 16 years ago
Made it work with Eiffel for .NET for which there is no feature `internal_item' in class C_DATE.
Eric Bezault
More...
over 16 years ago
Removed classes and features that had been marked as obsolete in 2004 or before.
Eric Bezault
More...
over 16 years ago
Removed classes and features that had been marked as obsolete in 2004 or before.
Eric Bezault
More...
over 16 years ago
ISE accepts object-tests in preconditions and check instructions since 6.3.7.5660.
Eric Bezault
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.
Eric Bezault
More...
over 16 years ago
SmartEiffel is not supported anymore.
Eric Bezault
More...
over 16 years ago
Fixed bug#2537868: missing precondition 'a_parent /= Void'.
Eric Bezault
More...
over 16 years ago
Made sure that the implicit invariant, which expects `internal_item' to be non-void, is not violated.
Eric Bezault
More...
over 16 years ago
The cat-call in HASH_TABLE has been removed now. So this patch is not needed anymore.
Eric Bezault
More...
over 16 years ago
Synchronized with FreeELKS svn#268.
Eric Bezault
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.
Eric Bezault
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.
Eric Bezault
More...
over 16 years ago
←
1
2
3
4
5
6
7
8
9
10
…
224
225
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree