diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 47 | 
1 files changed, 47 insertions, 0 deletions
| @@ -1,3 +1,50 @@ +09-09-30  Cyrille Bagard <nocbos@gmail.com> + +	* plugins/stackvars/operand.c: +	* plugins/stackvars/operand.h: +	Display default name of variables. + +	* plugins/stackvars/stackvars.c: +	Parse and replace matching operands. + +	* src/analysis/binary.c: +	Update included headers (prototype -> routine). + +	* src/analysis/exporter.c: +	* src/analysis/exporter.h: +	Add a rendering type for variable names. + +	* src/analysis/Makefile.am: +	Remove prototype.[ch] and add routine.[ch] to libanalysis_la_SOURCES. + +	* src/analysis/prototype.c: +	* src/analysis/prototype.h: +	Renamed entries: see routine.[ch]. + +	* src/analysis/routine.c: +	* src/analysis/routine.h: +	New entries: insert variables from the stack. + +	* src/analysis/variable.c: +	* src/analysis/variable.h: +	Create a new GLib oriented basic variable. + +	* src/arch/immediate.c: +	* src/arch/immediate.h: +	Export values to size_t. + +	* src/format/exe_format.h: +	* src/format/format.h: +	* src/format/mangling/demangler.h: +	* src/format/mangling/demangler-int.h: +	* src/format/symbol.c: +	* src/format/symbol.h: +	Update included headers (prototype -> routine). + +	* src/plugins/pglist.c: +	* src/plugins/plugin.c: +	Enable plugins again. +  09-09-27  Cyrille Bagard <nocbos@gmail.com>  	* src/arch/x86/operand.c: | 
