mc/lib
Andrew Borodin 93f790dc7c Sync with gnulib e96dcbcbc5142bd04c6c2e9e4595d9bea910fb3b.
* m4.include/gnulib/fsusage.m4: (gl_FILE_SYSTEM_USAGE): Don't define
  STAT_STATFS2_FS_DATA.
* m4.include/gnulib/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't
  define MOUNTED_GETMNT.
* src/filemanager/filegui.c: remove Ultrix related includes.
* src/filemanager/mountlist.c: Remove STAT_STATFS2_FS_DATA case.
  Remove MOUNTED_GETMNT case.
* lib/tty/tty-internal.h: remove Ultrix-related define.
* src/vfs/smbfs/helpers/include/includes.h: Likewize
* doc/FAQ: Update OS list.
* doc/INSTALL: Likewize.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2018-11-24 14:40:42 +03:00
..
event (mc_event_mass_add): make events const. 2018-02-04 11:30:23 +03:00
filehighlight Ticket #1620: change file highlighting defaults. 2018-02-18 12:05:05 +03:00
mcconfig Update copyright years. 2018-02-04 11:30:22 +03:00
search (mc_search__recode_str): minor optimization. 2018-02-04 11:30:23 +03:00
skin Update copyright years. 2018-02-04 11:30:22 +03:00
strutil (str_ptr_array_join): constify argument. 2018-09-09 19:10:43 +03:00
tty Sync with gnulib e96dcbcbc5142bd04c6c2e9e4595d9bea910fb3b. 2018-11-24 14:40:42 +03:00
vfs Sync with gnulib 4d4877e6c2123c4862c321f3eab28a55bf886216. 2018-11-24 14:40:42 +03:00
widget (dlg_run_done): fix possible NULL dereference. 2018-09-09 19:10:43 +03:00
Makefile.am Replace obsolete `INTLLIBS` with `LIBINTL` for `libmc` 2016-05-07 16:28:47 +03:00
charsets.c (convert_from_8bit_to_utf_c2): use convert_from_8bit_to_utf_c(). 2018-02-04 11:30:23 +03:00
charsets.h lib/charsets.[ch]: clarify usage of const qualifier. 2016-04-16 10:23:44 +03:00
event-types.h Reimplement handling of ev_vfs_print_message_t message. 2015-11-05 14:33:21 +03:00
event.h (mc_event_mass_add): make events const. 2018-02-04 11:30:23 +03:00
filehighlight.h filehighlight: clarify includes. 2016-03-04 09:23:36 +03:00
fileloc.h Ticket #2625: mc does not preserve file mtime when copying over ssh 2011-12-12 11:51:25 +03:00
fs.h Ticket #3464: (compute_namelen): remove... 2015-05-24 17:59:18 +03:00
glibcompat.c Update copyright years. 2018-02-04 11:30:22 +03:00
glibcompat.h Use g_queue_free_full(). 2017-01-22 18:44:22 +03:00
global.c Update copyright years. 2018-02-04 11:30:22 +03:00
global.h Ticket #3930: clarify name of struct stat members for Apple compilation. 2018-08-19 11:37:20 +03:00
hook.c Update copyright years. 2018-02-04 11:30:22 +03:00
hook.h fixed doxygen documentation 2012-09-10 14:29:53 +03:00
keybind.c Update copyright years. 2018-02-04 11:30:22 +03:00
keybind.h File panel: unification of terminology. 2017-04-24 16:16:27 +03:00
lock.c Update copyright years. 2018-02-04 11:30:22 +03:00
lock.h Changed lock_file() and unlock_file() functions 2012-03-06 11:52:30 +03:00
logging.c Update copyright years. 2018-02-04 11:30:22 +03:00
logging.h Clarify __attribute ((format (printf))) usage. 2015-11-05 14:33:20 +03:00
mcconfig.h Rename mc_config_get_profile_root() to mc_get_profile_root() 2016-12-04 09:37:50 +03:00
search.h (mc_search_set_error): cleanup compile warning on older gcc compilers: 2016-07-29 09:29:36 +03:00
serialize.c (mc_deserialize_str): trivial optimization. 2018-02-04 11:30:23 +03:00
serialize.h Added ability to serialize/deserialize strings and config objects(mc_config_t) 2011-06-23 14:45:00 +03:00
shell.c Update copyright years. 2018-02-04 11:30:22 +03:00
shell.h Add mc_shell_init() and mc_shell_deinit() functions. 2016-01-01 11:48:06 +03:00
skin.h Ticket #3145: support for True Color (16 millions colors). 2016-11-13 15:56:59 +03:00
stat-size.h Sync with gnulib 23671eec22f5221a2dff50942f24c41bcf9caeaf. 2018-11-24 14:40:42 +03:00
strescape.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
strutil.h strutil: character test functions return gboolean instead of int. 2018-02-04 11:30:23 +03:00
timefmt.c Update copyright years. 2018-02-04 11:30:22 +03:00
timefmt.h Moved time related stuff from lib/util.[ch] into lib/timefmt.[ch]. 2010-11-24 10:27:47 +03:00
timer.c Update copyright years. 2018-02-04 11:30:22 +03:00
timer.h Ticket #2136: implement user-friendly interruption of long-time operations. 2014-07-22 13:40:30 +04:00
unixcompat.h Sync with gnulib 4d4877e6c2123c4862c321f3eab28a55bf886216. 2018-11-24 14:40:42 +03:00
util.c Ticket #3906: ZSTD support. 2018-03-19 15:00:23 +03:00
util.h Ticket #3906: ZSTD support. 2018-03-19 15:00:23 +03:00
utilunix.c Partially revert "VFS: (vfs_s_subclass): make the derived class from vfs_class." 2018-09-10 12:47:12 +03:00
utilunix.h Lib: removed includes to "src" directory 2011-03-21 23:55:52 +02:00
widget.h Rename Dlg_head to WDialog. 2012-11-19 21:42:47 +04:00