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
8937 1040 d 14 h turbocat /contrib/sdk/sources/sqlite3/ SQLite3:
removed unnecessary define during compilation
 
8935 1040 d 14 h turbocat /contrib/sdk/sources/sqlite3/ SQLite3:
- shell and library added to autobuild
 
8931 1041 d 14 h turbocat /contrib/sdk/sources/sqlite3/ SQLite3:
Porting completed (demo VFS adapted for KolibriOS).
Now it can be used)
 
8930 1041 d 14 h turbocat /contrib/sdk/sources/newlib/libc/sys/ Newlibc:
- Added a wrapper over con_init (for set console title);
 
8880 1045 d 15 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc:
Update Tupfile
 
8879 1045 d 15 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc:
Added getcwd and dirname
 
8777 1057 d 19 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
 
8771 1059 d 10 h dunkaist /contrib/sdk/sources/zlib/ Fix autobuild.  
8770 1059 d 14 h turbocat /contrib/sdk/sources/zlib/ Trying to fix the ZLIB build  
8768 1059 d 14 h turbocat /contrib/sdk/sources/zlib/ ZLIB:
- Fixed typo
 
8767 1059 d 14 h turbocat /contrib/sdk/sources/zlib/ ZLIB:
Fix lib path
 
8766 1059 d 14 h turbocat /contrib/sdk/sources/zlib/ ZLIB:
- It is now autobuild as a dynamic library(PE DLL).
 
8760 1061 d 19 h turbocat /contrib/sdk/sources/sqlite3/ Added libsqlite3:
Attention! The port is not currently working! SQLITE VFS must be adapted!
(The commit was made so as not to lose progress)
 
8759 1063 d 11 h turbocat /contrib/sdk/sources/newlib/libc/ newlibc:
Added new functions:
- dir.h: mkdir, rmdir, chdir
- dirent.h: alphasort, opendir, closedir, readdir, rewinddir, seekdir, telldir, scandir
 
8758 1063 d 17 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Can be compiled as a PE DLL
 
8757 1063 d 19 h turbocat /contrib/sdk/sources/hello_dll/ Added an example of how to make PE DLL libraries  
8723 1073 d 18 h dunkaist / Autobuild: use (only?) double dots operator to interpolate strings  
8648 1131 d 16 h turbocat /contrib/sdk/sources/ SDL and SDL_newlib:
- Fixed mouse button handling events.
- Fixed Makefile
- Delete compile.sh file
 
8619 1156 d 19 h maxcodehack /contrib/ uPDF: move libjbig2dec and libopenjpeg to sdk/sources  
8611 1161 d 2 h maxcodehack /contrib/sdk/sources/newlib/libc/include/sys/ sys/kos.h: more neat +sysfn36 +ZPOS  
8610 1161 d 3 h maxcodehack / Add new syscall wrapper - sys/kos.h
Fridge: improve and move to sys/kos.h
 
8595 1168 d 16 h turbocat /contrib/sdk/sources/newlib/libc/include/ - Fix max_screen_size() function in kos32sys.h  
8580 1179 d 14 h superturbocat2001 /contrib/sdk/sources/newlib/libc/include/ - Rollback to revision 8543  
8573 1180 d 20 h superturbocat2001 /contrib/sdk/sources/newlib/libc/sys/ Fixed date in time() function newlibc  
8544 1191 d 16 h superturbocat2001 /contrib/sdk/sources/newlib/libc/include/ - Added enumeration of kolibri events  
8538 1200 d 3 h superturbocat2001 /contrib/sdk/sources/newlib/libc/include/sys/ svn commit -m " newlibc reverted to revision 8522"  
8537 1200 d 13 h superturbocat2001 /contrib/sdk/sources/newlib/libc/include/sys/ - Fixed error codes for socket.h  
8527 1208 d 1 h maxcodehack /contrib/ Add zlib and jumpnbump to autobuild  
8522 1210 d 19 h superturbocat2001 /contrib/ - Fixed network headers in newlibc and C_layer  
8519 1211 d 2 h maxcodehack /contrib/sdk/sources/newlib/libc/include/sys/ Fix autobuild  
8518 1211 d 2 h maxcodehack / Move C header for console loading to newlib/libc/include  
8504 1212 d 21 h maxcodehack /contrib/sdk/sources/freetype/ Add freetype to autobuild  
8502 1213 d 17 h maxcodehack /contrib/sdk/lib/ Add C++ libraries  
8498 1216 d 22 h maxcodehack /contrib/sdk/samples/Mesa/demos/ Fix osgears OpenGL demo  
8495 1217 d 21 h maxcodehack / Add SDL newlib to autbuild  
8494 1217 d 22 h maxcodehack /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL newlib: clean  
8453 1227 d 18 h maxcodehack /contrib/sdk/sources/newlib/libc/include/ kos32sys.h improvement  
8441 1229 d 3 h maxcodehack /contrib/sdk/sources/newlib/libc/include/ kos32sys.h: Add proc_info struct for SysFn 9 and system_color struct for get system colors  
8343 1238 d 18 h superturbocat2001 /contrib/sdk/sources/newlib/libc/include/sys/ Added functions for working with sockets in newlibc (socket.h)  
8218 1259 d 4 h maxcodehack / Change SDL example