4 Commits

Author SHA1 Message Date
43abe9d95f Added a build script.
The build script was added to obtain the correct values of the
errno C preprocessor definitions. This way no matter what the platform
has defined them as, they will be correct in the libraries code.
2017-03-04 14:04:57 -05:00
6e350daf26 Changed the C library to properly be the default library. 2017-03-01 19:16:54 -05:00
89e37b017b Fixed the memory functions required for LLVM to properly work.
This required the fixing of the features section to properly handle
passing on the use_std feature. It also required that the memory functions
were moved to the main library module instead of within the rust module
as was previously desired. The C module then correctly skips defining the
external C library functions.

Basic time functionality was also added.
2017-03-01 19:05:36 -05:00
102713417d Initial library commit. 2017-01-06 19:13:34 -05:00