lib: move errno and strerror to legacy FFI
[nit.git] / lib / standard / string.nit
2015-04-09 Jean Privatlib: move errno and strerror to legacy FFI
2015-03-31 Lucas Bajoletlib/standard/string: Added faster cstring method on...
2015-03-29 Jean Privatlib/string: escape_to_c uses 3 digits in the octal...
2015-03-29 Jean Privatlib/string: escape_to_c transforms `"\t"` to `"\\t"`
2015-03-24 Jean Privatlib: introduce `NativeArray::native_to_s`
2015-03-16 Jean Privatlib/string: `Int::to_s` shortcuts 0 and 1
2015-03-10 Jean PrivatMerge: Faster buffers
2015-03-10 Jean Privatlib/string: faster substring for FlatBuffer
2015-03-10 Jean Privatlib/string: document FlatString::with_infos
2015-03-07 Jean PrivatMerge: More lazyness in standard
2015-03-06 Jean Privatstring: add `is_whitespace`
2015-03-06 Jean Privatstring: update *trim to use `is_whitespace`
2015-03-06 Jean Privatlib/string: make FlatString#chars lazy
2015-02-10 Lucas Bajoletlib/standard: Updated documentation of Streams to fit...
2015-02-06 Jean PrivatMerge: String memory fixes
2015-02-05 Lucas Bajoletlib/standard/string: Removed Float.to_precision_native
2015-02-05 Lucas Bajoletlib/standard/string: Fixed leaking Int.to_s method
2015-01-30 Jean Privatstring: some methods sould return String instead of...
2015-01-30 Jean Privatstring: fix SELFTYPE in String and Buffer
2015-01-30 Jean Privatstring: do not redef SELFTYPE in FlatBuffer
2015-01-14 Jean PrivatMerge: Websockets
2015-01-13 Alexis Laferrièrenitc&lib: MapIterator keys can be nullable
2015-01-13 Lucas Bajoletlib/standard/string: Fixed substring, could produce...
2014-12-18 Jean-Christophe... string: Fix `to_cmangle` to never end with an underscore.
2014-12-18 Jean-Christophe... string: Fix `to_cmangle` to always produce valid C...
2014-12-16 Jean PrivatMerge: Doc down
2014-12-12 Alexis Laferrièrelib/string: chomp do not try to chomp empty strings
2014-12-11 Alexandre Terrasalib/standard: fixes annotations usage
2014-12-11 Alexandre Terrasalib/standard: fixes DocUnits parsed as list elements
2014-12-11 Alexandre Terrasalib/standard: fixes bad indent in comments
2014-12-06 Jean Privatlib/string: fix and beef-up `chomp`
2014-12-04 Jean-Christophe... string: Escape all HTML’s metacharacters.
2014-12-03 Jean Privatlib/string: add `chomp`
2014-11-28 Jean PrivatMerge: Useless type
2014-11-28 Jean Privatall: fix broken docunits
2014-11-28 Jean Privatlib/standard: remove 3 useless types in local variables
2014-11-25 Jean PrivatMerge: standard: Clean warnings
2014-11-25 Alexandre Terrasastring: fix missing documentation warnings
2014-11-25 Alexandre Terrasastring: fix useless var warnings
2014-11-25 Alexandre Terrasastring: fix useless private visibility warnings
2014-11-25 Alexandre Terrasastring: fix init warnings
2014-11-18 Jean Privatlib: remove class StringCapable
2014-11-11 Jean Privatlib/string: add `Text::escape_to_mk` to escape to Makefiles
2014-11-08 Jean-Christophe... string: Add escaping for the POSIX Shell.
2014-11-06 Jean PrivatMerge: Ropes
2014-11-04 Lucas Bajoletlib/standard/string: Added redef for substrings in...
2014-11-04 Lucas Bajoletlib/standard/string: Fixed bug in to_s implementations...
2014-11-02 Jean Privatlib: update some modules of standard to new constructors
2014-10-29 Jean PrivatMerge: lib: fix semantic on has_substring on extreme...
2014-10-29 Jean Privatlib: fix semantic on has_substring on extreme cases
2014-10-25 Jean Privatlib: add Text::justify
2014-10-17 Alexis Laferrièrelib/standard: fix `Float::to_precision`
2014-10-14 Alexis Laferrièrelib/standard: improve documentation of `Float::to_s`
2014-10-02 Jean Privatlib: new API for Comparator
2014-09-27 Jean Privatlib: some update towards more use of new constructors
2014-09-23 Jean PrivatMerge: Model uml
2014-09-23 Lucas Bajoletlib/standard/string: Moved escape_to_dot from nitcc...
2014-09-20 Jean PrivatMerge: lib/standard/string: Introducting Copy-on-Write...
2014-09-19 Lucas Bajoletlib/standard/string: Fix the case of null items in...
2014-09-16 Lucas Bajoletlib/standard/string: FlatStrings built from NativeStrin...
2014-09-16 Lucas Bajoletlib/standard/string: Introducting Copy-on-Write FlatBuffers
2014-09-12 Lucas Bajoletlib/standard/string: Added capitalized/capitalize metho...
2014-09-08 Alexis Laferrièrelib: replace `String.has(Char)` with `String.has(Pattern)`
2014-09-03 Jean Privatlib: remove remaining declaration of old-style attributes.
2014-09-02 Lucas Bajoletlib/standard/string: reverse iterator fix on substring...
2014-09-02 Lucas Bajoletlib/standard/string: bugfix in Array::to_s when encoute...
2014-09-02 Lucas Bajoletlib/standard/string: Proper handling of trivial cases...
2014-08-27 Jean PrivatMerge: Less char boxings
2014-08-27 Jean Privatlib/string: redefine [] for FlatString and FlatBuffer...
2014-08-26 Lucas Bajoletlib/standard/string: Array.to_s micro-optimization
2014-08-26 Lucas Bajoletlib/standard/array: new NativeArray/NativeString are...
2014-08-13 Alexis Laferrièrelib/string: use indexed access to chars instead of...
2014-08-12 Alexis Laferrièrelib: use a simple iteration in `html_escape` and move...
2014-07-31 Jean PrivatMerge: Clean some imports
2014-07-30 Alexis Laferrièrelib: intro `Text::is_hex`
2014-07-30 Alexis Laferrièrelib: intro percent encoding/decoding methods
2014-07-30 Jean Privatlib: string does not need anymore to intrude array
2014-07-23 Jean Privatlib/standard: distinguish `args` and `sys.args`
2014-07-22 Lucas Bajoletlib/standard: Fixed implementation of to_s in Int.
2014-07-11 Frédéric Vachonlib/standard: Added to_snake_case and to_camel_case...
2014-07-11 Frédéric Vachonlib/standard: Added is_upper and is_lower to string.nit
2014-07-09 Jean PrivatMerge: Message Passing Interface (MPI) in Nit and parti...
2014-07-03 Alexis Laferrièrelib: NativeString is an extern class (and not a special...
2014-06-23 Lucas Bajoletlib/standard/text: Updated API for String/Buffer, a...
2014-06-09 Lucas Bajoletlib/standard/string: Added methods prepend, append...
2014-06-09 Lucas Bajoletlib/standard/string: SELFTYPE now refers to String...
2014-06-09 Lucas Bajoletlib/standard/file: Preparing substrings method, to...
2014-05-23 Jean Privatlib/strings: Buffers are allocated without capacity.
2014-05-13 Lucas Bajoletlib/standard/string: Fixed implementation of hash funct...
2014-05-02 Lucas Bajoletlib/standard/string: Added implementations for to_upper...
2014-05-01 Lucas Bajoletlib/standard/string: Bugfix, forgot iterator on index_o...
2014-04-09 Jean PrivatMerge: Streamable and Pattern update
2014-04-08 Lucas Bajoletstdlib/pattern: Rendered Pattern compatible with all...
2014-04-07 Jean PrivatMerge: Websockets
2014-04-07 Lucas Bajoletlib/standard: Added errno and strerror bindings to...
2014-04-04 Jean Privatlib/string: privatize `StringCharView` and cie.
2014-04-04 Jean Privatlib/collection: generalize `reverse?_iterator_from...
2014-04-04 Jean Privatlib/string: remove `StringCharView:has` and `StringChar...
2014-04-04 Jean Privatlib/strings: remove redefinition `FlatString#[]`
2014-04-04 Jean Privatlib/string: fast implem for reverse
next