Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9765 744 d 7 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj:
- Formatted by clang-format (WebKit-style).
- Removed unnecessary errno linux.
- Added KOS error codes.
- String functions have been replaced with more optimal ones for x86.
- Changed wrappers for 70 sysfunction.
 
9230 909 d 1 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- added strtod();
- added "+" to fopen mode;
 
9137 986 d 19 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added atof function
- Added example for working with threads