mc/lib
Andrew Borodin fe8c5390ad Fix of uintmax_t variables output.
Use PRIuMAX and PRIXMAX instead of ju and jX modifiers respectively
for formatted output of uintmax_t variables.
If PRIXMAX is not defined (i.e. in Solaris9), use PRIxMAX instead.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-03 10:58:39 +03:00
..
filehighlight Don't include lib/util.h via lib/global.h. 2010-11-24 10:51:30 +03:00
keybind Moved filemanager-related stuff to src/filemanager directory 2010-11-24 10:51:32 +03:00
mcconfig Refactoring: removed unused variable 2010-11-24 10:51:31 +03:00
search Moved charsets.[ch] from src to lib directory 2010-11-24 10:51:31 +03:00
skin Ticket #2171: colors for popup menu: 2010-12-02 09:55:59 +03:00
strutil Optimization of str_msg_term_size(). 2010-11-24 10:51:30 +03:00
tty Fixed declaration of mouse callback type 2010-12-02 21:59:42 +03:00
vfs Fix of uintmax_t variables output. 2010-12-03 10:58:39 +03:00
widget Avoid compiler warnings. 2010-12-02 22:12:56 +03:00
charsets.c Moved charsets.[ch] from src to lib directory 2010-11-24 10:51:31 +03:00
charsets.h Refactoring: removed unused variable 2010-11-24 10:51:31 +03:00
filehighlight.h Moved filemanager-related stuff to src/filemanager directory 2010-11-24 10:51:32 +03:00
fileloc.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
fs.h Moved filemanager-related stuff to src/filemanager directory 2010-11-24 10:51:32 +03: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.h Fix of uintmax_t variables output. 2010-12-03 10:58:39 +03: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 Split file src/keybind.[ch] to lib/keybind.[ch] and src/keybind-defaults.[ch]. 2010-11-24 10:51:31 +03:00
keybind.h Split file src/keybind.[ch] to lib/keybind.[ch] and src/keybind-defaults.[ch]. 2010-11-24 10:51:31 +03:00
lock.c Split lib/widget/widget.[ch] and lib/widget/wtools.[ch] files 2010-11-24 10:51:30 +03:00
lock.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
logging.c Cleanup of main.[ch]. 2010-11-24 10:51:31 +03:00
logging.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
Makefile.am Split file src/keybind.[ch] to lib/keybind.[ch] and src/keybind-defaults.[ch]. 2010-11-24 10:51:31 +03:00
mcconfig.h Renamed mc_config_direct_set_string() to mc_config_set_string_raw() 2010-11-24 10:51:30 +03:00
search.h Clean up some empty lines. 2010-11-24 10:27:46 +03:00
skin.h Ticket #2171: colors for popup menu: 2010-12-02 09:55:59 +03:00
strescape.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
strutil.h Optimization of str_msg_term_size(). 2010-11-24 10:51:30 +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 Fix of uintmax_t variables output. 2010-12-03 10:58:39 +03:00
util.h Ticket #2429: overflow of file operation counters. 2010-12-02 09:41:51 +03:00
utilunix.c Moved charsets.[ch] from src to lib directory 2010-11-24 10:51:31 +03:00
widget.h Moved filemanager-related stuff to src/filemanager directory 2010-11-24 10:51:32 +03:00