C.6. Ferramentas que são usadas para criar o MySQL
Segue aqui uma lista de algumas das ferramentas que usamos para
criar o MySQL. Nós a utilizamos para expressar nossos
agradecimentos para aquelea que as criaram e sem as quais não
poderiamos ter feito do MySQL o que ele é hoje.
Free Software Foundation
De quem obtemos um excelente compilador
(gcc
), a biblioteca libc
(de onde pegamos emprestado o strto.c
para termos algum código funcionando em Linux)
Free Software Foundation
From whom we got an excellent compiler
(gcc
), an excellent debugger
(gdb
and the libc
library (from which we have borrowed
strto.c
to get some code working in
Linux).
Free Software Foundation & The XEmacs development team
For a really great editor/environment used by almost everybody
at MySQL AB.
Julian Seward
Author of valgrind
, an excellent memory
checker tool that has helped us find a lot of otherwise hard
to find bugs in MySQL.
Dorothea Lütkehaus and Andreas Zeller
For DDD
(The Data Display Debugger) which
is an excellent graphical frontend to gdb
).