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
9093 1008 d 16 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- restructured ksys.h
 
9081 1010 d 19 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 1011 d 20 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj:
updated constants
 
9013 1028 d 22 h turbocat /programs/develop/ktcc/trunk/ kolibri-libc:
- added qsort and assert
- delete junk files
- updated libc loader
 
8820 1054 d 16 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ Added build_all.sh  
8818 1054 d 18 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 1055 d 0 h turbocat /programs/develop/ktcc/trunk/bin/lib/ ktcc:
Added libc.obj.a libtcc.a crt0.a
 
8803 1055 d 0 h turbocat /programs/develop/ktcc/trunk/libc.obj/ Fixed build libc.obj  
8800 1055 d 1 h turbocat /programs/develop/ktcc/trunk/bin/ Uodate kos32-tcc  
8799 1055 d 1 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
now uses crt0.o
 
8796 1055 d 1 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj is now the default libc for tcc  
8794 1055 d 1 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj
Fixed build
 
8793 1055 d 2 h turbocat /programs/develop/ kolibri-libc:
Move to folder with tcc. Part 1
 
8786 1056 d 13 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 1057 d 6 h leency / some fixes  
8716 1086 d 20 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
- Fixed "segmentation fault" if it is not possible to write to file
 
8708 1095 d 18 h turbocat /programs/develop/ktcc/trunk/ ktcc:
- Fixed boxlib.h
- Removed unnecessary files
 
8685 1099 d 19 h turbocat /programs/develop/ktcc/trunk/kolibri-libc/ ktcc:
- Added files for developing programs with kolibri-libc
 
8678 1102 d 19 h turbocat /programs/develop/ktcc/trunk/ Tiny C Compiler:
- Temporarily unrecoverable errors with autoloading libraries.
Rollback to working state: r8558
 
8677 1102 d 23 h turbocat /programs/develop/ktcc/trunk/ Tiny C Compiler(ktcc):
- Fixed "segmentation fault" when using debug flag:" -g "in Linux version
 
8626 1154 d 20 h turbocat /programs/develop/ktcc/trunk/lib/ ktcc:
- deleted libc.obj loader
 
8621 1155 d 18 h turbocat /programs/develop/ktcc/trunk/lib/libc.obj/ libc.obj.a(ktcc) :
- Added makefile
- Added mklib tools
- Fixed build
 
8609 1161 d 18 h Boppan /programs/develop/ktcc/trunk/bin/ Update TCC binary  
8608 1161 d 18 h Boppan /programs/develop/ktcc/trunk/bin/lib/ Update autoimporting libraries to put specific data at the end if the executable file  
8607 1161 d 19 h Boppan /programs/develop/ktcc/trunk/lib/librasterworks/ Update make.bat for librasterworks.a

It needed to be fully rewritten
 
8606 1161 d 19 h Boppan /programs/develop/ktcc/trunk/lib/librasterworks/ Update librasterworks.a making batch (output file name)  
8605 1161 d 19 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 1162 d 0 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.
 
8603 1163 d 0 h Boppan /programs/develop/ktcc/trunk/lib/libc.obj/ Add libc.obj wrapper for autoimport  
8564 1183 d 8 h superturbocat2001 /programs/develop/ktcc/trunk/libc/include/ - Fixed definition names for clipboard functions  
8558 1184 d 10 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added http_free function to http.h (ktcc)  
8551 1190 d 7 h superturbocat2001 /programs/develop/ktcc/trunk/samples/ - Fixed URL link in dynamic.c  
8549 1190 d 7 h superturbocat2001 /programs/develop/ktcc/trunk/ - Moved header files from kos to clayer.
- Fixed function names in libhttp.
- Fixed example dynamic.c
- Added macro fixing bug http_receive
 
8543 1191 d 21 h superturbocat2001 /programs/develop/ktcc/trunk/libc/include/clayer/ - Fixed #pragma pack in libimg.h  
8541 1193 d 8 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added new function to libimg.h
- Updated libimg example
( applicable to ktcc )
 
8540 1197 d 18 h superturbocat2001 /programs/develop/ktcc/trunk/ Fixed strerror function and added socket error handling.
Cleared all libck warnings.
Updated libimg.h
 
8536 1200 d 18 h superturbocat2001 /programs/develop/ktcc/trunk/ - Moved error codes to errno.h
- Removed non-working files for compilation via gcc.
 
8521 1211 d 1 h superturbocat2001 /programs/develop/ktcc/trunk/samples/net/ - Updated tcp_demo example.  
8514 1211 d 20 h superturbocat2001 /programs/develop/ktcc/trunk/libc/ - Fixed socket functions for compatibility with UNIX.  
8508 1212 d 21 h superturbocat2001 /programs/develop/ktcc/trunk/samples/clayer/ - Fix scrollbar crash BoxLib example.