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.

2012-03-30 21:43
4.0.1

反斜杠在 sub() 和 gsub() 的缺省处理已被回复的 3.1,尽管有带来了符合标准的行为。已完成的理性范围解释执行。未能设置组不再是一个致命的错误。有很多的小 bug 已修复。取得了很多的可移植性改进。
标签: Minor feature enhancements, Minor bugfixes
The default handling of backslashes in sub() and gsub() has been reverted to the behavior of 3.1, despite having brought standards compliance. The implementation of Rational Range Interpretation has been completed. Failure to set the group is no longer a fatal error. Lots of minor bugs have been fixed. Many portability improvements have been made.

2011-07-06 05:43
4.0.0

被添加新的选项。现在,所有的长选项有相应的短选项。 “ - 沙箱”选项禁用的系统调用()和文件系统的写访问。 2008年的POSIX行为为“分”和“GSUB”现在是默认的,从以前的行为带来的变化。正则表达式得到了增强。许多进一步增强,以及bug修复和代码清理。
标签: Major feature enhancements, Minor bugfixes
New options were added. All long options now have corresponding short options. The "--sandbox" option disables the call of system() and write access to the file system. The POSIX 2008 behavior for "sub" and "gsub" is now the default, bringing a change from the previous behavior. Regular expressions were enhanced. Many further enhancements as well as bugfixes and code cleanups were made.

2009-09-02 18:37
3.1.7

增强功能和错误修正了许多。
标签: Minor
Lots of enhancements and bugfixes were made.

2005-10-14 10:36
3.1.5

标签: Minor bugfixes

2003-07-10 23:19
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