Merge: Activate C warnings in FFI code and revert `NativeString` to `char *`
[nit.git] / lib / standard / file.nit
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-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-27 Alexis Laferrièrelib/standard: update to use `self` in C code
2015-05-26 Jean PrivatMerge: File and Bytes
2015-05-22 Jean Privatlib/standard: reimplement `files` with basic FFI (so...
2015-05-22 Lucas Bajoletlib/standard: Updated stream and file to support byte...
2015-05-19 Alexis Laferrièrelib: intro `Writer::write_byte` and implement it in...
2015-05-14 Jean PrivatMerge: Read char
2015-05-12 Lucas Bajoletlib/standard: Changed semantics of read_char and added...
2015-05-09 Alexis Laferrièrelib: improve and move `print_error` to the standard...
2015-04-10 Jean Privatcode: remove `protected` from top-level methods (now...
2015-04-09 Jean Privatlib/file: once some global constants
2015-04-09 Jean Privatlib/file: some methods return a nullable Error on error
2015-04-09 Jean Privatlib/file: String::files does not exist on error
2015-04-09 Jean Privatlib/file: remove useless protected for top-level methods
2015-04-09 Jean Privatlib/file: expose FileStat instead of NativeFileStat
2015-04-06 Jean Privatlib/file: add some doc and nitunits
2015-03-31 Jean Privatlib/standard: document FileReader::from_fd
2015-03-31 Jean Privatlib/standard: factorize File*::close
2015-03-23 Jean Privatlib/std/file: no not flush on each write
2015-03-06 Jean Privatlib/file: make stdin, stdout and strerr lazy
2015-03-06 Jean Privatlib/file: move the call of `stdout.set_buffering_mode...
2015-02-10 Lucas Bajoletlib/standard: Updated documentation of Streams to fit...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-16 Jean Privatlib/file: add examples for the new read methods in...
2014-12-16 Jean Privatlib/file: protect from double close
2014-12-16 Jean Privatlib/file: add read methods in Path
2014-12-16 Jean PrivatMerge: Doc down
2014-12-13 Alexis LaferrièreMerge branch 'master' into path
2014-12-13 Jean PrivatMerge: Newstreams
2014-12-11 Alexandre Terrasalib/standard: adds some spaces
2014-12-11 Alexandre Terrasalib/standard: fixes DocUnits parsed as list elements
2014-12-10 Lucas Bajoletsys: Force the buffering of stdin and stdout as Line...
2014-12-10 Lucas Bajoletlib/standard/file: Added a way to change the buffering...
2014-12-10 Lucas Bajoletlib/standard/file: Auto-flush write streams
2014-12-10 Lucas Bajoletlib/standard: Got rid of FDStream, reified under FStream
2014-12-09 Alexis Laferrièrelib/file: revamp API with `Path` and a nity `FileStat`
2014-12-09 Lucas Bajoletlib/standard/streams: Added simple error management...
2014-12-09 Alexis Laferrièrelib/file: fix whitespace errors
2014-12-05 Jean Privatlib/file: `String::files` return an Array because it...
2014-11-25 Alexandre Terrasafile: fix useless var warnings
2014-11-25 Alexandre Terrasafile: fix missing documentation warnings
2014-11-06 Lucas Bajoletlib/standard: Re-activate ropes in standard
2014-11-04 Lucas Bajoletlib/standard/ropes: Removed ropes.nit from standard...
2014-11-02 Jean Privatlib: update some modules of standard to new constructors
2014-10-16 Jean-Christophe... file: Fix `join_path` to handle paths ending with a...
2014-10-08 Jean Privatlib/file: fix IFStream::close
2014-10-06 Jean-Christophe... nitunit: accept an absolute path for `--dir`.
2014-10-01 Jean Privatlib/standard: make IFStream a PollableIStream so it...
2014-09-25 Jean Privatlib: add String::relpath for advanced path manipulation
2014-09-25 Jean Privatlib: add String::/ for path jonction
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-09-03 Jean Privatlib: remove remaining declaration of old-style attributes.
2014-07-24 Alexis Laferrièrelib: intro `FStream::fd`
2014-07-23 Jean Privatlib/standard: assert "/home/../".simplify_path == "/"
2014-07-07 Alexis Laferrièrelib: intro String::rmdir
2014-06-11 Jean PrivatMerge: Distinguish top-level methods
2014-06-10 Jean Privatlib/standard: Move top-level methods in `file` really...
2014-06-09 Lucas Bajoletlib/standard/ropes: Adapted write for performance with...
2014-05-02 Lucas Bajoletlib/standard: Stdin/out/err now part of Sys.
2014-05-02 Lucas Bajoletlib/streams: Added interface Pollable to Stream hierarchy
2014-04-16 Alexis Laferrièrelib: fix broken assert in FStream::opens
2014-04-15 Jean Privatlib: remove usage of old-style getters and setters
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2014-03-26 Jean PrivatMerge origin/master to prepare the integration
2014-03-24 Lucas Bajoletstdlib/strings: Moved Buffer to FlatBuffer, Buffer...
2014-03-24 Lucas Bajoletstdlib/strings: Cleaned the old way of defining private...
2014-03-21 Jean PrivatMerge branch 'doc_stdlib_some_more'
2014-03-21 Jean PrivatMerge branch 'doc_for_FileStat'
2014-03-21 Johann Duboislib/file: Add comments in FileStat
2014-03-21 Jean Privatlib/file: more documentation and nitunit tests
2014-03-21 Jean Privatlib/file: document and fix `file_extension`
2014-03-18 Jean PrivatMerge branch 'streamable'
2014-03-14 Jean Privatlib/file: fix border-use-cases of String::basename
2014-03-14 Jean Privatlib/file: remove all trailing / on String::dirname
2014-03-14 Jean Privatlib: move `Template::write_to_*` to `Streamable`
2014-03-05 Alexis Laferrièrelib: fix extern type of NativeFile
2014-02-25 Alexis LaferrièreMerge branch 'privat' into 'cleanup-c-make-and-copy'
2014-02-24 Jean PrivatMerge remote-tracking branch 'lucas/string_integration'
2014-02-18 Alexis Laferrièrelib: intro the method String::file_copy_to
2014-02-17 Alexis Laferrièrelib: update standard library to latest FFI spec
2014-02-17 Lucas Bajoletstdlib/strings: Removed usage of Strings as SequenceRea...
2014-01-29 Jean Privatlib: add file::realpath
2014-01-29 Jean Privatlib: fix simplify_path for .
2013-09-04 Jean PrivatMerge branch 'chdir'
2013-09-04 Jean Privatfile: add String::chdir
2013-09-04 Jean Privatrename 'package' to 'module'
2013-09-03 Jean Privatfile: add getcwd
2013-09-03 Jean Privatfile: fix diname behavior when result is "/"
2013-08-29 Lucas BajoletStdlib: Removed all references to String constructors...
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/sort_downloads'
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-08-06 Alexis Laferrièrelib: adds some features to file.nit
2012-10-25 Jean Privatlib: move poll_in from curses to file
next