Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9812 718 d 4 h Coldy /programs/develop/ libc.obj:
- headers update (now used true functions with attributes instead of pointers)
- fixed some samples
kos_mbedtls:
microtar:
changes for compatible to latest version tcc and the libc.obj headers
 
9718 802 d 7 h Coldy /programs/develop/ktcc/trunk/libc.obj/samples/fasm/ libc.obj: Update fasm sample for auto load & linking  
8793 1052 d 9 h turbocat /programs/develop/ kolibri-libc:
Move to folder with tcc. Part 1
 
8718 1084 d 1 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