Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9305 855 d 16 h Coldy /programs/develop/ktcc/trunk/ Add KX extension to tcc (autoload w/import table support), phase 2.1
Fixed bugs
Add new features (name prefix to conflicts solve, display version, __KX__ macro)
Added kx folder with new crt0.o (crt.asm), some *.def and libtcc.a
 
6460 2819 d 14 h siemargl /programs/develop/ktcc/trunk/ samples upd  
6441 2853 d 17 h siemargl /programs/develop/ktcc/trunk/ debugger info, big stack opt  
6439 2861 d 5 h siemargl /programs/develop/ktcc/trunk/ small math fix & readme  
6429 2876 d 1 h siemargl /programs/develop/ktcc/trunk/ compiler 0.9.26 release  
6410 2892 d 14 h siemargl /programs/develop/ktcc/trunk/ small fixes. need more  
647 6010 d 1 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.
 
145 6412 d 20 h halyavin /programs/develop/metcc/ initial import of metcc project