*: update all clients of the `CString::to_s` services
[nit.git] / lib / core / bytes.nit
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-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`