Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
8672 1130 d 13 h Coldy /programs/develop/libraries/dll/ For DLL autoload  
8666 1143 d 23 h dunkaist / Upload View3ds 0.72 by macgub.  
8657 1147 d 3 h dunkaist /programs/develop/asciivju/trunk/ Remove leftover files (trigger autobuild).  
8639 1172 d 8 h Boppan /programs/develop/clink/ clink: Remove unuseful binary file  
8626 1176 d 3 h turbocat /programs/develop/ktcc/trunk/lib/ ktcc:
- deleted libc.obj loader
 
8621 1177 d 1 h turbocat /programs/develop/ktcc/trunk/lib/libc.obj/ libc.obj.a(ktcc) :
- Added makefile
- Added mklib tools
- Fixed build
 
8620 1177 d 6 h Boppan /programs/develop/clink/ [clink] Return zero (success)  
8618 1178 d 8 h Boppan /programs/develop/clink/ [clink] Fill BSS section by zeroes  
8609 1183 d 1 h Boppan /programs/develop/ktcc/trunk/bin/ Update TCC binary  
8608 1183 d 1 h Boppan /programs/develop/ktcc/trunk/bin/lib/ Update autoimporting libraries to put specific data at the end if the executable file  
8607 1183 d 2 h Boppan /programs/develop/ktcc/trunk/lib/librasterworks/ Update make.bat for librasterworks.a

It needed to be fully rewritten
 
8606 1183 d 2 h Boppan /programs/develop/ktcc/trunk/lib/librasterworks/ Update librasterworks.a making batch (output file name)  
8605 1183 d 2 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 1183 d 7 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 1184 d 7 h Boppan /programs/develop/ktcc/trunk/lib/libc.obj/ Add libc.obj wrapper for autoimport  
8602 1184 d 15 h Boppan /programs/develop/clink/epep/ Add missing file for testing  
8601 1184 d 15 h Boppan /programs/develop/clink/cdict/ Add one more clink's dependency  
8600 1185 d 3 h Boppan /programs/develop/clink/ Add unexisted dependencies  
8591 1194 d 5 h Kenshin /programs/develop/mtdbg/ * displaying of labels is fixed
* command history
* documentation slightly updated
 
8590 1196 d 2 h rgimad /programs/develop/tinypad/trunk/ fix broken file in rev 8589, nothing new  
8589 1196 d 3 h turbocat / Weather: Fix config filepath  
8583 1200 d 6 h leency /programs/develop/backy/ Backy: no console window when it is not necessary  
8582 1200 d 12 h Kenshin /programs/develop/libraries/ little documentation fix: color names according to ECMA-48 standard  
8579 1201 d 4 h Boppan /programs/develop/clink/ Add clink (COFF-to-COFF linker cpable of making DLLs for KolibriOS from several separated COFF objects)  
8578 1201 d 14 h superturbocat2001 /programs/develop/tinypy/ Added new functions in ksys module
Added socket module(WIP)
 
8577 1201 d 14 h superturbocat2001 /programs/develop/tinypy/tinypy/ Fix load_console tinypy  
8575 1202 d 0 h superturbocat2001 /programs/develop/libraries/http/ - Restored revision with http_free fix  
8571 1203 d 0 h superturbocat2001 /programs/develop/libraries/http/ rollback to revision 8023
(http_free fix not working)
 
8570 1203 d 0 h superturbocat2001 /programs/develop/libraries/http/ - Fixed http_free freeing memory in http.obj.  
8568 1204 d 1 h IgorA /programs/ fix mouse redraw in 'checkbox'  
8564 1204 d 15 h superturbocat2001 /programs/develop/ktcc/trunk/libc/include/ - Fixed definition names for clipboard functions  
8558 1205 d 17 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added http_free function to http.h (ktcc)  
8551 1211 d 14 h superturbocat2001 /programs/develop/ktcc/trunk/samples/ - Fixed URL link in dynamic.c  
8549 1211 d 14 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 1213 d 4 h superturbocat2001 /programs/develop/ktcc/trunk/libc/include/clayer/ - Fixed #pragma pack in libimg.h  
8541 1214 d 15 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added new function to libimg.h
- Updated libimg example
( applicable to ktcc )
 
8540 1219 d 1 h superturbocat2001 /programs/develop/ktcc/trunk/ Fixed strerror function and added socket error handling.
Cleared all libck warnings.
Updated libimg.h
 
8536 1222 d 1 h superturbocat2001 /programs/develop/ktcc/trunk/ - Moved error codes to errno.h
- Removed non-working files for compilation via gcc.
 
8535 1225 d 0 h superturbocat2001 /programs/develop/tinypy/ - Rebuilt TinyPy
- Non-working trash is cleaned.
- Updated from latest git version.
- Fixed modules pygame math and others.
- Removed old modules added new ones.
- All samples work except "net"
 
8533 1225 d 14 h IgorA /programs/ fix tree_list (r. 7959)
fix t_edit (r. 7877)