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
9532 868 d 16 h Boppan /programs/develop/obj2def/ [obj2def] Initial commit  
9529 868 d 22 h IgorA /programs/develop/ktcc/trunk/libc.obj/source/stdio/ fix 'sscanf' by vitalkrilov  
9526 869 d 4 h akron1 /programs/develop/cedit/ CEdit: fixed window redrawing  
9523 869 d 19 h Coldy /programs/develop/ktcc/trunk/ ktcc: Temporary disable KX extension (by default)  
9522 869 d 23 h akron1 /programs/develop/cedit/ CEdit: new toolbar buttons design; refactoring  
9520 870 d 17 h IgorA /programs/ function 'buf2d_line_sm' - fix error when the line is 45 degrees  
9517 870 d 19 h Coldy / Add KX extension to tcc (autoload w/import table support), phase 2.3
Done, fully added to distributive
 
9515 870 d 20 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj: added missing sin and tan  
9513 871 d 3 h Coldy /programs/develop/ktcc/trunk/ Add KX extension to tcc (autoload w/import table support), phase 2.2
Fixed bug in case unused libraries
Improved align algorithm
Filled kx folder including docs, libs
 
9485 872 d 0 h IgorA /programs/ t_edit can open kpack-ed files  
9482 872 d 14 h leency / various updates, rework skin_feol_new  
9463 875 d 22 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ Fixed bug: https://board.kolibrios.org/viewtopic.php?f=24&p=77680#p77627 (thanks Coldy)  
9462 876 d 1 h akron1 /programs/develop/cedit/ CEdit: show number of selected characters  
9460 876 d 18 h leency /programs/develop/fasm/tags/1.71/ fix prior  
9459 876 d 18 h leency / FASM: fixed by Prohor Nikiforov an issue reported by Vaicheslav97; update to version 1.73.29  
9457 876 d 23 h akron1 /programs/develop/cedit/ CEdit: small changes; added tools->magnify and view->Tinypad  
9452 877 d 22 h akron1 /programs/develop/cedit/ CEdit: bugfix; file saving optimized  
9448 878 d 20 h akron1 /programs/develop/cedit/ CEdit: refactoring; fixed memory leak  
9431 882 d 9 h akron1 /programs/develop/cedit/ CEdit: added ctrl+T (new tab); small GUI changes  
9413 887 d 20 h akron1 /programs/develop/cedit/ CEdit: highlighting of escape sequences; ctrl+up/down moves multiline text  
9410 891 d 1 h akron1 /programs/develop/cedit/ CEdit: bugfixes, added ctrl+E (select word), added c-- keywords, small GUI changes  
9358 896 d 18 h turbocat /programs/develop/cmm/ cmm: full version name is now in title.  
9355 896 d 19 h turbocat /programs/develop/cmm/ cmm: fixed con_set_title call  
9353 896 d 22 h leency /programs/develop/koldbg/ upload koldbg by CandyMan  
9352 897 d 18 h leency /programs/develop/cmm/ c--: trying to set console window title  
9336 901 d 21 h akron1 /programs/develop/cedit/ CEdit: ctrl+left/right moves the cursor to the next or previous word; small changes  
9307 904 d 17 h turbocat /programs/develop/libraries/iconv/ iconv.obj: rollback to a working revision 5098 with minor additions. Temporary regression is possible.  
9305 904 d 21 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
 
9299 907 d 18 h rgimad /programs/develop/golang/ fix prior, delete old files  
9298 907 d 18 h rgimad /programs/develop/golang/ golang: fixed build errors and some refactoring  
9295 907 d 22 h akron1 /programs/develop/cedit/ CEdit: toolbar uses system colors, disabled runtime checking  
9284 911 d 20 h Coldy /programs/develop/ktcc/trunk/source/ Add KX extension to tcc (autoload w/import table support), phase 1  
9273 913 d 17 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Avoid SSE pinsrw instruction in blend_mmx.asm

pinsrw can act on MMX registers, but it is still an SSE instruction.
 
9262 916 d 16 h turbocat /programs/develop/ktcc/trunk/ libc.obj:
- Added basename() and dirname()
- libc_test all tabs -> spaces
 
9260 921 d 19 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/time/ libc.obj: fixed asctime() format and UTC mktime() bug.  
9247 924 d 18 h turbocat /programs/develop/ktcc/trunk/bin/lib/ ktcc: Delete old tinygl library  
9242 925 d 20 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ Added libc_test.c for testing libc.obj (by "navichok26")  
9235 926 d 16 h turbocat /programs/develop/tinybasic-1.0.4/ tinybasic-1.0.4 fixed Tupefile.lua  
9234 926 d 16 h turbocat /programs/develop/tinybasic-1.0.4/ TinyBasic-1.0.4 added to autobuild  
9233 926 d 17 h turbocat /programs/develop/ktcc/trunk/ libc.obj: Fixed div, ldiv, lldiv ( problem with the compatibility of returned structures in functions between tcc and gcc) thanks to Boppan).