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
9207 948 d 16 h turbocat /programs/develop/ktcc/trunk/ Added libshell for TCC  
9205 948 d 18 h turbocat /programs/develop/ktcc/trunk/bin/lib/ Loaded libSDL.a, libsound.a and updated libc.obj.a for tcc.  
9204 948 d 18 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added vsprintf to export
- Added sdltest.c example
 
9189 961 d 17 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/stdlib/ libc.obj: Fixed calloc function  
9179 968 d 16 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ libc.obj:
- Extra zero for use with gcc
 
9165 976 d 18 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- fixed fread bug
 
9156 979 d 15 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/stdio/ libc.obj:
- fixed return fwrite and fread as well as eof
 
9155 980 d 17 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ "thread_work" C example added to "build_all.sh"  
9154 980 d 17 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
- disabled for windows and linux build
 
9153 980 d 18 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
- added definitions of _KOLIBRI, _KOLIBRI, _KOLIBRI_ by default
- added ktcc for Windows and Linux to autobuild
 
9137 990 d 16 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added atof function
- Added example for working with threads
 
9094 1010 d 12 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc,obj:
- changed wrapper names
 
9093 1010 d 12 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- restructured ksys.h
 
9081 1012 d 15 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj:
strtol.с - removed existing definitions;
fgets.c - uses fread() to read;
gets.c - added additional check;
 
9077 1013 d 16 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj:
updated constants
 
9013 1030 d 18 h turbocat /programs/develop/ktcc/trunk/ kolibri-libc:
- added qsort and assert
- delete junk files
- updated libc loader
 
8820 1056 d 12 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ Added build_all.sh  
8818 1056 d 14 h turbocat /programs/develop/ktcc/trunk/libc.obj/ ktcc + libc.obj:
- ksys.h - added event mask enum
- samples - old examples updated
- delete junk files
 
8804 1056 d 20 h turbocat /programs/develop/ktcc/trunk/bin/lib/ ktcc:
Added libc.obj.a libtcc.a crt0.a
 
8803 1056 d 20 h turbocat /programs/develop/ktcc/trunk/libc.obj/ Fixed build libc.obj  
8800 1056 d 21 h turbocat /programs/develop/ktcc/trunk/bin/ Uodate kos32-tcc  
8799 1056 d 21 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
now uses crt0.o
 
8796 1056 d 21 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj is now the default libc for tcc  
8794 1056 d 21 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj
Fixed build
 
8793 1056 d 21 h turbocat /programs/develop/ kolibri-libc:
Move to folder with tcc. Part 1
 
8786 1058 d 9 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 1059 d 2 h leency / some fixes  
8716 1088 d 16 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
- Fixed "segmentation fault" if it is not possible to write to file
 
8708 1097 d 13 h turbocat /programs/develop/ktcc/trunk/ ktcc:
- Fixed boxlib.h
- Removed unnecessary files
 
8685 1101 d 15 h turbocat /programs/develop/ktcc/trunk/kolibri-libc/ ktcc:
- Added files for developing programs with kolibri-libc
 
8678 1104 d 15 h turbocat /programs/develop/ktcc/trunk/ Tiny C Compiler:
- Temporarily unrecoverable errors with autoloading libraries.
Rollback to working state: r8558
 
8677 1104 d 18 h turbocat /programs/develop/ktcc/trunk/ Tiny C Compiler(ktcc):
- Fixed "segmentation fault" when using debug flag:" -g "in Linux version
 
8626 1156 d 16 h turbocat /programs/develop/ktcc/trunk/lib/ ktcc:
- deleted libc.obj loader
 
8621 1157 d 14 h turbocat /programs/develop/ktcc/trunk/lib/libc.obj/ libc.obj.a(ktcc) :
- Added makefile
- Added mklib tools
- Fixed build
 
8609 1163 d 14 h Boppan /programs/develop/ktcc/trunk/bin/ Update TCC binary  
8608 1163 d 14 h Boppan /programs/develop/ktcc/trunk/bin/lib/ Update autoimporting libraries to put specific data at the end if the executable file  
8607 1163 d 15 h Boppan /programs/develop/ktcc/trunk/lib/librasterworks/ Update make.bat for librasterworks.a

It needed to be fully rewritten
 
8606 1163 d 15 h Boppan /programs/develop/ktcc/trunk/lib/librasterworks/ Update librasterworks.a making batch (output file name)  
8605 1163 d 15 h Boppan /programs/develop/ktcc/trunk/lib/ Put imports into ".imp.@." sections.

Now it's not necessary to put linking of these libraries at the end of tcc command line.
 
8604 1163 d 19 h Boppan /programs/develop/ktcc/trunk/source/ Make TCC write ".imp.@." section at the end of the file.

Now it's possible to write import table at the end of file without need to put linking of autoimporting libraries at the very end of command line.