Skip to content

Commit 5a55dae

Browse files
committed
Add Doug McIlroy as author of calendar, tee, tsort
According to https://www.cs.dartmouth.edu/~doug/: Some things I have worked on: [...] Unix programs: spell, diff, sort, join, graph, speak, tr, tsort, calendar, echo, tee, etc. Found in Brian Kernighan: UNIX A History and a Memoir, p. 83
1 parent fde7b4a commit 5a55dae

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

src/author-path/Research-V5

+2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ usr/source/s1/fed..\.s rhm,ken
6565
usr/source/s1/form.\.s rhm,ken
6666

6767
# From Doug McIlroy email 2016-12-03
68+
# https://www.cs.dartmouth.edu/~doug/
6869
usr/source/s1/echo\.c doug
70+
usr/source/s2/tee\.c doug
6971
usr/source/s2/tr\.c doug
7072

7173
# Default

src/author-path/Research-V6

+4
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ usr/doc/man/man1/tty\.1 dmr,ken
137137
usr/doc/man/man1/who\.1 dmr,ken
138138
usr/doc/man/man1/write\.1 dmr,ken
139139
usr/doc/man/man1/diff\.1 doug
140+
usr/doc/man/man1/tee\.1 doug
140141
usr/doc/man/man1/sort\.1 ken,doug
141142
usr/doc/man/man1/wc\.1 jfo
142143
usr/doc/man/man1/bas\.1 ken
@@ -171,6 +172,9 @@ usr/doc/man/man1/tr\.1 doug
171172
usr/doc/man/man1/spell\.1 scj,doug,rje
172173
usr/doc/man/man3/alloc\.3 doug
173174

175+
# https://www.cs.dartmouth.edu/~doug/
176+
usr/source/s2/tee\.c doug
177+
174178
# Default
175179
# Regarding the order of names
176180
# "The reader will not, on the average, go far wrong if he reads each

src/author-path/Research-V7

+9
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ usr/man/man1/cal\.1 ken
186186
usr/man/man1/mail\.1 ken
187187
usr/man/man1/diff.* doug
188188
usr/man/man1/graph\.1g doug
189+
usr/man/man1/tee\.1 doug
189190
usr/man/man1/join\.1 doug
190191
usr/man/man1/spell\.1 scj,doug,rje
191192
usr/man/man1/crypt\.1 rhm
@@ -266,6 +267,7 @@ usr/man/man1/fgrep\.1 aho
266267
# From Doug McIlroy email 2016-12-03
267268
usr/man/man1/echo\.1 doug
268269
usr/src/cmd/echo\.c doug
270+
usr/src/cmd/tee\.c doug
269271
usr/man/man1/tr\.1 doug
270272
usr/src/cmd/tr\.c doug
271273

@@ -277,6 +279,13 @@ usr/man/man3/.* dmr
277279
usr/man/man3/malloc\.3 doug
278280
usr/src/libc/gen/malloc\.c doug
279281

282+
# https://www.cs.dartmouth.edu/~doug/
283+
bin/calendar doug
284+
usr/man/man1/calendar\.1 doug
285+
usr/src/cmd/calendar\.c doug
286+
usr/man/man1/tsort\.1 doug
287+
usr/src/cmd/tsort\.c doug
288+
280289
# Default
281290
# Regarding the order of names
282291
# "The reader will not, on the average, go far wrong if he reads each

0 commit comments

Comments
 (0)