Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
696 5945 d 9 h andrew_programmer /programs/develop/ktcc/trunk/libc/ Mathematical functions are added some.
It is added makefile for compilation of programs under KolibriOS with the help gcc.
 
647 6036 d 19 h andrew_programmer /programs/develop/ Mistakes in functions of work with files and with system calls KolibriOS are corrected.
New functions for work with system calls KolibriOS are added. Functions for format output
are added: printf (), fprintf (), sprintf (), snprintf (), vsnprintf (). For material
numbers it is meanwhile supported only format output the (%f), and exponential output a (%e)
is not realized yet.
Functions for format output correctly work only in GCC because TinyC incorrectly works with
the functions containing variable number of arguments.
 
611 6088 d 8 h andrew_programmer /programs/develop/metcc/trunk/libc/include/ Added include files for libC.  
560 6142 d 16 h victor /programs/develop/metcc/trunk/libc/include/  
244 6332 d 4 h victor /programs/develop/metcc/trunk/libc/ -added long file names support
-small bug fix
 
215 6364 d 16 h victor /programs/develop/metcc/trunk/libc/ Added several functions (to ctype.h, stdlib.h)
"Optimised" some functions in string.h
Added dynamic libraries support based on sysfunction 68.19 (experimental)
 
169 6408 d 21 h halyavin /programs/develop/metcc/trunk/libc/include/ fixed definition of process_table_entry structure in mesys.h  
159 6423 d 14 h halyavin /programs/develop/metcc/trunk/ * Assembler part of libc now also exports "name@params_size" for every system function
because of stdcall convention.
* Some fixes in calculating relocations procedure.
 
145 6439 d 14 h halyavin /programs/develop/metcc/ initial import of metcc project