Imported from ../bash-2.05b.tar.gz.
[platform/upstream/bash.git] / AUTHORS
1 #
2 # Master author manifest for bash
3 #
4 # Any files appearing in the bash distribution not listed in this file
5 # were created by Chet Ramey.
6 #
7 # Filename      authors (first is original author)
8 #
9 README          Brian Fox, Chet Ramey
10 INSTALL         Brian Fox, Chet Ramey
11 COPYING         Brian Fox, Chet Ramey
12 MANIFEST        Brian Fox, Chet Ramey
13 configure       Chet Ramey
14 Makefile.in     Brian Fox, Chet Ramey
15 configure.in    Chet Ramey
16 aclocal.m4      Chet Ramey
17 config.h.top    Chet Ramey
18 config.h.bot    Chet Ramey
19 config.h.in     Chet Ramey
20 array.c         Chet Ramey
21 print_cmd.c     Brian Fox, Chet Ramey
22 general.c       Brian Fox, Chet Ramey
23 variables.c     Brian Fox, Chet Ramey
24 make_cmd.c      Brian Fox, Chet Ramey
25 copy_cmd.c      Brian Fox, Chet Ramey
26 unwind_prot.c   Brian Fox, Chet Ramey
27 dispose_cmd.c   Brian Fox, Chet Ramey
28 getcwd.c        Roland McGrath, Brian Fox, Chet Ramey
29 bashhist.c      Chet Ramey
30 hash.c          Brian Fox, Chet Ramey
31 parse.y         Brian Fox, Chet Ramey
32 subst.c         Brian Fox, Chet Ramey
33 shell.c         Brian Fox, Chet Ramey
34 sig.c           Chet Ramey
35 trap.c          Brian Fox, Chet Ramey
36 siglist.c       Brian Fox, Chet Ramey
37 version.c       Brian Fox, Chet Ramey
38 flags.c         Brian Fox, Chet Ramey
39 jobs.c          Brian Fox, Chet Ramey
40 input.c         Chet Ramey
41 mailcheck.c     Brian Fox, Chet Ramey
42 pathexp.c       Chet Ramey
43 test.c          Brian Fox, Chet Ramey
44 expr.c          Chet Ramey, Brian Fox
45 alias.c         Brian Fox, Chet Ramey
46 execute_cmd.c   Brian Fox, Chet Ramey
47 bashline.c      Brian Fox, Chet Ramey
48 braces.c        Brian Fox, Chet Ramey
49 bracecomp.c     Brian Fox, Chet Ramey, Tom Tromey
50 nojobs.c        Brian Fox, Chet Ramey
51 vprint.c        Chet Ramey
52 oslib.c         Chet Ramey
53 error.c         Brian Fox, Chet Ramey
54 xmalloc.c       Brian Fox, Chet Ramey
55 alias.h         Brian Fox, Chet Ramey
56 array.h         Chet Ramey
57 builtins.h      Brian Fox, Chet Ramey
58 parser.h        Brian Fox, Chet Ramey
59 variables.h     Brian Fox, Chet Ramey
60 machines.h      Brian Fox, Chet Ramey
61 jobs.h          Brian Fox, Chet Ramey
62 maxpath.h       Brian Fox, Chet Ramey
63 pathexp.h       Chet Ramey
64 mailcheck.h     Chet Ramey
65 filecntl.h      Brian Fox, Chet Ramey
66 hash.h          Brian Fox, Chet Ramey
67 quit.h          Brian Fox, Chet Ramey
68 flags.h         Brian Fox, Chet Ramey
69 shell.h         Brian Fox, Chet Ramey
70 bashjmp.h       Chet Ramey
71 sig.h           Chet Ramey
72 trap.h          Brian Fox, Chet Ramey
73 general.h       Brian Fox, Chet Ramey
74 unwind_prot.h   Brian Fox, Chet Ramey
75 input.h         Brian Fox, Chet Ramey
76 error.h         Brian Fox, Chet Ramey
77 command.h       Brian Fox, Chet Ramey
78 externs.h       Chet Ramey
79 siglist.h       Chet Ramey
80 subst.h         Brian Fox, Chet Ramey
81 dispose_cmd.h   Brian Fox, Chet Ramey
82 bashansi.h      Brian Fox, Chet Ramey
83 make_cmd.h      Brian Fox, Chet Ramey
84 bashhist.h      Chet Ramey
85 bashline.h      Chet Ramey
86 execute_cmd.h   Chet Ramey
87 bashtypes.h     Chet Ramey
88 bashtty.h       Chet Ramey
89 pathnames.h     Chet Ramey
90 y.tab.c         Brian Fox, Chet Ramey
91 y.tab.h         Brian Fox, Chet Ramey
92 parser-built    Brian Fox, Chet Ramey
93 posixstat.h     Brian Fox, Chet Ramey
94 stdc.h          Chet Ramey
95 ansi_stdlib.h   Brian Fox, Chet Ramey
96 memalloc.h      Chet Ramey
97 builtins/ChangeLog      Brian Fox, Chet Ramey
98 builtins/Makefile.in    Brian Fox, Chet Ramey
99 builtins/alias.def      Brian Fox, Chet Ramey
100 builtins/bind.def       Brian Fox, Chet Ramey
101 builtins/break.def      Brian Fox, Chet Ramey
102 builtins/builtin.def    Brian Fox, Chet Ramey
103 builtins/cd.def         Brian Fox, Chet Ramey
104 builtins/colon.def      Brian Fox, Chet Ramey
105 builtins/command.def    Brian Fox, Chet Ramey
106 builtins/common.c       Brian Fox, Chet Ramey
107 builtins/declare.def    Brian Fox, Chet Ramey
108 builtins/echo.def       Brian Fox, Chet Ramey
109 builtins/enable.def     Brian Fox, Chet Ramey
110 builtins/eval.def       Brian Fox, Chet Ramey
111 builtins/exec.def       Brian Fox, Chet Ramey
112 builtins/exit.def       Brian Fox, Chet Ramey
113 builtins/fc.def         Brian Fox, Chet Ramey
114 builtins/fg_bg.def      Brian Fox, Chet Ramey
115 builtins/getopt.c       Roland McGrath, Brian Fox, Chet Ramey
116 builtins/getopt.h       Roland McGrath, Brian Fox, Chet Ramey
117 builtins/getopts.def    Brian Fox, Chet Ramey
118 builtins/hash.def       Brian Fox, Chet Ramey
119 builtins/hashcom.h      Brian Fox, Chet Ramey
120 builtins/help.def       Brian Fox, Chet Ramey
121 builtins/let.def        Chet Ramey, Brian Fox
122 builtins/history.def    Brian Fox, Chet Ramey
123 builtins/jobs.def       Brian Fox, Chet Ramey
124 builtins/kill.def       Brian Fox, Chet Ramey
125 builtins/mkbuiltins.c   Brian Fox, Chet Ramey
126 builtins/pushd.def      Brian Fox, Chet Ramey
127 builtins/read.def       Brian Fox, Chet Ramey
128 builtins/reserved.def   Brian Fox, Chet Ramey
129 builtins/return.def     Brian Fox, Chet Ramey
130 builtins/set.def        Brian Fox, Chet Ramey
131 builtins/setattr.def    Brian Fox, Chet Ramey
132 builtins/shift.def      Brian Fox, Chet Ramey
133 builtins/shopt.def      Chet Ramey
134 builtins/source.def     Brian Fox, Chet Ramey
135 builtins/suspend.def    Brian Fox, Chet Ramey
136 builtins/test.def       Brian Fox, Chet Ramey
137 builtins/times.def      Brian Fox, Chet Ramey
138 builtins/trap.def       Brian Fox, Chet Ramey
139 builtins/type.def       Brian Fox, Chet Ramey
140 builtins/ulimit.def     Chet Ramey, Brian Fox
141 builtins/umask.def      Brian Fox, Chet Ramey
142 builtins/wait.def       Brian Fox, Chet Ramey
143 builtins/psize.c        Chet Ramey, Brian Fox
144 builtins/psize.sh       Chet Ramey, Brian Fox
145 builtins/inlib.def      Chet Ramey
146 builtins/bashgetopt.c   Chet Ramey
147 builtins/common.h       Chet Ramey
148 builtins/bashgetopt.h   Chet Ramey
149 lib/doc-support/texindex.c      bug-texinfo@prep.ai.mit.edu, Chet Ramey
150 lib/doc-support/Makefile.in     Chet Ramey
151 lib/doc-support/getopt.h        Roland McGrath
152 lib/doc-support/getopt.c        Roland McGrath
153 lib/doc-support/getopt1.c       Roland McGrath
154 lib/glob/ChangeLog      Brian Fox, Chet Ramey
155 lib/glob/Makefile.in    Brian Fox, Chet Ramey
156 lib/glob/strmatch.c     Roland McGrath, Brian Fox, Chet Ramey
157 lib/glob/strmatch.h     Roland McGrath, Brian Fox, Chet Ramey
158 lib/glob/glob.c         Richard Stallman, Roland McGrath, Brian Fox, Chet Ramey
159 lib/glob/glob.h         Chet Ramey
160 lib/glob/ndir.h         Doug Gwyn, Richard Stallman
161 lib/glob/doc/Makefile.in        Brian Fox, Chet Ramey
162 lib/glob/doc/glob.texi  Brian Fox, Chet Ramey
163 lib/malloc/Makefile.in  Chet Ramey
164 lib/malloc/alloca.c     Doug Gwyn, Richard Stallman, Brian Fox, Chet Ramey
165 lib/malloc/getpagesize.h        Brian Fox, Chet Ramey
166 lib/malloc/malloc.c     Chris Kingsley, Mike Muuss, Richard Stallman, Brian Fox, Chet Ramey
167 lib/malloc/gmalloc.c    Mike Haertel, Roland McGrath
168 lib/malloc/stub.c       Chet Ramey
169 lib/malloc/i386-alloca.s        Richard Stallman
170 lib/malloc/x386-alloca.s        Chip Salzenberg, Richard Stallman
171 lib/malloc/xmalloc.c    Brian Fox, Chet Ramey
172 lib/posixheaders/posixstat.h    Brian Fox, Chet Ramey
173 lib/posixheaders/ansi_stdlib.h  Brian Fox, Chet Ramey
174 lib/posixheaders/stdc.h Chet Ramey
175 lib/posixheaders/memalloc.h     Chet Ramey
176 lib/posixheaders/filecntl.h     Brian Fox, Chet Ramey
177 lib/readline/Makefile.in        Brian Fox, Chet Ramey
178 lib/readline/COPYING    Brian Fox, Chet Ramey
179 lib/readline/ChangeLog  Brian Fox, Chet Ramey
180 lib/readline/readline.c Brian Fox, Chet Ramey
181 lib/readline/vi_mode.c  Brian Fox, Chet Ramey
182 lib/readline/emacs_keymap.c     Brian Fox, Chet Ramey
183 lib/readline/vi_keymap.c        Brian Fox, Chet Ramey
184 lib/readline/funmap.c   Brian Fox, Chet Ramey
185 lib/readline/keymaps.c  Brian Fox, Chet Ramey
186 lib/readline/xmalloc.c  Brian Fox, Chet Ramey
187 lib/readline/search.c   Brian Fox, Chet Ramey
188 lib/readline/isearch.c  Brian Fox, Chet Ramey
189 lib/readline/parens.c   Brian Fox, Chet Ramey
190 lib/readline/rltty.c    Brian Fox, Chet Ramey
191 lib/readline/complete.c Brian Fox, Chet Ramey
192 lib/readline/bind.c     Brian Fox, Chet Ramey
193 lib/readline/display.c  Brian Fox, Chet Ramey
194 lib/readline/signals.c  Brian Fox, Chet Ramey
195 lib/readline/kill.c     Brian Fox, Chet Ramey
196 lib/readline/undo.c     Brian Fox, Chet Ramey
197 lib/readline/input.c    Brian Fox, Chet Ramey
198 lib/readline/macro.c    Brian Fox, Chet Ramey
199 lib/readline/util.c     Brian Fox, Chet Ramey
200 lib/readline/callback.c Chet Ramey
201 lib/readline/readline.h Brian Fox, Chet Ramey
202 lib/readline/chardefs.h Brian Fox, Chet Ramey
203 lib/readline/keymaps.h  Brian Fox, Chet Ramey
204 lib/readline/rldefs.h   Brian Fox, Chet Ramey
205 lib/readline/posixstat.h        Brian Fox, Chet Ramey
206 lib/readline/ansi_stdlib.h      Brian Fox, Chet Ramey
207 lib/readline/memalloc.h Chet Ramey
208 lib/readline/rlconf.h   Chet Ramey
209 lib/readline/rltty.h    Chet Ramey
210 lib/readline/history.c  Brian Fox, Chet Ramey
211 lib/readline/histexpand.c       Brian Fox, Chet Ramey
212 lib/readline/histfile.c Brian Fox, Chet Ramey
213 lib/readline/histsearch.c       Brian Fox, Chet Ramey
214 lib/readline/history.h  Brian Fox, Chet Ramey
215 lib/readline/histlib.h  Brian Fox, Chet Ramey
216 lib/readline/tilde.c    Brian Fox, Chet Ramey
217 lib/readline/tilde.h    Brian Fox, Chet Ramey
218 lib/readline/doc/texindex.c     bug-texinfo@prep.ai.mit.edu, Chet Ramey
219 lib/readline/doc/Makefile       Brian Fox, Chet Ramey
220 lib/readline/doc/rlman.texinfo  Brian Fox, Chet Ramey
221 lib/readline/doc/rltech.texinfo Brian Fox, Chet Ramey
222 lib/readline/doc/rluser.texinfo Brian Fox, Chet Ramey
223 lib/readline/doc/hist.texinfo   Brian Fox, Chet Ramey
224 lib/readline/doc/hstech.texinfo Brian Fox, Chet Ramey
225 lib/readline/doc/hsuser.texinfo Brian Fox, Chet Ramey
226 lib/readline/examples/Makefile  Brian Fox
227 lib/readline/examples/fileman.c Brian Fox
228 lib/readline/examples/manexamp.c        Brian Fox
229 lib/readline/examples/histexamp.c       Brian Fox, Chet Ramey
230 lib/readline/examples/rltest.c  Brian Fox, Chet Ramey
231 lib/readline/examples/Inputrc   Brian Fox, Chet Ramey
232 lib/termcap/Makefile.in David MacKenzie, Chet Ramey
233 lib/termcap/termcap.c   David MacKenzie
234 lib/termcap/termcap.h   David MacKenzie
235 lib/termcap/tparam.c    David MacKenzie
236 lib/termcap/version.c   David MacKenzie
237 lib/termcap/grot/termcap.info   David MacKenzie
238 lib/termcap/grot/termcap.info-1 David MacKenzie
239 lib/termcap/grot/termcap.info-2 David MacKenzie
240 lib/termcap/grot/termcap.info-3 David MacKenzie
241 lib/termcap/grot/termcap.info-4 David MacKenzie
242 lib/termcap/grot/NEWS   David MacKenzie
243 lib/termcap/grot/INSTALL        David MacKenzie
244 lib/termcap/grot/ChangeLog      David MacKenzie
245 lib/termcap/grot/texinfo.tex    David MacKenzie
246 lib/termcap/grot/termcap.texi   David MacKenzie
247 lib/termcap/grot/Makefile.in    David MacKenzie
248 lib/termcap/grot/configure      David MacKenzie
249 lib/termcap/grot/configure.in   David MacKenzie
250 lib/termcap/grot/COPYING        David MacKenzie
251 lib/termcap/grot/README David MacKenzie
252 lib/tilde/ChangeLog     Brian Fox, Chet Ramey
253 lib/tilde/Makefile.in   Brian Fox, Chet Ramey
254 lib/tilde/doc/tilde.texi        Brian Fox, Chet Ramey
255 lib/tilde/doc/Makefile  Brian Fox, Chet Ramey
256 lib/tilde/tilde.c       Brian Fox, Chet Ramey
257 lib/tilde/tilde.h       Brian Fox, Chet Ramey
258 lib/tilde/memalloc.h    Brian Fox, Chet Ramey
259 CWRU/misc/open-files.c  Chet Ramey
260 CWRU/misc/sigs.c        Chet Ramey
261 CWRU/misc/pid.c         Chet Ramey
262 CWRU/misc/sigstat.c     Chet Ramey
263 CWRU/misc/bison         Chet Ramey
264 CWRU/misc/aux-machine-desc      Chet Ramey
265 CWRU/PLATFORMS          Chet Ramey
266 CWRU/README             Chet Ramey
267 CWRU/CWRU.CHANGES.051093        Chet Ramey
268 CWRU/POSIX.NOTES        Chet Ramey
269 CWRU/CWRU.CHANGES.071193        Chet Ramey
270 CWRU/CWRU.CHANGES.090393        Chet Ramey
271 doc/Makefile.in         Brian Fox, Chet Ramey
272 doc/bash.1              Chet Ramey
273 doc/builtins.1          Chet Ramey
274 doc/bash.ps             Chet Ramey
275 doc/bash.txt            Chet Ramey
276 doc/readline.3          Chet Ramey
277 doc/readline.ps         Chet Ramey
278 doc/readline.txt        Chet Ramey
279 doc/texinfo.tex         Richard Stallman
280 doc/features.texi       Brian Fox, Chet Ramey
281 doc/features.ps         Brian Fox, Chet Ramey
282 doc/features.info       Brian Fox, Chet Ramey
283 doc/features.dvi        Brian Fox, Chet Ramey
284 doc/bash_builtins.1     Chet Ramey
285 doc/bash_builtins.ps    Chet Ramey
286 doc/bash_builtins.txt   Chet Ramey
287 doc/bash_builtins.readme        Chet Ramey
288 doc/article.ms          Chet Ramey
289 doc/FAQ                 Chet Ramey
290 support/cat-s           Brian Fox, Chet Ramey
291 support/mksysdefs       Brian Fox, Chet Ramey
292 support/mkversion.c     Brian Fox, Chet Ramey
293 support/mksignames.c    Brian Fox, Chet Ramey
294 support/getcppsyms.c    Brian Fox, Chet Ramey
295 support/cppmagic        Brian Fox, Chet Ramey
296 support/pagesize.sh     Chet Ramey, Brian Fox
297 support/pagesize.c      Chet Ramey, Brian Fox
298 support/bash.xbm        Brian Fox
299 support/FAQ             Brian Fox
300 support/PORTING         Brian Fox
301 support/mklinks         Brian Fox
302 support/fixlinks        Chet Ramey
303 support/mkdirs          Chet Ramey
304 support/clone-bash      Chet Ramey
305 support/bashbug.sh      Chet Ramey
306 support/mkmachtype      Chet Ramey
307 support/recho.c         Chet Ramey
308 support/config.guess    Per Bothner, Chet Ramey
309 support/config.sub      Richard Stallman, Chet Ramey
310 support/install.sh      MIT X Consortium (X11R5)
311 support/endian.c        Chet Ramey
312 support/printenv        Chet Ramey
313 examples/precedence-tester      Brian Fox, Chet Ramey
314 examples/functions/substr       Brian Fox, Chet Ramey
315 examples/functions/kshenv       Chet Ramey
316 examples/functions/autoload     Chet Ramey
317 examples/functions/csh-compat   Brian Fox, Chet Ramey
318 examples/functions/shcat        Chet Ramey
319 examples/functions/substr2      Chet Ramey
320 examples/functions/term         Chet Ramey
321 examples/functions/whatis       Chet Ramey
322 examples/functions/whence       Chet Ramey
323 examples/functions/func         Chet Ramey
324 examples/functions/dirname      Brian Fox, Noah Friedman
325 examples/functions/basename     Brian Fox, Noah Friedman
326 examples/functions/exitstat     Noah Friedman, Roland McGrath
327 examples/functions/external     Noah Friedman
328 examples/functions/fact         Brian Fox
329 examples/functions/manpage      Tom Tromey
330 examples/functions/fstty        Chet Ramey
331 examples/functions/jj.bash      Chet Ramey
332 examples/functions/notify.bash  Chet Ramey
333 examples/scripts/shprompt       Chet Ramey
334 examples/scripts/adventure.sh   Chet Ramey, Doug Gwyn
335 examples/scripts/bcsh.sh        Chris Robertson, Chet Ramey
336 examples/startup-files/Bashrc   Brian Fox
337 examples/startup-files/Bash_aliases     Brian Fox
338 examples/startup-files/Bash_profile     Brian Fox
339 examples/startup-files/bash-profile     Brian Fox
340 examples/startup-files/bashrc   Chet Ramey
341 examples/suncmd.termcap Brian Fox, Chet Ramey
342 examples/alias-conv.sh  Brian Fox, Chet Ramey
343 tests/README            Chet Ramey
344 tests/arith.tests       Chet Ramey
345 tests/arith.right       Chet Ramey
346 tests/array.tests       Chet Ramey
347 tests/array.right       Chet Ramey
348 tests/dollar-at.sh      Chet Ramey
349 tests/dollar-star.sh    Chet Ramey
350 tests/dollar.right      Chet Ramey
351 tests/exp-tests         Chet Ramey
352 tests/exp.right         Chet Ramey
353 tests/glob-test         Chet Ramey
354 tests/glob.right        Chet Ramey
355 tests/ifs-test-1.sh     Chet Ramey
356 tests/ifs-test-2.sh     Chet Ramey
357 tests/ifs-test-3.sh     Chet Ramey
358 tests/ifs.1.right       Chet Ramey
359 tests/ifs.2.right       Chet Ramey
360 tests/ifs.3.right       Chet Ramey
361 tests/input-line.sh     Chet Ramey
362 tests/input-line.sub    Chet Ramey
363 tests/input.right       Chet Ramey
364 tests/minus-e           Chet Ramey
365 tests/minus-e.right     Chet Ramey
366 tests/new-exp.tests     Chet Ramey
367 tests/new-exp.right     Chet Ramey
368 tests/prec.right        Chet Ramey
369 tests/precedence        Chet Ramey
370 tests/run-all           Chet Ramey
371 tests/run-dollars       Chet Ramey
372 tests/run-exp-tests     Chet Ramey
373 tests/run-glob-test     Chet Ramey
374 tests/run-ifs-tests     Chet Ramey
375 tests/run-input-test    Chet Ramey
376 tests/run-minus-e       Chet Ramey
377 tests/run-new-exp       Chet Ramey
378 tests/run-precedence    Chet Ramey
379 tests/run-set-e-test    Chet Ramey
380 tests/run-strip         Chet Ramey
381 tests/run-varenv        Chet Ramey
382 tests/set-e-test        Chet Ramey
383 tests/set-e.right       Chet Ramey
384 tests/strip.tests       Chet Ramey
385 tests/strip.right       Chet Ramey
386 tests/tilde-tests       Chet Ramey
387 tests/tilde.right       Chet Ramey
388 tests/varenv.right      Chet Ramey
389 tests/varenv.sh         Chet Ramey
390 tests/misc/chld-trap.sh Chet Ramey
391 tests/misc/dot-test-1.sh        Chet Ramey
392 tests/misc/dot-test-1.sub       Chet Ramey
393 tests/misc/gotest       Chet Ramey
394 tests/misc/perf-script  Chet Ramey
395 tests/misc/redir.t1.sh  Chet Ramey
396 tests/misc/redir.t2.sh  Chet Ramey
397 tests/misc/redir.t3.sh  Chet Ramey
398 tests/misc/redir.t3.sub Chet Ramey
399 tests/misc/redir.t4.sh  Chet Ramey
400 tests/misc/run.r1.sh    Chet Ramey
401 tests/misc/run.r2.sh    Chet Ramey
402 tests/misc/run.r3.sh    Chet Ramey
403 tests/misc/sigint.t1.sh Chet Ramey
404 tests/misc/sigint.t2.sh Chet Ramey
405 tests/misc/sigint.t3.sh Chet Ramey
406 tests/misc/sigint.t4.sh Chet Ramey
407 tests/misc/test-minus-e.1       Chet Ramey
408 tests/misc/test-minus-e.2       Chet Ramey
409 lib/sh/Makefile.in      Chet Ramey
410 lib/sh/clktck.c         Chet Ramey
411 lib/sh/clock.c          Chet Ramey
412 lib/sh/fmtullong.c      Chet Ramey
413 lib/sh/fmtulong.c       Chet Ramey
414 lib/sh/getcwd.c         Chet Ramey, Roland McGrath
415 lib/sh/getenv.c         Chet Ramey, Brian Fox
416 lib/sh/inet_aton.c      Chet Ramey, Ulrich Drepper, Paul Vixie
417 lib/sh/itos.c           Chet Ramey
418 lib/sh/mailstat.c       Chet Ramey
419 lib/sh/makepath.c       Chet Ramey
420 lib/sh/mktime.c         Chet Ramey, Paul Eggert
421 lib/sh/netconn.c        Chet Ramey
422 lib/sh/netopen.c        Chet Ramey
423 lib/sh/oslib.c          Chet Ramey, Brian Fox
424 lib/sh/pathcanon.c      Chet Ramey
425 lib/sh/pathphys.c       Chet Ramey
426 lib/sh/rename.c         Chet Ramey
427 lib/sh/setlinebuf.c     Chet Ramey, Brian Fox
428 lib/sh/shquote.c        Chet Ramey
429 lib/sh/shtty.c          Chet Ramey
430 lib/sh/snprintf.c       Chet Ramey, Unknown
431 lib/sh/spell.c          Chet Ramey
432 lib/sh/strcasecmp.c     Chet Ramey, Brian Fox
433 lib/sh/strerror.c       Chet Ramey, Brian Fox
434 lib/sh/strftime.c       Arnold Robbins
435 lib/sh/strindex.c       Chet Ramey
436 lib/sh/stringlist.c     Chet Ramey
437 lib/sh/stringvec.c      Chet Ramey
438 lib/sh/strpbrk.c        Roland McGrath
439 lib/sh/strtod.c         Chet Ramey, Roland McGrath
440 lib/sh/strtoimax.c      Chet Ramey, Paul Eggert
441 lib/sh/strtol.c         Chet Ramey, Paul Eggert
442 lib/sh/strtoll.c        Chet Ramey, Paul Eggert
443 lib/sh/strtoul.c        Chet Ramey, Paul Eggert
444 lib/sh/strtoull.c       Chet Ramey, Paul Eggert
445 lib/sh/strtoumax.c      Chet Ramey, Paul Eggert
446 lib/sh/strtrans.c       Chet Ramey
447 lib/sh/times.c          Chet Ramey, Brian Fox
448 lib/sh/timeval.c        Chet Ramey
449 lib/sh/tmpfile.c        Chet Ramey
450 lib/sh/vprint.c         Chet Ramey, Brian Fox
451 lib/sh/xstrchr.c        Chet Ramey, Mitsuru Chinen
452 lib/sh/zread.c          Chet Ramey
453 lib/sh/zwrite.c         Chet Ramey