summaryrefslogtreecommitdiffstats
path: root/src/cmd/awk
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-1010-31/+21
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* awk: split record into runes for empty FS (#292)Fazlul Shahriar2019-10-291-4/+9
| | | | | | | | | | | | awk was splitting records into bytes instead of runes for empty FS. For example, this was printing only the first byte of the utf-8 encoding of é: echo é | awk 'BEGIN{FS=""}{print $1}' The change just copies how the `split` function handles runes. Originally reported by kris on twitter: https://twitter.com/p9luv/status/1180436083433201665
* all: update site from swtch.com to 9fans.github.ioRuss Cox2017-09-011-1/+1
|
* fix clang warnings reported by Tuncer AyazRuss Cox2012-10-211-4/+1
| | | | | R=rsc http://codereview.appspot.com/6744054
* awk: sync with Plan 9Michael Teichgräber2009-08-111-12/+33
| | | | http://codereview.appspot.com/104087
* cmd: getline now a dirty word (James Toy)Russ Cox2009-05-311-0/+2
|
* awk: delete y.outputRuss Cox2008-12-061-9032/+0
|
* awk/mkfile: tabifyRuss Cox2008-12-061-3/+3
|
* awk: import from sourcesJeff Sickel2008-11-0314-0/+14513