lib: `sys` and `exit` are toplevel
[nit.git] / lib / standard /
2014-07-29 Jean Privatlib: `sys` and `exit` are toplevel
2014-07-23 Jean PrivatMerge: lib/standard: assert "/home/../".simplify_path...
2014-07-23 Jean Privatlib/standard: assert "/home/../".simplify_path == "/"
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-17 Jean Privatcode: remove useless as(not null)
2014-07-15 Jean PrivatMerge: Structs
2014-07-15 Alexandre Terrasalib: introduce Heap and PriorityQueue in standard:...
2014-07-11 Alexandre Terrasalib: introduce Stack in standard::collection
2014-07-11 Alexandre Terrasalib: introduce Queue in standard::collection
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-11 Alexandre Terrasalib: move union_find to collection
2014-07-09 Jean PrivatMerge: Message Passing Interface (MPI) in Nit and parti...
2014-07-07 Alexis Laferrièrelib: intro String::rmdir
2014-07-03 Alexis Laferrièrelib: NativeString is an extern class (and not a special...
2014-07-02 Jean PrivatMerge: String api
2014-06-25 Lucas Bajoletlib/standard/ropes: Added to_leaf method on RopeNode.
2014-06-23 Lucas Bajoletlib/standard/text: Updated API for String/Buffer, a...
2014-06-19 Lucas Bajoletlib/standard/ropes: Concat nodes cannot be constructed...
2014-06-19 Lucas Bajoletlib/standard/ropes: API change, Leaves are now abstract...
2014-06-17 Alexis Laferrièrelib: implement `close` in StringOStream
2014-06-16 Alexis Laferrièrelib/stream: fix for clang/llvm/emscripten
2014-06-11 Jean PrivatMerge: Distinguish top-level methods
2014-06-10 Lucas Bajoletlib/math: Added gcd method on Int.
2014-06-10 Jean Privatlib/standard: Move top-level methods in `file` really...
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/ropes: Re-activated ropes in standard.
2014-06-09 Lucas Bajoletlib/streams: Rope now capable of using write_to
2014-06-09 Lucas Bajoletlib/standard/ropes: Adapted write for performance with...
2014-06-09 Lucas Bajoletlib/standard/file: Preparing substrings method, to...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted chars method and related...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added backwards equivalents of...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted output to Ropes.
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted to_cstring for Ropes.
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted == method for Ropes since...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted some services from Text.
2014-06-05 Lucas Bajoletlib/standard/ropes: Added prepend service, alias to...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added a final forward iterator...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added an iterator on the substrings...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added an iterator on the leaves...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added a forward postfix iterator...
2014-06-05 Lucas Bajoletlib/standard/ropes: Preparing introduction of iterators...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted substring method for Ropes.
2014-06-04 Lucas Bajoletlib/standard/ropes: Added the insertion of a string...
2014-06-04 Lucas Bajoletlib/standard/ropes: Added append method.
2014-06-04 Lucas Bajoletlib/standard/ropes: Search method and classes added.
2014-06-04 Lucas Bajoletlib/standard/ropes: Added constructors for a Rope
2014-06-04 Lucas Bajoletlib/standard/ropes: Bases of RopeString class.
2014-06-04 Lucas Bajoletlib/standard/ropes: Added basic structure for Ropes.
2014-06-04 Lucas Bajoletlib/standard/ropes: Nodes for Ropes.
2014-06-04 Lucas Bajoletlib/standard: Removal of all of ropes.nit content for...
2014-05-28 Jean PrivatMerge: Geometry module
2014-05-28 Alexis Laferrièrelib: add nitunits to Numeric::value_of
2014-05-23 Jean PrivatMerge: Clean some inits
2014-05-23 Jean Privatlib/ropes: use `redef` for inherited named constructors
2014-05-23 Jean Privatlib/exec: rationalize constructors
2014-05-23 Jean Privatlib/strings: Buffers are allocated without capacity.
2014-05-21 Jean PrivatMerge: Improve doc and intro Process::kill as asked...
2014-05-16 Jean PrivatMerge: Improve the bootstrap
2014-05-15 Alexis Laferrièrelib/posix: add doc to posix (fix #174)
2014-05-14 Jean PrivatMerge: Bitset and perfect_hashing
2014-05-14 julienAdding a bitset module in standard for binary operations
2014-05-13 Jean PrivatMerge: String hash function fix
2014-05-13 Jean Privatkernel: use legacy FFI for `address_is_null`
2014-05-13 Lucas Bajoletlib/standard/string: Fixed implementation of hash funct...
2014-05-13 Jean Privatlib: prepare for new init
2014-05-10 Jean Privatlib: fix `Sequence::first_index_of`
2014-05-08 Jean PrivatMerge: sorter: add some sorters
2014-05-08 Alexandre Terrasasorter: add some sorters
2014-05-07 Alexis Laferrièrelib/kernel: intro Numeric::value_of to get a Numeric...
2014-05-07 Jean PrivatMerge: Socket fact
2014-05-02 Lucas Bajoletlib/standard/string: Added implementations for to_upper...
2014-05-02 Lucas Bajoletlib/standard/stream: Changed implementation of read...
2014-05-02 Lucas Bajoletlib/standard: Stdin/out/err now part of Sys.
2014-05-02 Lucas Bajoletlib/streams: Added interface Pollable to Stream hierarchy
2014-05-01 Lucas Bajoletlib/standard/string: Bugfix, forgot iterator on index_o...
2014-04-28 Jean PrivatMerge: Fix to inkscape_tools and introduce Float::ceil...
2014-04-27 Jean PrivatMerge: lib: fix broken assert in FStream::opens
2014-04-27 Alexis Laferrièrelib/math: intro ceil and floor
2014-04-25 Jean Privatlib: fix some nitunit tests, thanks to the new features...
2014-04-17 Jean Privatlib: add `NativeArray::length`
2014-04-16 Alexis Laferrièrelib: fix broken assert in FStream::opens
2014-04-15 Jean Privatlib: remove usage of old-style getters and setters
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-09 Jean PrivatMerge: Streamable and Pattern update
2014-04-08 Lucas Bajoletstdlib/streams: Streamable now working on any Text...
2014-04-08 Lucas Bajoletstdlib/pattern: Rendered Pattern compatible with all...
2014-04-08 Jean PrivatMerge: Numeric, a super-class to Int and Float
2014-04-07 Jean PrivatMerge: Websockets
2014-04-07 Lucas Bajoletlib/standard: Added errno and strerror bindings to...
2014-04-04 Alexis LaferrièreMerge branch 'privat' into numbers
2014-04-04 Jean PrivatMerge: lib/string: some cleaning, doc and unit tests
2014-04-04 Jean Privatlib/string: privatize `StringCharView` and cie.
2014-04-04 Jean Privatlibs/collection: implements `reverse_iterator` in Array...
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