stdlib/strings: Moved Buffer to FlatBuffer, Buffer is now abstract.
[nit.git] / lib / standard / string.nit
2014-03-24 Lucas Bajoletstdlib/strings: Moved Buffer to FlatBuffer, Buffer...
2014-03-24 Lucas Bajoletstdlib/strings: Cleaned the old way of defining private...
2014-03-24 Lucas Bajoletstdlib/strings: Detached the Text block from Collection.
2014-03-24 Lucas Bajoletstdlib/strings: Detached Buffer from AbstractArray.
2014-03-24 Lucas Bajoletstdlib/strings: Introduced class Text, will be used...
2014-03-24 Lucas Bajoletstdlib/strings: Moved Substring to Buffer since it...
2014-03-24 Lucas Bajoletstdlib/strings: Added reverse iterators on char views...
2014-03-07 Lucas Bajoletstdlib/strings: Access iterator through its position...
2014-03-05 Alexandre Terrasalib: fixed nan on floats
2014-03-05 Alexandre Terrasalib: cleaned trailing spaces in string
2014-03-05 Alexandre Terrasalib: fixed infinity on floats
2014-02-26 Jean Privatlib: suppr useless (and unafe) constructor in FlatBuffe...
2014-02-24 Jean PrivatMerge remote-tracking branch 'lucas/string_integration'
2014-02-17 Alexis Laferrièrelib: update standard library to latest FFI spec
2014-02-17 Lucas Bajoletstdlib/strings: Removed usage of Strings as SequenceRea...
2014-02-14 Lucas Bajoletstdlib/strings: Removed from_substring constructor...
2014-02-14 Lucas Bajoletstdlib/strings: Added view on the chars of String and...
2014-02-02 Alexis Laferrièrelib: do not ignore key/values when value is null in...
2013-11-26 Jean Privatlib: remove useless usage of `is`
2013-11-06 Jean Privatdoc: add a unit test for has_prefix
2013-10-16 Jean Privatlib: remove the module hash, introduce services in...
2013-10-16 Jean Privatlib: add String::escape_more_to_c
2013-10-16 Jean Privatmove unescape_nit to stdlib
2013-09-04 Jean Privatrename 'package' to 'module'
2013-08-30 Jean PrivatMerge remote-tracking branch 'lucas/string_refactor'
2013-08-29 Lucas Bajoletstdlib: Removed constructors from String
2013-08-29 Lucas BajoletStdlib: Removed all references to String constructors...
2013-08-23 Jean Privatdoc: fix some malformed documentation
2013-08-22 Jean Privatlib: add String#to_cmangle and String#escape_to_c
2013-08-17 Jean Privatlib: add some examples/unit tests
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-16 Jean Privatlib: remove duplicated documentation in string
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-08-13 Lucas Bajoletstdlib: Strings, optimized to_s for Int.
2013-08-02 Alexis Laferrièrelib: fix import of stdio.h for String::to_precision
2013-08-01 Alexis Laferrièrelib: makes native_arg[cv] intern
2013-07-20 Jean Privatlib: implements `Float::to_precision` in a non native way
2013-07-10 Jean PrivatMerge remote-tracking branch 'lucas/strings-fix'
2013-06-25 Lucas Bajoletstdlib : AbstractString/String, Added trim function...
2013-06-13 Lucas Bajoletstdlib: Strings, added function to avoid passing refs...
2013-06-13 Lucas Bajoletstdlib : Cleaned the code for the Strings, renamed...
2013-06-06 Jean Privatlib: fix string comparaison
2013-04-08 Jean PrivatMerge branch 'alexis/libs/gtk'
2013-03-25 Jean PrivatMerge remote-tracking branch 'lucas/string'
2013-03-21 Alexis Laferrièrelib: fix Float::to_precision
2013-03-19 Lucas BAJOLETstdlib: Char, added functions is_alpha and is_alphanume...
2013-03-19 Lucas BAJOLETstdlib: Corrected comments for function has_substring...
2013-03-19 Lucas Bajoletstdlib: Strings, modified concatenation operations...
2013-03-19 Lucas Bajoletstdlib: Modified strings for performances with substrin...
2013-03-18 Lucas Bajoletstdlib: AbstractString, added function is_numeric
2012-08-12 Jean Privatlib: implements String#to_f as a legacy extern method...
2012-04-26 Jean Privatlib: improve shortdoc of modules
2012-04-16 Jean PrivatMerge branch 'wip2'
2012-04-12 Alexis Laferrièrelib: adds String::to_f
2012-04-10 Jean Privatclean: make some classes abstract or interfaces
2012-02-14 Jean Privatlib: update the documentation
2011-04-29 Alexandre Terrasalib : Add class name support
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2009-08-06 Jean Privatlib: rename IndexedCollection to Sequence
2009-08-06 Jean Privatlib: split hash into hash_collection
2009-08-06 Jean Privatlib: new /lib/standard/collection directory
2009-06-26 Jean-Sebastien Gelinaslib: fix a bug with String::has_substring and related...
2009-06-26 Jean Privatsyntax: 'meth' -> 'fun', 'attr' -> 'var'
2009-06-26 Jean Privatnullable: convert lib, tools and tests
2009-06-10 Jean Privatlib: Split collections into readable and writable
2008-07-09 Jean PrivatFirst NIT release and new clean mercurial repository v0.1