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
9523 863 d 9 h Coldy /programs/develop/ktcc/trunk/ ktcc: Temporary disable KX extension (by default)  
9522 863 d 13 h akron1 /programs/develop/cedit/ CEdit: new toolbar buttons design; refactoring  
9520 864 d 7 h IgorA /programs/ function 'buf2d_line_sm' - fix error when the line is 45 degrees  
9517 864 d 9 h Coldy / Add KX extension to tcc (autoload w/import table support), phase 2.3
Done, fully added to distributive
 
9515 864 d 11 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj: added missing sin and tan  
9513 864 d 17 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 865 d 14 h IgorA /programs/ t_edit can open kpack-ed files  
9482 866 d 4 h leency / various updates, rework skin_feol_new  
9463 869 d 12 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 869 d 15 h akron1 /programs/develop/cedit/ CEdit: show number of selected characters  
9460 870 d 9 h leency /programs/develop/fasm/tags/1.71/ fix prior  
9459 870 d 9 h leency / FASM: fixed by Prohor Nikiforov an issue reported by Vaicheslav97; update to version 1.73.29  
9457 870 d 13 h akron1 /programs/develop/cedit/ CEdit: small changes; added tools->magnify and view->Tinypad  
9452 871 d 13 h akron1 /programs/develop/cedit/ CEdit: bugfix; file saving optimized  
9448 872 d 10 h akron1 /programs/develop/cedit/ CEdit: refactoring; fixed memory leak  
9431 875 d 23 h akron1 /programs/develop/cedit/ CEdit: added ctrl+T (new tab); small GUI changes  
9413 881 d 11 h akron1 /programs/develop/cedit/ CEdit: highlighting of escape sequences; ctrl+up/down moves multiline text  
9410 884 d 15 h akron1 /programs/develop/cedit/ CEdit: bugfixes, added ctrl+E (select word), added c-- keywords, small GUI changes  
9358 890 d 9 h turbocat /programs/develop/cmm/ cmm: full version name is now in title.  
9355 890 d 10 h turbocat /programs/develop/cmm/ cmm: fixed con_set_title call  
9353 890 d 12 h leency /programs/develop/koldbg/ upload koldbg by CandyMan  
9352 891 d 9 h leency /programs/develop/cmm/ c--: trying to set console window title  
9336 895 d 12 h akron1 /programs/develop/cedit/ CEdit: ctrl+left/right moves the cursor to the next or previous word; small changes  
9307 898 d 7 h turbocat /programs/develop/libraries/iconv/ iconv.obj: rollback to a working revision 5098 with minor additions. Temporary regression is possible.  
9305 898 d 11 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 901 d 8 h rgimad /programs/develop/golang/ fix prior, delete old files  
9298 901 d 8 h rgimad /programs/develop/golang/ golang: fixed build errors and some refactoring  
9295 901 d 12 h akron1 /programs/develop/cedit/ CEdit: toolbar uses system colors, disabled runtime checking  
9284 905 d 10 h Coldy /programs/develop/ktcc/trunk/source/ Add KX extension to tcc (autoload w/import table support), phase 1  
9273 907 d 8 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 910 d 6 h turbocat /programs/develop/ktcc/trunk/ libc.obj:
- Added basename() and dirname()
- libc_test all tabs -> spaces
 
9260 915 d 9 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/time/ libc.obj: fixed asctime() format and UTC mktime() bug.  
9247 918 d 9 h turbocat /programs/develop/ktcc/trunk/bin/lib/ ktcc: Delete old tinygl library  
9242 919 d 10 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ Added libc_test.c for testing libc.obj (by "navichok26")  
9235 920 d 6 h turbocat /programs/develop/tinybasic-1.0.4/ tinybasic-1.0.4 fixed Tupefile.lua  
9234 920 d 6 h turbocat /programs/develop/tinybasic-1.0.4/ TinyBasic-1.0.4 added to autobuild  
9233 920 d 7 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).  
9230 921 d 14 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- added strtod();
- added "+" to fopen mode;
 
9229 921 d 19 h turbocat /programs/develop/ktcc/trunk/ ktcc : libcryptal fixed crash  
9220 936 d 19 h Boppan /programs/develop/clink/ [clink] Make it compile by GCC