From d5042732a80d507c8d3f280680f208ffbd40a903 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Tue, 1 May 2001 19:08:41 +0000 Subject: [PATCH] initial attempt at the files --- AUTHORS | 2 ++ THANKS | 4 ++++ TODO | 15 +++++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 AUTHORS create mode 100644 THANKS create mode 100644 TODO diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..773e4eb0 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +Original author: +Vern Paxson < diff --git a/THANKS b/THANKS new file mode 100644 index 00000000..0781975b --- /dev/null +++ b/THANKS @@ -0,0 +1,4 @@ +Many thanks to the 2.5 beta-testers for finding bugs and helping test and +increase portability: Stan Adermann, Scott David Daniels, Charles Elliott, +Joe Gayda, Chris Meier, James Nordby, Terrence O'Kane, Karsten Pahnke, +Francois Pinard, Pat Rankin, Andreas Scherer, Marc Wiese, Nathan Zelle. diff --git a/TODO b/TODO new file mode 100644 index 00000000..e3a308d8 --- /dev/null +++ b/TODO @@ -0,0 +1,15 @@ +* resolve the items in the to.do directory + +** expand the above into individual requests and handle those requests + +* convert flex to use automake + +* make flex.texi the authoritative manual + +** take the man-isms out of flex.texi + +** add flex.texi and its generated info files into the Makefile + process (best done via automake) + +* integrate the items in the faqs/ directory into the manual or code + or similar