History log of /relibc/src/fs.rs (Results 1 – 9 of 9)
Revision Date Author Comments
# b8c50c7c 28-Jul-2019 jD91mZM2 <me@krake.one>

Format


# c7d499d4 28-Jul-2019 jD91mZM2 <me@krake.one>

Upgrade to the 2018 edition

I didn't think it'd be this useful first, but thank god for `cargo fix --edition`!


# f389010f 10-Jul-2019 jD91mZM2 <me@krake.one>

Initial ptrace compatibility for Redox OS


# a8280e89 18-Jul-2019 jD91mZM2 <me@krake.one>

Implement wcstol, wcstod, and printf:ing wchars


# 0ac16556 25-Nov-2018 Jeremy Soller <jeremy@system76.com>

Format


# 028378b8 07-Oct-2018 jD91mZM2 <me@krake.one>

Fix double close

Accidentally made file references not count as references and therefore also close the fd. My bad.


# d365813c 26-Sep-2018 jD91mZM2 <me@krake.one>

Merge branch 'core-io' into 'master'

Rewrite IO to use core-io library

See merge request redox-os/relibc!164


# afc1ff13 26-Sep-2018 jD91mZM2 <me@krake.one>

Rewrite IO to use core-io library


# aff35892 25-Sep-2018 Jeremy Soller <jackpot51@gmail.com>

Add fs module