11
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated to the latest classes from the void-safe branch to avoid too many differences and use the new code to avoid having to maintain 2 implementations.
Emmanuel Stapf
as manus_eiffel
More... about 11 years ago
Fixed a bug in implementation of `natural_32_code' that would cause an infinite recursion when calling `hash_code' on a CHARACTER_8.
Emmanuel Stapf
as manus_eiffel
More... about 11 years ago
Made code C compile which was broken in rev#663 of FreeELKS that did not require `i_)th_argument_pointer' to be a static anymore and that made it compile for both classic and .NET.
Emmanuel Stapf
as manus_eiffel
More... about 11 years ago
Added `item' to READABLE_STRING_GENERAL and proper definition in READABLE_STRING_8 descendans. So that it is easier to migrate from compatible to regular mode.
Emmanuel Stapf
as manus_eiffel
More... about 11 years ago
Made it compile by adding inheritance to NATIVE_STRING_HANDLER.
Emmanuel Stapf
as manus_eiffel
More... about 11 years ago
Updated to match latest version from the void-safe mode.
Emmanuel Stapf
as manus_eiffel
More... about 11 years ago
Fixed typo.
Emmanuel Stapf
as manus_eiffel
More... about 11 years ago
Removed obsolete since it is not obsolete in compatible mode.
Emmanuel Stapf
as manus_eiffel
More... about 11 years ago
Added `as_string_xx_conversions' to match regular libraries.
Emmanuel Stapf
as manus_eiffel
More... about 11 years ago
Added PATH for those who would like to switch between compatible and regular libraries and benefit from PATH.
Emmanuel Stapf
as manus_eiffel
More... about 11 years ago
Made code of gobo compile in both regular and compatible mode by adding `append_substring' and `prepend_substring' to STRING_8.
Emmanuel Stapf
as manus_eiffel
More... over 11 years ago
Fixed typos.
Emmanuel Stapf
as manus_eiffel
More... over 11 years ago
Removed Unix from comment since console is nothing Unix specific.
Emmanuel Stapf
as manus_eiffel
More... over 11 years ago
Fixed grammar.
Emmanuel Stapf
as manus_eiffel
More... over 11 years ago
Fixed grammar: it should be "a UTF" and not "an UTF".
Emmanuel Stapf
as manus_eiffel
More... over 11 years ago
Fixed missing uppercase in Unicode.
Emmanuel Stapf
as manus_eiffel
More... over 11 years ago
Fixed typo on `accommodate'.
Emmanuel Stapf
as manus_eiffel
More... over 11 years ago
Fixed typo on `items'.
Emmanuel Stapf
as manus_eiffel
More... over 11 years ago
Fixed typo on `necessary'.
Emmanuel Stapf
as manus_eiffel
More... over 11 years ago
Made code compatible with new runtime that handles only Unicode arguments.
Emmanuel Stapf
as manus_eiffel
More... over 11 years ago
Improved forward compatibility with void-safe EiffelBase by providing the same signature for routines of UTF_CONVERTER and updated callers accordingly. Since UTF_CONVERTER uses the hex conversion of strings which was added later, we ported the class back to compatible.
Emmanuel Stapf
as manus_eiffel
More... over 11 years ago
Adapted C externals to new ones of the runtime where now on Windows we use the native UTF-16 encoding to represent filenames for the various C API. See review#8814092.
Emmanuel Stapf
as manus_eiffel
More... over 11 years ago
Added `keep_head' to ease migration of existing code to the void-safe version.
Emmanuel Stapf
as manus_eiffel
More... over 11 years ago
Added `prepend' to STRING_GENERAL to match the void-safe version and to help some code to migrate easily between the two.
Emmanuel Stapf
as manus_eiffel
More... almost 12 years ago
Fixed comparison error in `is_version_mismatched' where strings should have been compared for their content, not if they point to a different address which they would do most of the time there is a mismatch caused by something else than the version number. This fixes eweasel test#store035.
Emmanuel Stapf
as manus_eiffel
More... over 12 years ago
Fixed useless implementation of {ARRAY}.trim because we were comparing against the wrong capacity instead of against the capacity of the `area'. This addresses bug#17669.
Emmanuel Stapf
as manus_eiffel
More... almost 13 years ago
Fixed bug#17622 where a STRING used in `read_to_string' would not have its `hash_code' changed even if its content changed. See eweasel test#lib037.
Emmanuel Stapf
as manus_eiffel
More... almost 13 years ago
Added very basic support for `across' in the compatible version of EiffelBase, it will only work with INDEXABLE struture and is only efficient for ARRAY based structure, not for LINKED based structure.
Emmanuel Stapf
as manus_eiffel
More... almost 13 years ago
No need to protect last_string since it is always attached.
Emmanuel Stapf
as manus_eiffel
More... about 13 years ago
Commented out very expensive assertions.
Emmanuel Stapf
as manus_eiffel
More... over 13 years ago