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.
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.
O tratamento padrão de barras invertidas em Adicionar e gsub() tem sido revertido para o comportamento de 3.1, apesar de ter trazido a conformidade com os padrões. Foi concluída a implementação da interpretação racional do intervalo. Falha ao definir o grupo já não é um erro fatal. Lotes de pequenos bugs foram corrigidos. Foram feitas muitas melhorias de portabilidade.
Tags:
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.
Novas opções foram adicionadas. Todas as opções de longo agora têm correspondentes opções curtas. A "- sandbox" opção desativa a chamada de system () e acesso de gravação para o sistema de arquivos. O POSIX 2008 comportamento para "sub" e "gsub" agora é o padrão, trazendo uma mudança do comportamento anterior. Expressões regulares foram reforçadas. Muitas outras melhorias, bem como correções de bugs e limpezas de código foram feitas.
Tags:
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.
POSIX é seguido na manipulação de formatos numéricos para o local de entrada, saída e / número de conversões de cadeia. Detecção Multibyte foi melhorada. Manipulação de perto 'foi feito mais POSIX-compliant para POSIXLY_CORRECT. Automake foi atualizado para 1.7.5. configure.in foi renomeado para configure.ac. C-declarações mudar estilo estão disponíveis, mas deve ser ativado em tempo de compilação através de "configure - enable-switch '. % c imprime sempre mais de um personagem que quer precisão é fornecido. strtonum (<número>) trabalha agora novamente. gettext foi atualizado para 0.12.1. Prática histórica e POSIX é seguido para o valor de retorno de 'rand': é agora 0 <= N <1.
Tags:
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(<number>) 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 <= N < 1.