1INCORRECT BEHAVIOR
2------------------
3Lowball evaluation in eval_low.h is broken for certain 6- and 7-card hands,
4such as full house plus pair, and quads plus trips.
5
6MISSING FUNCTIONALITY
7---------------------
8Joker decks and Asian stud decks are not supported in pokenum, thanks to
9inconvenient design of the deck and card mask types.  These types and
10their accompanying macros and functions need a reorganization.
11
12NICE TO HAVE
13------------
14There is no makedepend support, so make doesn't know to recompile a file when
15an include file changes.  And there are lots of includes!
16
17The 'make all' and 'make test' process hasn't been tested lately on Windows
18and is probably broken.
19
20The autoconf/configure tool is not being used to create the shared libraries
21in a platform-independent way.  The current configure.in hard-codes the
22commands to build *.a, *.so, and *.dll.  Building *.a works on any unix
23system, but building the *.so now only works with gcc.
24