Merge: More abstract classes
[nit.git] / lib / standard /
2015-08-07 Jean PrivatMerge: Own rand seed
2015-08-06 Lucas Bajoletlib/standard: Fix NativeString::length_of_char_at and...
2015-08-05 Jean PrivatMerge: Text::to_bytes
2015-08-05 Lucas Bajoletlib/standard/bytes: Text::to_bytes method
2015-08-05 Jean Privatlib/maths: add `nan` and `inf` as special Float
2015-08-04 Lucas Bajoletlib/standard/text: Added parsing method for all integers
2015-08-03 Jean PrivatMerge: to_i behaviour coherent with parser
2015-08-03 Jean PrivatMerge: Remove memory leak in Ropes
2015-08-03 Lucas Bajoletlib/standard/text: Update Text.to_i to parse all bases
2015-08-03 Lucas Bajoletlib/standard/text: Added is_int validation function...
2015-08-03 Lucas Bajoletlib/standard/text: Added validation and conversion...
2015-08-03 Lucas Bajoletlib/standard/text: Move and generalize remove_underscor...
2015-07-31 Lucas Bajoletropes: Removed useless dump_buffer in to_s
2015-07-30 Jean PrivatMerge: jwrapper supports static properties, primitive...
2015-07-29 Alexis Laferrièrelib/exec: intro `ProcessDuplex::write_and_read`
2015-07-29 Alexis Laferrièrelib/file: revamp `poll_in` to use in `FileReader`
2015-07-29 Alexis Laferrièrelib/collections: intro `Map::not_empty`
2015-07-27 Lucas Bajoletlib/standard: Read all now builds ropes
2015-07-27 Lucas Bajoletlib/standard/ropes: Added balancing method to Concat
2015-07-27 Lucas Bajoletlib/standard/ropes: Added cache mechanism on indexed...
2015-07-25 Jean PrivatMerge: Improve documentation of kernel
2015-07-24 Jean Privatlib: add a README for standard
2015-07-24 Jean Privatlib: improve documentation of Object and Sys in kernel
2015-07-23 Jean PrivatMerge: UTF-8 Strings
2015-07-23 Lucas Bajoletlib/standard: Update libs for the support of UTF-8
2015-07-23 Lucas Bajoletlib/standard: Added services on NativeString and Char...
2015-07-22 Jean Privatlib/std: add some cached services on Path
2015-07-21 Lucas Bajoletlib/standard: Moved and rewrote [] and []= for RopeBuffer
2015-07-21 Lucas Bajoletlib/standard: Update functions of Flat to use char...
2015-07-21 Jean Privatlib/std: handle read errors in FileReader
2015-07-21 Jean Privatlib/std: rephrase some file errors
2015-07-21 Jean Privatlib/std: handle `last_error` for FileStat-related servi...
2015-07-21 Jean Privatlib/std: improve doc of the class `Path`
2015-07-21 Jean Privatlib/std: rewrite `Path::rmdir`, `Path::files` and ...
2015-07-21 Jean Privatlib/std: add Path::last_error to aggregate errors on...
2015-07-20 Jean PrivatMerge: Faster write
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 Privatlib/file: efficient write to file for FlatString
2015-07-16 Jean Privatlib/file: delegate how to write a string to the string...
2015-07-16 Jean Privatlib/file: add a `from` parameter on `write_native`...
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 Jean Privatlib/maths: provide our own portable random implementati...
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...
next