mc/src
Andrew Borodin ab3e3339bb vfs_dirent: add new member d_len to get rid of d_name length calculation.
* (vfs_dirent_assign): set d_len up.
  * (mc_readdir): sync with new vfs_dirent: use d_len member.
  * (filename_completion_function): likewise.
  * (handle_dirent): likewise.
  * (find_ignore_dir_search): add 2nd argument to use length of
    directory name if it's known.
  * (do_search): sync with modified vfs_dirent and find_ignore_dir_search().
  * (NLENGTH): remove.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2024-06-02 12:41:34 +03:00
..
consaver Update copyright years. 2024-01-01 09:46:17 +03:00
diffviewer Merge lib/strescape.h into lib/strutil.h. Rename functions. 2024-04-07 16:38:11 +03:00
editor (spell_available): refactoing. 2024-06-02 12:41:34 +03:00
filemanager vfs_dirent: add new member d_len to get rid of d_name length calculation. 2024-06-02 12:41:34 +03:00
man2hlp Update copyright years. 2024-01-01 09:46:17 +03:00
subshell Ticket #4521: really escape fish shell history. 2024-02-11 19:19:40 +03:00
vfs extfs: modify the iso9660 extfs helper to support testing (xorriso part) 2024-05-18 19:47:06 +03:00
viewer (mcview_new): use WRect to define a panel area. 2024-04-07 16:06:16 +03:00
.gitignore Fix .gitignore 2019-09-01 20:13:27 +03:00
args.c mceditor: refactoring. 2024-04-07 16:06:16 +03:00
args.h mceditor: refactoring. 2024-04-07 16:06:16 +03:00
background.c Update copyright years. 2024-01-01 09:46:17 +03:00
background.h Remove unneeded struct keyword for typedef'd structs 2016-03-04 09:23:38 +03:00
clipboard.c Update copyright years. 2024-01-01 09:46:17 +03:00
clipboard.h Use events for operate with clipboard (copy/paste to external clipboard, save/load to file) 2011-03-21 23:55:52 +02:00
cons.handler.c Update copyright years. 2024-01-01 09:46:17 +03:00
events_init.c Update copyright years. 2024-01-01 09:46:17 +03:00
events_init.h Use argument names in function declarations. 2021-06-20 15:14:56 +03:00
execute.c (shell_execute): fix coding style. 2024-04-07 16:38:11 +03:00
execute.h Merge lib/utilunix.h into lib/util.h. 2024-04-07 16:38:11 +03:00
file_history.c Update copyright years. 2024-01-01 09:46:17 +03:00
file_history.h Refactoring of show file history in the file manager. 2019-08-10 09:45:27 +03:00
help.c Update copyright years. 2024-01-01 09:46:17 +03:00
help.h Fix various typos in the source code (closes MidnightCommander/mc#177). 2023-01-28 21:38:05 +03:00
history.h Add macros for select/unselect histories. 2022-04-10 17:43:44 +03:00
keymap.c Update copyright years. 2024-01-01 09:46:17 +03:00
keymap.h Refactoring of keymap load/save. 2021-03-14 19:48:59 +03:00
learn.c Merge lib/strescape.h into lib/strutil.h. Rename functions. 2024-04-07 16:38:11 +03:00
learn.h Code indentation in src directory 2010-11-24 10:27:47 +03:00
main.c Ticket #4535: change name of temporary drirectory. 2024-05-13 21:48:35 +03:00
Makefile.am Ticket #1: remove SMB suport. 2021-09-26 10:03:49 +03:00
selcodepage.c src/selcodepage.c: fix coding style. 2024-04-07 16:38:11 +03:00
selcodepage.h Cleanup of main.[ch]. 2010-11-24 10:51:31 +03:00
setup.c Use NULL as initial value for undefined user format. 2024-06-02 12:40:02 +03:00
setup.h Fix various typos in the source code (closes MidnightCommander/mc#177). 2023-01-28 21:38:05 +03:00
textconf.c textconf.c: features: fix capital letters. 2024-04-07 16:06:16 +03:00
textconf.h Added --configure-options for easy update & reconfigure existing mc. 2011-03-29 12:37:55 +03:00
usermenu.c Update copyright years. 2024-01-01 09:46:17 +03:00
usermenu.h usermenu: clarify compilation w/o internal editor. 2023-03-19 20:34:24 +03:00
util.c Update copyright years. 2024-01-01 09:46:17 +03:00
util.h (check_for_default): minor optimization and change return value. 2012-04-22 11:25:11 +03:00