# 5.8 eta wen * [ ] move core/rvc into util/rvc * [ ] eliminate skyline (only used in io.cache) * [ ] rcrypto plugins.. * [ ] parse into asm requires too much work for the time left we have * [ ] Still some R2_580 stuff to be fixed * [ ] xdg support on windows ``` 0$ git grep R2_580 binr/r2pm/r2pm.sh:# R2_580 - deprecate `install`, `info`... just use flags like in the C program libr/config/config.c: const char *ch = strstr (s, ":")? ":": ","; // R2_580 change to only use ':' imho but comma looks more natural libr/core/cconfig.c:// R2_580 rename to log.sink=file:path log.sink=echo etc.. libr/core/cconfig.c:#if R2_580 libr/core/cmd_project.c: "Pc", " [file]", "show project script to console (R2_580 -> PS*)", libr/core/cmd_project.c: "Px", "-", "close the opened project (R2_580 -> Pc)", libr/core/cmd_project.c: // R2_580 - old Px code moves here.. libr/core/core.c: // XXX R2_580 deprecate this callback? we have the rlog apis libr/debug/debug.c:// R2_580 R_API bool r_debug_continue_syscalls(RDebug *dbg, int *sc, int n_sc) { libr/include/r_anal.h:// TO DEPRECATE R2_580 libr/include/r_arch.h:// R2_580 use this format instead? libr/include/r_bin.h:// R2_580 - deprecate this struct which looks dupe from RArchConfig libr/include/r_cons.h: int vtmode; // R2_580 duplicated and unused from the global RCons.vtmode libr/include/r_util/r_str.h:R_API R_MUSTUSE char *r_str_home(const char *str); // R2_580 : rename to r_file_home() ? libr/include/r_util/r_str.h:// R2_580: implement r_file_homef() for format string purposes libr/include/r_util/r_table.h: /// R2_580 - squash them all as int showMode and switch it libr/util/thread.c: enable = false; /// R2_580. remove the enable bit imho libr/util/utype.c:// R2_580 - return bool instead of int 0$ ```