summaryrefslogtreecommitdiff
path: root/external/historical/nawk
AgeCommit message (Expand)Author
2022-07-05awk(1): Fix incomplete edit. Bump date.uwe
2022-07-05awk.1: add articles, remove 'shall'rillig
2022-07-05awk.1: fix typorillig
2022-07-05awk(1): consistent Capitalization.uwe
2022-07-05awk(1): Empty parens of length() be omitted.uwe
2022-07-05awk(1): Another echo(1) example that demonstrates field assignmentuwe
2022-07-05awk(1): Use .It Xo Fo trick to format optional arguments correctlyuwe
2022-07-05awk(1): Document /dev/stdin &c magic names (NB: unrelated to fd(4))uwe
2022-07-05awk(1): Factor out output redirection for print and printf.uwe
2022-07-05awk(1): A few more formatting tweaks to inlibe code bits and piecesuwe
2022-07-05awk(1): Fix editing accident in one of the previous commits.uwe
2022-07-05awk(1): Drop whitespace between initialsuwe
2022-07-05awk(1): more formatting nitsuwe
2022-07-05awk(1): drop POSIX prescriptive "shall" from the otherwise descriptive passageuwe
2022-07-05awk(1): Fix mark up of inline code, the easy cases for now.uwe
2022-07-05awk(1): mark up $<n> properly - '$' is an unary op, not part of the nameuwe
2022-07-05awk(1): document programs that only has BEGIN and/or END pattern-actions.uwe
2022-07-05awk(1): document what assigning to $0 and $<n> doesuwe
2022-07-05awk(1): mark up var=value properlyuwe
2022-07-05awk(1): Fix -width.uwe
2022-07-05awk(1): g/c extraneous space in an exampleuwe
2022-07-05awk(1): use official echo example from POSIXuwe
2022-07-04awk.1: revert changes to example 'echo' programrillig
2022-07-03awk.1: remove trailing space in output of 'echo' example programrillig
2020-11-02From wajap at github:christos
2020-09-02Nix trailing whitespace.riastradh
2020-09-01eat the sign, pointed out by uwe@christos
2020-09-01check explicitly for inf and nan. We can't check if it is a number,christos
2020-08-31Add a check_number function that does what is repeated in many places inchristos
2020-08-31Don't try so hard to convert strings into numbers. Results in boguschristos
2020-04-17Now that inputFS is dynamically allocated, make sure it's always non-NULL.ad
2020-02-20Fix failing unittests (by restoring old changes).christos
2020-02-18regenchristos
2020-02-18use the correct header name.christos
2020-02-18merge conflictschristos
2020-02-18Last import was 2010 when there was no ChangeLog yet. I've workedchristos
2019-12-21Add license from https://github.com/onetrueawk/awk/blob/master/LICENSEwiz
2019-12-18Remove macros with no effect.wiz
2019-12-17Sync with upstream.christos
2019-08-01Add translators for \v and \a per posix.christos
2019-08-01remove ### error output accidentally committed.christos
2019-08-01PR/54424: Martijn Dekker: awk: broken character classes in UTF-8 locale:christos
2019-08-01remove trailing whitespace.christos
2019-01-19PR/53885: Martijn Dekker: Add ERE support fromchristos
2018-06-12Do not use index out of bounds in nawkkamil
2017-09-01PR/52516: Guy Incognito: Fix memory leak; setsymtab already calls tostring()christos
2017-05-23Use literal for formatting the examplesabhinav
2015-11-03PR/50199 - fix for strftime called with empty string.shm
2015-04-06Fix important typo, from Joachim Henke on netbsd-docs.wiz
2014-03-23Change the argument names in the prototypes and discussion fordholland