pancake@pair [Sat, 04 Feb 2012 03:51:22 +0100] rev 2007
* Initial support for the z80 CPU
- assembler, disassembler and basic code analysis
- code analysis is very primitive atm
pancake@pair [Fri, 03 Feb 2012 20:52:20 +0100] rev 2006
** Apply patch from Simon Ruderich (thanks!)
* Remove some unused variables.
* libr/core/disasm.c: Fix minor memory leak.
* libr/util/str.c: Cleanup r_str_home() and fix potential crash.
* libr/line/dietline.c: Cleanup r_line_hist_load, fix memory leak.
* libr/core/cmd.c: Fix read from uninitialized memory.
* libr/util/str.c: Add comment why r_str_cpy() was added.
* libr/io/p/io_malloc.c: Prevent read from invalid memory.
* Split -n into -n (no user settings) and -N (no analysis).
pancake [Fri, 03 Feb 2012 16:28:52 +0100] rev 2005
* Remove tests/ and use r2-regressions from vext01 github
pancake [Fri, 03 Feb 2012 16:23:14 +0100] rev 2004
* Fix -n help message as reported by rudi_s
* Oops fix build again
pancake@pair [Fri, 03 Feb 2012 10:57:45 +0100] rev 2003
* Fix build + initial work on z80 asm/dis
pancake@pair [Fri, 03 Feb 2012 01:13:09 +0100] rev 2002
* Build the ewf plugin if requested
* Fix valgrind warning thanks to Simon Ruderich
* Add mach0 ARM subtypes and fix parsing
pancake@pair [Thu, 02 Feb 2012 01:06:22 +0100] rev 2001
* Added m68 disassembler and code analysis
- m68k assembler pending to fix some license issues with author
* Added z80 assembler and disassembler
- still not integrated with the plugin
* Software licenses sucks
pancake@pair [Wed, 01 Feb 2012 22:54:12 +0100] rev 2000
* Fix output of search command (fix regression test)
pancake@pair [Wed, 01 Feb 2012 22:42:38 +0100] rev 1999
* Fix nullpointer checks in p/bin p9, pe and pe64 when
using virtual files like malloc:// (thanks?@vext01 for reporting)
* Add search.in=block
* Fix search ranges in search.in=file (fixes r2-regressions test)
pancake@pair [Wed, 01 Feb 2012 16:53:46 +0100] rev 1998
* Fix opening files with spaces in name from r2 prompt
* Sort TODO