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
9861 654 d 0 h eastorwest /programs/develop/ktcc/trunk/libc.obj/source/stdio/ fix sscanf  
9860 657 d 19 h Doczom /programs/develop/libraries/box_lib/trunk/doc/ added documentation for the frame element  
9859 664 d 10 h turbocat /programs/develop/ktcc/trunk/bin/ Added builded kos32-tcc  
9858 664 d 23 h Doczom /programs/system/amd_temp_view/ added color for output text  
9855 667 d 5 h Doczom /programs/cmm/dicty/ fix SPEECH_PATH  
9854 676 d 17 h leency /programs/cmm/misc/ Pipet 2.0: sexy UI with copying RGB  
9853 678 d 17 h leency /programs/cmm/eolite/ Eolite: fix draw performance issue (thanks Mario for the reported issue)  
9852 679 d 17 h leency /programs/cmm/imgedit/ fix artifacts when using resize feature  
9851 679 d 17 h leency /programs/cmm/imgedit/ imgedit: fix rotating issue  
9847 685 d 19 h akron1 /programs/develop/oberon07/ oberon07: [fastcall] implemented  
9846 687 d 20 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj set "tan" as global  
9845 687 d 20 h turbocat /programs/develop/ktcc/trunk/source/ ktcc: fixed relocatable object generation bug (parameter -r).  
9844 687 d 23 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj: remove gcc dependency from tupfile.  
9843 687 d 23 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj: now builded to kos32-tcc  
9841 691 d 19 h turbocat /programs/emulator/dgen-sdl-1.33/sdl/ DGEN: Fix ksys.h header location  
9840 691 d 19 h turbocat /programs/emulator/dgen-sdl-1.33/ DGEN:
- Fixed create .dgen dir bug;
- Disable debug output;
- Moved all build definitions to config.h.
 
9839 691 d 21 h turbocat /programs/emulator/dgen-sdl-1.33/ DGEN: Delete dgen.map  
9838 691 d 21 h turbocat /programs/emulator/dgen-sdl-1.33/ DGEN: delete binary file  
9837 691 d 21 h turbocat /programs/emulator/dgen-sdl-1.33/ Upload DGEN port source  
9836 692 d 4 h turbocat / ksys.h:
- Fixed formatting;
- Added wrapper for sysfunction 65.
 
9835 697 d 13 h akron1 /programs/develop/cedit/ CEdit: bugfix ([enter], [ctrl+{up/down}])  
9834 697 d 18 h akron1 /programs/develop/cedit/ CEdit: bugfix  
9830 702 d 6 h vitalkrilov / ksys.h:
- KSYS_SLOT_STATE_FREE has right value (9, not 6) now
- few style changes (snake_case)
 
9829 702 d 16 h vitalkrilov / sysfuncr.txt: added missing docs for SysFn77.10, SysFn77.11, SysFn77.13 from wiki
ksys.h:
- libc.obj's file synced with newlib's (r9788)
- added scancodes enum
- added wrappers for SysFn66.4 and SysFn66.5 (sys. hotkeys)
- added wrappers for SysFn77.0 -- SysFn77.3 (futexes)
 
9826 706 d 21 h Doczom /programs/network/ircc/ ircc: small fix  
9821 710 d 3 h IgorA /programs/develop/libraries/nnp/ update library 'nnp.obj'  
9820 714 d 16 h dunkaist / Move weather.json config to /kolibrios

Weather app was moved to /kolibrios a year ago, move its config there
too. There is no reason for the config to be in img since nobody in img
uses it.

Also, update Weather to look for its config not only in /sys but also
in /kolibrios.
 
9818 720 d 21 h akron1 /programs/develop/cedit/ CEdit: bugfix  
9812 727 d 20 h Coldy /programs/develop/ libc.obj:
- headers update (now used true functions with attributes instead of pointers)
- fixed some samples
kos_mbedtls:
microtar:
changes for compatible to latest version tcc and the libc.obj headers
 
9811 728 d 21 h Coldy /programs/develop/ktcc/trunk/libc.obj/include/ Rollback to previous revision (unforeseen consequences)  
9810 728 d 22 h Coldy /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj: headers update (now used true functions with attributes instead of pointers)  
9808 730 d 7 h Coldy /programs/system/shell/ shell:
- fixed definitions
- stack locals changed to heap variables (reduced app size)
 
9797 741 d 17 h dunkaist / [autobuild] Fix asm-only and no-gcc build  
9786 742 d 19 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ ksys.h for tcc (duplicate r9784)  
9783 743 d 21 h Coldy /programs/develop/ktcc/trunk/source/ fix autobuild  
9782 743 d 22 h Coldy /programs/develop/ktcc/trunk/ ktcc: added __attribute__((dllimport)) support  
9781 744 d 0 h vitalkrilov /programs/ added feature (which was expected to be) of custom HELPERDIR for some Tupfile's (btw there are still many files with same problem)  
9780 744 d 17 h Doczom /programs/system/shell/ add new function - lsmod
This function input list loaded drivers.
 
9778 746 d 18 h vitalkrilov /programs/other/graph/branches/tcc_current/ Graph (branch: tcc_current):
- Code refactoring
- Optimization of code (for example, log2(n) searching) and memory usage
- Some possible memory corruption fixed
- Previous graph will be erased from window if error occured
- Fixed bug with provided array of non-sorted points: so now you can pass points in any order
- Fixed important bug with graphic rendering (big thanks to turbocat for asm rounding function)
- Changed error messages; now you can see line/byte of file where syntax error is; added checking if provided frame of graph is invalid
- Autochoosing of an optimal single step for both axises
- Added support for reading any number of different functions. You will have to end previous function with ';' if you want to pass another one. They will be rendered on a graph in order you passed them.
 
9777 746 d 18 h turbocat /programs/develop/ktcc/trunk/ ktcc: removed old files