* Treat r_cons and r_line as singleton in r_core_init * Move gdiff to r_core * Fix libgmp support --HG-- rename : libr/diff/gdiff.c => libr/core/gdiff.c rename : libr/diff/gdiff.h => libr/core/gdiff.h
* Rename */handler.c to */plugin.c * Rename "handle" to "handler" in r_lib --HG-- rename : libr/bp/handle.c => libr/bp/plugin.c rename : libr/cmd/handle.c => libr/cmd/plugin.c rename : libr/debug/handle.c => libr/debug/plugin.c rename : libr/io/handle.c => libr/io/plugin.c