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 950 d 16 h turbocat /programs/develop/ktcc/trunk/ Added libshell for TCC  
9205 950 d 18 h turbocat /programs/develop/ktcc/trunk/bin/lib/ Loaded libSDL.a, libsound.a and updated libc.obj.a for tcc.  
9204 950 d 18 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added vsprintf to export
- Added sdltest.c example
 
9189 963 d 17 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/stdlib/ libc.obj: Fixed calloc function  
9179 970 d 15 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ libc.obj:
- Extra zero for use with gcc
 
9165 978 d 17 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- fixed fread bug
 
9156 981 d 15 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/stdio/ libc.obj:
- fixed return fwrite and fread as well as eof
 
9155 982 d 17 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ "thread_work" C example added to "build_all.sh"  
9154 982 d 17 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
- disabled for windows and linux build
 
9153 982 d 17 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 992 d 15 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added atof function
- Added example for working with threads
 
9094 1012 d 11 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc,obj:
- changed wrapper names
 
9093 1012 d 12 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- restructured ksys.h
 
9081 1014 d 14 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 1015 d 15 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj:
updated constants
 
9013 1032 d 17 h turbocat /programs/develop/ktcc/trunk/ kolibri-libc:
- added qsort and assert
- delete junk files
- updated libc loader
 
8820 1058 d 12 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ Added build_all.sh  
8818 1058 d 13 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 1058 d 20 h turbocat /programs/develop/ktcc/trunk/bin/lib/ ktcc:
Added libc.obj.a libtcc.a crt0.a
 
8803 1058 d 20 h turbocat /programs/develop/ktcc/trunk/libc.obj/ Fixed build libc.obj  
8800 1058 d 21 h turbocat /programs/develop/ktcc/trunk/bin/ Uodate kos32-tcc  
8799 1058 d 21 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
now uses crt0.o
 
8796 1058 d 21 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj is now the default libc for tcc  
8794 1058 d 21 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj
Fixed build
 
8793 1058 d 21 h turbocat /programs/develop/ kolibri-libc:
Move to folder with tcc. Part 1
 
8786 1060 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 1061 d 2 h leency / some fixes  
8716 1090 d 15 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
- Fixed "segmentation fault" if it is not possible to write to file
 
8708 1099 d 13 h turbocat /programs/develop/ktcc/trunk/ ktcc:
- Fixed boxlib.h
- Removed unnecessary files
 
8685 1103 d 14 h turbocat /programs/develop/ktcc/trunk/kolibri-libc/ ktcc:
- Added files for developing programs with kolibri-libc
 
8678 1106 d 15 h turbocat /programs/develop/ktcc/trunk/ Tiny C Compiler:
- Temporarily unrecoverable errors with autoloading libraries.
Rollback to working state: r8558
 
8677 1106 d 18 h turbocat /programs/develop/ktcc/trunk/ Tiny C Compiler(ktcc):
- Fixed "segmentation fault" when using debug flag:" -g "in Linux version
 
8626 1158 d 15 h turbocat /programs/develop/ktcc/trunk/lib/ ktcc:
- deleted libc.obj loader
 
8621 1159 d 14 h turbocat /programs/develop/ktcc/trunk/lib/libc.obj/ libc.obj.a(ktcc) :
- Added makefile
- Added mklib tools
- Fixed build
 
8609 1165 d 14 h Boppan /programs/develop/ktcc/trunk/bin/ Update TCC binary  
8608 1165 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 1165 d 15 h Boppan /programs/develop/ktcc/trunk/lib/librasterworks/ Update make.bat for librasterworks.a

It needed to be fully rewritten
 
8606 1165 d 15 h Boppan /programs/develop/ktcc/trunk/lib/librasterworks/ Update librasterworks.a making batch (output file name)  
8605 1165 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 1165 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.