0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 04, 2025 — Jan 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added header comments for creation procedures. More... over 17 years ago
Moved XSLT date-time formatting functions from time to string library. More... over 17 years ago
Manu from ISE said that we get better execution speed when compiled with EiffelStudio if we use SPECIAL.aliased_resized_area instead of SPECIAL.resized_area. More... over 17 years ago
ISE has a validity rule VUOT-3 which forbids two object-tests in the same feature (or in the same inline agent) to have the same local name. It was not implemented correctly in Gobo because it didn't make the difference between object-tests declared in the feature and those declared in its inline agents. More... over 17 years ago
Report VPIR-1 error when a formal argument or a local variable of an inline agent has the same name as an object-test local of an enclosing feature or inline agent whose scope contains the inline agent. More... over 17 years ago
Added feature `has_void' to class DS_SEARCHABLE. More... over 17 years ago
Updated Unicode support to 5.1.0. Added generarotr indexing term to old classes. More... over 17 years ago
Updated Unicode support to 5.1.0. Added generarotr indexing term to old classes. More... over 17 years ago
Added note about upgraded Unicode support More... over 17 years ago
Added generator indexing term to geberated classes. More... over 17 years ago
Updated tests to account for a character being re-classified in Unicode 5.1.0. More... over 17 years ago
Made sure that we do not use object-test locals in an inline agent when they have been declared in an enclosing feature or inline agent. More... over 17 years ago
Use 'ge' when $GOBO_EIFFEL is not defined. More... over 17 years ago
Made sure that when no local variables (or no formal arguments) are declared in an inline agent, then those from the enclosing feature or inline agent are not used instead. A VUEX-1 validity error should be reported in this case. More... over 17 years ago
Made this test work even when not executed from the its directory. (Modifications made by Colin.) More... over 17 years ago
Manu made some benchmarks on EiffelStudio showing that using a smaller input buffer when running Degree 6 improves the speed of execution. Therefore, the size of the input buffer used in the preparser has been reduced accordingly. More... over 17 years ago
Synchronized with FreeELKS svn#155 More... over 17 years ago
Implemented Object-Test as specified in ECMA 367-2. More... over 17 years ago
Do not make tests depend on other tests. More... over 17 years ago
Do not support the use of '~' in agents anymore. More... over 17 years ago
Added type-marks '!' and '?' (part of void-safety mechanism). More... over 17 years ago
Remove warning message: feature exported to unknown class. More... over 17 years ago
Fixed problem when the root class is NONE. Do not run Degree 6 in that case. More... over 17 years ago
added test case apos in quote and conversely in entities re bug 1727015 More... almost 18 years ago
Made sure that "<option name="assertion" value="all"/>" is taken into account when gexace generates ECF files. More... almost 18 years ago
Completed review of data_model cluster. More... almost 18 years ago
Review and re-structured array iterators. More... almost 18 years ago
Code-review of XM_XPATH_ITEM and XM_XPATH_NODE, and minor refactorings as a result. More... almost 18 years ago
Fixed bug#1917556 where feature `split' in RX_PCRE_REGULAR_EXPRESSION was not behaving correctly when the regexp could match empty strings. More... almost 18 years ago
* Moved features `do_all', `do_if', `there_exists' and `for_all' up to class DS_CONTAINER. * Added features `do_all_with_key' and `do_if_with_key' to class DS_TABLE. More... almost 18 years ago