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
8564 1213 d 18 h superturbocat2001 /programs/develop/ktcc/trunk/libc/include/ - Fixed definition names for clipboard functions  
8558 1214 d 19 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added http_free function to http.h (ktcc)  
8551 1220 d 17 h superturbocat2001 /programs/develop/ktcc/trunk/samples/ - Fixed URL link in dynamic.c  
8549 1220 d 17 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 1222 d 7 h superturbocat2001 /programs/develop/ktcc/trunk/libc/include/clayer/ - Fixed #pragma pack in libimg.h  
8541 1223 d 18 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added new function to libimg.h
- Updated libimg example
( applicable to ktcc )
 
8540 1228 d 4 h superturbocat2001 /programs/develop/ktcc/trunk/ Fixed strerror function and added socket error handling.
Cleared all libck warnings.
Updated libimg.h
 
8536 1231 d 4 h superturbocat2001 /programs/develop/ktcc/trunk/ - Moved error codes to errno.h
- Removed non-working files for compilation via gcc.
 
8521 1241 d 10 h superturbocat2001 /programs/develop/ktcc/trunk/samples/net/ - Updated tcp_demo example.  
8514 1242 d 6 h superturbocat2001 /programs/develop/ktcc/trunk/libc/ - Fixed socket functions for compatibility with UNIX.  
8508 1243 d 7 h superturbocat2001 /programs/develop/ktcc/trunk/samples/clayer/ - Fix scrollbar crash BoxLib example.  
8465 1256 d 8 h superturbocat2001 /programs/develop/ktcc/trunk/ - Fixed boxlib loader
- Updated example boxlib.c
 
8464 1256 d 8 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added macros X_W and Y_H and deleted debug kos32sys1.h
- Moved debug functions to libc.a
- Removed console.h since libcon no longer exists
- Added tcc_http_demo to build_all.sh
(Applies to ktcc)
 
8450 1259 d 3 h rgimad /programs/develop/ktcc/trunk/ ktcc: http_tcp_demo refactoring & net/network.h small fix  
8448 1259 d 7 h rgimad /programs/develop/ktcc/trunk/samples/ ktcc: added sample http_tcp_demo - working with http using only tcp sockets  
8428 1261 d 8 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added libdialog binary
- Fixed buid_all.sh
 
8426 1261 d 9 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added libdialog.a (proc_lib loader) and sample
- Deleted old console example (replacement: consoleio)
- Added RGB struct to kos32sys1.h
(applies to ktcc)
 
8406 1263 d 11 h superturbocat2001 /programs/develop/ktcc/trunk/ - Fixed math.h  
8405 1263 d 11 h superturbocat2001 /programs/develop/ - Added TinyGL for ktcc
- Added TinyGL example "gears"
 
8404 1263 d 13 h superturbocat2001 /programs/develop/ktcc/trunk/ - Removed melibc in ktcc  
8403 1263 d 14 h superturbocat2001 /programs/develop/ktcc/trunk/libc/include/ - Removed non existing functions from math.h.
- Added "sys_change_window" function to kos32sys1.h.
- Installed "pragma pack" for the structure in kolibrisys.h.
 
8380 1265 d 6 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added simple function "getopt" in stdlib (tcc)  
8374 1266 d 5 h superturbocat2001 /programs/develop/ktcc/trunk/libc/include/ - Added definitions for clipboard functions.
- Added DATA macro for convenient memory access by offset.
- Removed kos32sys1beta.h since it is not used anywhere
(applicable to ktcc)
 
8367 1266 d 9 h superturbocat2001 /programs/develop/ktcc/trunk/ - Changed libgb assembly and added libcryptal (implementation of cryptoalgorithms from Brad Conte).
- Changed build libgb.
- Added memory.h for compatibility.
 
8344 1269 d 7 h superturbocat2001 /programs/develop/ktcc/trunk/ Changed parameters of "socketpair" function in libck (ktcc)  
8338 1270 d 2 h superturbocat2001 /programs/develop/ktcc/trunk/ - network.obj loader has been moved to a separate libnetwork.a library  
8337 1270 d 5 h superturbocat2001 /programs/develop/ktcc/trunk/ - added network.obj loader
- added _ksys_kill_process function
in libck.a ktcc
 
8317 1273 d 19 h superturbocat2001 /programs/develop/ktcc/trunk/ fixed socketpair() function in libck  
8315 1274 d 8 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added functions for working with sockets in libck tcc  
8290 1276 d 9 h superturbocat2001 /programs/develop/ktcc/trunk/libc/include/ Removed duplicate #define PATH_MAX  
8289 1276 d 10 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 1277 d 18 h maxcodehack /programs/develop/ktcc/trunk/samples/ Add Makefile to kos32-tcc sample programs  
8280 1278 d 4 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 1279 d 5 h superturbocat2001 /programs/develop/ktcc/trunk/ Disabled static linking when building Linux version of TCC.  
8273 1279 d 6 h superturbocat2001 /programs/develop/ktcc/trunk/source/ Fixed Makefile.kos32 in TCC (New path to ld script)  
8272 1279 d 7 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 1283 d 11 h superturbocat2001 /programs/ - Added TEAtool source files
- Compressed kos32-tcc
- Changed the paths of the output files in buid_all.sh
 
8250 1283 d 11 h superturbocat2001 /programs/ - Fixed ktcc build for linux
- Added Makefile.linux32
- Added TEAtool and fixed console title
- Fixed crash of THashView
 
8234 1286 d 10 h leency /programs/develop/ktcc/trunk/bin/lib/ rename libmelibc.a_ into libmelibc.a  
8233 1286 d 12 h maxcodehack /programs/develop/ktcc/trunk/bin/lib/ Fix filename libmelibc.a