aboutsummaryrefslogtreecommitdiff
path: root/src/lib/linux_os.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix naming of libc that was mangled by recent module changesBrian Anderson2011-05-131-1/+1
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-0/+90
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-90/+0
* Remove 'deprecated mutable...' from our codeMarijn Haverbeke2011-05-051-2/+2
* Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton2011-05-021-2/+2
* Revert "Use different syntax for checks that matter to typestate"Graydon Hoare2011-05-021-2/+2
* Use different syntax for checks that matter to typestateTim Chevalier2011-05-021-2/+2
* stdlib: Separate basic I/O reading functionality into a separate buf_reader o...Patrick Walton2011-03-251-0/+1
* stdlib: Make writers seekable; switch file writers to the C FILE interface to...Patrick Walton2011-03-221-0/+1
* Add a binding to ftell()Patrick Walton2011-03-211-0/+1
* Typo: FIXE -> FIXMEPatrick Walton2011-03-151-1/+1
* Add an OS-specific dylib_filename() function to the standard libraryPatrick Walton2011-03-151-0/+4
* Add functionality for running external programs to the std libMarijn Haverbeke2011-03-141-0/+23
* Extend stream functionalityMarijn Haverbeke2011-03-141-0/+2
* Add basic file-system functionalityMarijn Haverbeke2011-03-141-5/+2
* rustc: Add an "_" prefix to assembler-generated symbols on MacPatrick Walton2010-10-221-0/+3
* Add some filename helpers to os.Graydon Hoare2010-10-221-0/+8
* Reformat standard library; no code changes.Graydon Hoare2010-09-221-31/+41
* 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