lib/file: expose FileStat instead of NativeFileStat
[nit.git] / lib / standard / file.nit
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
2012-04-26 Jean Privatlib: improve shortdoc of modules
2012-04-16 Jean PrivatMerge branch 'wip2'
2012-04-16 Jean PrivatMerge remote branch 'alexis/wip'
2012-04-12 Alexis Laferrièrelib: adds function to list files within a directory
2012-04-10 Jean Privatclean: make some classes abstract or interfaces
2012-02-27 Jean Privatlib: remove NativeFileCapable
2012-02-17 Jean Privatlit: add join_path
2012-02-17 Jean Privatlib: handle ../.. in the simplify_path method
2012-02-15 Jean PrivatMerge branch 'ni' into wip
2012-02-15 Jean PrivatMerge branch 'nitdoc2' into wip
2012-02-14 Jean Privatlib: update the documentation
2012-02-14 Jean Privatlib: promote replace, html_escape and simplify_path...
2012-02-13 Alexis Laferrièrelib: adds String::file_extension to retreive extension...
2012-02-11 Alexis Laferrièrelib: removes explicit super declaration of Pointer...
2012-02-09 Alexis Laferrièrelib: updates lib to use extern classes
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2009-06-26 Jean Privatsyntax: 'meth' -> 'fun', 'attr' -> 'var'
2009-06-26 Jean Privatnullable: convert lib, tools and tests
2009-06-10 Jean Privatlib: Split collections into readable and writable
next