Remove vfs_path_to_str() function for avoid often memory allocations.
commit2640b21bb9700aa51a70f35f9e10732c82a7366f
authorSlava Zanko <slavazanko@gmail.com>
Sun, 14 Apr 2013 13:38:37 +0000 (14 16:38 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 3 Jun 2013 11:21:01 +0000 (3 14:21 +0300)
tree5ff978ef57580ded16cc29aaa7f7bd153ec58a81
parent31bacf56c93648ad064159386271a18e760ec900
Remove vfs_path_to_str() function for avoid often memory allocations.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
49 files changed:
lib/util.c
lib/vfs/direntry.c
lib/vfs/interface.c
lib/vfs/path.c
lib/vfs/path.h
lib/vfs/vfs.c
src/diffviewer/ydiff.c
src/editor/edit.c
src/editor/editcmd.c
src/editor/editdraw.c
src/editor/editwidget.c
src/editor/syntax.c
src/execute.c
src/filemanager/boxes.c
src/filemanager/cmd.c
src/filemanager/command.c
src/filemanager/dir.c
src/filemanager/ext.c
src/filemanager/file.c
src/filemanager/filegui.c
src/filemanager/filenot.c
src/filemanager/find.c
src/filemanager/info.c
src/filemanager/layout.c
src/filemanager/midnight.c
src/filemanager/panel.c
src/filemanager/panelize.c
src/filemanager/tree.c
src/filemanager/treestore.c
src/filemanager/usermenu.c
src/subshell.c
src/util.c
src/vfs/cpio/cpio.c
src/vfs/extfs/extfs.c
src/vfs/fish/fish.c
src/vfs/ftpfs/ftpfs.c
src/vfs/sfs/sfs.c
src/vfs/sftpfs/config_parcer.c
src/vfs/tar/tar.c
src/viewer/actions_cmd.c
src/viewer/lib.c
src/viewer/mcviewer.c
tests/lib/vfs/path_manipulations.c
tests/lib/vfs/path_recode.c
tests/lib/vfs/path_serialize.c
tests/lib/vfs/tempdir.c
tests/lib/vfs/vfs_path_string_convert.c
tests/lib/vfs/vfs_s_get_path.c
tests/src/filemanager/do_cd_command.c