1                        Stdlib's contributors
2                        ---------------------
3
4This file lists major contributors to stdlib. If you think you should
5be on it, please tell the mailing list (see README for the address).
6Thanks also to all those who have contributed bug fixes, suggestions
7and support.
8
9Gary V. Vaughan now maintains stdlib, having rewritten and reorganised
10the libraries for hygiene, consistent argument type checking in debug
11mode, and object orientation, in addition to adding a lot of new
12functionality.
13
14Reuben Thomas started the standard libraries project, wrote many of the
15libraries, and integrated code from other authors.
16
17John Belmonte helped set the project up on lua-users, and contributed
18to the early organisation of the libraries.
19
20The call trace debugging code is based on test/trace-calls.lua from
21the Lua 5.0 distribution.
22
23Jamie Webb contributed several miscellaneous functions from his
24private standard library.
25
26Johann Hibschman supplied the code on which math.floor and math.round
27were based.
28