Merge: Windows: fix bootstrap
[nit.git] / lib / core / file.nit
2018-06-20 Jean PrivatMerge: Windows: fix bootstrap
2018-06-08 Lucas Bajoletlib/core: remove uses of Byte for Text
2018-06-05 Alexis Laferrièrecore: move `Int::isatty` to `file`
2018-05-11 Lucas Bajoletlib/core: add blocking eof implementation
2018-05-11 Lucas Bajoletlib/core: remove BufferedReader as file superclass
2018-05-04 Lucas Bajoletlib/core: add low-level byte writing method
2018-05-01 Lucas Bajoletlib/core: add no-overhead read_bytes implementation
2017-06-14 Alexis Laferrièrecore: move more servies to Text (receiver and args...
2017-03-17 Alexis Laferrièrecore: standardize Windows path handling
2017-02-23 Alexis Laferrièrewindows: flush after each write
2017-02-11 Alexis Laferrièrecore: simplify_path supports Windows style path
2016-12-27 Alexis Laferrière*: update all clients of the `CString::to_s` services
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-09-09 Alexis Laferrièrecore::file: fix error management in recursive calls...
2016-09-09 Alexis Laferrièrecore::file: add docunit for expected behavior on deleti...
2016-09-09 Alexis Laferrièrecore::file: fix `rmdir` to raise an error on failure...
2016-08-26 Lucas Bajoletlib/core: `String::mkdir` will only produce an error...
2016-08-26 Lucas Bajoletlib/core: Make `file_exists` a `Text` function instead...
2016-08-15 Alexis Laferrièrecore::file & exec & enviro: deactivate incompatible...
2016-08-15 Alexis Laferrièrecore::file: change basename implementation by OS
2016-08-15 Alexis Laferrièrecore: tweak misc services for windows
2016-08-14 Alexis Laferrièrecore::file: alternative C implementations for windows
2016-08-11 Jean Privatlib/core: add `Path::/`
2016-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-06-01 Jean PrivatMerge: core: fix some "call on nullable" warnings
2016-05-31 Alexandre Terrasacore: fix warnings in file
2016-05-26 Lucas Bajoletlib/core: Added `is_dir` function to `Path`
2016-05-01 Jean Privatlib/core/file: use Bytes in file copy (or else binary...
2016-03-07 Alexis Laferrièrelib/core: add optional mode parameter to mkdir
2016-02-09 Alexis Laferrièrelib: explicitly cast long to int to fix clang warnings
2015-12-28 Lucas Bajoletlib/core: Removed `last_byte` attribute in `FlatString...
2015-12-08 Alexis Laferrièrelib/core: fix segfaults in `String::realpath` and remov...
2015-09-28 Lucas Bajoletlib/core: Added specialized implementation of file_exte...
2015-08-27 Jean Privatlib: rename `standard` as `core`