Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1967 6524 d 19 h jermar /tags/0.2.0.3/ Tagging release 0.2.0.3  
1787 6632 d 22 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1740 6656 d 2 h jermar /uspace/trunk/ Changes to uspace doxygen comments.  
1657 6666 d 15 h cejka /uspace/trunk/ Another doxygen comments.  
1031 6750 d 16 h cejka /uspace/trunk/ SoftFloat integrated into HelenOS uspace.  
835 6780 d 17 h cejka /uspace/trunk/softfloat/generic/ Fixed bugs in 64bit float division.  
829 6784 d 3 h cejka /uspace/trunk/softfloat/ Fixed some problems with 64 bit arithmetic but others still persisting.  
828 6784 d 14 h cejka /uspace/trunk/softfloat/ 64bit float division added.
Some bugs fixed in 64bit multiplication and adding.
 
804 6787 d 16 h cejka /uspace/trunk/softfloat/ 32 bit float division added.
Some small bugs fixed.
Code cleanup.
 
731 6803 d 2 h cejka /uspace/trunk/softfloat/ Arithmetic.c divided into four new files.
64 bit add implemented.