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
8724 1080 d 22 h dunkaist / Fix autobuild.  
8723 1080 d 23 h dunkaist / Autobuild: use (only?) double dots operator to interpolate strings  
8719 1091 d 16 h leency /programs/demos/view3ds/ view3ds 0073 by macgub  
8718 1093 d 18 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
[include]
- ksys.h : fixed sruct name
- string.h: set memcpy, memset, and memove as static for libtcc
- stdio.h: added sscanf and ungetc
- stdint.h: added int64 limits
[stdio]
fixed *scanf functions
added ungetc functon
[lib]
- upated binaries
- added libtcc.a for tcc optimization
[crt]
- removed duplicate files
[samples]
- added fasm libc.obj example
- updated old examples
 
8717 1093 d 19 h Doczom /programs/other/period/trunk/ added 2 chemical elements numbered 117 and 118  
8716 1093 d 20 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
- Fixed "segmentation fault" if it is not possible to write to file
 
8710 1101 d 23 h Coldy /programs/develop/libraries/dll/ /lib/dll.asm
Fixed include path
 
8709 1102 d 0 h Coldy / Dll autoload
Kernel
- removed unnecessary and rewrote/add some comments, no code changes
User (lib/dll.obj)
- Introduced new KX header as extension for existing formats
- Added staring KX header processing
- Improved import table test logic, no reason to kill app for import absence - skip
import processing (tnx ProMiNick)
- Add ReadMe.txt
 
8708 1102 d 18 h turbocat /programs/develop/ktcc/trunk/ ktcc:
- Fixed boxlib.h
- Removed unnecessary files
 
8707 1102 d 18 h turbocat /programs/other/TinyHashView/ TinyHashView:
- Now uses (kolibri-libc) libc.obj.
- Resize 12kb -> 6kb
 
8706 1102 d 18 h turbocat /programs/network/whois/ Whois:
- Reconfiguring autobuild
 
8705 1102 d 19 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
- Fixed fwrite.
- Added strcat to the export table.
- Fixed two functions in ksys.h.
- Added binaries for autobuild
 
8702 1103 d 22 h turbocat /programs/develop/libraries/kolibri-libc/include/sys/ kolibri-libc:
- Added function _ksys_load_pe_driver()
 
8699 1105 d 16 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
- [KSYS] added functions for working with drivers.
- [SAMPLES] added an example of working with the tmpdisk.sys driver
- Misc: fixed Makefiles
 
8698 1105 d 20 h leency /programs/cmm/ WebView 3.32: fix images load  
8697 1105 d 23 h leency /programs/cmm/downloader/ WebView Downloader: if file already exist, save the file with a new name  
8694 1105 d 23 h turbocat /programs/develop/libraries/kolibri-libc/source/ Fix autobuild: delete libc.obj in source  
8693 1105 d 23 h turbocat / Fix autobuild  
8690 1106 d 0 h turbocat /programs/develop/libraries/kolibri-libc/lib/ kolibri-libc:
delete lib/libc.obj
 
8689 1106 d 0 h turbocat /programs/develop/libraries/kolibri-libc/source/exports/ kolibri-libc:
Removed exports.c
 
8688 1106 d 0 h turbocat /programs/develop/libraries/kolibri-libc/linuxtools/ kolibri-libc:
Removed binaries in linuxtools folder
 
8687 1106 d 0 h turbocat /programs/develop/libraries/kolibri-libc/ Added git source kolibri-libc and
Configured autobuild
 
8686 1106 d 19 h turbocat /programs/network/whois/ Whois:
- Now the program uses libc.obj and is smaller.
 
8685 1106 d 19 h turbocat /programs/develop/ktcc/trunk/kolibri-libc/ ktcc:
- Added files for developing programs with kolibri-libc
 
8682 1107 d 20 h leency /programs/develop/examples/example/trunk/rus/ Update example.asm  
8681 1107 d 21 h IgorA /programs/develop/libraries/box_lib/trunk/ fix divide by 0 in function edit_box.get_n  
8679 1108 d 20 h IgorA /programs/other/ha/ fix rev 8408  
8678 1109 d 20 h turbocat /programs/develop/ktcc/trunk/ Tiny C Compiler:
- Temporarily unrecoverable errors with autoloading libraries.
Rollback to working state: r8558
 
8677 1109 d 23 h turbocat /programs/develop/ktcc/trunk/ Tiny C Compiler(ktcc):
- Fixed "segmentation fault" when using debug flag:" -g "in Linux version
 
8673 1116 d 6 h Coldy /programs/develop/libraries/dll/ For DLL autoload  
8672 1116 d 7 h Coldy /programs/develop/libraries/dll/ For DLL autoload  
8667 1127 d 5 h dunkaist /programs/demos/ Remove empty dirs.  
8666 1129 d 16 h dunkaist / Upload View3ds 0.72 by macgub.  
8662 1131 d 19 h turbocat /programs/system/shell/ SHELL:
- Added pkill command
 
8658 1132 d 19 h dunkaist /programs/media/kiv/trunk/ Remove more leftover files (trigger autobuild).  
8657 1132 d 20 h dunkaist /programs/develop/asciivju/trunk/ Remove leftover files (trigger autobuild).  
8639 1158 d 1 h Boppan /programs/develop/clink/ clink: Remove unuseful binary file  
8638 1158 d 4 h Kenshin /programs/system/shell/ Shell: docs are updated  
8637 1158 d 4 h Kenshin /programs/system/shell/ SHELL: shell.inc now suports sc_ping & sc_pid functions  
8634 1160 d 8 h turbocat /programs/system/shell/ SHELL:
- Added new SC_PING api
- Renamed from SC_GET_PID to SC_PID