Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9867 632 d 6 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ libc.obj : added a very simple example of working with futexes  
9725 792 d 14 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added pipe example;
- Fixed Makefile.
 
9620 833 d 18 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Unified stdcall and cdecl;
- Fixed clayer to use def format;
- Fixed build examples.
 
9558 844 d 0 h turbocat /programs/develop/ktcc/trunk/ ktcc: rollback to r9529  
9553 844 d 19 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ libc.obj: Updated samples.  
9242 903 d 17 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ Added libc_test.c for testing libc.obj (by "navichok26")  
9207 941 d 16 h turbocat /programs/develop/ktcc/trunk/ Added libshell for TCC  
9204 941 d 18 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added vsprintf to export
- Added sdltest.c example
 
9137 983 d 16 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added atof function
- Added example for working with threads
 
9013 1023 d 18 h turbocat /programs/develop/ktcc/trunk/ kolibri-libc:
- added qsort and assert
- delete junk files
- updated libc loader
 
8818 1049 d 14 h turbocat /programs/develop/ktcc/trunk/libc.obj/ ktcc + libc.obj:
- ksys.h - added event mask enum
- samples - old examples updated
- delete junk files
 
8793 1049 d 21 h turbocat /programs/develop/ kolibri-libc:
Move to folder with tcc. Part 1
 
8718 1081 d 14 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
 
8705 1090 d 14 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
- Fixed fwrite.
- Added strcat to the export table.
- Fixed two functions in ksys.h.
- Added binaries for autobuild
 
8699 1093 d 12 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
- [KSYS] added functions for working with drivers.
- [SAMPLES] added an example of working with the tmpdisk.sys driver
- Misc: fixed Makefiles
 
8687 1093 d 20 h turbocat /programs/develop/libraries/kolibri-libc/ Added git source kolibri-libc and
Configured autobuild