nitc: move up the default values of a project from the android platform
[nit.git] / lib / standard /
2014-12-10 Lucas Bajoletlib/standard/file: Auto-flush write streams
2014-12-10 Lucas Bajoletlib/standard: Got rid of FDStream, reified under FStream
2014-12-09 Alexis Laferrièrelib/file: revamp API with `Path` and a nity `FileStat`
2014-12-09 Lucas Bajoletlib/standard/streams: Added simple error management...
2014-12-09 Alexis Laferrièrelib/file: fix whitespace errors
2014-12-09 Alexis Laferrièrelib/kernel: use the legacy NI for `Pointer::free` to...
2014-12-09 Jean Privatlib/stream: document `read_all`
2014-12-09 Jean Privatlib/stream: `read_line` chomp EOL, like read_lines
2014-12-09 Jean Privatlib/stream: document and test `append_line_to`
2014-12-09 Jean Privatlib/stream: `BufferedIStream::append_line_to` does...
2014-12-09 Jean Privatlib/stream: eof is blocking
2014-12-09 Jean PrivatMerge: ropes: Fix some bugs in `RopeBuffer` (again)
2014-12-09 Jean PrivatMerge: Some niti cleaning
2014-12-07 Jean-Christophe... ropes: Fix `RopeBuffer.reset`.
2014-12-07 Jean-Christophe... ropes: Fix the behavior of `RopeBuffer.clear` when...
2014-12-07 Jean-Christophe... ropes: Fix `RopeBuffer.reverse`.
2014-12-07 Jean-Christophe... ropes: Fix a buffer overflow in `RopeBuffer.add`.
2014-12-06 Jean Privatlib/string: fix and beef-up `chomp`
2014-12-05 Jean Privatlib/file: `String::files` return an Array because it...
2014-12-05 Jean Privatlib/array: make `copy_to` public
2014-12-04 Jean PrivatMerge: ropes: Fix a bug in `RopeBuffer.clear`
2014-12-04 Jean-Christophe... string: Escape all HTML’s metacharacters.
2014-12-04 Jean-Christophe... ropes: Clean `RopeBuffer.append` a little bit.
2014-12-04 Jean-Christophe... ropes: Reset everything when clearing.
2014-12-04 Jean PrivatMerge: lib: add IStream::read_lines
2014-12-03 Jean Privatlib/stream: document `read_line` and `append_line_to`
2014-12-03 Jean Privatlib/stream: add IStream::read_lines
2014-12-03 Jean Privatlib/string: add `chomp`
2014-12-02 Alexis Laferrièrelib/re: prevent allocating `native_match` only to free it
2014-12-02 Alexis Laferrièrelib/re: intro `Match::[]`
2014-12-02 Alexis Laferrièrelib/re: support regex subexpressions
2014-12-01 Alexis Laferrièrelib/re: improve doc of `NativeRegex::re_nsub`
2014-11-28 Jean PrivatMerge: Useless type
2014-11-28 Jean Privatall: add `nitish` tag for code-blocks skipped by nitunit
2014-11-28 Jean Privatall: fix broken docunits
2014-11-28 Jean Privatlib/standard: remove 3 useless types in local variables
2014-11-26 Jean Privatlib/collections: add `Collection::has_exactly`
2014-11-26 Jean Privatlib/collection: improve documentation of `has_all`
2014-11-25 Jean PrivatMerge: standard: Clean warnings
2014-11-25 Alexandre Terrasare: fix useless var warnings
2014-11-25 Alexandre Terrasarange: implements `hash` method on ranges
2014-11-25 Alexandre Terrasarange: implements `==` method on ranges
2014-11-25 Alexandre Terrasafile: fix useless var warnings
2014-11-25 Alexandre Terrasafile: fix missing documentation warnings
2014-11-25 Alexandre Terrasaexec: fix init warnings
2014-11-25 Alexandre Terrasaexec: fix missing documentation warnings
2014-11-25 Alexandre Terrasatime: fix missing documentation warnings
2014-11-25 Alexandre Terrasastream: fix missing documentation warnings
2014-11-25 Alexandre Terrasastring_search: fix useless var warnings
2014-11-25 Alexandre Terrasastring_search: fix missing documentation warnings
2014-11-25 Alexandre Terrasaropes: fix missing documentation warnings
2014-11-25 Alexandre Terrasaropes: fix useless var warnings
2014-11-25 Alexandre Terrasaropes: fix init 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-25 Alexandre Terrasamath: add some nitunits
2014-11-25 Alexandre Terrasamath: fix missing documentation warnings
2014-11-25 Alexandre Terrasacollection: fix missing documentation warnings
2014-11-25 Alexandre Terrasahas_collection: fix useless private visibility warnings
2014-11-25 Alexandre Terrasahash_collection: fix missing documentation warnings
2014-11-25 Alexandre Terrasaarray: fix missing documentation warnings
2014-11-25 Alexandre Terrasaarray: fix useless private visibility warnings
2014-11-25 Alexandre Terrasalist: fix missing documentation warnings
2014-11-25 Alexandre Terrasarange: fix the behavior of `length` on empty ranges
2014-11-25 Jean PrivatMerge: SELF type
2014-11-21 Jean PrivatMerge: lib/standard/math: Added round method to floats
2014-11-21 Jean PrivatMerge: lib: add Float::is_approx to compare floats
2014-11-20 Lucas Bajoletlib/standard/math: Added round method to floats
2014-11-20 Jean Privatlib: add Float::is_approx to compare floats
2014-11-20 Alexandre Terrasarange: add some nitunit and examples
2014-11-20 Alexandre Terrasarange: fix Range::init documentation
2014-11-20 Alexandre Terrasarange: fix init warnings
2014-11-19 Alexandre Terrasarange: fix useless private visibility warnings
2014-11-19 Alexandre Terrasaabstract_collection: fix missing documentation warning
2014-11-19 Alexandre Terrasaabstract_collection: fix useless private visibility...
2014-11-19 Alexandre Terrasakernel: fix missing documentation warning
2014-11-19 Jean Privatlib/hash: HashCollection::N become a virtual type
2014-11-18 Jean Privatlib: remove class StringCapable
2014-11-18 Jean Privatlib: kill the class ArrayCapable
2014-11-17 Jean PrivatMerge: Srand by default
2014-11-17 Jean PrivatMerge: Misc fixes and improvements from WBTW
2014-11-17 Jean Privatlib/math: documents `srand` and `srand_from`
2014-11-17 Alexis Laferrièrelib/string: allocate enough memory for '\0' in `String...
2014-11-17 Jean Privatlib/standard: call srand by default
2014-11-17 Alexandre Blondin... lib: Enhanced DisjointSet data structure
2014-11-12 Alexis Laferrièrelib/kernel: introduce SELF type in Object
2014-11-11 Jean Privatlib/string: add `Text::escape_to_mk` to escape to Makefiles
2014-11-10 Jean PrivatMerge: nitdoc: Escape paths passed to the shell.
2014-11-08 Jean-Christophe... string: Add escaping for the POSIX Shell.
2014-11-08 Jean Privatlib: add Int::factorial
2014-11-08 Jean Privatlib: add Int::** for power
2014-11-08 Jean Privatlib: add Array::* for repetitions
2014-11-06 Jean PrivatMerge: Ropes
2014-11-06 Lucas Bajoletlib/standard: Re-activate ropes in standard
2014-11-06 Lucas Bajoletlib/standard/ropes: Introducing RopeBuffer, a mutable...
2014-11-06 Jean PrivatMerge: Use new constructors
2014-11-04 Lucas Bajoletlib/standard/ropes: Rewrote ropes base block.
2014-11-04 Lucas Bajoletlib/standard/ropes: Removed ropes.nit from standard...
next