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
8315 1272 d 22 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added functions for working with sockets in libck tcc  
8290 1274 d 23 h superturbocat2001 /programs/develop/ktcc/trunk/libc/include/ Removed duplicate #define PATH_MAX  
8289 1274 d 23 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added "lsdir" function to libck ktcc.
- Added "fs" folder to build.bat in libck for tcc.
- Updated libck and dir_example
 
8282 1276 d 8 h maxcodehack /programs/develop/ktcc/trunk/samples/ Add Makefile to kos32-tcc sample programs  
8280 1276 d 17 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added 4 functions to libck: getcwd, setcwd, mkdir, rmdir.
- Fixed Makefile for building "libck" under tcc.
- Added example to new functions
 
8274 1277 d 18 h superturbocat2001 /programs/develop/ktcc/trunk/ Disabled static linking when building Linux version of TCC.  
8273 1277 d 19 h superturbocat2001 /programs/develop/ktcc/trunk/source/ Fixed Makefile.kos32 in TCC (New path to ld script)  
8272 1277 d 20 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added compress target to Makefile.linux32 (Uses UPX)
- Fixed TCC for linux bug: does not find library and headers as well as start.o
- Updated kos32-tcc
 
8251 1282 d 0 h superturbocat2001 /programs/ - Added TEAtool source files
- Compressed kos32-tcc
- Changed the paths of the output files in buid_all.sh
 
8250 1282 d 0 h superturbocat2001 /programs/ - Fixed ktcc build for linux
- Added Makefile.linux32
- Added TEAtool and fixed console title
- Fixed crash of THashView
 
8234 1285 d 0 h leency /programs/develop/ktcc/trunk/bin/lib/ rename libmelibc.a_ into libmelibc.a  
8233 1285 d 1 h maxcodehack /programs/develop/ktcc/trunk/bin/lib/ Fix filename libmelibc.a  
8231 1285 d 2 h maxcodehack /programs/develop/ktcc/trunk/samples/other/melibc_example/ Add example to TCC melibc #2  
8230 1285 d 2 h maxcodehack /programs/develop/ktcc/trunk/samples/other/melibc_example/ Add example to TCC melibc  
8228 1285 d 2 h maxcodehack /programs/develop/ktcc/trunk/ Add melibc sample to TCC  
8195 1291 d 21 h maxcodehack /programs/develop/ktcc/trunk/samples/ Fix 'dynamic.c 'autobuild (build_all.sh)
Add 'console.c' to autobuild
 
8194 1291 d 21 h maxcodehack / Fix drawing artefacts in boxlib example  
8189 1292 d 21 h maxcodehack /programs/develop/ktcc/trunk/samples/ move image  
8188 1292 d 21 h maxcodehack /programs/develop/ktcc/trunk/samples/ Add libimg example to build_all.sh  
8187 1292 d 21 h maxcodehack /programs/develop/ktcc/trunk/samples/clayer/ Tcc:
Add libimg example, update other examples
 
8185 1292 d 22 h maxcodehack / Add boxlib example without lib kolibri_gui. Only kos32sys.h (GCC)  
8171 1295 d 20 h maxcodehack /programs/develop/ktcc/trunk/ Ktcc:
- kos32sys1.h: Tcc dont support aliasing but support defines
- boxlib sample: Update sample for upper fix
- Rasterworks example: Fix 'bright' letters
 
8159 1299 d 6 h Boppan /programs/develop/ktcc/trunk/source/ Microrefactoring + check build system out.  
8157 1299 d 19 h Boppan /programs/develop/ktcc/trunk/ Cool, this was not my mistake, patch TCC again.

Admin, please look what's happened with build server, GCC needs a missing library?
 
8156 1299 d 19 h Boppan /programs/develop/ktcc/trunk/bin/ Ok... What about the binary? Did IT break the build?  
8155 1299 d 19 h Boppan /programs/develop/ktcc/trunk/source/ Try to beat the strange break - revert all files from the last commit.  
8154 1299 d 19 h Boppan /programs/develop/ktcc/trunk/ TCC: Add -nobss option to not include BSS sections in output file.  
8110 1318 d 23 h maxcodehack /programs/develop/ktcc/trunk/samples/clayer/ Update boxlib example:
Add progressbar
 
8109 1319 d 4 h maxcodehack /programs/develop/ktcc/trunk/samples/ Edit samples  
8108 1319 d 4 h maxcodehack /programs/develop/ktcc/trunk/ Remove libconsole.a and libbox_lib.a and their sources
Now we can use console via conio.h
Boxlib via libbox.a
 
8107 1319 d 22 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added libbox.a and libbuf2d.a to TinyC.
- The structure of the header files has been reorganized.
 
8106 1319 d 23 h maxcodehack /programs/develop/ktcc/trunk/ clayer TinyC
- Add new sample
- Fix bug: 'Unexpected stack end'
 
8105 1320 d 2 h maxcodehack /programs/develop/ktcc/trunk/bin/lib/clayer/ Add .o  
8104 1320 d 2 h maxcodehack /programs/develop/ktcc/trunk/ Add C_Layer for TinyC
- Boxlib wrapper
 
8102 1321 d 16 h superturbocat2001 /programs/develop/ktcc/trunk/lib/ Added source code for libraries  
8101 1321 d 16 h superturbocat2001 /programs/develop/ktcc/trunk/ Added libraries to ktcc: "rasterworks", "libimg", "libgb", "msgbox". And also an examples for these libraries.
Fixed header file "msgbox.h"
 
8098 1323 d 15 h superturbocat2001 /programs/develop/ Added "libmsgbox" to ktcc.
Added examples for working with coff-libraries and "libmsgbox" to ktcc.
Modified binutils to work normally via console.obj.
 
8057 1377 d 1 h Boppan /programs/develop/ktcc/trunk/ Add library for importing functions from Box_lib.obj via tcc.  
7950 1471 d 3 h Boppan /programs/develop/ktcc/trunk/libc/dlfcn/ Typo in dlfcn.c  
7949 1471 d 4 h Boppan /programs/develop/ktcc/trunk/ Add functions from <libgen.h>
Add memrchr.c