Blame TODO

Packit 802e35
v 0.4.0 :
Packit 802e35
- Better parse comments, to keep licence et al 
Packit 802e35
- Try to be faster than gettext C library
Packit 802e35
- Try to get GettextStub.* and GettextDummy.* be typed GettextTypes.REALIZE_TYPE (trying to avoid
Packit 802e35
  the use of a .mli file).
Packit 802e35
- Reread the code to improve general layout (naming scheme, exception name... ie better style)
Packit 802e35
- Correct the BUG: related to bug from ocaml-fileutils
Packit 802e35
- Intercept problem when recoding string (charset), errors should be wrap inside a failsafe or
Packit 802e35
  at least raise a coherent exception.
Packit 802e35
- Create what is necessary for running into Threaded env
Packit 802e35
- Write a patch for xgettext et al