
latrace TODO - feel free to contact me with any feature idea
-------------------------------------------------------------------------------
olsajiri@gmail.com


for 0.5.5
	- bug fixies

for 0.6
	- variable lenght argument output (printf like)
	- config - arrays in structures
	- config - long/float/double support
	- config - X symbols config file 
	- runtime configuration control
	- segfault handling support (libSegFault.so loading support)
	- statistics for recursive calls
	- automated tests
	- other LD_AUDIT interface functions utilization
	- enum support "enum N { A = 1, B = 2 }; void func1(int a = N);"

bugs
	- make waiting for child exit more robust (suspend/continue...)
	- library settings does not work properly
	- testing, segfaults with skype (test with simple LD_AUDIT lib)
	- test statistics counts
	- fifo reading more inteligent
	- detailed arguments buffer memory management (now fixed size)
	- environment variables to the include path
	- check we dont cross all the hardcoded limits
	- consolidate leveled VERBOSE output 
	- info doc (produce html, pdf... outputs)
