mc/lib
Slava Zanko 63c0f34dce Direct commit: Fixed double memory free in input histoey list.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2011-07-09 11:55:30 +03:00
..
event Event system: added addition parameter event_init_data to mc_event_del() function. 2011-06-21 16:13:10 +04:00
filehighlight Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c) 2011-03-21 23:55:50 +02:00
keybind Moved filemanager-related stuff to src/filemanager directory 2010-11-24 10:51:32 +03:00
mcconfig Direct commit: fixed broken build 2011-07-08 13:49:56 +03:00
search Remove replace_prepare_t type and use defined constants for use just one type (int) in functions 2011-07-08 17:28:07 +03:00
skin Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c) 2011-03-21 23:55:50 +02:00
strutil str_isutf8() function now returns gboolean value 2011-07-08 17:26:31 +03:00
tests Despite of the fact that algorithm now ignores the absence of closing curly 2011-07-08 17:28:07 +03:00
tty Ticket #2453: aggressive screen repaint 2011-07-08 13:51:41 +04:00
vfs Fixed errors while connect to IPv6 hosts 2011-07-05 16:09:57 +03:00
widget Direct commit: Fixed double memory free in input histoey list. 2011-07-09 11:55:30 +03:00
Makefile.am Added ability to serialize/deserialize strings and config objects(mc_config_t) 2011-06-23 14:45:00 +03:00
charsets.c Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c) 2011-03-21 23:55:50 +02:00
charsets.h Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c) 2011-03-21 23:55:50 +02:00
event-types.h Optimization of history load. 2011-06-21 16:13:10 +04:00
event.h Event system: added addition parameter event_init_data to mc_event_del() function. 2011-06-21 16:13:10 +04:00
filehighlight.h Lib: removed includes to "src" directory 2011-03-21 23:55:52 +02:00
fileloc.h change name of user bindings file to mc.ext 2011-06-23 14:45:01 +03:00
fs.h Ticket #2516: Fix build failure on DragonFly BSD 2011-04-07 13:32:40 +04:00
glibcompat.c Code indentation in lib directory 2010-11-24 10:27:20 +03:00
glibcompat.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
global.c Lib: removed includes to "src" directory 2011-03-21 23:55:52 +02:00
global.h Lib: removed includes to "src" directory 2011-03-21 23:55:52 +02:00
hook.c Moved hooks from lib/util.[ch] to new files lib/hook.[ch] 2010-11-24 10:27:46 +03:00
hook.h Moved hooks from lib/util.[ch] to new files lib/hook.[ch] 2010-11-24 10:27:46 +03:00
keybind.c Change hardcoded definitions of default keymap. 2011-03-20 19:26:08 +03:00
keybind.h Symbolic names of keymap sections are defined. 2011-03-20 19:26:08 +03:00
lock.c Changed functions vfs_file_is_local() and vfs_file_class_flags() for handle vfs_path_t type 2011-06-23 14:44:59 +03:00
lock.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
logging.c Added environment variable MC_LOG_ENABLE for specify if logging is enabled 2011-01-20 17:38:27 +02:00
logging.h Added new function mc_always_log() for logging on early bootstrap stages 2011-01-20 17:38:27 +02:00
mcconfig.h mcconfig: make parameters in some functions as const mc_config_t * 2011-06-23 14:45:00 +03:00
search.h Despite of the fact that algorithm now ignores the absence of closing curly 2011-07-08 17:28:07 +03:00
serialize.c Added ability to serialize/deserialize strings and config objects(mc_config_t) 2011-06-23 14:45:00 +03:00
serialize.h Added ability to serialize/deserialize strings and config objects(mc_config_t) 2011-06-23 14:45:00 +03:00
skin.h fail back to standard skin if 256-colors skin used on non256 colors terminal 2011-01-24 15:46:10 +02:00
strescape.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
strutil.h str_isutf8() function now returns gboolean value 2011-07-08 17:26:31 +03:00
timefmt.c Moved time related stuff from lib/util.[ch] into lib/timefmt.[ch]. 2010-11-24 10:27:47 +03:00
timefmt.h Moved time related stuff from lib/util.[ch] into lib/timefmt.[ch]. 2010-11-24 10:27:47 +03:00
unixcompat.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
util.c fixed x_basename function for handle URL-like paths 2011-06-23 14:45:01 +03:00
util.h Added function mc_build_filename() for processing URL-paths as well 2011-06-23 14:45:02 +03:00
utilunix.c custom_canonicalize_pathname(): Removed old-style path handling. 2011-07-05 16:09:57 +03:00
utilunix.h Lib: removed includes to "src" directory 2011-03-21 23:55:52 +02:00
widget.h Moved filemanager-related stuff to src/filemanager directory 2010-11-24 10:51:32 +03:00