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
8797 1071 d 16 h turbocat /programs/develop/libraries/microtar/ Fixed mtar.obj build  
8793 1071 d 16 h turbocat /programs/develop/ kolibri-libc:
Move to folder with tcc. Part 1
 
8791 1071 d 18 h turbocat /programs/develop/libraries/microtar/ Added microtar library(mtar.obj)
(Library for working with tar archives)
 
8790 1071 d 18 h turbocat /programs/develop/libraries/kolibri-libc/source/stdio/ kolibri-libc:
Fixed fseek return
 
8787 1073 d 3 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc:
- Fixed errno
- Fixed time functions and added new
- Socket functions are now in libraries
 
8774 1075 d 10 h rgimad /programs/develop/libraries/kos_mbedtls/ Upload MbedTLS port
nothing new since january
just upload so all devs can participate.
 
8745 1087 d 15 h turbocat /programs/develop/libraries/kolibri-libc/include/ kolibri-libc
- Added new headers
 
8744 1087 d 15 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.
 
8743 1088 d 6 h turbocat /programs/develop/libraries/kolibri-libc/ kolibri-libc
- Added srand and rand
- Added _libc_get_version
- Update libc.obj.a binary
 
8730 1089 d 15 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
 
8724 1090 d 11 h dunkaist / Fix autobuild.  
8718 1103 d 8 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
 
8710 1111 d 13 h Coldy /programs/develop/libraries/dll/ /lib/dll.asm
Fixed include path
 
8709 1111 d 14 h Coldy / Dll autoload
Kernel
- removed unnecessary and rewrote/add some comments, no code changes
User (lib/dll.obj)
- Introduced new KX header as extension for existing formats
- Added staring KX header processing
- Improved import table test logic, no reason to kill app for import absence - skip
import processing (tnx ProMiNick)
- Add ReadMe.txt
 
8705 1112 d 9 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 1113 d 12 h turbocat /programs/develop/libraries/kolibri-libc/include/sys/ kolibri-libc:
- Added function _ksys_load_pe_driver()
 
8699 1115 d 6 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
 
8694 1115 d 13 h turbocat /programs/develop/libraries/kolibri-libc/source/ Fix autobuild: delete libc.obj in source  
8693 1115 d 13 h turbocat / Fix autobuild  
8690 1115 d 14 h turbocat /programs/develop/libraries/kolibri-libc/lib/ kolibri-libc:
delete lib/libc.obj
 
8689 1115 d 14 h turbocat /programs/develop/libraries/kolibri-libc/source/exports/ kolibri-libc:
Removed exports.c
 
8688 1115 d 14 h turbocat /programs/develop/libraries/kolibri-libc/linuxtools/ kolibri-libc:
Removed binaries in linuxtools folder
 
8687 1115 d 14 h turbocat /programs/develop/libraries/kolibri-libc/ Added git source kolibri-libc and
Configured autobuild
 
8681 1117 d 11 h IgorA /programs/develop/libraries/box_lib/trunk/ fix divide by 0 in function edit_box.get_n  
8673 1125 d 20 h Coldy /programs/develop/libraries/dll/ For DLL autoload  
8672 1125 d 21 h Coldy /programs/develop/libraries/dll/ For DLL autoload  
8666 1139 d 6 h dunkaist / Upload View3ds 0.72 by macgub.  
8582 1195 d 20 h Kenshin /programs/develop/libraries/ little documentation fix: color names according to ECMA-48 standard  
8575 1197 d 7 h superturbocat2001 /programs/develop/libraries/http/ - Restored revision with http_free fix  
8571 1198 d 7 h superturbocat2001 /programs/develop/libraries/http/ rollback to revision 8023
(http_free fix not working)
 
8570 1198 d 8 h superturbocat2001 /programs/develop/libraries/http/ - Fixed http_free freeing memory in http.obj.  
8568 1199 d 8 h IgorA /programs/ fix mouse redraw in 'checkbox'  
8533 1220 d 22 h IgorA /programs/ fix tree_list (r. 7959)
fix t_edit (r. 7877)
 
8532 1222 d 11 h IgorA /programs/ change cursor in t_edit  
8528 1223 d 21 h maxcodehack /programs/ TinyGL: newlib
Gears: newlib
 
8497 1234 d 1 h dunkaist /programs/ kiv and libimg.asm: Follow asm style guide, no semantic changes.  
8463 1242 d 17 h IgorA /programs/develop/libraries/libs-dev/ libimg: can save 32 bit png  
8449 1245 d 8 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Improve support of transparent PNG images.

* Support grayscale images with alpha channel.
* Support rgb images with transparent color.
* Process 'tRNS' chunk (simple transparency).

Transparent png images were already supported for color type 6, which
is RGBA. Now indexed images (color type 3) can also have transparency
via 'tRNS' chunk data.
 
8442 1245 d 20 h IgorA /programs/ tinygl.obj: add some functions,
load_img.inc: delete old file load_lib
 
8409 1249 d 14 h IgorA /programs/develop/libraries/TinyGL/asm_fork/examples/ fix test_array1.asm