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
7950 1448 d 14 h Boppan /programs/develop/ktcc/trunk/libc/dlfcn/ Typo in dlfcn.c  
7949 1448 d 15 h Boppan /programs/develop/ktcc/trunk/ Add functions from <libgen.h>
Add memrchr.c
 
7948 1448 d 16 h Boppan /programs/develop/ktcc/trunk/samples/ Make examples more presentable.  
7926 1451 d 18 h Boppan /programs/develop/ktcc/trunk/bin/lib/ Add lib binaries for dynamic linking (IDK, why SVN skept em before)  
7925 1451 d 18 h Boppan /programs/develop/ktcc/trunk/ Implement dynamic linking with system libraries via -lsyslibname:
console.obj
http.ibj
InputBox.obj
Add header files for apps what dynamically link these libraries.
 
7910 1456 d 18 h leency /programs/ add tcc/samples/build_all.sh  
7888 1460 d 14 h rgimad /programs/develop/ktcc/trunk/ fix bug in "localtime" and "mktime" functions  
7857 1464 d 18 h Boppan /programs/develop/ktcc/trunk/ Fix issue #48 [http://bugs.kolibri-n.org/?id=48]  
7856 1464 d 18 h Boppan /programs/develop/ktcc/trunk/bin/lib/ Update libck.a:
Add <dlfcn.h> functions
Update sysmalloc, sysrealloc and sysfree to preserve general purpose registers.
Remove (likely accidentaly inserted) wtalloc.o.
 
7855 1464 d 18 h Boppan /programs/develop/ktcc/trunk/libc/ Make libck project self-containing.  
7851 1467 d 15 h Boppan /programs/develop/ktcc/trunk/libc/dlfcn/ Second call of dlerror should return NULL by the POSIX standard.  
7850 1467 d 16 h leency /programs/develop/ktcc/trunk/ remove duplication simple, force to add lib/*  
7849 1467 d 16 h leency / TCC: join two dirs into one  
7847 1467 d 17 h Boppan /programs/develop/ktcc/trunk/libc/ Add <dlfcn.h> functions to libck.a (these functions initialize COFF library the same way as dll.inc)  
7820 1474 d 15 h rgimad / kolibrisys.h fix: added missing _ksys_pci_write_config_dword signature  
7537 2007 d 9 h siemargl /programs/develop/ktcc/trunk/ better suballocator  
7520 2013 d 9 h siemargl /programs/develop/ktcc/trunk/ suballocator plus path fixes  
7418 2050 d 14 h siemargl /programs/develop/ktcc/trunk/libc/ tcc lib fix coffload, fwrite  
7184 2247 d 5 h siemargl /programs/develop/ktcc/trunk/ added read buffering, ungetc  
7172 2254 d 8 h siemargl /programs/develop/ktcc/trunk/ fix libck  
7134 2330 d 1 h dunkaist /programs/ Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc.  
6858 2646 d 6 h siemargl /programs/develop/ktcc/trunk/source/ fix zero BSS segments  
6829 2664 d 23 h dunkaist /programs/develop/ktcc/trunk/source/ Add ktcc to autobuild  
6574 2768 d 17 h siemargl /programs/develop/ktcc/trunk/ fix startup, gcc5.4 ready  
6460 2858 d 6 h siemargl /programs/develop/ktcc/trunk/ samples upd  
6443 2887 d 15 h siemargl /programs/develop/ktcc/trunk/ small polish, samples  
6441 2892 d 9 h siemargl /programs/develop/ktcc/trunk/ debugger info, big stack opt  
6439 2899 d 20 h siemargl /programs/develop/ktcc/trunk/ small math fix & readme  
6433 2909 d 14 h siemargl /programs/develop/ktcc/trunk/ libc testsuite + fixes  
6432 2912 d 15 h siemargl /programs/develop/ktcc/trunk/libc/ ctype+scanf fix  
6431 2913 d 7 h siemargl /programs/develop/ktcc/trunk/libc/ added *scanf family  
6429 2914 d 17 h siemargl /programs/develop/ktcc/trunk/ compiler 0.9.26 release  
6425 2916 d 15 h siemargl /programs/develop/ktcc/trunk/libc/stdio/ printf fixes  
6424 2917 d 11 h siemargl /programs/develop/ktcc/trunk/libc/ release ktcc 0.9.26  
6412 2928 d 12 h siemargl /programs/develop/ktcc/trunk/libc/ bugfixing  
6410 2931 d 6 h siemargl /programs/develop/ktcc/trunk/ small fixes. need more  
6196 3007 d 15 h leency /programs/ system_colors: global rename and change meaning of "grab_button" to "work_3d_dark", and "grab_button_text" to "work_3d_light", the legacy of new_sys_colors table  
696 5957 d 6 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 6048 d 16 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.
 
612 6100 d 5 h andrew_programmer /programs/develop/metcc/trunk/samples/files/ Example of work with files in TinyC.