lib/core/bytes: Adding a redef of has method
[nit.git] / lib / core / bytes.nit
2019-05-28 Florian Deljarrylib/core/bytes: Adding a redef of has method
2018-06-08 Lucas Bajoletlib/core: remove uses of Byte for Text
2018-05-31 Jean Privatcrypto: add some methods on Bytes, Char & String
2017-09-18 Alexis Laferrièrecore: `Bytes::to_i` can parse signed ints
2017-09-18 Alexis Laferrièrecore: support signed ints and custom capacity in `Int...
2017-09-15 Alexis Laferrièrecore: Bytes have a minimum capacity of 16 bytes
2017-09-15 Alexis Laferrièrecore: optimize Bytes::append_text using redefs in Text...
2017-09-15 Alexis Laferrièrecore: protect access to _items in empty strings
2017-08-22 Alexis Laferrièrebytes: tweak doc to put forward the copy behavior of...
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-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-06-28 Lucas Bajoletlib/core: Removed some abusive `chars` use in lib
2016-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-04-20 Jean Privatlib/core/bytes: add `Int::to_bytes` and `Bytes::to_i`
2016-04-09 Jean Privatcore/bytes: make Text::hexdigest_to_bytes more permissive
2016-04-07 Jean Privatcore/bytes: add `Bytes::binarydigest` and `Text::binary...
2016-04-07 Jean Privatcore/bytes: add `Byte::chexdigest`
2016-04-05 Jean Privatcore/bytes: document hexdigest
2015-12-28 Lucas Bajoletlib/core: Removed `last_byte` attribute in `FlatString...
2015-12-03 Jean PrivatMerge: Stringify Bytes
2015-11-29 Lucas Bajoletlib/core: Added `join_bytes` top-level function to...
2015-11-29 Lucas Bajoletlib/core: Stringify lib/bytes
2015-11-28 Lucas Bajoletlib/core/bytes: Fixed broken `is_empty`
2015-11-27 Lucas Bajoletlib/core: Added escaping method to Bytes for use in...
2015-11-27 Lucas Bajoletlib/core: Added copy method `to_bytes_with_copy` in...
2015-11-27 Lucas Bajoletlib/core: Added `add_char` method to `Bytes`
2015-10-20 Lucas Bajoletlib/core: Added new `hexdigest` service on `Text`
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-15 Jean PrivatMerge: Bytes from hexdigest
2015-09-15 Lucas Bajoletlib: Update sha1 and base64 to use Bytes instead of...
2015-09-15 Lucas Bajoletlib/core: Fixed bug in `BytesIterator::init with_buffer`
2015-09-15 Lucas Bajoletlib/core: Added hexdigest_to_bytes method from String...
2015-09-15 Lucas Bajoletlib/core: Added validation method for hexdigest
2015-09-11 Lucas Bajoletlib/core: Have Bytes::to_s and stream use the new and...
2015-08-27 Jean Privatlib: rename `standard` as `core`