Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9864 638 d 16 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ ksys.h: fixed data types in futex wrappers  
9836 683 d 2 h turbocat / ksys.h:
- Fixed formatting;
- Added wrapper for sysfunction 65.
 
9830 693 d 4 h vitalkrilov / ksys.h:
- KSYS_SLOT_STATE_FREE has right value (9, not 6) now
- few style changes (snake_case)
 
9829 693 d 14 h vitalkrilov / sysfuncr.txt: added missing docs for SysFn77.10, SysFn77.11, SysFn77.13 from wiki
ksys.h:
- libc.obj's file synced with newlib's (r9788)
- added scancodes enum
- added wrappers for SysFn66.4 and SysFn66.5 (sys. hotkeys)
- added wrappers for SysFn77.0 -- SysFn77.3 (futexes)
 
9812 718 d 18 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
 
9811 719 d 19 h Coldy /programs/develop/ktcc/trunk/libc.obj/include/ Rollback to previous revision (unforeseen consequences)  
9810 719 d 19 h Coldy /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj: headers update (now used true functions with attributes instead of pointers)  
9786 733 d 17 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ ksys.h for tcc (duplicate r9784)  
9774 738 d 18 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.
 
9767 743 d 23 h turbocat / ksys.h:
- Added to Newlib and should be in sync with the file from libc.obj;
- Added new wrappers.
 
9766 744 d 4 h turbocat /programs/develop/ktcc/trunk/ Update skipped files in previous commit  
9764 746 d 13 h vitalkrilov /programs/ Graph (branch: tcc_current): now you can provide a filename, when calling a program from shell, which should be opened on start.
tcc: ksys.h: added "const" to string argument of _ksys_debug_puts(...).
 
9725 795 d 15 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added pipe example;
- Fixed Makefile.
 
9656 830 d 18 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ ksys.h : style violation fixed.  
9655 830 d 18 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ ksys.h : added missing wrapper for sf 66.1 (thanks Vitalkrilov).  
9620 836 d 19 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Unified stdcall and cdecl;
- Fixed clayer to use def format;
- Fixed build examples.
 
9558 847 d 1 h turbocat /programs/develop/ktcc/trunk/ ktcc: rollback to r9529  
9552 847 d 21 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj: Fix clayer headers for work def.  
9463 856 d 20 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ Fixed bug: https://board.kolibrios.org/viewtopic.php?f=24&p=77680#p77627 (thanks Coldy)  
9179 964 d 17 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ libc.obj:
- Extra zero for use with gcc
 
9165 972 d 19 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- fixed fread bug
 
9137 986 d 17 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added atof function
- Added example for working with threads
 
9094 1006 d 13 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc,obj:
- changed wrapper names
 
9093 1006 d 13 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- restructured ksys.h
 
8818 1052 d 15 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 1052 d 22 h turbocat /programs/develop/ kolibri-libc:
Move to folder with tcc. Part 1
 
8787 1054 d 10 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
- Fixed errno
- Fixed time functions and added new
- Socket functions are now in libraries
 
8745 1068 d 21 h turbocat /programs/develop/libraries/kolibri-libc/include/ kolibri-libc
- Added new headers
 
8744 1068 d 21 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.
 
8730 1070 d 22 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 1084 d 15 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 1093 d 15 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
 
8702 1094 d 18 h turbocat /programs/develop/libraries/kolibri-libc/include/sys/ kolibri-libc:
- Added function _ksys_load_pe_driver()
 
8699 1096 d 13 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 1096 d 21 h turbocat /programs/develop/libraries/kolibri-libc/ Added git source kolibri-libc and
Configured autobuild