rename `NativeString` to `CString`
[nit.git] / lib / core / text / native.nit
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-08-15 Alexis Laferrièrecore: tweak misc services for windows
2016-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-04-11 Lucas BajoletAdded services to NativeString and Byte
2016-02-04 Jean Privatlib/core: use intern && ffi since it is now allowed...
2015-12-29 Lucas Bajoletsrc: Improve speed of interpreter when working with...
2015-12-29 Lucas Bajoletlib/core: Avoid boxing when comparing two NativeString...
2015-12-29 Lucas Bajoletlib/core: Improve speed of `utf8_length` in NativeStrin...
2015-12-29 Lucas Bajoletlib/core: Added shortcut for common ASCII-case in ...
2015-12-29 Lucas Bajoletlib/core: Improve speed of an indexed access in a UTF...
2015-12-29 Lucas Bajoletlib/core: Added prefetching of 4 chars at once on ...
2015-12-16 Lucas Bajoletlib/json: Added ad-hoc string parser for JSON
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-08 Lucas Bajoletlib/core: Fixed documentation in `NativeString::byte_to...
2015-09-08 Lucas Bajoletlib/core/text: Deferred utf8_length to native for FlatS...
2015-08-28 Jean PrivatMerge: Regular Expression fix with Unicode
2015-08-27 Jean Privatlib: rename `standard` as `core`