Is date formatting (ala ddate, date) at all useful or desired? eg just the
longcount, just the calendar dates, just the RD or JDN or any combination.
this could be useful for porting to GUI interfaces.

Fix configure stuff to check for the math functions in math.h and -lm
without having -lm -lm -lm in the Makefile. Also do something about
systems missing double drem(double x, double y).

How to test for non-GNUC inline functions (defined in glibc __math.h and
mathcalls.h, and included #ifdef OPTIMIZE from math.h? Does this break
non-glibc (ie libc5 Linux, other OS's) math libs? 

Can we assume that strtod will behave the same way on other architectures?

Would 32-bit double be long double on Wintel, short double on a Cray? Should
we test for float.h to be sure? Perhaps a float accuracy test program? (*see
the Cow book pp271-272 for an example test proggie).

How to include AC_C_BIGENDIAN without breaking configure? (rpm package manages
it somehow) Does it matter?

* "Practical C Programming" 1997, Steve Oualline, O'Reilly & Associates, Inc.

Need to make switching of output modules more robust than simple #ifdef'ing in
the code, farm it out to acconfig.h, and actually move ALL output functions
into separate modules. This will make life much easier for gtk, et. al.

Add gtk, glib, kde, qt checking in configure.in if/when CDR implements those
interfaces. (safe c++ checking for those using the Debian egcc packages
already implemented).

FIX that annoying config bug that whinges about /usr/local/bin/ being a
directory.

Add options for colours and fonts, in fact general resources to tkmdate.

Debianise and set up a debian CVS tree for the package.

think about RPM's too, or solicit such for both dists from others (I don't
really want to be the maintainer for these dists as well as writing them).

release the new 1.0.x version on the new site, and redirect the old one
at crosswinds.

hmmm...if jacl/tclBlend work, how bout a java applet? maybe just a straight
java app using tcl scripting (would save rewriting the whole damn thing).

$Id: TODO,v 1.5 1999/05/11 00:48:48 ewe2 Exp $
$Log: TODO,v $
Revision 1.5  1999/05/11 00:48:48  ewe2
Mdate 1.0.0beta2 bugfix

Revision 1.4  1999/05/04 16:38:30  ewe2
New Mdate version 1.0.0.beta1

Revision 1.3  1999/04/13 01:35:06  ewe2
Updated TODO

Revision 1.2  1999/04/07 09:33:42  ewe2
Adding keywords on some source files

$State: Exp $
