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
8786 1081 d 12 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).
 
8716 1111 d 19 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
- Fixed "segmentation fault" if it is not possible to write to file
 
8678 1127 d 19 h turbocat /programs/develop/ktcc/trunk/ Tiny C Compiler:
- Temporarily unrecoverable errors with autoloading libraries.
Rollback to working state: r8558
 
8677 1127 d 22 h turbocat /programs/develop/ktcc/trunk/ Tiny C Compiler(ktcc):
- Fixed "segmentation fault" when using debug flag:" -g "in Linux version
 
8604 1186 d 23 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.
 
8159 1295 d 6 h Boppan /programs/develop/ktcc/trunk/source/ Microrefactoring + check build system out.  
8157 1295 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?
 
8155 1295 d 19 h Boppan /programs/develop/ktcc/trunk/source/ Try to beat the strange break - revert all files from the last commit.  
8154 1295 d 19 h Boppan /programs/develop/ktcc/trunk/ TCC: Add -nobss option to not include BSS sections in output file.  
6858 2664 d 20 h siemargl /programs/develop/ktcc/trunk/source/ fix zero BSS segments  
6443 2906 d 4 h siemargl /programs/develop/ktcc/trunk/ small polish, samples  
6441 2910 d 22 h siemargl /programs/develop/ktcc/trunk/ debugger info, big stack opt  
6429 2933 d 7 h siemargl /programs/develop/ktcc/trunk/ compiler 0.9.26 release  
647 6067 d 6 h andrew_programmer /programs/develop/ Mistakes in functions of work with files and with system calls KolibriOS are corrected.
New functions for work with system calls KolibriOS are added. Functions for format output
are added: printf (), fprintf (), sprintf (), snprintf (), vsnprintf (). For material
numbers it is meanwhile supported only format output the (%f), and exponential output a (%e)
is not realized yet.
Functions for format output correctly work only in GCC because TinyC incorrectly works with
the functions containing variable number of arguments.
 
609 6118 d 20 h andrew_programmer /programs/develop/metcc/trunk/source/ Update Kolibri version of TinyC.Some bugfixes.  
159 6454 d 2 h halyavin /programs/develop/metcc/trunk/ * Assembler part of libc now also exports "name@params_size" for every system function
because of stdcall convention.
* Some fixes in calculating relocations procedure.
 
158 6454 d 22 h halyavin /programs/develop/metcc/trunk/ fixed bug in melibc and minor bug in compiler.  
145 6470 d 1 h halyavin /programs/develop/metcc/ initial import of metcc project