abstract_text: Refactorisation of the to_s method
[nit.git] / lib / core / text / abstract_text.nit
2019-08-22 Florian Deljarryabstract_text: Refactorisation of the to_s method
2019-08-22 Florian Deljarryabstract_text: Add the `to_sci` to get the string repre...
2019-08-13 Florian Deljarrytext/abstract_text: Adds the float conversion in expone...
2018-12-28 Hugo Leblanclib/core: handling of plus (+) sign when using to_i...
2018-06-08 Jean PrivatMerge: lib/core: remove uses of Byte for Text
2018-06-08 Lucas Bajoletlib/core: remove uses of Byte for Text
2018-06-06 Alexis Laferrièretext: escape_to_mk should not escape =
2018-05-30 Alexandre Terrasalib/core/text: uniformize doc units
2018-05-30 Alexandre Terrasalib/core/text: fix unrecognized doc units
2018-05-30 Alexandre Terrasalib/core/text: remove deprecated mentions
2018-03-02 Jean Privatlib/core::Text::html_escape: better implementation.
2017-10-03 Alexis Laferrièrecore: implement Float::to_precision in C without callbacks
2017-02-09 Alexis Laferrièretext: use UInt32 to manipulate chars
2017-01-18 Jean PrivatMerge: Revamp the C string to Nit string services to...
2016-12-30 Jean PrivatMerge: Rename the extern class `NativeString` to `CString`
2016-12-27 Alexis Laferrière*: update all clients of the `CString::to_s` services
2016-12-27 Alexis Laferrièrecore: keep `to_s_full` as an indirection for retro...
2016-12-27 Alexis Laferrièrecore: revamp `CString::to_s` services
2016-12-13 Alexis Laferrièrecore: update doc of `CString`
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-12-06 Alexandre Terrasalib/core: more tests for percent_encoding
2016-12-06 Alexandre Terrasalib/text: do not replace undecoded `%` by `?`
2016-07-11 Lucas Bajoletlib/core: Added `from_text` constructor to `Buffer`
2016-07-11 Lucas Bajoletlib/core: Added `Text::to_buffer`
2016-07-11 Lucas Bajoletlib/core: Moved some `String` methods to `Text` with...
2016-07-11 Lucas Bajoletlib/core: Made `Text` cloneable
2016-06-28 Lucas Bajoletlib/core: Removed some abusive `chars` use in lib
2016-06-28 Lucas Bajoletlib/core: Made more attributes fun since they are not...
2016-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-06-07 Jean PrivatMerge: escape_to_c: Escape trigraphs
2016-06-07 Jean-Christophe... escape_to_c: Escape trigraphs
2016-06-03 Jean PrivatMerge: Factorize `capitalize` and add option to preserv...
2016-06-02 Alexis Laferrièrelib/text: add option to preserve uppercase letter in...
2016-06-02 Alexis Laferrièrelib/text: factorize the implementations of capitalize...
2016-05-31 Alexandre Terrasacore: fix warnings in abstract_text
2016-05-24 Jean PrivatMerge: Added `copy_from` service to `NativeString`
2016-05-19 Lucas Bajoletlib/core: Added easy `fill_from` method to `NativeString`
2016-05-09 Lucas Bajoletlib/core: Added new `append_substring` service to avoid...
2016-05-06 Lucas Bajoletlib/core: Added surrogate detection methods to `Char`
2016-05-03 Lucas Bajoletlib/core: `u8char_len` is now public
2016-04-21 Lucas Bajoletlib/core: Added packing methods to `Text`
2016-04-18 Alexis Laferrièrelib/core: remove duplicates and improve doc of `NativeS...
2016-03-29 Alexis Laferrièrelib/core: add optional char parameter to `Text::justify`
2016-03-10 Jean Privatlib/core/text: move `to_base` to the main base module...
2016-03-10 Jean Privatlib/core/text: add a last_separator to `Collection...
2016-02-16 Alexis Laferrièrelib/text: `Text::format` harder to break and using...
2016-02-15 Alexis Laferrièrelib/text: `Text::format` uses an index starting at...
2016-02-09 Alexis Laferrièrelib: explicitly cast long to int to fix clang warnings
2016-01-12 Alexis Laferrièrelib/core: remove support for ',' in `is_numeric`
2016-01-12 Alexis Laferrièrelib/core: `is_numeric` returns false on empty strings
2016-01-12 Alexis Laferrièrelib/core: extend is_numeric to support negatives (...
2015-12-29 Lucas Bajoletlib/core: Added `to_s_unsafe` method to `NativeString...
2015-12-18 Jean PrivatMerge: Faster hex parsing
2015-12-18 Jean Privatcore: add Text::levenshtein_distance
2015-12-17 Lucas Bajoletlib/json: Improved performance of Unicode-escaping...
2015-12-17 Lucas Bajoletlib: Perfized `to_hex` and have it work anywhere in...
2015-12-17 Lucas Bajoletlib: Added `is_surrogate` service to `Char`
2015-12-17 Lucas Bajoletlib: Added `from_hex` service to transform an hexadecim...
2015-12-08 Lucas Bajoletlib/core: Added new `is_hexdigit` service on `Char`
2015-12-03 Jean PrivatMerge: Stringify Bytes
2015-11-30 Jean Privatcore/text: Text::substrings is private
2015-11-29 Lucas Bajoletlib/core: Make FlatText public
2015-11-06 Lucas Bajoletcore/text: Added UTF-16 escape coding/decoding methods
2015-10-15 Alexandre Terrasacore/text: make FlatText private
2015-09-28 Lucas Bajoletlib/core: Optimized generation of Boxes in to_s_with_copy
2015-09-25 Lucas Bajoletlib/core: Improve performances of last_index_of_from
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-21 Lucas Bajoletlib/core: Fix bug in StringByteView, misuse of `String...
2015-09-09 Alexis Laferrièrelib/text: fix to|from_percent_encoding with unicode...
2015-09-03 Lucas Bajoletlib/core/flat: Optimized use of escape_to_c for FlatText
2015-08-29 Jean PrivatMerge: Text optimization
2015-08-28 Lucas Bajoletsrc: Added complete FlatString generation from compiler
2015-08-28 Jean PrivatMerge: Update remove_all to accept any patterns
2015-08-27 Jean Privatlib: rename `standard` as `core`