Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / standard /
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2018-05-08 Alexandre Terrasalib: update INI files with for expanded paths
2018-05-04 Alexandre Terrasalib/: expand all packages in their own directories
2015-08-28 Jean Privatprojects: update some short descriptions
2015-08-27 Lucas Bajoletlib/standard/re: Fix issue #1659 with Unicode
2015-08-27 Lucas Bajoletlib/standard/text: Added methods for bytes to char...
2015-08-27 Alexis Laferrièrelib/text: remove_all accept patterns
2015-08-27 Alexis Laferrièrelib/text: use full name `pattern` in signature for...
2015-08-27 Jean Privatlib: rename `standard` as `core`
2015-08-27 Jean Privatlib/standard: fix whitespaces before renaming
2015-08-24 Jean PrivatMerge: Fix app.nit Calc example
2015-08-22 Alexis Laferrièrelib/standard: `Text::to_n` returns 0 as failsafe when...
2015-08-22 Jean PrivatMerge: Text::is_int bugfix
2015-08-21 Lucas Bajoletlib/standard/fixed_ints: Added extra check on is_int...
2015-08-21 Jean PrivatMerge: lib/code/standard: hash no more divides object_i...
2015-08-20 Jean Privatlib/code/standard: hash no more divides object_id by 8
2015-08-20 Jean PrivatMerge: Performance update on Buffer
2015-08-20 Lucas Bajoletlib/standard/text: Mutualized cache mechanism to FlatText
2015-08-20 Lucas Bajoletlib/standard/text: Removed byte-level modification...
2015-08-20 Jean PrivatMerge: Intro Codec
2015-08-17 Jean PrivatMerge: Performance improvement in read_all_bytes
2015-08-14 Lucas Bajoletlib/standard/stream: Fix doc of buffer_reset
2015-08-14 Lucas Bajoletlib/standard: Added coder and decoder to streams
2015-08-14 Lucas Bajoletlib/standard/: Added codecs group to Standard
2015-08-14 Lucas Bajoletlib/standard/bytes: Modified implementation of `to_byte...
2015-08-14 Lucas Bajoletlib/file: Remove _buffer.add in stream.read_all
2015-08-13 Lucas Bajoletlib/standard: Added fixints in standard imports
2015-08-13 Lucas Bajoletlib/standard/text: Moved all number-related functions...
2015-08-13 Lucas Bajoletlib/standard: Added fixed-size integers to standard
2015-08-12 Lucas Bajoletlib/standard/bytes: Update bytes::to_s for cleaning...
2015-08-12 Lucas Bajoletlib/standard/bytes: Added cleaning method on Bytes...
2015-08-10 Lucas Bajoletlib/standard/text: Updated to_num to support fix ints
2015-08-10 Lucas Bajoletlib/standard/: Removed bin_and/or/xor/not from math
2015-08-07 Lucas Bajoletlib/standard: Remove lshift and rshift from Int and...
2015-08-07 Lucas Bajoletlib/standard/kernel: Use literal bytes in nitunits
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
next