Merge: Added contributing guidelines and link from readme
[nit.git] / lib / core / text / abstract_text.nit
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`