Patch by W. Michael Petullo to use autotools for strncpy()
[infodrom/cgilib] / AUTHORS
1 This is a list of people who have helped me working on this CGI
2 library.
3
4 Martin Schulze <joey@infodrom.org>
5
6         - Design, Implementation, Maintenance
7
8 Mikko Torni <mtorni@mail.freenet.hut.fi>
9
10         - Cookie support (abandoned though)
11         - Bugfixes and improvements
12
13 Laszlo Zavaleta <wry@kopu.org>
14
15         - Support for ';' as delimiter
16
17 Stephen Uitti <suitti@olde.com>
18
19         - Spelling corrections
20
21 Neil Spring <nspring@zarathustra.saavie.org>
22
23         - Declare some arguments const
24
25 Phil Brooke <pjb@scm.tees.ac.uk>
26
27         - Allow cookies without regular CGI POST/GET variables
28
29 Michael Petullo <mike@flyn.org>
30
31         - Convert to GNU autotools and wrap strncpy() accordingly