Imported from ../bash-4.0-rc1.tar.gz.
[platform/upstream/bash.git] / AUTHORS
diff --git a/AUTHORS b/AUTHORS
index eb4a7f0..a7fa8f2 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,8 @@
 #
 # Master author manifest for bash
 #
+# The files in lib/intl were taken from the GNU gettext distribution.
+#
 # Any files appearing in the bash distribution not listed in this file
 # were created by Chet Ramey.
 #
@@ -100,6 +102,7 @@ builtins/alias.def  Brian Fox, Chet Ramey
 builtins/bind.def      Brian Fox, Chet Ramey
 builtins/break.def     Brian Fox, Chet Ramey
 builtins/builtin.def   Brian Fox, Chet Ramey
+builtins/caller.def    Rocky Bernstein, Chet Ramey
 builtins/cd.def                Brian Fox, Chet Ramey
 builtins/colon.def     Brian Fox, Chet Ramey
 builtins/command.def   Brian Fox, Chet Ramey
@@ -122,6 +125,7 @@ builtins/let.def    Chet Ramey, Brian Fox
 builtins/history.def   Brian Fox, Chet Ramey
 builtins/jobs.def      Brian Fox, Chet Ramey
 builtins/kill.def      Brian Fox, Chet Ramey
+builtins/mapfile.def   Rocky Bernstein
 builtins/mkbuiltins.c  Brian Fox, Chet Ramey
 builtins/pushd.def     Brian Fox, Chet Ramey
 builtins/read.def      Brian Fox, Chet Ramey
@@ -406,3 +410,52 @@ tests/misc/sigint.t3.sh Chet Ramey
 tests/misc/sigint.t4.sh Chet Ramey
 tests/misc/test-minus-e.1       Chet Ramey
 tests/misc/test-minus-e.2       Chet Ramey
+lib/sh/Makefile.in     Chet Ramey
+lib/sh/clktck.c                Chet Ramey
+lib/sh/clock.c         Chet Ramey
+lib/sh/fmtullong.c     Chet Ramey
+lib/sh/fmtulong.c      Chet Ramey
+lib/sh/getcwd.c                Chet Ramey, Roland McGrath
+lib/sh/getenv.c                Chet Ramey, Brian Fox
+lib/sh/inet_aton.c     Chet Ramey, Ulrich Drepper, Paul Vixie
+lib/sh/itos.c          Chet Ramey
+lib/sh/mailstat.c      Chet Ramey
+lib/sh/makepath.c      Chet Ramey
+lib/sh/mktime.c                Chet Ramey, Paul Eggert
+lib/sh/netconn.c       Chet Ramey
+lib/sh/netopen.c       Chet Ramey
+lib/sh/oslib.c         Chet Ramey, Brian Fox
+lib/sh/pathcanon.c     Chet Ramey
+lib/sh/pathphys.c      Chet Ramey
+lib/sh/rename.c                Chet Ramey
+lib/sh/setlinebuf.c    Chet Ramey, Brian Fox
+lib/sh/shquote.c       Chet Ramey
+lib/sh/shtty.c         Chet Ramey
+lib/sh/snprintf.c      Chet Ramey, Unknown
+lib/sh/spell.c         Chet Ramey
+lib/sh/strcasecmp.c    Chet Ramey, Brian Fox
+lib/sh/strerror.c      Chet Ramey, Brian Fox
+lib/sh/strftime.c      Arnold Robbins
+lib/sh/strindex.c      Chet Ramey
+lib/sh/stringlist.c    Chet Ramey
+lib/sh/stringvec.c     Chet Ramey
+lib/sh/strpbrk.c       Roland McGrath
+lib/sh/strtod.c                Chet Ramey, Roland McGrath
+lib/sh/strtoimax.c     Chet Ramey, Paul Eggert
+lib/sh/strtol.c                Chet Ramey, Paul Eggert
+lib/sh/strtoll.c       Chet Ramey, Paul Eggert
+lib/sh/strtoul.c       Chet Ramey, Paul Eggert
+lib/sh/strtoull.c      Chet Ramey, Paul Eggert
+lib/sh/strtoumax.c     Chet Ramey, Paul Eggert
+lib/sh/strtrans.c      Chet Ramey
+lib/sh/times.c         Chet Ramey, Brian Fox
+lib/sh/timeval.c       Chet Ramey
+lib/sh/tmpfile.c       Chet Ramey
+lib/sh/vprint.c                Chet Ramey, Brian Fox
+lib/sh/xstrchr.c       Chet Ramey, Mitsuru Chinen
+lib/sh/zread.c         Chet Ramey
+lib/sh/zwrite.c                Chet Ramey
+
+tests/posix-ifs.sh     Glenn Fowler
+
+support/checkbashisms  Julian Gilbey, Debian Linux team