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
9830 712 d 1 h vitalkrilov / ksys.h:
- KSYS_SLOT_STATE_FREE has right value (9, not 6) now
- few style changes (snake_case)
 
9829 712 d 11 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 716 d 15 h Doczom /programs/network/ircc/ ircc: small fix  
9821 719 d 21 h IgorA /programs/develop/libraries/nnp/ update library 'nnp.obj'  
9820 724 d 11 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 730 d 15 h akron1 /programs/develop/cedit/ CEdit: bugfix  
9812 737 d 15 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 738 d 15 h Coldy /programs/develop/ktcc/trunk/libc.obj/include/ Rollback to previous revision (unforeseen consequences)  
9810 738 d 16 h Coldy /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj: headers update (now used true functions with attributes instead of pointers)  
9808 740 d 1 h Coldy /programs/system/shell/ shell:
- fixed definitions
- stack locals changed to heap variables (reduced app size)
 
9797 751 d 11 h dunkaist / [autobuild] Fix asm-only and no-gcc build  
9786 752 d 13 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ ksys.h for tcc (duplicate r9784)  
9783 753 d 16 h Coldy /programs/develop/ktcc/trunk/source/ fix autobuild  
9782 753 d 16 h Coldy /programs/develop/ktcc/trunk/ ktcc: added __attribute__((dllimport)) support  
9781 753 d 19 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 754 d 12 h Doczom /programs/system/shell/ add new function - lsmod
This function input list loaded drivers.
 
9778 756 d 12 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 756 d 13 h turbocat /programs/develop/ktcc/trunk/ ktcc: removed old files  
9776 756 d 14 h turbocat /programs/ c-- :
- Fixed strange Sign size.
 
9775 757 d 14 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/math/ libc.obj: added tan.asm  
9774 757 d 14 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added inttypes header;
- Fixed warnings in mouse api wrappers;
- Preparation for build only via tcc+fasm.
 
9773 757 d 16 h vitalkrilov /programs/develop/ktcc/trunk/ libc.obj: updated libc.def, fixed bug with log10  
9772 757 d 16 h vitalkrilov /programs/develop/ktcc/trunk/libc.obj/ libc.obj: added log2, log10, round functions  
9771 760 d 14 h Doczom /programs/system/amd_temp_view/ AMDtemp: added creating file for program "Graph". To save this file, write the path to it as a parameter.  
9767 762 d 20 h turbocat / ksys.h:
- Added to Newlib and should be in sync with the file from libc.obj;
- Added new wrappers.
 
9766 763 d 0 h turbocat /programs/develop/ktcc/trunk/ Update skipped files in previous commit  
9765 763 d 1 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj:
- Formatted by clang-format (WebKit-style).
- Removed unnecessary errno linux.
- Added KOS error codes.
- String functions have been replaced with more optimal ones for x86.
- Changed wrappers for 70 sysfunction.
 
9764 765 d 9 h vitalkrilov /programs/ Graph (branch: tcc_current): now you can provide a filename, when calling a program from shell, which should be opened on start.
tcc: ksys.h: added "const" to string argument of _ksys_debug_puts(...).
 
9763 766 d 9 h vitalkrilov /programs/other/graph/branches/tcc_current/ Graph (branch: tcc_current): added missing files... (oops)  
9762 766 d 9 h vitalkrilov / Graph: manual corrected.
Graph (branch: tcc_current):
- Rewritten in C so now it can be compiled with tcc.
- Added functions: pow (^) and mod (%), arcctg, sgn, sec, cosec, log2, log3, log10.
- Added aliases for functions: tan, cot, arctan, arccot, lg, lb, ln.
- Fixed bugs with box_lib's edit_box.
- Removed deprecated/potentially unused code.
- Now an "Edit" button launches Cedit, not Tinypad.
- Now there is a better graph rendering: fixed bugs with text drawing.
- Added to autobuild list and in iso.
 
9761 767 d 10 h vitalkrilov /programs/develop/ktcc/trunk/ libc.obj: added missing sqrt, cosh functions
libc.def: added sqrt, cosh, sin, tan functions
 
9760 769 d 3 h Doczom /programs/system/amd_temp_view/ AMDtemp: added creating file for program "Graph". File creats on ram disk.  
9759 771 d 18 h maxcodehack / Samples fix #2 + fridge makefile change  
9754 778 d 12 h sober_dev /programs/fs/kfm/trunk/ KFM - fixed get_inf_dir and delete_dir for some cases  
9749 782 d 17 h sober_dev /programs/fs/kfm/trunk/ KFM - fix show icon and fix key/mouse processing for dir names starting with ".."  
9748 782 d 18 h sober_dev /programs/develop/libraries/box_lib/trunk/ Fix for previous revision.  
9747 782 d 18 h sober_dev /programs/develop/libraries/box_lib/trunk/ File Browser control - choosing the correct icon for dir names starting with ".."  
9746 785 d 19 h Doczom /programs/other/drv_view/ added program for view list working drivers  
9741 794 d 5 h Doczom /programs/testing/pcidev/trunk/ PCIDEV: small update information  
9740 794 d 17 h macgub /programs/demos/view3ds/ Update to ver 077 - edit subbmit fixed, fire bug fixed, see readme.txt for details.