OpenBSD CVS

src/usr.bin/awk/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / awk

Current tag: OPENBSD_7_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] USD.doc/        
[TXT] FIXES  1.40   3 years  millert   Update awk to December 18, 2020 version. Includes the official fix for +-inf and...
[TXT] Makefile  1.18   3 years  millert   Update awk to July 30, 2020 version.
[TXT] README.md  1.4   3 years  millert   Update awk to December 8, 2020 version. Prevents strings beginning with "inf" or...
[TXT] awk.1  1.62   3 years  jsg   use a journal reference instead of cstr when possible
[TXT] awk.h  1.27   3 years  millert   Implement mktime() function for compatibility with mawk and gawk. This is the on...
[TXT] awkgram.y  1.14   3 years  millert   Integrate the bsd-features branch from awk github. Implements the gensub(), syst...
[TXT] b.c  1.37   2 years  millert   Avoid a potential buffer overflow in backslash escaping. https://github.com/onet...
[TXT] lex.c  1.27   3 years  millert   Update awk to December 8, 2020 version. Prevents strings beginning with "inf" or...
[TXT] lib.c  1.46   2 years  millert   Fix readrec's definition of a record It is not sufficient to check for the EOF f...
[TXT] main.c  1.48   2 years  millert   POSIX mandates that -F str be treated the same as -v FS=str. For a null string, ...
[TXT] maketab.c  1.20   3 years  millert   Update awk to July 30, 2020 version.
[TXT] parse.c  1.13   3 years  millert   Update awk to December 8, 2020 version. Prevents strings beginning with "inf" or...
[TXT] proto.h  1.20   3 years  millert   Update awk to December 8, 2020 version. Prevents strings beginning with "inf" or...
[TXT] run.c  1.69   3 years  millert   Update awk to December 8, 2020 version. Prevents strings beginning with "inf" or...
[TXT] tran.c  1.33   3 years  millert   Update awk to December 18, 2020 version. Includes the official fix for +-inf and...