Download List

项目描述

The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-07-10 23:19 Back to release list
3.1.3

POSIX是遵循的输入,输出本地数字格式的处理,以及数字/串转换。多字节检测已有所改善。对'处理关闭'了更多的POSIX的兼容为POSIXLY_CORRECT。 Automake的是更新到1.7.5。 configure.in更名为configure.ac。 C语言风格的switch语句的信息,但必须使通过'在编译时配置-使开关'。 %C总打印不超过一个字符提供任何精度。 strtonum(<数值)现在工作了。 gettext的是更新到0.12.1。历史的实践和POSIX是为了'返回值后兰特':它现在0“= ñ”1。
标签: Major bugfixes
POSIX is followed in handling of local numeric formats for input, output, and number/string conversions. Multibyte detection has been improved. Handling of 'close' was made more POSIX-compliant for POSIXLY_CORRECT. Automake was updated to 1.7.5. configure.in was renamed to configure.ac. C-style switch statements are available, but must be enabled at compile time via 'configure --enable-switch'. %c always prints no more than one character whatever precision is provided. strtonum(&lt;number&gt;) now works again. gettext was updated to 0.12.1. Historical practice and POSIX is followed for the return value of 'rand': it's now 0 &lt;= N &lt; 1.

Project Resources