Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / core /
2019-12-22 Louis-Vincent Boud... Fixed quick_sort when array is length 0 or 1
2019-08-23 Jean PrivatMerge: Wrapper of ICU's UTF-16 encoded strings and...
2019-08-22 Florian Deljarryabstract_text: Refactorisation of the to_s method
2019-08-22 Florian Deljarryabstract_text: Add the `to_sci` to get the string repre...
2019-08-20 Ana Daoudalib/core/text: Wrapper of ICU's UTF-16 encoded strings...
2019-08-13 Florian Deljarrytext/abstract_text: Adds the float conversion in expone...
2019-06-07 Jean PrivatMerge: lib/core/bytes: Add a redef of has method
2019-05-30 Jean Privatlib/core/stream: LineIterator use CachedIterator
2019-05-30 Jean Privatlib/core/collection: add `CachedIterator` to factorize...
2019-05-28 Florian Deljarrylib/core/bytes: Adding a redef of has method
2018-12-28 Hugo Leblanclib/core: handling of plus (+) sign when using to_i...
2018-08-13 Jean PrivatMerge: src/model/model_index: model index uses BKTree
2018-08-07 Alexandre Terrasalib: fix unrecognized code blocks in doc units
2018-07-24 Alexis Laferrièrecore: fix typos in doc of CircularArray
2018-07-24 Alexis Laferrièrecore: fix typos in union_find
2018-06-20 Jean PrivatMerge: Windows: fix bootstrap
2018-06-08 Jean PrivatMerge: lib/core: remove uses of Byte for Text
2018-06-08 Lucas Bajoletlib/core: remove ascii method on Int and 'b' prefix
2018-06-08 Lucas Bajoletlib/core: remove uses of Byte for Text
2018-06-06 Alexis Laferrièretext: escape_to_mk should not escape =
2018-06-06 Alexis Laferrièreposix: move `posix` out of `core` as its own package
2018-06-05 Alexis Laferrièrecore: move `Int::isatty` to `file`
2018-06-01 Jean PrivatMerge: Changed nitcorn HTTPResponse body type to Writable
2018-06-01 Jean PrivatMerge: crypto: add some methods on Bytes, Char & String
2018-05-31 Jean Privatcore/stream: add Writable::write_to_bytes
2018-05-31 Jean Privatcrypto: add some methods on Bytes, Char & String
2018-05-30 Alexandre Terrasalib/core/text: uniformize doc units
2018-05-30 Alexandre Terrasalib/core/text: fix unrecognized doc units
2018-05-30 Alexandre Terrasalib/core/text: remove deprecated mentions
2018-05-13 Lucas Bajoletlib/core: remove BufferedReader
2018-05-11 Jean PrivatMerge: File no buffered
2018-05-11 Jean PrivatMerge: lib/socket: remove BufferedReader superclass
2018-05-11 Jean PrivatMerge: Fix Reader::read
2018-05-11 Lucas Bajoletlib/core: add blocking eof implementation
2018-05-11 Lucas Bajoletlib/core: fix read_bytes_to_cstring implementation
2018-05-11 Lucas Bajoletlib/core: remove BufferedReader as file superclass
2018-05-11 Lucas Bajoletlib/core: add protocols for decorator streams
2018-05-11 Lucas Bajoletlib/core: add failsafe to UTF8Codec::decode_string
2018-05-11 Lucas Bajoletlib/core: fix Reader::read
2018-05-11 Jean PrivatMerge: lib: add `package.desc` keys to the `package...
2018-05-11 Jean PrivatMerge: lib/core/text: add memset to `CString`
2018-05-10 Jean PrivatMerge: lib/core: provide default codec-aware read_char
2018-05-10 Lucas Bajoletlib/core: provide default codec-aware read_char
2018-05-10 Lucas Bajoletlib/core/text: add memset to `CString`
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-07 Lucas Bajoletpnacl: remove target and related projects
2018-05-04 Lucas Bajoletlib/core: add low-level byte writing method
2018-05-01 Lucas Bajoletlib/core: add no-overhead read_bytes implementation
2018-05-01 Lucas Bajoletlib/core: remove ropes intrude import in stream
2018-05-01 Lucas Bajoletstream: move decoder to stream and rename as codec
2018-05-01 Lucas Bajoletlib/core: remove ropes intrude import in stream
2018-05-01 Lucas Bajoletstream: move decoder to stream and rename as codec
2018-04-26 Lucas Bajoletcore/stream: change read_byte return type to Int
2018-03-30 Alexis Laferrièreconsole: only color outputs if stdout isa TTY
2018-03-02 Jean Privatlib/core::Text::html_escape: better implementation.
2018-01-13 Jean PrivatMerge: exec: display system error after failed fork
2018-01-12 Jean PrivatMerge: core: add `Sequence::get_or_default` and `get_or...
2017-12-21 Alexandre Terrasaexec: display system error after failed fork
2017-12-20 Jean Privatcore: add `Sequence::get_or_default` and `get_or_null`
2017-12-18 Alexandre Terrasacore: fix README for new doc-commands names
2017-11-28 Alexandre Terrasafrontend: move annotations to check_annotation
2017-10-17 Jean PrivatMerge: core: implement `Float::to_precision` in C witho...
2017-10-03 Alexis Laferrièrecore: implement Float::to_precision in C without callbacks
2017-09-25 Jean PrivatMerge: nitunit: use annotations
2017-09-18 Alexis Laferrièrecore: `Bytes::to_i` can parse signed ints
2017-09-18 Alexis Laferrièrecore: support signed ints and custom capacity in `Int...
2017-09-15 Alexis Laferrièrecore: Bytes have a minimum capacity of 16 bytes
2017-09-15 Alexis Laferrièrecore: optimize Bytes::append_text using redefs in Text...
2017-09-15 Alexis Laferrièrecore: protect access to _items in empty strings
2017-09-08 Alexis Laferrièrestream: intro `BytesWriter` and `BytesReader`
2017-09-06 Alexandre Terrasalib: migrate nitunits to annotations
2017-08-22 Alexis Laferrièrebytes: tweak doc to put forward the copy behavior of...
2017-08-15 Alexandre Terrasalib/core: introduce `test` annotation
2017-06-17 Jean PrivatMerge: Use prefixed chars instead of raw values
2017-06-14 Alexis Laferrièrecore: move more servies to Text (receiver and args...
2017-06-06 Alexandre Terrasalib/core: introduce replace_first in text/string_search
2017-05-17 Jean PrivatMerge: gamnit: add documentation and standardize the API
2017-05-17 Jean PrivatMerge: core: fix dynamic error on the input type in...
2017-05-17 Jean PrivatMerge: lib/core/stream: fix typo in doc
2017-05-16 Alexandre Terrasalib/core/stram: fix typo in doc
2017-05-16 Alexis Laferrièregamnit and related: improve doc
2017-05-16 Alexis Laferrièrecore/text: fix input type in `replace`
2017-05-16 Jean PrivatMerge: lib/core/time: more time related services
2017-05-12 Alexandre Terrasalib/core/time: also sleep on integers
2017-05-12 Alexandre Terrasalib/core/time: introduce get_millitime and get_microtime
2017-05-09 Alexis Laferrièrecore: add non-breaking space to `is_whitespace`
2017-04-27 Jean PrivatMerge: Check binary files that might be wrongly commited
2017-04-27 Jean Privatremove wrongly committed binary file `lib/core/collecti...
2017-04-03 BlackMinouUpdate the doc for Finalizable
2017-03-28 Jean PrivatMerge: gamnit: optimize the `flat` 2D api using GPU...
2017-03-23 Alexis Laferrièrecore: implement `MinHeap::clear` and intro `Pointer...
2017-03-22 Jean-Christophe... hash_collections: Fix the documentation of `Set::new`
2017-03-20 Jean PrivatMerge: Docker, portability and crosscompiling tweaks
2017-03-17 Alexis Laferrièreexec: close child pipes from the parent process
2017-03-17 Alexis Laferrièrecore: split PATH on ; on Windows
2017-03-17 Alexis Laferrièrecore: standardize Windows path handling
2017-03-14 Alexis Laferrièrecore: 32 bits fixes
2017-02-28 Jean PrivatMerge: gamnit: use SDL2 windows and events
2017-02-28 Alexis Laferrièrekernel: intro `Pointer::==` and `Pointer::hash`
next