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
595 6147 d 19 h Rus /programs/develop/tinypad/trunk/ 4.0.5 (Rus)
bug-fixes:
- correct call save-dialog for saving new files or files from folder of tinypad
new features:
- added prompt to save file before closing
- added close tab button
 
592 6149 d 23 h Rus /programs/develop/tinypad/trunk/ Tinypad v. 4.0.5
bug-fix:
- a new tab is created when opening a file from folder of tinypad
 
583 6156 d 14 h Lrz /programs/develop/examples/editbox/trunk/ Fixed bug  
573 6167 d 20 h serge /programs/ update SOUND_VERSION  
560 6175 d 9 h victor /programs/develop/metcc/trunk/libc/include/  
554 6180 d 10 h serge /programs/develop/open watcom/trunk/clib/ Clib char & math functions  
553 6180 d 20 h serge /programs/develop/open watcom/trunk/clib/ Clib string & memory functions  
551 6184 d 1 h spraid /programs/ in some programs set not sized changed window  
550 6184 d 11 h serge /programs/ doom beta  
548 6184 d 23 h serge /programs/ fopen fread fseek lseek ftell  
542 6192 d 8 h diamond /programs/develop/ * mtdbg: can load symbols information
* mtdbg: improved disassembler (some MMX and SSE commands)
* fasm: can generate symbols information
 
539 6198 d 5 h spraid /programs/ changed path to /sys in some programs  
526 6208 d 10 h diamond /programs/ * Fixed fasm broken in svn.485
* Jpegview 0.16 from Mario79
 
507 6219 d 17 h Lrz /programs/develop/examples/editbox/trunk/ Upgrade macros  
502 6220 d 22 h heavyiron /programs/ Bugfix of 485 revision  
491 6223 d 14 h Lrz /programs/develop/examples/editbox/trunk/ modify example  
485 6227 d 7 h heavyiron / *kernel - fixes in 15.2 by Mario79 and 67 by mike.dld
updated sysfunc.txt
*programs
new icons and logo for CPUID and ICON
added new version of @ICON and ICONMNGR
fixes in iconedit and calendar from DedOK
new algoritm of fill background in pic4
all apps (fasm-writen only) rewriten to use common macros.inc for easy recompile in fastcall mode (there is a bug in https; run need rewrite to use common macros.inc)
small fixes in build_all.bat script
 
483 6227 d 17 h Lrz /programs/develop/examples/editbox/trunk/ modify macros and optimization  
477 6230 d 8 h Ghost / Fast calls
* multi thread program support
* MSR protect
* fast_call_test update
---------------------------
old code:
int 0x40

code for Intel SYSENTER:
push ebp
mov ebp, esp
push ..ret_point
sysenter
..ret_point:
pop edx
pop ecx

code for AMD SYSCALL:
push ecx
syscall
pop ecx

recommendation: use mcall from macros.inc
 
468 6247 d 17 h Lrz /programs/develop/examples/editbox/trunk/ Modify macros and add History, FAQ.txt  

Show All