		TODO file for Checker V0.5

From Tristan C/O gingold@amoco.sacly.cea.fr:

* more parameter to checker: size of red zone, automatic garbage collector 
  at interval, size of bitmap element, disable checker...

* protection of internal datas by chkr_check_addr()

* stop after n errors.

* garbage collector must only read pointers on 'good' zones : use the bitmaps

* (codecheck.S doesn't recognize all instructions.)

* watch points can be easily implemented

* chkr_check_right written in asm, in order to be really faster

* catch SIGSEGV, SIGILL ...

* handle brk, mmap, mprotect, shm ...

* use /proc/self/exe

* potentiel leaks.

* (demangler for g++)

* use __builtin_?? (See gcc) for frame pointer.

* Use an other program to collect symbols and to sort (?)

* ?? code insertion at link level. Can be very difficult to do ??

* writing a better doc, README, TODO, HowDoesItWork... and a texinfo doc 

* Porting to other systems.

* options for memalign.

* Display block not freed at the end of the program.

* options for gathering the garbages: size, depth of history...

* detach header & blocks