diff options
Diffstat (limited to 'Data/BuiltIn/Libraries/lua-stdlib/AUTHORS.md')
-rw-r--r-- | Data/BuiltIn/Libraries/lua-stdlib/AUTHORS.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Data/BuiltIn/Libraries/lua-stdlib/AUTHORS.md b/Data/BuiltIn/Libraries/lua-stdlib/AUTHORS.md new file mode 100644 index 0000000..6589984 --- /dev/null +++ b/Data/BuiltIn/Libraries/lua-stdlib/AUTHORS.md @@ -0,0 +1,27 @@ +# Stdlib's contributors + +This file lists major contributors to _stdlib_. If you think you +should be on it, please raise a [github][] issue. Thanks also to all +those who have contributed bug fixes, suggestions and support. + +Gary V. Vaughan now maintains _stdlib_, having rewritten and reorganised +the libraries for hygiene, consistent argument type checking in debug +mode, and object orientation, in addition to adding a lot of new +functionality. + +Reuben Thomas started the standard libraries project, wrote many of the +libraries, and integrated code from other authors. + +John Belmonte helped set the project up on lua-users, and contributed +to the early organisation of the libraries. + +The call trace debugging code is based on test/trace-calls.lua from +the Lua 5.0 distribution. + +Jamie Webb contributed several miscellaneous functions from his +private standard library. + +Johann Hibschman supplied the code on which math.floor and math.round +were based. + +[github]: https://github.com/lua-stdlib/lua-stdlib/issues |