diff options
author | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
commit | 84adefa331c4159d432d22840663c38f155cd4c1 (patch) | |
tree | bff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/kernel/AUTHORS | |
download | otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2 otp-84adefa331c4159d432d22840663c38f155cd4c1.zip |
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/kernel/AUTHORS')
-rw-r--r-- | lib/kernel/AUTHORS | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/lib/kernel/AUTHORS b/lib/kernel/AUTHORS new file mode 100644 index 0000000000..77636132dd --- /dev/null +++ b/lib/kernel/AUTHORS @@ -0,0 +1,42 @@ +Original Authors and Contributors: + +Joe Armstrong +Robert Virding +Claes Wikstr�m +Mike Williams +Tony Rogvall +Magnus Fr�berg +Martin Bj�rklund +Bj�rn Gustavsson +Patrik Nyblom +Arndt Jonasson +Kenneth Lundin +Esko Vierum�ki +Peter Olin +Micael Karlberg +Raimo Niskanen +Rickard Green +Gunilla Arendt +Hans Bolinder +Dan Gudmundsson +Jan-Erik Dahlin +Jakob Cederlund +The HiPE project (mainly loading of native code) +Rickard Carlsson + +and probably others... + +Open source contributors: + +Tony Rogvall (now at Bluetail) + Rewrote inet_{tcp,udp}.erl and gen_{tcp,udp}.erl among others, + added prim_{file,inet}.erl. When adding a new and faster + inet_drv. +Leonid Timochouk <l (dot) timochouk (at) gmail (dot) com> and +Serge Aleynikov <saleyn (at) gmail (dot) com> + then (2006) at IDT Corp. + Wrote the original SCTP implementation, adapted by the OTP team; + in {gen,inet,inet6}_sctp.erl, inet_sctp.hrl, as well as the parts + in e.g prim_inet.erl and also inet_drv.c in the emulator. Their + included edoc documentation was manually extracted and reworked + into gen_sctp.xml. They continue to provide patches. |