Difference between revisions of "User:Ollydbg"

From Code::Blocks
(optimized buffer (function body parsing))
(remove the TODO lists to BerliOS site)
 
Line 1: Line 1:
Here is my patches to C::B
+
2012-04-14: My todo lists was moved to C::B BerliOS site. (feature request and bugs)
 
 
#[http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2775&group_id=5358 Watches and breakpoints persistent]
 
#[/index.php/topic,13440.msg102941.html#msg102941 Codeblocks portable fix for CC](applied in trunk)
 
#[/index.php/topic,15263.msg102549.html#msg102549 Toolbar and focus fix for CC](applied in trunk)
 
#[/index.php/topic,15029.msg101458.html#msg101458 Re: Add some comments to CC's code](applied in trunk)
 
#[/index.php/topic,15263.msg103304.html#msg103304 fix a parser problem on switch case statement](applied in trunk)
 
 
 
My todo list:
 
# enhance the preprocessor mechnism like preprocessor in [http://www.stack.nl/~dimitri/doxygen/preprocessing.html Doxygen preprocessor], we can have three type of replacement rules. (just like the normal macro definition)
 
# [/index.php/topic,15438.msg103687.html#msg103687 we can optimize the parsing on the function body by striping the un-related scope]
 

Latest revision as of 00:43, 14 April 2012

2012-04-14: My todo lists was moved to C::B BerliOS site. (feature request and bugs)