Subversion Repositories Kolibri OS

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
10028 2 d 9 h ace_dent / Optimize png files for `games`

Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 64 KiB (~64 KiB kpacked), average ~16% saving for 9 files.
Documentation only artwork (distributed outside a program):
- Slimmed 4.5 KiB (~4.6 KiB kpacked), average ~15% saving for 6 files.
Source artwork material (not directly included in a distribution):
- Slimmed 2.6 KiB (~2 KiB kpacked), average ~26% saving for 4 files.
 
/contrib/games/hydracastlelabyrinth/icon.png
/programs/games/bnc/trunk/bk100.png
/programs/games/bnc/trunk/bk5.PNG
/programs/games/bnc/trunk/bnc4.PNG
/programs/games/bnc/trunk/bnc6.PNG
/programs/games/clicks/trunk/lib/boxes.png
/programs/games/clicks/trunk/lib/cups.png
/programs/games/heliothryx/localization-tool/font.png
/programs/games/lights/trunk/Lights_HINT.PNG
/programs/games/pig/trunk/evil.png
/programs/games/pig/trunk/font.png
/programs/games/pig/trunk/glassfont.png
/programs/games/pig/trunk/icons.png
/programs/games/pig/trunk/lifepig.png
/programs/games/pig/trunk/pigframes.png
/programs/games/pig/trunk/slime.png
/programs/games/pig/trunk/stars.png
/programs/games/pig/trunk/tiles.png
/programs/games/pipes/pipes.png
10019 2 d 20 h ace_dent /contrib/media/updf/apps/icons/ Optimize png files for `media/updf`

Lossless optimization of png image files, using `pngslim` and other tools.
Source artwork material (not directly included in a distribution):
- Slimmed 9.5 KiB (~8.6 KiB kpacked), average ~43% saving for 2 files.
 
/contrib/media/updf/apps/icons/toolbar.png
/contrib/media/updf/apps/icons/updf.png
10018 2 d 22 h ace_dent /contrib/sdk/sources/ Optimize png files for `sdk` resources

Lossless optimization of png image files, using `pngslim` and other tools.
Documentation only artwork (distributed outside a program):
- Slimmed 77.7 KiB (~77.5 KiB kpacked), average ~16% saving for 5 files.
 
/contrib/sdk/sources/Mesa/mesa-10.6.0/docs/gears.png
/contrib/sdk/sources/Mesa/mesa-9.2.5/docs/gears.png
/contrib/sdk/sources/SDL-1.2.2/SDL_image/test/test.png
/contrib/sdk/sources/expat/doc/expat.png
/contrib/sdk/sources/expat/doc/valid-xhtml10.png
10014 7 d 23 h ace_dent /contrib/toolchain/avra/doc/images/ Optimize png files for `toolchain/avra`

Lossless optimization of png image files, using `pngslim` and other tools.
Documentation only artwork (distributed outside a program):
- Slimmed 26.7 KiB (~22.2 KiB kpacked), average ~40% saving.
 
/contrib/toolchain/avra/doc/images/highlighter.png
/contrib/toolchain/avra/doc/images/icons/callouts/1.png
/contrib/toolchain/avra/doc/images/icons/callouts/10.png
/contrib/toolchain/avra/doc/images/icons/callouts/11.png
/contrib/toolchain/avra/doc/images/icons/callouts/12.png
/contrib/toolchain/avra/doc/images/icons/callouts/13.png
/contrib/toolchain/avra/doc/images/icons/callouts/14.png
/contrib/toolchain/avra/doc/images/icons/callouts/15.png
/contrib/toolchain/avra/doc/images/icons/callouts/2.png
/contrib/toolchain/avra/doc/images/icons/callouts/3.png
/contrib/toolchain/avra/doc/images/icons/callouts/4.png
/contrib/toolchain/avra/doc/images/icons/callouts/5.png
/contrib/toolchain/avra/doc/images/icons/callouts/6.png
/contrib/toolchain/avra/doc/images/icons/callouts/7.png
/contrib/toolchain/avra/doc/images/icons/callouts/8.png
/contrib/toolchain/avra/doc/images/icons/callouts/9.png
/contrib/toolchain/avra/doc/images/icons/caution.png
/contrib/toolchain/avra/doc/images/icons/example.png
/contrib/toolchain/avra/doc/images/icons/home.png
/contrib/toolchain/avra/doc/images/icons/important.png
/contrib/toolchain/avra/doc/images/icons/next.png
/contrib/toolchain/avra/doc/images/icons/note.png
/contrib/toolchain/avra/doc/images/icons/prev.png
/contrib/toolchain/avra/doc/images/icons/tip.png
/contrib/toolchain/avra/doc/images/icons/up.png
/contrib/toolchain/avra/doc/images/icons/warning.png
/contrib/toolchain/avra/doc/images/smallnew.png
/contrib/toolchain/avra/doc/images/tiger.png
10006 45 d 4 h dunkaist /contrib/sdk/sources/SDL-1.2.2_newlib/src/ Fix autobuild for nasm

nasm requires a slash for include directories. At least its man says so.
On some platforms it worked, on some didn't. Maybe old versions of nasm
are more strict. Now it should work everywhere.
 
/contrib/sdk/sources/SDL-1.2.2_newlib/src/Tupfile.lua
9989 69 d 10 h turbocat /contrib/sdk/sources/newlib/libc/ Newlib:
- Added missing basename.c;
- Added original dirname.c;
- Added getcwd (extension of POSIX.1 standard, as in the original NewLib).
 
/contrib/sdk/sources/newlib/libc/unix
/contrib/sdk/sources/newlib/libc/unix/basename.c
/contrib/sdk/sources/newlib/libc/unix/dirname.c
/contrib/sdk/sources/newlib/libc/unix/getcwd.c
/contrib/sdk/sources/newlib/libc/string/dirname.c
/contrib/sdk/sources/newlib/libc/sys/getcwd.c
/contrib/sdk/sources/newlib/libc/Makefile
/contrib/sdk/sources/newlib/libc/Tupfile.lua
9988 69 d 16 h ace_dent / Optimize logo.png

Lossless optimization of png files:
- 2x `logo.png` slimmed 2623 bytes, ~5% saving.
 
/contrib/C_Layer/EXAMPLE/img_example/logo.png
/programs/develop/ktcc/trunk/libc.obj/samples/clayer/logo.png
9961 123 d 1 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios/ SDL: Fixed cursor freezing in some cases.  
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios/SDL_kolibri_events.c
9960 123 d 3 h turbocat / uPDF:
- Fixed a bug with floating icons;
- Removed include kos32sys.h.
 
/contrib/media/updf/apps/Makefile
/contrib/media/updf/apps/kolibri.c
/contrib/media/updf/apps/kolibri.h
/contrib/media/updf/apps/kos_main.c
/data/common/media/updf
9959 123 d 5 h turbocat / Newlib: Added enviroment emulation via the file /sys/settings/system.env  
/contrib/sdk/sources/newlib/libc/stdlib/envlock.c
/data/common/settings/system.env
/contrib/sdk/sources/newlib/libc/Makefile
/contrib/sdk/sources/newlib/libc/Tupfile.lua
/contrib/sdk/sources/newlib/libc/crt/crtdll.c
/contrib/sdk/sources/newlib/libc/stdlib/getenv.c
/contrib/sdk/sources/newlib/libc/stdlib/getenv_r.c
/data/Tupfile.lua
9956 123 d 12 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/include/ SDL: Added CD-ROM and Joystick stubs for easer porting  
/contrib/sdk/sources/SDL-1.2.2_newlib/include/SDL_cdrom.h
/contrib/sdk/sources/SDL-1.2.2_newlib/include/SDL_error.h
/contrib/sdk/sources/SDL-1.2.2_newlib/include/SDL_events.h
/contrib/sdk/sources/SDL-1.2.2_newlib/include/SDL_joystick.h
9955 124 d 8 h turbocat /contrib/sdk/sources/newlib/libc/posix/ NewLib:
Added missing dirent impl
 
/contrib/sdk/sources/newlib/libc/posix/closedir.c
/contrib/sdk/sources/newlib/libc/posix/opendir.c
/contrib/sdk/sources/newlib/libc/posix/readdir.c
/contrib/sdk/sources/newlib/libc/posix/rewinddir.c
/contrib/sdk/sources/newlib/libc/posix/seekdir.c
/contrib/sdk/sources/newlib/libc/posix/telldir.c
9954 124 d 8 h turbocat /contrib/sdk/sources/newlib/libc/ NewLib:
- Added basic support for dirent.h;
- Added memory.h for compatibility;
- Added ftruncate() function;
- Fixed date and time structures in ksys_file_info_t.
 
/contrib/sdk/sources/newlib/libc/include/dirent.h
/contrib/sdk/sources/newlib/libc/include/memory.h
/contrib/sdk/sources/newlib/libc/posix
/contrib/sdk/sources/newlib/libc/sys/ftruncate.c
/contrib/sdk/sources/newlib/libc/Makefile
/contrib/sdk/sources/newlib/libc/Tupfile.lua
/contrib/sdk/sources/newlib/libc/include/sys/ksys.h
/contrib/sdk/sources/newlib/libc/include/sys/unistd.h
/contrib/sdk/sources/newlib/libc/sys/stat.c
9952 132 d 9 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".
 
/contrib/sdk/sources/newlib/libc/sys/chdir.c
/contrib/sdk/sources/newlib/libc/sys/getcwd.c
/programs/games/fridge/kos.h
/contrib/sdk/sources/newlib/libc/Makefile.ebox
/contrib/sdk/sources/newlib/libc/dirent
/contrib/sdk/sources/newlib/libc/include/dirent.h
/contrib/sdk/sources/newlib/libc/include/kos32sys.h
/contrib/sdk/sources/newlib/libc/include/sys/dir.h
/contrib/sdk/sources/newlib/libc/include/sys/dirent.h
/contrib/sdk/sources/newlib/libc/include/sys/kos.h
/contrib/sdk/sources/newlib/libc/include/sys/kos_LoadConsole.h
/contrib/sdk/sources/newlib/libc/include/sys/kos_io.h
/contrib/sdk/sources/newlib/libc/include/sys/socket.h
/contrib/sdk/sources/newlib/libc/libc.def
/contrib/sdk/sources/newlib/libc/libc.orig.def
/contrib/sdk/sources/newlib/libc/sys/create.c
/contrib/sdk/sources/newlib/libc/sys/finfo.c
/contrib/sdk/sources/newlib/libc/sys/fsize.c
/programs/demos/gears
/programs/develop/backy/gcc_version
/programs/develop/kosjs
/contrib/other/8086tiny/8086tiny.c
/contrib/other/uarm/main_pc.c
/contrib/other/udcli/udcli.c
/contrib/sdk/sources/newlib/libc/Makefile
/contrib/sdk/sources/newlib/libc/Tupfile.lua
/contrib/sdk/sources/newlib/libc/crt/console.asm
/contrib/sdk/sources/newlib/libc/crt/crtdll.c
/contrib/sdk/sources/newlib/libc/include/sys/ksys.h
/contrib/sdk/sources/newlib/libc/include/sys/stat.h
/contrib/sdk/sources/newlib/libc/sdk/fasm/include/libc.inc
/contrib/sdk/sources/newlib/libc/sys/close.c
/contrib/sdk/sources/newlib/libc/sys/conio.c
/contrib/sdk/sources/newlib/libc/sys/fstat.c
/contrib/sdk/sources/newlib/libc/sys/ioread.c
/contrib/sdk/sources/newlib/libc/sys/iowrite.c
/contrib/sdk/sources/newlib/libc/sys/lseek.c
/contrib/sdk/sources/newlib/libc/sys/open.c
/contrib/sdk/sources/newlib/libc/sys/read.c
/contrib/sdk/sources/newlib/libc/sys/stat.c
/contrib/sdk/sources/newlib/libc/sys/write.c
/contrib/sdk/sources/sqlite3/Makefile
/contrib/sdk/sources/sqlite3/shell/Tupfile.lua
/contrib/sdk/sources/sqlite3/shell/shell.c
/programs/develop/libraries/newlib_example/main.c
/programs/emulator/dgen-sdl-1.33/system.c
/programs/games/fridge/fridge.c
9886 515 d 9 h vitalkrilov /contrib/network/webview_proxy/ webview_proxy: added PHP-script which can be installed on your Web-server and be a proxy for WebView browser  
/contrib/network/webview_proxy
/contrib/network/webview_proxy/README.txt
/contrib/network/webview_proxy/proxy.php
9878 583 d 10 h turbocat /contrib/other/sdlquake-1.0.9/ Quake: mouse capture fixed.  
/contrib/other/sdlquake-1.0.9/sys_sdl.c
/contrib/other/sdlquake-1.0.9/vid_sdl.c
9875 622 d 11 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/timer/dummy/ SDL: Another fix for SDL_Delay.  
/contrib/sdk/sources/SDL-1.2.2_newlib/src/timer/dummy/SDL_systimer.c
9874 622 d 12 h turbocat /contrib/sdk/sources/newlib/libc/ newlib: Try to unify wrappers. And get rid of kos32sys.h  
/contrib/sdk/sources/newlib/libc/crt/gthr-kos32.c
/contrib/sdk/sources/newlib/libc/include/sys/ksys.h
/contrib/sdk/sources/newlib/libc/pe/crtloader.c
/contrib/sdk/sources/newlib/libc/pe/loader.c
/contrib/sdk/sources/newlib/libc/reent/getreent.c
/contrib/sdk/sources/newlib/libc/stdlib/mallocr.c
/contrib/sdk/sources/newlib/libc/sys/clock_gettime.c
9865 654 d 2 h turbocat /contrib/sdk/sources/newlib/libc/include/sys/ newlib ksys.h synchronized with libc.obj  
/contrib/sdk/sources/newlib/libc/include/sys/ksys.h
9836 700 d 20 h turbocat / ksys.h:
- Fixed formatting;
- Added wrapper for sysfunction 65.
 
/contrib/sdk/sources/newlib/libc/include/sys/ksys.h
/programs/develop/ktcc/trunk/libc.obj/include/sys/ksys.h
9830 710 d 22 h vitalkrilov / ksys.h:
- KSYS_SLOT_STATE_FREE has right value (9, not 6) now
- few style changes (snake_case)
 
/contrib/sdk/sources/newlib/libc/include/sys/ksys.h
/programs/develop/ktcc/trunk/libc.obj/include/sys/ksys.h
9829 711 d 8 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)
 
/contrib/sdk/sources/newlib/libc/include/sys/ksys.h
/kernel/trunk/docs/sysfuncr.txt
/programs/develop/ktcc/trunk/libc.obj/include/sys/ksys.h
9797 750 d 9 h dunkaist / [autobuild] Fix asm-only and no-gcc build  
/contrib/games/opentyrian/Tupfile.lua
/contrib/games/wolf3d/Tupfile.lua
/contrib/other/sdlquake-1.0.9/Tupfile.lua
/data/Tupfile.lua
/drivers/audio/a5536/Tupfile.lua
/drivers/ddk/Tupfile.lua
/drivers/devman/Tupfile.lua
/drivers/devman/acpica/Tupfile.lua
/drivers/sensors/k10temp/Tupfile.lua
/programs/develop/libraries/InputBox/Tupfile.lua
9793 750 d 21 h turbocat /contrib/sdk/sources/libvorbis-1.3.7/ Added libvorbis to autobuild  
/contrib/sdk/sources/libvorbis-1.3.7/Tupfile.lua
9792 750 d 21 h turbocat /contrib/sdk/sources/SDL_mixer-1.2.12/ SDL_mixer added to autobuild  
/contrib/sdk/sources/SDL_mixer-1.2.12/Tupfile.lua
9791 750 d 22 h turbocat /contrib/sdk/sources/libogg-1.3.5/ Added libogg to autobuild  
/contrib/sdk/sources/libogg-1.3.5/Tupfile.lua
9790 750 d 22 h turbocat /contrib/games/wolf3d/ wolf3d:
- Now used standart SDL timer functions;
- Removed old files and useless functions.
 
/contrib/games/wolf3d/SDL
/contrib/games/wolf3d/SDL_mixer/dynamic_flac.h
/contrib/games/wolf3d/SDL_mixer/dynamic_fluidsynth.h
/contrib/games/wolf3d/SDL_mixer/dynamic_mod.h
/contrib/games/wolf3d/SDL_mixer/dynamic_mp3.h
/contrib/games/wolf3d/SDL_mixer/dynamic_ogg.h
/contrib/games/wolf3d/SDL_mixer/fluidsynth.h
/contrib/games/wolf3d/SDL_mixer/load_flac.h
/contrib/games/wolf3d/SDL_mixer/load_ogg.h
/contrib/games/wolf3d/SDL_mixer/music_cmd.h
/contrib/games/wolf3d/SDL_mixer/music_flac.h
/contrib/games/wolf3d/SDL_mixer/music_mad.h
/contrib/games/wolf3d/SDL_mixer/music_mod.h
/contrib/games/wolf3d/SDL_mixer/music_modplug.h
/contrib/games/wolf3d/SDL_mixer/music_ogg.h
/contrib/games/wolf3d/SDL_mixer/wavestream.h
/contrib/games/wolf3d/Makefile
/contrib/games/wolf3d/SDL_mixer/mixer.c
/contrib/games/wolf3d/SDL_mixer/music.c
/contrib/games/wolf3d/Tupfile.lua
/contrib/games/wolf3d/id_in.cpp
/contrib/games/wolf3d/id_sd.cpp
/contrib/games/wolf3d/id_sd.h
/contrib/games/wolf3d/id_us_1.cpp
/contrib/games/wolf3d/id_vl.h
/contrib/games/wolf3d/kolibri.cpp
/contrib/games/wolf3d/wl_def.h
/contrib/games/wolf3d/wl_draw.cpp
/contrib/games/wolf3d/wl_inter.cpp
/contrib/games/wolf3d/wl_main.cpp
/contrib/games/wolf3d/wl_menu.cpp
/contrib/games/wolf3d/wl_play.cpp
/contrib/games/wolf3d/wl_text.cpp
9789 750 d 23 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Audio refactoring;
- Delete old menuetos wrappers;
- Fixed tupfile(speed ​​optimization flags) and makefile.
 
/contrib/sdk/sources/SDL-1.2.2_newlib/src/SYSCALL
/contrib/sdk/sources/SDL-1.2.2_newlib/src/Makefile
/contrib/sdk/sources/SDL-1.2.2_newlib/src/Tupfile.lua
/contrib/sdk/sources/SDL-1.2.2_newlib/src/audio/SDL_kolibri_audio.c
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios/SDL_kolibri_video.c
9788 750 d 23 h turbocat /contrib/sdk/sources/newlib/libc/include/sys/ ksys.h:
- Added SF 68.1 and SF 68.14 wrappers
- Added SLOT_STATE enum.
 
/contrib/sdk/sources/newlib/libc/include/sys/ksys.h
9787 751 d 1 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL: remove mentions of menuetos in video src  
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios/SDL_kolibri_events.c
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios/SDL_kolibri_video.c
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios/SDL_kolibri_video.h
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios/SDL_menuetevents.c
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios/SDL_menuetvideo.c
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios/SDL_menuetvideo.h
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/menuetos
/contrib/sdk/sources/SDL-1.2.2_newlib/src/Tupfile.lua
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/SDL_sysvideo.h
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/SDL_video.c
9785 751 d 11 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Refactoring;
- Fixed mouse bug;
- Added middle mouse button support.
 
/contrib/sdk/sources/SDL-1.2.2_newlib/src/timer/dummy/SDL_systimer.c
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/menuetos/SDL_menuetevents.c
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/menuetos/SDL_menuetvideo.c
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/menuetos/SDL_menuetvideo.h
9784 751 d 12 h turbocat /contrib/sdk/sources/newlib/libc/include/sys/ ksys.h:
- Fixed thread info struct;
- Added SF 63.3 wrapper;
- Added SF 18.19 universal wraper;
- Fixed ksys_pos_t.
 
/contrib/sdk/sources/newlib/libc/include/sys/ksys.h
9770 761 d 8 h turbocat /contrib/games/opentyrian/ OpenTyrian: refactoring, fixed launch from game center.  
/contrib/games/opentyrian/SDL/uSDL.c
/contrib/games/opentyrian/Makefile.linux
/contrib/games/opentyrian/Tupfile.lua
/contrib/games/opentyrian/src/destruct.c
/contrib/games/opentyrian/src/game_menu.c
/contrib/games/opentyrian/src/keyboard.c
/contrib/games/opentyrian/src/mainint.c
/contrib/games/opentyrian/src/network.c
/contrib/games/opentyrian/src/nortsong.c
/contrib/games/opentyrian/src/opentyr.c
/contrib/games/opentyrian/src/opentyr.h
/contrib/games/opentyrian/src/setup.c
/contrib/games/opentyrian/src/tyrian2.c
/contrib/games/opentyrian/src/video.c
9769 761 d 9 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/video/ SDL: now window is always centered.  
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/SDL_video.c
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/menuetos/SDL_menuetevents.c
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/menuetos/SDL_menuetvideo.c
9768 761 d 17 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL: Refactoring part1  
/contrib/sdk/sources/SDL-1.2.2_newlib/src/compile_flags.txt
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/menuetos/SDL_menuetevents.c
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/menuetos/SDL_menuetvideo.c
9767 761 d 17 h turbocat / ksys.h:
- Added to Newlib and should be in sync with the file from libc.obj;
- Added new wrappers.
 
/contrib/sdk/sources/newlib/libc/include/sys/ksys.h
/programs/develop/ktcc/trunk/libc.obj/include/sys/ksys.h
9759 770 d 15 h maxcodehack / Samples fix #2 + fridge makefile change  
/contrib/sdk/samples/cpp_hello/Makefile
/contrib/sdk/samples/hello/Makefile
/contrib/sdk/samples/hello/Makefile.static
/programs/games/fridge/Makefile
9758 770 d 15 h maxcodehack /contrib/sdk/samples/ c/c++ samples refactoring  
/contrib/sdk/samples/hello/Makefile
/contrib/sdk/samples/hello/Makefile.shared
/contrib/sdk/samples/cpp_hello/Makefile
/contrib/sdk/samples/cpp_hello/hello.cpp
/contrib/sdk/samples/hello/Makefile.static
/contrib/sdk/samples/hello/hello.c
9757 770 d 16 h maxcodehack /contrib/sdk/sources/newlib/libc/include/sys/ Refactoring sys/kos.h  
/contrib/sdk/sources/newlib/libc/include/sys/kos.h
9716 822 d 17 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc: Added wrapper for all console.obj functions.  
/contrib/sdk/sources/newlib/libc/include/conio.h
/contrib/sdk/sources/newlib/libc/crt/console.asm
/contrib/sdk/sources/newlib/libc/sys/conio.c