|
楼主 |
发表于 2008-10-15 17:02:12
|
显示全部楼层
* New locales: bo_CN, bo_IN, shs_CA.
新的Locale,对我们也许不重要,但对于使用该语言的人还是重要的。
* New encoding: HP-ROMAN9, HP-GREEK8, HP-THAI8, HP-TURKISH8.
同上,我们一般用不到这些编码,但不等于不重要。
* Sorting rules for some Indian languages (Devanagari and Gujarati).
Implemented by Pravin Satpute.
同上不赘。
* IPV6 addresses in /etc/resolv.conf can now have a scope ID
这个其实是很重要的,IP地址耗尽的危险正在逼近。
* nscd caches now all timeouts for DNS entries
Implemented by Ulrich Drepper.
实现细节方面的改变。不好评论
* nscd is more efficient and wakes up less often.
Implemented by Ulrich Drepper.
同上。
* More checking functions: asprintf, dprintf, obstack_printf, vasprintf,
vdprintf, and obstack_vprintf.
Implemented by Jakub Jelinek.
这是安全性方面的改进。但是需要程序员跟进使用这些新函数。
* Faster memset for x86-64.
Implemented by Harsha Jagasia and H.J. Lu.
* Faster memcpy on x86.
Implemented by Ulrich Drepper.
以上2条是性能改进
* ARG_MAX is not anymore constant on Linux. Use sysconf(_SC_ARG_MAX).
Implemented by Ulrich Drepper.
把变量改成可以配置的了。这也很有意义,也许马上就可以有具体应用。
* Faster sqrt and sqrtf implemention for some PPC variants.
Implemented by Stephen Munroe.
不用PPC就没有用。 |
|