aboutsummaryrefslogtreecommitdiff
path: root/src/lib/macos_os.rs
Commit message (Collapse)AuthorAgeFilesLines
* stdlib: Separate basic I/O reading functionality into a separate buf_reader ↵Patrick Walton2011-03-251-0/+1
| | | | object, like writing
* stdlib: Make writers seekable; switch file writers to the C FILE interface ↵Patrick Walton2011-03-221-0/+1
| | | | to make this work
* Add a binding to ftell()Patrick Walton2011-03-211-0/+1
|
* Add an OS-specific dylib_filename() function to the standard libraryPatrick Walton2011-03-151-0/+4
|
* Put out darwin fire.Graydon Hoare2011-03-141-1/+2
|
* Add functionality for running external programs to the std libMarijn Haverbeke2011-03-141-0/+20
| | | | See lib/run_program.rs.
* Extend stream functionalityMarijn Haverbeke2011-03-141-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.
* Add basic file-system functionalityMarijn Haverbeke2011-03-141-7/+3
| | | | | 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.
* rustc: Add an "_" prefix to assembler-generated symbols on MacPatrick Walton2010-10-221-0/+4
|
* Add some filename helpers to os.Graydon Hoare2010-10-221-0/+8
|
* Reformat standard library; no code changes.Graydon Hoare2010-09-221-31/+40
|
* Add ungetc and re-indent _io.rs.Graydon Hoare2010-08-201-0/+1
|
* Add stdio_reader to io, just use FILE* values for now. We have things to do.Graydon Hoare2010-08-181-0/+5
|
* Add per-platform file-open flags to std.os. Open buffers as desired in std._io.Roy Frostig2010-08-041-1/+16
|
* Populate tree.Graydon Hoare2010-06-231-0/+19