Midnight Commander 4.8.16发布了,大量bug得到修复。
更新日志:
核心:
Support for ash + bugfixes for bash, fish (#2742)
Find file: empty file name matches any file name (#3593)
Find file: empty value of “Content...详情
FreeBSD 10.3-RC2发布了。
更新日志:
Noteworthy Changes Since 10.3-RC1 :
Under certain circumstances, `zfs send -i`, i. e. incremental ZFS
send, could lead to data corruption, which has been addressed by
impor...详情
Virtualbox 5.0.16 发布了,可更新下载使用。
改进记录:
VMM: fixed a problem which could lead to a wrong guest behavior on AMD CPUs (#14831, #15186)
GUI: prevent a crash during startup under rare conditions
GUI: posit...详情
Keith Randall从2015年初就开始设计Go编译器的SSA(Static Single Assignment,静态单赋值)后端。将原来的IR转换成SSA形式的IR,可以引入更多优化,比如更好的公共子表达式消除、无用代码消除、寄存器分配和栈帧分配等,从而生成效率更高的指令。当然,编译速度可能会受到影响。
在探讨Go 1.7的开发计划时,Russ Cox就提到,在Go 1.7开发周期开始的时...详情