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
9237 932 d 21 h leency /programs/demos/view3ds/ View3DS by macgub: bugfixes and new rendering model - ray casted shadows. Check Readme for more info.  
9235 933 d 15 h turbocat /programs/develop/tinybasic-1.0.4/ tinybasic-1.0.4 fixed Tupefile.lua  
9234 933 d 15 h turbocat /programs/develop/tinybasic-1.0.4/ TinyBasic-1.0.4 added to autobuild  
9233 933 d 16 h turbocat /programs/develop/ktcc/trunk/ libc.obj: Fixed div, ldiv, lldiv ( problem with the compatibility of returned structures in functions between tcc and gcc) thanks to Boppan).  
9230 934 d 23 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- added strtod();
- added "+" to fopen mode;
 
9229 935 d 4 h turbocat /programs/develop/ktcc/trunk/ ktcc : libcryptal fixed crash  
9228 935 d 7 h hidnplayr /programs/network/udpserv/ add very simple UDP server example  
9220 950 d 4 h Boppan /programs/develop/clink/ [clink] Make it compile by GCC  
9218 950 d 16 h Boppan /programs/develop/clink/ [clink] Update README.txt  
9217 951 d 6 h Doczom /programs/system/amd_temp_view/ rename amd_temp_view.asm in AMDtemp.asm  
9216 952 d 13 h dunkaist /programs/ libcrash: sync with upstream.

* Implement new algorithms:
- MACs: Poly1305, HMAC (SHA2_256, SHA2_512),
- ciphers: ChaCha20, AES256CTR, AES256CBC.
* Remove MD4 hash.
* Change API (it happens).
* Update crashtest example.
 
9210 963 d 20 h akron1 /programs/develop/cedit/ CEDIT: minor fixes, refactoring  
9209 966 d 21 h hidnplayr /programs/develop/mtdbg/ Bugfix from 'Jurgen' for repne scasw / repnz stosw and handling of unknown/invalid opcodes.
See https://board.kolibrios.org/viewtopic.php?p=77209#p77209 for details.
 
9208 968 d 22 h akron1 /programs/develop/cedit/ CEDIT: internal changes  
9207 970 d 18 h turbocat /programs/develop/ktcc/trunk/ Added libshell for TCC  
9205 970 d 20 h turbocat /programs/develop/ktcc/trunk/bin/lib/ Loaded libSDL.a, libsound.a and updated libc.obj.a for tcc.  
9204 970 d 20 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added vsprintf to export
- Added sdltest.c example
 
9201 971 d 21 h Doczom /programs/cmm/misc/ fix height checkbox  
9200 972 d 20 h akron1 /programs/develop/cedit/ CEDIT: minor fixes  
9199 974 d 22 h Doczom /programs/system/amd_temp_view/ add @notify message for input error load driver  
9198 974 d 23 h Doczom /programs/system/cpu/trunk/ fix BUTTON.WIDTH in cpu.asm  
9197 975 d 20 h akron1 / cedit: search selected text
FB2 Reader: minor fix
 
9196 977 d 4 h dunkaist /programs/testing/pcidev/trunk/ pcidev: fix output of the last bus #, increase window height  
9194 980 d 15 h akron1 /programs/develop/cedit/ CEDIT: bugfix  
9193 981 d 16 h akron1 /programs/develop/cedit/ CEDIT: optional highlighting of operators and delimiters  
9190 982 d 21 h akron1 /programs/develop/cedit/ CEDIT: menu changes  
9189 983 d 19 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/stdlib/ libc.obj: Fixed calloc function  
9187 985 d 17 h akron1 /programs/develop/cedit/ CEDIT: Keyboard navigation in menu; internal changes  
9182 988 d 17 h akron1 /programs/develop/cedit/ CEDIT: new checkboxes  
9181 989 d 18 h akron1 /programs/develop/cedit/ CEDIT: better timer, minor fixes  
9180 990 d 17 h akron1 /programs/develop/cedit/ CEDIT: EOL conversion (CRLF/LF/CR)  
9179 990 d 18 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ libc.obj:
- Extra zero for use with gcc
 
9178 992 d 3 h rgimad /programs/cmm/browser/ WebView: added build and run scripts for linux  
9177 993 d 21 h akron1 /programs/develop/oberon07/ Oberon07: v1.53  
9176 993 d 21 h akron1 /programs/develop/cedit/ CEDIT: rebuild  
9175 993 d 22 h akron1 / CEDIT: some small changes  
9174 994 d 15 h akron1 /programs/develop/cedit/ CEDIT: new version  
9173 994 d 17 h turbocat /programs/system/shell/ SHELL 0.8.3:
- Added the ability to create parent directories if needed( "mkdir" command)
 
9167 998 d 18 h turbocat /programs/develop/libraries/console_coff/ console.obj :
- better mechanism for killing the parent process.
 
9165 998 d 19 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- fixed fread bug