mc/src
Andrew Borodin d3e91b0711 Fixed forgotten call of va_end() in mc_log().
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2009-12-16 11:10:41 +02:00
..
filehighlight Ticket #1845: Code cleanup before 4.7.0 release. 2009-12-16 11:10:15 +02:00
mcconfig clang: fixed useful warnings (-Wformat related) 2009-12-16 11:10:41 +02:00
search Ticket #1858: Segmentation fault when search in different encodings 2009-12-07 13:45:25 +02:00
skin Fixed several missing includes 2009-11-09 13:49:57 +01:00
tty Ticket #1781: array index is out of bounds. 2009-12-02 10:01:01 +03:00
viewer fix formatarg: pass ll instead of passing off_t as "%lld" parameter 2009-12-16 11:10:41 +02:00
.gitignore Added .svnignore files (same as .cvsignore) 2008-12-28 23:27:03 +02:00
achown.c Modified dialog callback function. 2009-11-19 10:07:51 +03:00
achown.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
args.c Ticket #1831: fixed compilation warings of --disable-nls and --disable-charset options. 2009-11-20 14:39:51 +03:00
args.h Added --keymap command line option 2009-09-29 17:42:34 +00:00
background.c Cleanup of code for compile with new warnings options for compilator 2009-10-30 20:36:48 +02:00
background.h Fixed problems: 2009-10-28 12:05:07 +02:00
boxes.c src/boxes.c (configure_vfs): fixed #ifdef directive. 2009-12-16 11:10:41 +02:00
boxes.h Added handlers for panel sort keybind actions. 2009-10-06 10:18:54 +03:00
charsets.c Ticket #1835: Coding style fixups in src/charset.c 2009-11-20 14:13:12 +02:00
charsets.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
chmod.c Modified dialog callback function. 2009-11-19 10:07:51 +03:00
chmod.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
chown.c Modified dialog callback function. 2009-11-19 10:07:51 +03:00
chown.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
cmd.c Ticket #1814: allow save empty value in history. 2009-11-20 19:44:14 +03:00
cmd.h Implemented default actual shortcuts for main menu. 2009-10-26 16:15:31 +03:00
cmddef.h Unified some commands that differ in its behaviour when called via menu or shortcuts. 2009-11-19 10:07:51 +03:00
command.c Cleanup of code for compile with new warnings options for compilator 2009-10-30 20:36:48 +02:00
command.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
complete.c Modified dialog callback function. 2009-11-19 10:07:51 +03:00
cons.handler.c Base support of skins. 2009-09-18 11:49:44 +03:00
cons.saver.c Cleanup of code for compile with new warnings options for compilator 2009-10-30 20:36:48 +02:00
cons.saver.h Reorganization of key and window management functions. 2009-08-12 21:23:12 +04:00
dialog.c Modified dialog callback function. 2009-11-19 10:07:51 +03:00
dialog.h Modified menu command handling using DLG_ACTION message. 2009-11-19 10:07:51 +03:00
dir.c Set correct stat info for ".." directory. 2009-11-09 13:08:38 +03:00
dir.h Ticket #1757: set actual stat info for ".." directory in panel. 2009-11-09 13:08:38 +03:00
ecs-test.c Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
ecs.c Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
ecs.h vfs/gc.c src/widget.c: removed unneeded #include's. 2009-06-18 21:07:10 +04:00
execute.c Cleanup of code for compile with new warnings options for compilator 2009-10-30 20:36:48 +02:00
execute.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
ext.c Cleanup of code for compile with new warnings options for compilator 2009-10-30 20:36:48 +02:00
ext.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
file.c Ticket #1831: fixed compilation warings of --disable-nls and --disable-charset options. 2009-11-20 14:39:51 +03:00
file.h Fixed calculation of Copy/Move dialog width. 2009-10-16 13:07:30 +04:00
filegui.c Ticket #1831: fixed compilation warings of --disable-nls and --disable-charset options. 2009-11-20 14:39:51 +03:00
filegui.h Fixed calculation of Copy/Move dialog width. 2009-10-16 13:07:30 +04:00
fileloc.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
filenot.c fixed several missing #include's 2009-06-18 21:02:29 +04:00
fileopctx.c Merge branch 'm-utf-8' 2009-05-07 13:01:01 +03:00
fileopctx.h Fixed problems: 2009-10-28 12:05:07 +02:00
find.c Ticket #1814: allow save empty value in history. 2009-11-20 19:44:14 +03:00
find.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
fs.h further include file fixups 2009-06-18 21:02:29 +04:00
fsusage.c Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
fsusage.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
glibcompat.c Ticket #1627: glib macros fix. 2009-10-27 11:42:19 +02:00
glibcompat.h * Added g_unichar_iszerowidth() and g_file_set_contents() functions for 2009-10-24 15:21:34 +00:00
global.h Ticket #1789: Removed obsolete checks for setuid(), getuid(), etc 2009-12-15 18:13:40 +03:00
help.c Modified ButtonBar engine to allow bind keys to unused buttons. 2009-11-19 10:07:51 +03:00
help.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
history.h Ticket #1460 (shared search history) 2009-08-05 14:30:08 +00:00
hotlist.c Modified dialog callback function. 2009-11-19 10:07:51 +03:00
hotlist.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
info.c Fixed display info about ".." directory in Info panel. 2009-11-09 13:08:38 +03:00
info.h Call menu using mouse for all panel types. 2009-09-14 15:11:59 +04:00
keybind.c Ticket #1781: little speedup of startup. 2009-11-23 21:30:43 +03:00
keybind.h Implemented keybindings for Help window. 2009-11-19 10:07:51 +03:00
layout.c Modified dialog callback function. 2009-11-19 10:07:51 +03:00
layout.h Ticket #38: fixed saving other_dir path into panels.ini. 2009-10-05 13:09:41 +04:00
learn.c Ticket #1831: fixed compilation warings of --disable-nls and --disable-charset options. 2009-11-20 14:39:51 +03:00
learn.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
listmode.c Cleanup of code for compile with new warnings options for compilator 2009-10-30 20:36:48 +02:00
listmode.h Some fixups with wrongly highlighted words 2009-02-10 16:07:59 +02:00
logging.c Fixed forgotten call of va_end() in mc_log(). 2009-12-16 11:10:41 +02:00
logging.h Minor fix for mc_log_mark() macro. 2009-12-02 16:05:26 +02:00
main-widgets.h Ticket #1563: Modified menu engine to create and modify menu dynamically. 2009-10-26 16:15:31 +03:00
main.c clang: fixed useful warnings (-Wformat related) 2009-12-16 11:10:41 +02:00
main.h Ticket #1613: remove charset confirmation on startup 2009-11-19 10:36:37 +02:00
Makefile.am Makefile.am: Fixed incorrect variable name if maintainer mode is active. 2009-11-11 11:33:06 +02:00
man2hlp.c Cleanup of code for compile with new warnings options for compilator 2009-10-30 20:36:48 +02:00
menu.c Modified menu command handling using DLG_ACTION message. 2009-11-19 10:07:51 +03:00
menu.h Modified menu command handling using DLG_ACTION message. 2009-11-19 10:07:51 +03:00
mfmt.c Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
mountlist.c Merge branch '252_doxygen_desc_src' 2009-04-16 08:26:52 +03:00
mountlist.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
option.c Ticket #1656: Incorrect processing of cases the lack of rights to save preferences. 2009-10-28 13:37:39 +02:00
option.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
panel.h Ticket #1715: Sort types: duplicate of i18n strings 2009-10-26 12:08:12 +02:00
panelize.c Modified dialog callback function. 2009-11-19 10:07:51 +03:00
panelize.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
pipethrough.3 * pipethrough.3: Fixed use of mandoc macros according to a 2004-11-21 21:13:43 +00:00
pipethrough.c Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
pipethrough.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
screen.c ButtonBar optimizations. 2009-11-19 10:07:51 +03:00
selcodepage.c Ticket #1451: fixed placement of choose encoding dialog window. 2009-10-15 11:40:30 +04:00
selcodepage.h Fixed typo. 2009-12-16 11:10:40 +02:00
setup.c Ticket #1613: remove charset confirmation on startup 2009-11-19 10:36:37 +02:00
setup.h Ticket #1776: save flags of select/unselet file group. 2009-11-18 14:21:08 +03:00
strescape.c Ticket #1545: Don't escape tilde on cmdline, this is not necessary. 2009-08-19 22:10:33 +02:00
strescape.h src/strescape.{c,h}: sanitized fn proto to keep in sync with rest of code 2009-07-17 12:00:02 +03:00
strutil8bit.c Cleanup of code for compile with new warnings options for compilator 2009-10-30 20:36:48 +02:00
strutil.c Cleanup of code for compile with new warnings options for compilator 2009-10-30 20:36:48 +02:00
strutil.h Cleanup of code for compile with new warnings options for compilator 2009-10-30 20:36:48 +02:00
strutilascii.c Cleanup of code for compile with new warnings options for compilator 2009-10-30 20:36:48 +02:00
strutilutf8.c Ticket #1536: fix of case insensitive file sorting in UTF-8 locales. 2009-12-09 20:12:17 +03:00
subshell.c Ticket #1789: Removed obsolete checks for setuid(), getuid(), etc 2009-12-15 18:13:40 +03:00
subshell.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
textconf.c Fixed several missing includes 2009-11-09 13:49:57 +01:00
textconf.h Ticket #390: remove own 'libpopt' stuff. 2009-09-02 14:32:32 +03:00
timefmt.h Dropping non-strftime() support and fixing -Werror problem 2009-11-09 13:49:56 +01:00
tree.c Modified ButtonBar engine to allow bind keys to unused buttons. 2009-11-19 10:07:51 +03:00
tree.h Implemented keybindings engine for ButtonBar (F1-F10 keys). 2009-11-19 10:07:51 +03:00
treestore.c Ticket #1794: Segfault in treeview 2009-11-18 22:36:56 +02:00
treestore.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
unixcompat.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
user.c Ticket #1826: fixing build w/o internal edit 2009-11-18 22:44:20 +02:00
user.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
util.c Ticket #1798: Not enough magic read before checking for lzma files 2009-12-02 16:03:07 +02:00
util.h Ticket #1617: Fixed saving filepos file 2009-10-26 11:40:00 +02:00
utilunix.c Ticket #1475: warningis fix 2009-08-06 16:20:28 +03:00
vfsdummy.h vfs/gc.c src/widget.c: removed unneeded #include's. 2009-06-18 21:07:10 +04:00
widget.c Ticket #407: C-w does not delete whole command line 2009-12-01 16:24:43 +02:00
widget.h Ticket #1814: allow save empty value in history. 2009-11-20 19:44:14 +03:00
wtools.c Modified dialog callback function. 2009-11-19 10:07:51 +03:00
wtools.h Avoid Sun Studio compiler bug 2009-11-04 17:30:31 +02:00