* priority mode.
* auto-cutter.
* gompertz curve.
* elapsed time assert. (compare with past elapsed time?)
* test history chart.
  * N tests
  * N failures
  * elapsed time
* coordinattion with TestLink.
* failmalloc like memory test.
* more intelligent crashed reporting.
  * get the latest unfinished test and bundle it into crashed reporting.
  * CutRunContext should have multiple crashed information.
* use imagehlp.h on Windows.
* use mach-o/loader.h on Mac OS X.
* update option descriptions in README.
* introduce easy sub process debugging mechanism.
* cut_assert_equal_sockaddr().
* GTK+ UI supports test iterator.
* cut_get_test_name().
* cut_{get,set}_current_test_context() ->
  cut_{get,set}_test_context()
* CUT_RELATIVE_PATH for resoving path of helper shared
  library like test/lib/cuttest-assertions.c.
