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...详情
知名Linux发行版Manjaro Linux LXQt的维护人员今天正式发布了该操作系统的16.03社区版正式版。
有趣的是,该版本系统的桌面环境与微软Win10操作系统极其相似,看上去好像是有意模仿,包括壁纸和图标等,可能也是为了给用户提供熟悉的用户体验吧。这款操作系统基于Linux 4.4.4长期支持内核版本,包含了新一代LXQt桌面环境,这是一个基于Qt技术的轻量级LXDE项目。其设计...详情
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开发周期开始的时...详情