Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9952 112 d 1 h turbocat / NewLib:
- Duplicate functionality files removed;
- Refactoring of file handling functions;
- Removed broken impliments.
Gears (C + TinyGL):
- Removed because it duplicates an existing example on Fasm and uses unsupported wrappers on the KOS API.
KosJS:
- Removed. The MuJS port is too old and not used anywhere. Support is not profitable.
Backy:
- Removed useless GCC version. Support is not profitable.
DGen-SDL and SQLite3
- Fix after removing broken "dirent.h".
Fridge:
- Moving the KOS API wrapper to avoid compilation errors.
Udis86, uARM and 8086tiny:
- Fix after removing redundant "kos_LoadConsole.h".
 
9716 802 d 9 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc: Added wrapper for all console.obj functions.  
9354 875 d 4 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc: Added con_set_title wrapper  
8930 1037 d 1 h turbocat /contrib/sdk/sources/newlib/libc/sys/ Newlibc:
- Added a wrapper over con_init (for set console title);
 
8777 1053 d 6 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc:
- Fixed bug with input to the console (when clicking on "backspace" characters were not deleted).
- Added _NO_STDERR macro for redirecting "stderr" to the console
 
6536 2767 d 2 h serge /contrib/sdk/sources/newlib/ newlib-2.4.0  
6074 3020 d 6 h serge /contrib/sdk/sources/newlib/ newlib: rework console initialization.  
6068 3020 d 21 h serge /contrib/sdk/sources/newlib/ newlib: 1)native console support for printf.c() and puts.c()
2)static libc and linking against static libraries