about summary refs log tree commit diff
path: root/src/lib/linux_os.rs
AgeCommit message (Collapse)AuthorLines
2011-03-25stdlib: Separate basic I/O reading functionality into a separate buf_reader ↵Patrick Walton-0/+1
object, like writing
2011-03-22stdlib: Make writers seekable; switch file writers to the C FILE interface ↵Patrick Walton-0/+1
to make this work
2011-03-21Add a binding to ftell()Patrick Walton-0/+1
2011-03-15Typo: FIXE -> FIXMEPatrick Walton-1/+1
2011-03-15Add an OS-specific dylib_filename() function to the standard libraryPatrick Walton-0/+4
2011-03-14Add functionality for running external programs to the std libMarijn Haverbeke-0/+23
See lib/run_program.rs.
2011-03-14Extend stream functionalityMarijn Haverbeke-0/+2
Writer and reader streams now come with methods to write and read little-endian numbers. Whether that is the right place for such methods is debatable, but for now, that's where they live.
2011-03-14Add basic file-system functionalityMarijn Haverbeke-5/+2
std.fs.list_dir will list the files in a directory, std.fs.file_is_dir will, given a pathname, determine whether it is a directory or not.
2010-10-22rustc: Add an "_" prefix to assembler-generated symbols on MacPatrick Walton-0/+3
2010-10-22Add some filename helpers to os.Graydon Hoare-0/+8
2010-09-22Reformat standard library; no code changes.Graydon Hoare-31/+41
2010-08-20Add ungetc and re-indent _io.rs.Graydon Hoare-0/+1
2010-08-18Add stdio_reader to io, just use FILE* values for now. We have things to do.Graydon Hoare-0/+5
2010-08-04Add per-platform file-open flags to std.os. Open buffers as desired in std._io.Roy Frostig-1/+16
2010-06-23Populate tree.Graydon Hoare-0/+19