Merge: Apply optional params in strip_extension, basename and join
[nit.git] / lib / standard /
2015-07-20 Jean PrivatMerge: Apply optional params in strip_extension, basena...
2015-07-18 Alexis Laferrièresrc & lib: use the default behavior of `basename` where...
2015-07-18 Alexis Laferrièrelib/standard: revamp doc of `Map::join`
2015-07-18 Alexis Laferrièrelib/standard: the single parameter of `String::basename...
2015-07-18 Jean PrivatMerge: Fix autosuperinit
2015-07-17 Jean PrivatMerge: Rename Container to Ref
2015-07-17 Alexis Laferrièrelib/standard: the single parameter of `String::strip_ex...
2015-07-17 Alexis Laferrièrelib/standard: the single parameter of `Collection:...
2015-07-17 Alexis Laferrièrelib/collection: rename Container to Ref
2015-07-16 Jean PrivatMerge: Fix bug with reverse iterators in arrays
2015-07-15 Alexis Laferrièrelib/array: do not cache reverse iterators as forward...
2015-07-13 Lucas Bajoletlib/standard/bytes: added documentation for public...
2015-07-13 Jean Privatlib/string: named constructors call the autoinit explicitly
2015-07-13 Lucas Bajoletlib/standard/bytes: Added pop method
2015-07-09 Lucas Bajoletlib/standard: NativeString operations are now Byte...
2015-07-08 Lucas Bajoletlib/standard/text: Most chars operations are no longer...
2015-07-08 Lucas Bajoletlib/io: Changed the semantics of read/write byte to...
2015-07-08 Lucas Bajoletlib/standard/ropes: Substrings now work with FlatStrings
2015-07-08 Lucas Bajoletlib/standard/text: Intro bytes services on Text
2015-07-08 Lucas Bajoletlib/standard/text: Intro bytelen in abstract_text
2015-06-30 Alexis Laferrièrelib/file: fix doc of `Path::filename`
2015-06-22 Jean PrivatMerge: Opportunity i18n & traduction française
2015-06-20 Alexis Laferrièrelib/text: protect the `format` method against inconsist...
2015-06-18 Alexis LaferrièreMerge branch 'master' into lib-use-light-ffi
2015-06-17 Jean PrivatMerge: Light FFI for the interpreter
2015-06-17 Jean PrivatMerge: code: cleanup some docunits
2015-06-17 Alexis Laferrièrelib: update the text group to the light FFI
2015-06-17 Alexis Laferrièrelib/file: move macros to the light FFI
2015-06-17 Alexis Laferrièrelib/file: move implementation code to light FFI
2015-06-17 Alexis Laferrièrelib/file: wrap a long signature and add some space...
2015-06-17 Alexis Laferrièrelib: update the math module to use the light FFI
2015-06-17 Alexis Laferrièrelib/exec: move the C structure se_exec_data to the...
2015-06-17 Jean PrivatMerge: Remove RopeString
2015-06-16 Jean PrivatMerge: Rosetta, batch 1
2015-06-16 Alexis Laferrièrelib/exec: C implementation code to light FFI
2015-06-16 Jean PrivatMerge: Implementation of rosettacode : pernicious numbe...
2015-06-16 Alexis Laferrièrelib: update the kernel module to the light FFI
2015-06-16 Alexis Laferrièrelib: update the time module to the light FFI
2015-06-16 Alexis Laferrièrelib: update the environ module to use the light FFI
2015-06-15 Lucas Bajoletlib/standard/math: Added binops to Byte
2015-06-15 Lucas Bajoletlib/standard/math: Added binops aliases for Int
2015-06-15 Lucas Bajoletlib/standard/ropes: Removed useless RopeString abstract...
2015-06-13 Jean Privatlib/standard: add nitunits to Collection::plain_to_s
2015-06-13 Jean Privatlib/standand/string: provides a better to_s for collections
2015-06-13 Jean Privatlib/standard: format use `plain_to_s` for fast concat
2015-06-13 Jean Privatlib/standard: StringWriter use `plain_to_s` for fast...
2015-06-13 Jean Privatlib_standard_array: reprovide Array::plain_to_s
2015-06-12 Jean Privatcode: cleanup some docunits
2015-06-12 Alexis Laferrièrelib/math: declare -lm in the library
2015-06-12 Jean PrivatMerge: String split
2015-06-12 Jean PrivatMerge: lib/array: remove useless cast to comparable.
2015-06-12 Jean PrivatMerge: nitunit: use the Markdown parser from `lib/markdown`
2015-06-10 Alexandre Terrasalib: fix nitunits indentation
2015-06-10 BlackMinourosettacode: primality by trial division
2015-06-10 Jean PrivatMerge: Activate C warnings in FFI code and revert ...
2015-06-09 Alexandre Terrasafile: fix `simplify_path` behavior for path starting...
2015-06-09 Alexis Laferrièrelib: fix C compiler warnings in standard library
2015-06-03 Lucas Bajoletlib/standard: Introduce text subgroup for all string...
2015-06-02 Lucas Bajoletlib: Fixed imports throughout standard library
2015-06-01 Lucas Bajoletlib/standard/string: Added new factory to Buffer abstra...
2015-06-01 Lucas Bajoletlib/standard/string: Removed flatten method on String...
2015-05-30 Jean PrivatMerge: modelize: ask that attributes in refinements...
2015-05-29 Jean Privatlib/standard: remove the only `attr-in-refinement`...
2015-05-29 Lucas Bajoletlib/standard: Introduce Byte type in kernel
2015-05-29 Jean PrivatMerge: introduce plain_to_s
2015-05-29 Jean Privatlib/standard/string: introduce (an use) `plain_to_s`
2015-05-28 Alexandre Terrasalib/standard: remove useless repeated types in `standard`
2015-05-28 Jean PrivatMerge: Use self in the FFI
2015-05-27 Jean PrivatMerge: `Int::times`: clean nitunit and expose negative...
2015-05-27 Jean PrivatMerge: Intro an unrolled linked list, and fix `List...
2015-05-27 Jean PrivatMerge: Binary/Octal literal Ints
2015-05-27 Alexis Laferrièrelib/standard: update to use `self` in C code
2015-05-27 Alexis Laferrièrelib/standard: update style of doc and fix whitespace...
2015-05-26 Lucas Bajoletlib/standard/string: Added to_oct and to_bin functions...
2015-05-26 Jean PrivatMerge: File and Bytes
2015-05-25 Alexandre Terrasarange: better nitunit on `Int::times`
2015-05-25 Alexandre Terrasarange: remove white space in license
2015-05-25 Alexis Laferrièrelib/collections: fix `List::insert` to insert at the...
2015-05-22 Jean Privatlib/standard: reimplement `files` with basic FFI (so...
2015-05-22 Lucas Bajoletlib/standard/stream: Doc fixes
2015-05-22 Lucas Bajoletlib/standard: Updated stream and file to support byte...
2015-05-21 Jean PrivatMerge: Steps on iterations and ranges
2015-05-20 Jean PrivatMerge: Safe collection access
2015-05-20 Jean PrivatMerge: Read/Write binary data
2015-05-19 Jean Privatlib/standard/collection: check the item can be compared...
2015-05-19 Jean Privatlib/standard/collection: getter methods accepts `nullab...
2015-05-19 Jean Privatlib: remove superfluous type declaration in signatures
2015-05-19 Jean Privatstandard/collection: add `Range::step` to get a bidirec...
2015-05-19 Alexis Laferrièrelib: intro `Writer::write_byte` and implement it in...
2015-05-18 Alexis Laferrièrelib/standard: fix a repeated error in the kernel module doc
2015-05-15 Jean Privatstandard/collection: add `to_step` as a decorator of...
2015-05-15 Jean Privatstandard/collection: add `Iterator::next_by` as a safe...
2015-05-14 Jean PrivatMerge: Fix nitunit for `String::format`
2015-05-14 Jean PrivatMerge: Bytes
2015-05-14 Jean PrivatMerge: Read char
2015-05-14 Lucas Bajoletlib/standard: Added bytes module for byte-oriented...
2015-05-14 Jean PrivatMerge: More Rosetta Code
2015-05-14 Jean PrivatMerge: Copy to native
2015-05-13 Alexandre Terrasalib/standard/string: fix whitespaces
2015-05-13 Alexandre Terrasalib/standard/string: Fix nitunit of Text::format
next