Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
8540 1187 d 3 h superturbocat2001 /programs/develop/ktcc/trunk/ Fixed strerror function and added socket error handling.
Cleared all libck warnings.
Updated libimg.h
 
8403 1222 d 12 h superturbocat2001 /programs/develop/ktcc/trunk/libc/include/ - Removed non existing functions from math.h.
- Added "sys_change_window" function to kos32sys1.h.
- Installed "pragma pack" for the structure in kolibrisys.h.
 
8337 1229 d 3 h superturbocat2001 /programs/develop/ktcc/trunk/ - added network.obj loader
- added _ksys_kill_process function
in libck.a ktcc
 
7820 1457 d 13 h rgimad / kolibrisys.h fix: added missing _ksys_pci_write_config_dword signature  
7184 2230 d 4 h siemargl /programs/develop/ktcc/trunk/ added read buffering, ungetc  
647 6031 d 15 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.