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
8863 1071 d 4 h leency /programs/develop/oberon07/ Oberon07: update by akron1  
8860 1071 d 7 h leency / data/Tupfile.lua: update pathes for Oberon07  
8859 1071 d 7 h leency /programs/develop/ update Oberon07 and CEDIT by akron1  
8852 1072 d 10 h IgorA /programs/ fix load syntax files from CD  
8848 1072 d 16 h leency /programs/develop/cedit/ CEDIT: update by akron1  
8839 1073 d 10 h leency / dl: automatically extract downloaded zip and 7z files
various fixes
 
8820 1076 d 0 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ Added build_all.sh  
8818 1076 d 2 h turbocat /programs/develop/ktcc/trunk/libc.obj/ ktcc + libc.obj:
- ksys.h - added event mask enum
- samples - old examples updated
- delete junk files
 
8808 1076 d 8 h turbocat /programs/develop/tinybasic/ TinyBasic:
Fix build
 
8804 1076 d 8 h turbocat /programs/develop/ktcc/trunk/bin/lib/ ktcc:
Added libc.obj.a libtcc.a crt0.a
 
8803 1076 d 8 h turbocat /programs/develop/ktcc/trunk/libc.obj/ Fixed build libc.obj  
8800 1076 d 9 h turbocat /programs/develop/ktcc/trunk/bin/ Uodate kos32-tcc  
8799 1076 d 9 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
now uses crt0.o
 
8797 1076 d 9 h turbocat /programs/develop/libraries/microtar/ Fixed mtar.obj build  
8796 1076 d 9 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj is now the default libc for tcc  
8794 1076 d 10 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj
Fixed build
 
8793 1076 d 10 h turbocat /programs/develop/ kolibri-libc:
Move to folder with tcc. Part 1
 
8791 1076 d 12 h turbocat /programs/develop/libraries/microtar/ Added microtar library(mtar.obj)
(Library for working with tar archives)
 
8790 1076 d 12 h turbocat /programs/develop/libraries/kolibri-libc/source/stdio/ kolibri-libc:
Fixed fseek return
 
8788 1077 d 20 h Doczom /programs/develop/fp/ add link  
8787 1077 d 21 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
- Fixed errno
- Fixed time functions and added new
- Socket functions are now in libraries
 
8786 1077 d 21 h turbocat /programs/develop/ktcc/trunk/source/ KTCC
Now KTCC gives the error "Linker error!" if the symbol was not found.
(Previously KTCC ignored these messages and generated an incorrect binary).
 
8781 1078 d 15 h leency / some fixes  
8775 1079 d 13 h Doczom /programs/develop/ delete hexview  
8774 1080 d 4 h rgimad /programs/develop/libraries/kos_mbedtls/ Upload MbedTLS port
nothing new since january
just upload so all devs can participate.
 
8772 1080 d 14 h leency /programs/develop/cedit/ cedit: update by akron1  
8762 1081 d 9 h leency / icons16.png: update folder and sys icons
cedit: new version by akron1
eolite: fix scroll
 
8761 1082 d 11 h rgimad / added new program EntropyView + to img autobuild  
8745 1092 d 9 h turbocat /programs/develop/libraries/kolibri-libc/include/ kolibri-libc
- Added new headers
 
8744 1092 d 9 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
- Added full import console.obj
- Added dir.h
- Fixed dirent bug
- Added dirent example
- Fixed localtime bug.
 
8743 1093 d 0 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc
- Added srand and rand
- Added _libc_get_version
- Update libc.obj.a binary
 
8741 1093 d 15 h leency /programs/develop/cedit/ cedit: fix version by akron1  
8733 1094 d 8 h turbocat /programs/develop/tinybasic-1.0.4/ Added new port TinyBasic
(An improved version in conjunction with ktcc can generate executable files.)
 
8730 1094 d 9 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
- Added ungetc, tollower and toupper to export
- Fixed ungetc emu
- Fixed file io functions
- Update file_io test
 
8728 1094 d 15 h leency /programs/develop/cedit/ cedit: brand new Code Editor by akron1, upload version 20-may-2021 http://board.kolibrios.org/viewtopic.php?f=46&t=4420  
8724 1095 d 5 h dunkaist / Fix autobuild.  
8718 1108 d 2 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
 
8716 1108 d 4 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
- Fixed "segmentation fault" if it is not possible to write to file
 
8710 1116 d 7 h Coldy /programs/develop/libraries/dll/ /lib/dll.asm
Fixed include path
 
8709 1116 d 8 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