• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D03-May-2022460 148

awk.hH A D03-May-20224.5 KiB185134

awkgram.yH A D03-May-202213.6 KiB490408

lex.cH A D03-May-202212 KiB570504

lib.cH A D03-May-202216.4 KiB718621

main.cH A D03-May-20225.2 KiB198160

maketab.cH A D03-May-20225 KiB169131

mkfileH A D03-May-2022491 3625

parse.cH A D03-May-20224.9 KiB272204

proto.hH A D03-May-20226 KiB180146

re.cH A D03-May-20226.8 KiB325246

run.cH A D03-May-202242.2 KiB1,9171,736

tran.cH A D03-May-202211.6 KiB435371

README

1This 'awk' source is directly downloaded from the Plan 9 source
2
3http://cm.bell-labs.com/sources/plan9/sys/src/cmd/awk/
4
5as such, it's copyright is held by Lucent Technologies and distributed under the
6Lucent Public License version 1.02 [http://www.opensource.org/licenses/lucent1.02.php].
7
8Modifications were made by Jeff Sickel in order to build using Plan 9 from User
9Space [https://9fans.github.io/plan9port/] to the following files:
10
11    mkfile
12    re.c
13
14