diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 725 |
1 files changed, 725 insertions, 0 deletions
@@ -1,3 +1,728 @@ +14-04-28 Cyrille Bagard <nocbos@gmail.com> + + * i18n.h: + * plugins/androhelpers/androhelpers.c: + * plugins/androhelpers/androhelpers.h: + * plugins/androhelpers/params.c: + * plugins/androhelpers/params.h: + * plugins/androhelpers/switch.c: + * plugins/androhelpers/switch.h: + * plugins/androhelpers/try_n_catch.c: + * plugins/androhelpers/try_n_catch.h: + * plugins/govm/build.c: + * plugins/govm/build.h: + * plugins/govm/goas.c: + * plugins/govm/instruction.c: + * plugins/govm/instruction.h: + * plugins/pychrysa/analysis/binaries/file.c: + * plugins/pychrysa/analysis/binaries/file.h: + * plugins/pychrysa/analysis/binaries/module.c: + * plugins/pychrysa/analysis/binaries/module.h: + * plugins/pychrysa/analysis/binary.c: + * plugins/pychrysa/analysis/binary.h: + * plugins/pychrysa/analysis/block.c: + * plugins/pychrysa/analysis/block.h: + * plugins/pychrysa/analysis/blocks/flow.c: + * plugins/pychrysa/analysis/blocks/flow.h: + * plugins/pychrysa/analysis/blocks/module.c: + * plugins/pychrysa/analysis/blocks/module.h: + * plugins/pychrysa/analysis/blocks/virtual.c: + * plugins/pychrysa/analysis/blocks/virtual.h: + * plugins/pychrysa/analysis/module.c: + * plugins/pychrysa/analysis/module.h: + * plugins/pychrysa/analysis/roptions.c: + * plugins/pychrysa/analysis/roptions.h: + * plugins/pychrysa/analysis/routine.c: + * plugins/pychrysa/analysis/routine.h: + * plugins/pychrysa/arch/archbase.c: + * plugins/pychrysa/arch/archbase.h: + * plugins/pychrysa/arch/instruction.c: + * plugins/pychrysa/arch/instruction.h: + * plugins/pychrysa/arch/module.c: + * plugins/pychrysa/arch/module.h: + * plugins/pychrysa/arch/processor.c: + * plugins/pychrysa/arch/processor.h: + * plugins/pychrysa/debug/debugger.c: + * plugins/pychrysa/debug/debugger.h: + * plugins/pychrysa/debug/module.c: + * plugins/pychrysa/debug/module.h: + * plugins/pychrysa/format/dex/class.c: + * plugins/pychrysa/format/dex/class.h: + * plugins/pychrysa/format/dex/dex.c: + * plugins/pychrysa/format/dex/dex.h: + * plugins/pychrysa/format/dex/module.c: + * plugins/pychrysa/format/dex/module.h: + * plugins/pychrysa/format/elf/elf.c: + * plugins/pychrysa/format/elf/elf.h: + * plugins/pychrysa/format/elf/module.c: + * plugins/pychrysa/format/elf/module.h: + * plugins/pychrysa/format/executable.c: + * plugins/pychrysa/format/executable.h: + * plugins/pychrysa/format/format.c: + * plugins/pychrysa/format/format.h: + * plugins/pychrysa/format/module.c: + * plugins/pychrysa/format/module.h: + * plugins/pychrysa/glibext/bufferline.c: + * plugins/pychrysa/glibext/bufferline.h: + * plugins/pychrysa/glibext/codebuffer.c: + * plugins/pychrysa/glibext/codebuffer.h: + * plugins/pychrysa/glibext/module.c: + * plugins/pychrysa/glibext/module.h: + * plugins/pychrysa/gtkext/blockview.c: + * plugins/pychrysa/gtkext/blockview.h: + * plugins/pychrysa/gtkext/module.c: + * plugins/pychrysa/gtkext/module.h: + * plugins/pychrysa/gtkext/viewpanel.c: + * plugins/pychrysa/gtkext/viewpanel.h: + * plugins/pychrysa/gui/editem.c: + * plugins/pychrysa/gui/editem.h: + * plugins/pychrysa/gui/module.c: + * plugins/pychrysa/gui/module.h: + * plugins/pychrysa/gui/panels/log.c: + * plugins/pychrysa/gui/panels/log.h: + * plugins/pychrysa/gui/panels/module.c: + * plugins/pychrysa/gui/panels/module.h: + * plugins/pychrysa/gui/panels/panel.c: + * plugins/pychrysa/gui/panels/panel.h: + * plugins/pychrysa/helpers.c: + * plugins/pychrysa/helpers.h: + * plugins/pychrysa/plugin.c: + * plugins/pychrysa/plugin.h: + * plugins/pychrysa/pychrysa.c: + * plugins/pychrysa/pychrysa.h: + * plugins/pychrysa/quirks.c: + * plugins/pychrysa/quirks.h: + * plugins/stackvars/operand.c: + * plugins/stackvars/operand.h: + * plugins/stackvars/stackvars.c: + * plugins/stackvars/stackvars.h: + * src/analysis/binaries/file.c: + * src/analysis/binaries/file.h: + * src/analysis/binary.c: + * src/analysis/binary.h: + * src/analysis/binary-int.h: + * src/analysis/block.c: + * src/analysis/block.h: + * src/analysis/block-int.h: + * src/analysis/blocks/flow.c: + * src/analysis/blocks/flow.h: + * src/analysis/blocks/raccess.c: + * src/analysis/blocks/raccess.h: + * src/analysis/blocks/virtual.c: + * src/analysis/blocks/virtual.h: + * src/analysis/db/bookmark.c: + * src/analysis/db/bookmark.h: + * src/analysis/db/cdb.c: + * src/analysis/db/cdb.h: + * src/analysis/db/client.c: + * src/analysis/db/client.h: + * src/analysis/db/collection.c: + * src/analysis/db/collection.h: + * src/analysis/db/core.c: + * src/analysis/db/core.h: + * src/analysis/db/protocol.h: + * src/analysis/db/server.c: + * src/analysis/db/server.h: + * src/analysis/decomp/cmerge.c: + * src/analysis/decomp/cmerge.h: + * src/analysis/decomp/decompiler.c: + * src/analysis/decomp/decompiler.h: + * src/analysis/decomp/il.c: + * src/analysis/decomp/il.h: + * src/analysis/decomp/reduce.c: + * src/analysis/decomp/reduce.h: + * src/analysis/disass/disassembler.c: + * src/analysis/disass/disassembler.h: + * src/analysis/disass/fetch.c: + * src/analysis/disass/fetch.h: + * src/analysis/disass/limit.c: + * src/analysis/disass/limit.h: + * src/analysis/disass/links.c: + * src/analysis/disass/links.h: + * src/analysis/disass/loop.c: + * src/analysis/disass/loop.h: + * src/analysis/disass/macro.c: + * src/analysis/disass/macro.h: + * src/analysis/disass/output.c: + * src/analysis/disass/output.h: + * src/analysis/disass/rank.c: + * src/analysis/disass/rank.h: + * src/analysis/roptions.c: + * src/analysis/roptions.h: + * src/analysis/routine.c: + * src/analysis/routine.h: + * src/analysis/type.c: + * src/analysis/type.h: + * src/analysis/type-int.h: + * src/analysis/types/basic.c: + * src/analysis/types/basic.h: + * src/analysis/types/cse.c: + * src/analysis/types/cse.h: + * src/analysis/types/cse-int.h: + * src/analysis/types/encaps.c: + * src/analysis/types/encaps.h: + * src/analysis/types/literal.c: + * src/analysis/types/literal.h: + * src/analysis/types/template.c: + * src/analysis/types/template.h: + * src/analysis/variable.c: + * src/analysis/variable.h: + * src/arch/archbase.c: + * src/arch/archbase.h: + * src/arch/arm/encoding.h: + * src/arch/arm/instruction.c: + * src/arch/arm/instruction.h: + * src/arch/arm/instruction-int.h: + * src/arch/arm/processor.c: + * src/arch/arm/processor.h: + * src/arch/arm/v456/addressing.c: + * src/arch/arm/v456/addressing.h: + * src/arch/arm/v456/encoding.h: + * src/arch/arm/v456/instruction.c: + * src/arch/arm/v456/instruction-def.h: + * src/arch/arm/v456/instruction.h: + * src/arch/arm/v456/operands/content.c: + * src/arch/arm/v456/operands/content.h: + * src/arch/arm/v456/operands/register.c: + * src/arch/arm/v456/operands/register.h: + * src/arch/arm/v456/register.c: + * src/arch/arm/v456/register.h: + * src/arch/artificial.c: + * src/arch/artificial.h: + * src/arch/context.c: + * src/arch/context.h: + * src/arch/context-int.h: + * src/arch/dalvik/context.c: + * src/arch/dalvik/context.h: + * src/arch/dalvik/decomp/aget.c: + * src/arch/dalvik/decomp/aput.c: + * src/arch/dalvik/decomp/arithm.c: + * src/arch/dalvik/decomp/array.c: + * src/arch/dalvik/decomp/const.c: + * src/arch/dalvik/decomp/if.c: + * src/arch/dalvik/decomp/iget.c: + * src/arch/dalvik/decomp/invoke.c: + * src/arch/dalvik/decomp/iput.c: + * src/arch/dalvik/decomp/move.c: + * src/arch/dalvik/decomp/new.c: + * src/arch/dalvik/decomp/ret.c: + * src/arch/dalvik/decomp/switch.c: + * src/arch/dalvik/decomp/translate.h: + * src/arch/dalvik/instruction.c: + * src/arch/dalvik/instruction-def.h: + * src/arch/dalvik/instruction.h: + * src/arch/dalvik/instruction-int.h: + * src/arch/dalvik/opcodes/add.c: + * src/arch/dalvik/opcodes/aget.c: + * src/arch/dalvik/opcodes/and.c: + * src/arch/dalvik/opcodes/aput.c: + * src/arch/dalvik/opcodes/array.c: + * src/arch/dalvik/opcodes/check.c: + * src/arch/dalvik/opcodes/cmp.c: + * src/arch/dalvik/opcodes/const.c: + * src/arch/dalvik/opcodes/div.c: + * src/arch/dalvik/opcodes/goto.c: + * src/arch/dalvik/opcodes/if.c: + * src/arch/dalvik/opcodes/iget.c: + * src/arch/dalvik/opcodes/instanceof.c: + * src/arch/dalvik/opcodes/invoke.c: + * src/arch/dalvik/opcodes/iput.c: + * src/arch/dalvik/opcodes/monitor.c: + * src/arch/dalvik/opcodes/move.c: + * src/arch/dalvik/opcodes/mul.c: + * src/arch/dalvik/opcodes/neg.c: + * src/arch/dalvik/opcodes/new.c: + * src/arch/dalvik/opcodes/nop.c: + * src/arch/dalvik/opcodes/not.c: + * src/arch/dalvik/opcodes/opcodes.h: + * src/arch/dalvik/opcodes/or.c: + * src/arch/dalvik/opcodes/rem.c: + * src/arch/dalvik/opcodes/ret.c: + * src/arch/dalvik/opcodes/rsub.c: + * src/arch/dalvik/opcodes/sget.c: + * src/arch/dalvik/opcodes/shl.c: + * src/arch/dalvik/opcodes/shr.c: + * src/arch/dalvik/opcodes/sput.c: + * src/arch/dalvik/opcodes/sub.c: + * src/arch/dalvik/opcodes/switch.c: + * src/arch/dalvik/opcodes/throw.c: + * src/arch/dalvik/opcodes/to.c: + * src/arch/dalvik/opcodes/ushr.c: + * src/arch/dalvik/opcodes/xor.c: + * src/arch/dalvik/operand.c: + * src/arch/dalvik/operand.h: + * src/arch/dalvik/operands/args.c: + * src/arch/dalvik/operands/args.h: + * src/arch/dalvik/operands/pool.c: + * src/arch/dalvik/operands/pool.h: + * src/arch/dalvik/operands/register.c: + * src/arch/dalvik/operands/register.h: + * src/arch/dalvik/operands/target.c: + * src/arch/dalvik/operands/target.h: + * src/arch/dalvik/processor.c: + * src/arch/dalvik/processor.h: + * src/arch/dalvik/pseudo/fill.c: + * src/arch/dalvik/pseudo/fill.h: + * src/arch/dalvik/pseudo/switch.c: + * src/arch/dalvik/pseudo/switch.h: + * src/arch/dalvik/register.c: + * src/arch/dalvik/register.h: + * src/arch/immediate.c: + * src/arch/immediate.h: + * src/arch/instruction.c: + * src/arch/instruction.h: + * src/arch/instruction-int.h: + * src/arch/jvm/instruction.c: + * src/arch/jvm/instruction.h: + * src/arch/jvm/op_add.c: + * src/arch/jvm/opcodes.h: + * src/arch/jvm/op_const.c: + * src/arch/jvm/op_convert.c: + * src/arch/jvm/op_dup.c: + * src/arch/jvm/operand.c: + * src/arch/jvm/operand.h: + * src/arch/jvm/op_getput.c: + * src/arch/jvm/op_invoke.c: + * src/arch/jvm/op_load.c: + * src/arch/jvm/op_monitor.c: + * src/arch/jvm/op_nop.c: + * src/arch/jvm/op_pop.c: + * src/arch/jvm/op_ret.c: + * src/arch/jvm/op_store.c: + * src/arch/jvm/processor.c: + * src/arch/jvm/processor.h: + * src/arch/mips/instruction.c: + * src/arch/mips/instruction.h: + * src/arch/mips/op_add.c: + * src/arch/mips/op_and.c: + * src/arch/mips/op_branch.c: + * src/arch/mips/opcodes.h: + * src/arch/mips/operand.c: + * src/arch/mips/operand.h: + * src/arch/mips/op_jump.c: + * src/arch/mips/op_load.c: + * src/arch/mips/op_nop.c: + * src/arch/mips/op_sr.c: + * src/arch/mips/op_store.c: + * src/arch/mips/op_sub.c: + * src/arch/mips/processor.c: + * src/arch/mips/processor.h: + * src/arch/mips/registers.c: + * src/arch/mips/registers.h: + * src/arch/operand.c: + * src/arch/operand.h: + * src/arch/operand-int.h: + * src/arch/processor.c: + * src/arch/processor.h: + * src/arch/processor-int.h: + * src/arch/register.c: + * src/arch/register.h: + * src/arch/register-int.h: + * src/arch/translate.h: + * src/arch/x86/instruction.c: + * src/arch/x86/instruction.h: + * src/arch/x86/opcodes/adc.c: + * src/arch/x86/opcodes/add.c: + * src/arch/x86/opcodes/and.c: + * src/arch/x86/opcodes/arpl.c: + * src/arch/x86/opcodes/call.c: + * src/arch/x86/opcodes/cld.c: + * src/arch/x86/opcodes/cmp.c: + * src/arch/x86/opcodes/cmps.c: + * src/arch/x86/opcodes/dec.c: + * src/arch/x86/opcodes/hlt.c: + * src/arch/x86/opcodes/inc.c: + * src/arch/x86/opcodes/int.c: + * src/arch/x86/opcodes/jump.c: + * src/arch/x86/opcodes/lea.c: + * src/arch/x86/opcodes/leave.c: + * src/arch/x86/opcodes/mov.c: + * src/arch/x86/opcodes/movs.c: + * src/arch/x86/opcodes/movsx.c: + * src/arch/x86/opcodes/movzx.c: + * src/arch/x86/opcodes/mul.c: + * src/arch/x86/opcodes/nop.c: + * src/arch/x86/opcodes/not.c: + * src/arch/x86/opcodes/opcodes.h: + * src/arch/x86/opcodes/or.c: + * src/arch/x86/opcodes/pop.c: + * src/arch/x86/opcodes/push.c: + * src/arch/x86/opcodes/rcl.c: + * src/arch/x86/opcodes/rcr.c: + * src/arch/x86/opcodes/ret.c: + * src/arch/x86/opcodes/rol.c: + * src/arch/x86/opcodes/ror.c: + * src/arch/x86/opcodes/sar.c: + * src/arch/x86/opcodes/sbb.c: + * src/arch/x86/opcodes/scas.c: + * src/arch/x86/opcodes/set.c: + * src/arch/x86/opcodes/shl.c: + * src/arch/x86/opcodes/shr.c: + * src/arch/x86/opcodes/stos.c: + * src/arch/x86/opcodes/sub.c: + * src/arch/x86/opcodes/test.c: + * src/arch/x86/opcodes/xchg.c: + * src/arch/x86/opcodes/xor.c: + * src/arch/x86/operand.c: + * src/arch/x86/operand.h: + * src/arch/x86/operands/data.c: + * src/arch/x86/operands/data.h: + * src/arch/x86/operands/modrm.c: + * src/arch/x86/operands/modrm.h: + * src/arch/x86/operands/moffs.c: + * src/arch/x86/operands/moffs.h: + * src/arch/x86/operands/register.c: + * src/arch/x86/operands/register.h: + * src/arch/x86/operands/relative.c: + * src/arch/x86/operands/relative.h: + * src/arch/x86/processor.c: + * src/arch/x86/processor.h: + * src/arch/x86/register.c: + * src/arch/x86/register.h: + * src/common/cpp.h: + * src/common/dllist.c: + * src/common/dllist.h: + * src/common/endianness.c: + * src/common/endianness.h: + * src/common/environment.c: + * src/common/environment.h: + * src/common/extstr.c: + * src/common/extstr.h: + * src/common/fnv1a.c: + * src/common/fnv1a.h: + * src/common/io.c: + * src/common/io.h: + * src/common/leb128.c: + * src/common/leb128.h: + * src/common/macros.h: + * src/common/net.c: + * src/common/net.h: + * src/common/xdg.c: + * src/common/xdg.h: + * src/common/xml.c: + * src/common/xml.h: + * src/configuration.c: + * src/configuration.h: + * src/debug/break.c: + * src/debug/break.h: + * src/debug/debugger.c: + * src/debug/debugger.h: + * src/debug/debugger-int.h: + * src/debug/jdwp/debugger.c: + * src/debug/jdwp/debugger.h: + * src/debug/jdwp/jdwp_def.h: + * src/debug/jdwp/misc/header.c: + * src/debug/jdwp/misc/header.h: + * src/debug/jdwp/misc/id.c: + * src/debug/jdwp/misc/id.h: + * src/debug/jdwp/misc/location.c: + * src/debug/jdwp/misc/location.h: + * src/debug/jdwp/misc/types.c: + * src/debug/jdwp/misc/types.h: + * src/debug/jdwp/packet.c: + * src/debug/jdwp/packet.h: + * src/debug/jdwp/sets/list.c: + * src/debug/jdwp/sets/list.h: + * src/debug/jdwp/sets/thread.c: + * src/debug/jdwp/sets/thread.h: + * src/debug/jdwp/sets/vm.c: + * src/debug/jdwp/sets/vm.h: + * src/debug/jdwp/tcp.c: + * src/debug/jdwp/tcp.h: + * src/debug/packet.c: + * src/debug/packet.h: + * src/debug/packet-int.h: + * src/debug/remgdb/gdb.c: + * src/debug/remgdb/gdb.h: + * src/debug/remgdb/helpers.c: + * src/debug/remgdb/helpers.h: + * src/debug/remgdb/packet.c: + * src/debug/remgdb/packet.h: + * src/debug/remgdb/stream.c: + * src/debug/remgdb/stream.h: + * src/debug/remgdb/stream-int.h: + * src/debug/remgdb/tcp.c: + * src/debug/remgdb/tcp.h: + * src/debug/stream.c: + * src/debug/stream.h: + * src/debug/stream-int.h: + * src/decomp/context.c: + * src/decomp/context.h: + * src/decomp/context-int.h: + * src/decomp/expr/access.c: + * src/decomp/expr/access.h: + * src/decomp/expr/arithm.c: + * src/decomp/expr/arithm.h: + * src/decomp/expr/array.c: + * src/decomp/expr/array.h: + * src/decomp/expr/assign.c: + * src/decomp/expr/assign.h: + * src/decomp/expr/block.c: + * src/decomp/expr/block.h: + * src/decomp/expr/call.c: + * src/decomp/expr/call.h: + * src/decomp/expr/comp.c: + * src/decomp/expr/comp.h: + * src/decomp/expr/cond.c: + * src/decomp/expr/cond.h: + * src/decomp/expr/dalvik/array.c: + * src/decomp/expr/dalvik/array.h: + * src/decomp/expression.c: + * src/decomp/expression.h: + * src/decomp/expression-int.h: + * src/decomp/expr/immediate.c: + * src/decomp/expr/immediate.h: + * src/decomp/expr/pseudo.c: + * src/decomp/expr/pseudo.h: + * src/decomp/expr/return.c: + * src/decomp/expr/return.h: + * src/decomp/expr/text.c: + * src/decomp/expr/text.h: + * src/decomp/instr/ite.c: + * src/decomp/instr/ite.h: + * src/decomp/instr/keyword.c: + * src/decomp/instr/keyword.h: + * src/decomp/instr/switch.c: + * src/decomp/instr/switch.h: + * src/decomp/instruction.c: + * src/decomp/instruction.h: + * src/decomp/instruction-int.h: + * src/decomp/lang/asm.c: + * src/decomp/lang/asm.h: + * src/decomp/lang/java.c: + * src/decomp/lang/java.h: + * src/decomp/output.c: + * src/decomp/output.h: + * src/decomp/output-int.h: + * src/dialogs/about.c: + * src/dialogs/about.h: + * src/dialogs/binparts.c: + * src/dialogs/binparts.h: + * src/dialogs/export.c: + * src/dialogs/export.h: + * src/dialogs/goto.c: + * src/dialogs/goto.h: + * src/dialogs/plugins.c: + * src/dialogs/plugins.h: + * src/dialogs/shellcode.c: + * src/dialogs/shellcode.h: + * src/dialogs/storage.c: + * src/dialogs/storage.h: + * src/editor.c: + * src/editor.h: + * src/format/dbg_format.c: + * src/format/dbg_format.h: + * src/format/dbg_format-int.h: + * src/format/dex/class.c: + * src/format/dex/class.h: + * src/format/dex/dex.c: + * src/format/dex/dex_def.h: + * src/format/dex/dex.h: + * src/format/dex/dex-int.c: + * src/format/dex/dex-int.h: + * src/format/dex/method.c: + * src/format/dex/method.h: + * src/format/dex/pool.c: + * src/format/dex/pool.h: + * src/format/dwarf/abbrev.c: + * src/format/dwarf/abbrev.h: + * src/format/dwarf/d_dwarf.c: + * src/format/dwarf/d_dwarf.h: + * src/format/dwarf/dwarf.c: + * src/format/dwarf/dwarf_def.h: + * src/format/dwarf/dwarf.h: + * src/format/dwarf/dwarf-int.h: + * src/format/dwarf/info.c: + * src/format/dwarf/info.h: + * src/format/dwarf/utils.c: + * src/format/dwarf/utils.h: + * src/format/elf/elf.c: + * src/format/elf/elf_def.h: + * src/format/elf/elf.h: + * src/format/elf/elf-int.c: + * src/format/elf/elf-int.h: + * src/format/elf/helper_mips.c: + * src/format/elf/helper_mips.h: + * src/format/elf/helper_x86.c: + * src/format/elf/helper_x86.h: + * src/format/elf/program.c: + * src/format/elf/program.h: + * src/format/elf/section.c: + * src/format/elf/section.h: + * src/format/elf/strings.c: + * src/format/elf/strings.h: + * src/format/elf/symbols.c: + * src/format/elf/symbols.h: + * src/format/executable.c: + * src/format/executable.h: + * src/format/executable-int.h: + * src/format/exe_format.c: + * src/format/exe_format.h: + * src/format/exe_format-int.h: + * src/format/format.c: + * src/format/format.h: + * src/format/format-int.h: + * src/format/java/attribute.c: + * src/format/java/attribute.h: + * src/format/java/e_java.c: + * src/format/java/e_java.h: + * src/format/java/field.c: + * src/format/java/field.h: + * src/format/java/java.c: + * src/format/java/java_def.h: + * src/format/java/java.h: + * src/format/java/java-int.c: + * src/format/java/java-int.h: + * src/format/java/method.c: + * src/format/java/method.h: + * src/format/java/pool.c: + * src/format/java/pool.h: + * src/format/mangling/context.c: + * src/format/mangling/context.h: + * src/format/mangling/context-int.h: + * src/format/mangling/demangler.c: + * src/format/mangling/demangler.h: + * src/format/mangling/itanium/abi.c: + * src/format/mangling/itanium/abi.h: + * src/format/mangling/itanium/component.c: + * src/format/mangling/itanium/component.h: + * src/format/mangling/itanium/context.c: + * src/format/mangling/itanium/context.h: + * src/format/mangling/java.h: + * src/format/part.c: + * src/format/part.h: + * src/format/pe/pe.c: + * src/format/pe/pe_def.h: + * src/format/pe/pe.h: + * src/format/pe/pe-int.c: + * src/format/pe/pe-int.h: + * src/format/pe/section.c: + * src/format/pe/section.h: + * src/format/pe/symbols.c: + * src/format/pe/symbols.h: + * src/format/symbol.c: + * src/format/symbol.h: + * src/glibext/delayed.c: + * src/glibext/delayed.h: + * src/glibext/delayed-int.h: + * src/glibext/gbinportion.c: + * src/glibext/gbinportion.h: + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + * src/glibext/gnhash.c: + * src/glibext/gnhash.h: + * src/glibext/proto.h: + * src/gtkext/easygtk.c: + * src/gtkext/easygtk.h: + * src/gtkext/graph/dot.c: + * src/gtkext/graph/dot.h: + * src/gtkext/graph/edge.c: + * src/gtkext/graph/edge.h: + * src/gtkext/graph/layout.c: + * src/gtkext/graph/layout.h: + * src/gtkext/graph/node.c: + * src/gtkext/graph/node.h: + * src/gtkext/graph/node-int.h: + * src/gtkext/graph/nodes/flow.c: + * src/gtkext/graph/nodes/flow.h: + * src/gtkext/graph/nodes/virtual.c: + * src/gtkext/graph/nodes/virtual.h: + * src/gtkext/graph/params.h: + * src/gtkext/graph/ranks.c: + * src/gtkext/graph/ranks.h: + * src/gtkext/gtkbinarystrip.c: + * src/gtkext/gtkbinarystrip.h: + * src/gtkext/gtkblockview.c: + * src/gtkext/gtkblockview.h: + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkbufferview.h: + * src/gtkext/gtkbufferview-int.h: + * src/gtkext/gtkdockstation.c: + * src/gtkext/gtkdockstation.h: + * src/gtkext/gtkextstatusbar.c: + * src/gtkext/gtkextstatusbar.h: + * src/gtkext/gtkgraphview.c: + * src/gtkext/gtkgraphview.h: + * src/gtkext/gtklinkrenderer.c: + * src/gtkext/gtklinkrenderer.h: + * src/gtkext/gtksourceview.c: + * src/gtkext/gtksourceview.h: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + * src/gtkext/gtkviewpanel-int.h: + * src/gtkext/support.c: + * src/gtkext/support.h: + * src/gui/editem.c: + * src/gui/editem.h: + * src/gui/editem-int.h: + * src/gui/menus/binary.c: + * src/gui/menus/binary.h: + * src/gui/menus/debug.c: + * src/gui/menus/debug.h: + * src/gui/menus/edition.c: + * src/gui/menus/edition.h: + * src/gui/menus/file.c: + * src/gui/menus/file.h: + * src/gui/menus/help.c: + * src/gui/menus/help.h: + * src/gui/menus/menubar.c: + * src/gui/menus/menubar.h: + * src/gui/menus/project.c: + * src/gui/menus/project.h: + * src/gui/menus/view.c: + * src/gui/menus/view.h: + * src/gui/panels/glance.c: + * src/gui/panels/glance.h: + * src/gui/panels/log.c: + * src/gui/panels/log.h: + * src/gui/panels/panel.c: + * src/gui/panels/panel.h: + * src/gui/panels/panel-int.h: + * src/gui/panels/strings.c: + * src/gui/panels/strings.h: + * src/gui/panels/symbols.c: + * src/gui/panels/symbols.h: + * src/gui/panels/welcome.c: + * src/gui/panels/welcome.h: + * src/gui/status.c: + * src/gui/status.h: + * src/gui/tb/portions.c: + * src/gui/tb/portions.h: + * src/gui/tb/source.c: + * src/gui/tb/source.h: + * src/gui/tb/toolbar.c: + * src/gui/tb/toolbar.h: + * src/main.c: + * src/panels/breaks.c: + * src/panels/breaks.h: + * src/panels/panel.c: + * src/panels/panel.h: + * src/panels/panel-int.h: + * src/panels/registers.c: + * src/panels/registers.h: + * src/panels/strings.c: + * src/panels/strings.h: + * src/params.c: + * src/params.h: + * src/plugins/context.c: + * src/plugins/context.h: + * src/plugins/context-int.h: + * src/plugins/overjump/overjump.c: + * src/plugins/overjump/overjump.h: + * src/plugins/pglist.c: + * src/plugins/pglist.h: + * src/plugins/plugin.c: + * src/plugins/plugin-def.h: + * src/plugins/plugin.h: + * src/plugins/plugin-int.h: + * src/project.c: + * src/project.h: + Update all copyright headers. + 14-04-26 Cyrille Bagard <nocbos@gmail.com> * src/dialogs/about.c: |