nitc: fix calling extern constructors from extern code in separate compiler
[nit.git] / lib / standard /
2015-02-03 Jean Privatlib/standard: redef a fast path for `HashMap#get_or_null`
2015-02-01 Jean PrivatMerge: Fix virtual types in string
2015-01-30 Jean PrivatSince keys of Maps can now be null, it enables the...
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-28 Lucas Bajoletlib/standard/ropes: Removed a few old-style-inits
2015-01-28 Lucas Bajoletlib/standard/ropes: Fixed concatenation routine for...
2015-01-14 Jean PrivatMerge: Websockets
2015-01-13 Alexis Laferrièrelib/map: add factory to Map returning a HashMap
2015-01-13 Alexis Laferrièrelib: update HashMap and ArrayMap to support nullable...
2015-01-13 Alexis Laferrièrenitc&lib: MapIterator keys can be nullable
2015-01-13 Lucas Bajoletlib/standard/string: Fixed substring, could produce...
2015-01-13 Jean PrivatMerge: More on Sockets and FinalizableOnce
2015-01-13 Jean PrivatMerge: neo4j: Introduce an API for graphs
2015-01-08 Jean PrivatMerge: Less fixme and todo
2015-01-03 Jean Privatlib/array: remove unused&deprecated `Arrray::intern_items`
2015-01-02 Jean Privatlib/exec: if `execvp` fails, just `_exit` instead of...
2014-12-29 Jean-Christophe... stream: Optimize `StringIStream.read_all`
2014-12-27 Alexis Laferrièrelib/standard: optimize `Array::add_all`
2014-12-27 Alexis Laferrièrelib/gc: intro `FinalizableOnce`
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 Privatlib/file: add examples for the new read methods in...
2014-12-16 Jean Privatlib/file: protect from double close
2014-12-16 Jean Privatlib/file: add read methods in Path
2014-12-16 Jean Privatlib/stream: add IStream::each_line
2014-12-16 Jean PrivatMerge: Doc down
2014-12-14 Jean PrivatMerge: Fix chomp and read_lines
2014-12-14 Jean PrivatMerge ... 'origin/master' to resolve conflicts with...
2014-12-13 Alexis LaferrièreMerge branch 'master' into path
2014-12-13 Jean PrivatMerge: lib/time: introduces ISODate
2014-12-13 Jean PrivatMerge: Better nitester on Turing
2014-12-13 Jean PrivatMerge: Newstreams
2014-12-12 Alexis Laferrièrelib/string: chomp do not try to chomp empty strings
2014-12-12 Alexandre Terrasalib/time: introduces ISODate
2014-12-11 Alexandre Terrasalib/standard: fixes some comment presentation according...
2014-12-11 Alexandre Terrasalib/standard: removes double dash now parsed as H2
2014-12-11 Alexandre Terrasalib/standard: fixes annotations usage
2014-12-11 Alexandre Terrasalib/standard: adds some spaces
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-10 Lucas Bajoletsys: Force the buffering of stdin and stdout as Line...
2014-12-10 Lucas Bajoletlib/standard/file: Added a way to change the buffering...
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
next