Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9868 642 d 6 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- now using vsscanf from BaseLibc;
- delete extra pragma
- disable sort includes(clang-format)
 
9846 686 d 0 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj set "tan" as global  
9843 686 d 4 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj: now builded to kos32-tcc  
9774 746 d 0 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added inttypes header;
- Fixed warnings in mouse api wrappers;
- Preparation for build only via tcc+fasm.
 
9772 746 d 2 h vitalkrilov /programs/develop/ktcc/trunk/libc.obj/ libc.obj: added log2, log10, round functions  
9765 751 d 10 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj:
- Formatted by clang-format (WebKit-style).
- Removed unnecessary errno linux.
- Added KOS error codes.
- String functions have been replaced with more optimal ones for x86.
- Changed wrappers for 70 sysfunction.
 
9761 755 d 20 h vitalkrilov /programs/develop/ktcc/trunk/ libc.obj: added missing sqrt, cosh functions
libc.def: added sqrt, cosh, sin, tan functions
 
9666 832 d 2 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Update crt0
- Removed autoloader generation(use libc.def).
 
9515 859 d 1 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj: added missing sin and tan  
9262 904 d 21 h turbocat /programs/develop/ktcc/trunk/ libc.obj:
- Added basename() and dirname()
- libc_test all tabs -> spaces
 
9233 914 d 22 h turbocat /programs/develop/ktcc/trunk/ libc.obj: Fixed div, ldiv, lldiv ( problem with the compatibility of returned structures in functions between tcc and gcc) thanks to Boppan).  
9230 916 d 5 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- added strtod();
- added "+" to fopen mode;
 
9137 993 d 23 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added atof function
- Added example for working with threads
 
9013 1034 d 1 h turbocat /programs/develop/ktcc/trunk/ kolibri-libc:
- added qsort and assert
- delete junk files
- updated libc loader
 
8793 1060 d 5 h turbocat /programs/develop/ kolibri-libc:
Move to folder with tcc. Part 1
 
8787 1061 d 16 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
- Fixed errno
- Fixed time functions and added new
- Socket functions are now in libraries
 
8744 1076 d 4 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
- Added full import console.obj
- Added dir.h
- Fixed dirent bug
- Added dirent example
- Fixed localtime bug.
 
8743 1076 d 19 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc
- Added srand and rand
- Added _libc_get_version
- Update libc.obj.a binary
 
8730 1078 d 4 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
- Added ungetc, tollower and toupper to export
- Fixed ungetc emu
- Fixed file io functions
- Update file_io test
 
8718 1091 d 21 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
[include]
- ksys.h : fixed sruct name
- string.h: set memcpy, memset, and memove as static for libtcc
- stdio.h: added sscanf and ungetc
- stdint.h: added int64 limits
[stdio]
fixed *scanf functions
added ungetc functon
[lib]
- upated binaries
- added libtcc.a for tcc optimization
[crt]
- removed duplicate files
[samples]
- added fasm libc.obj example
- updated old examples
 

Show All