mc/src
2004-12-02 10:46:21 +00:00
..
.cvsignore Add mc.hlp.?? 2002-03-12 16:26:53 +00:00
achown.c * achown.c: Added const qualifiers and const_cast. 2004-09-19 15:55:58 +00:00
achown.h Initial revision 1998-02-27 04:54:42 +00:00
background.c * achown.c: Added const qualifiers and const_cast. 2004-09-19 15:55:58 +00:00
background.h * background.c (tell_parent): Eliminate. 2003-10-26 05:42:29 +00:00
boxes.c * boxes.c (display_unit): Added const qualifier. 2004-09-25 13:46:23 +00:00
boxes.h * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
ChangeLog * file.c (make_symlink): Constify r. 2004-12-02 10:46:21 +00:00
charsets.c * Code cleanup: Added const qualifier for variables and 2004-08-30 10:38:00 +00:00
charsets.h * Code cleanup: Added const qualifier for variables and 2004-08-30 10:38:00 +00:00
chmod.c * Code cleanup: Added const qualifier for variables and 2004-08-29 22:38:06 +00:00
chmod.h * chmod.c (stat_file): Eliminate. Use mc_stat(). 2003-10-24 18:38:02 +00:00
chown.c * Code cleanup: Added const qualifier for variables and 2004-08-29 22:38:06 +00:00
chown.h * chmod.c (stat_file): Eliminate. Use mc_stat(). 2003-10-24 18:38:02 +00:00
cmd.c * cmd.c (select_unselect_cmd): Collect repeated code from 2004-10-25 09:38:59 +00:00
cmd.h * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
color.c * boxes.c (configure_vfs): g_free handles NULL argument too, 2004-09-24 22:22:35 +00:00
color.h * color.c (load_dialog_colors): Make a separate color for 2004-09-01 22:33:43 +00:00
command.c * subshell.c (do_subshell_chdir): Filter out a possible password from 2004-11-03 19:43:17 +00:00
command.h Added more const-ness. 2004-08-18 08:58:37 +00:00
complete.c * complete.c (completion_matches): Fix duplicate completion matches 2004-10-28 19:39:46 +00:00
complete.h * complete.h: Move CompletionFunction definition ... 2003-10-24 22:11:57 +00:00
cons.handler.c * cons.handler.c (handle_console_linux): Replaced NULL with 2004-09-24 14:02:39 +00:00
cons.saver.c * cons.saver.c (die): Declare as "static" to avoid gcc warning. 2004-10-21 23:08:28 +00:00
cons.saver.h * cons.saver.c: Define LINUX_CONS_SAVER_C so that some parts 2001-11-29 20:28:48 +00:00
dialog.c * dialog.c (do_select_widget): Walk the whole widgets list looking 2004-11-02 11:49:56 +00:00
dialog.h * dialog.h: marked the title as "notconst", as it is freed 2004-08-29 22:43:27 +00:00
dir.c * dir.c (file_type_to_num): Added initial support for the Special Named 2004-11-03 20:31:59 +00:00
dir.h * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
eregex.h * eregex.h: Undefine __restrict_arr before redefining to avoid a 2002-12-11 05:33:39 +00:00
execute.c * execute.c (shell_execute): Optimize memory usage. 2004-11-26 11:14:07 +00:00
execute.h * user.c (execute_menu_command): Revert last changes. Execute 2004-11-18 17:47:55 +00:00
ext.c * ext.c (regex_check_type): Optimize memory usage. 2004-11-26 15:47:31 +00:00
ext.h * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
file.c * file.c (make_symlink): Constify r. 2004-12-02 10:46:21 +00:00
file.h * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
filegui.c * file.c (copy_dir_dir): Code cleanup (removal of unnecessary goto, 2004-12-02 06:25:57 +00:00
filegui.h * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
filenot.c * Code cleanup: Added const qualifier for variables and 2004-08-29 22:51:02 +00:00
fileopctx.c * fileopctx.h: Add "operation" filed to FileOpContext. 2004-01-23 21:59:38 +00:00
fileopctx.h * fileopctx.h (struct FileOpContext): Use off_t for offset. 2004-10-06 18:06:26 +00:00
find.c * boxes.c (display_unit): Added const qualifier. 2004-09-25 13:46:23 +00:00
find.h Warning fixes. 1998-12-02 21:27:27 +00:00
findme.c * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
findme.h * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
fs.h * dir.c (file_type_to_num): Added initial support for the Special Named 2004-11-03 20:31:59 +00:00
glibcompat.c Warning fixes for FreeBSD 5.1. 2003-11-21 03:17:18 +00:00
glibcompat.h * glibcompat.h: Fix definition of g_try_realloc(). 2004-01-22 07:19:58 +00:00
global.h * boxes.c (display_unit): Added const qualifier. 2004-09-25 13:46:23 +00:00
help.c * help.c (help_event): Fix offset of event area for mouse click. 2004-11-19 21:04:04 +00:00
help.h * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
hotlist.c * hotlist.c (unlink_entry): Add missed brackets. 2004-11-10 11:02:23 +00:00
hotlist.h * cmd.c: Cleanup of unneeded global functions and data. 2003-10-14 21:58:56 +00:00
info.c * achown.c: Added const qualifiers and const_cast. 2004-09-19 15:55:58 +00:00
info.h * info.h: Don't expose WInfo internals. 2003-10-26 05:54:55 +00:00
key.c * key.c (use_8th_bit_as_meta): Use 8bit input as default. 2004-11-07 12:37:24 +00:00
key.h * Code cleanup: Added const qualifier for variables and 2004-08-29 23:27:40 +00:00
keyxdef.c * global.h: Include io.h, pwd.h, grp.h and utime.h. Adjust all 2001-09-07 17:52:19 +00:00
layout.c * achown.c: Added const qualifiers and const_cast. 2004-09-19 15:55:58 +00:00
layout.h * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
learn.c 2004-09-24 Roland Illig <roland.illig@gmx.de> 2004-09-24 15:05:28 +00:00
learn.h Initial revision 1998-02-27 04:54:42 +00:00
listmode.c * dlg.h: Merge with ... 2003-10-24 23:20:30 +00:00
listmode.h * listmode.c, listmode.h, main.c: Consistently using define 2000-09-26 22:38:13 +00:00
main.c * main.c (midnight_callback): Make the the keystrokes the invoke 2004-11-29 20:11:07 +00:00
main.h * Code cleanup: Added const qualifier for variables and 2004-08-29 17:15:23 +00:00
Makefile.am * Makefile.am: Removed unused occurence of man_MANS. 2004-11-23 23:04:18 +00:00
man2hlp.c Typo. 2004-09-02 14:59:12 +00:00
menu.c * boxes.c (display_unit): Added const qualifier. 2004-09-25 13:46:23 +00:00
menu.h * help.c (search_string): Fixed a warning about a const qualifier. 2004-09-18 14:30:58 +00:00
mfmt.c * charsets.c: Add disclaimer of warranty. 2002-08-27 05:27:11 +00:00
mountlist.c * boxes.c (display_unit): Added const qualifier. 2004-09-25 13:46:23 +00:00
mountlist.h * Code cleanup: Added const qualifier for variables and 2004-08-29 23:27:40 +00:00
mouse.c * Code cleanup: Added const qualifier for variables and 2004-08-29 23:27:40 +00:00
mouse.h * Code cleanup: Added const qualifier for variables and 2004-08-29 23:27:40 +00:00
myslang.h * myslang.h: Check USE_INCLUDED_SLANG properly. 2004-10-12 04:32:04 +00:00
OChangeLog s/ommited/omitted/ 2002-07-14 06:36:07 +00:00
option.c * achown.c: Added const qualifiers and const_cast. 2004-09-19 15:55:58 +00:00
option.h Initial revision 1998-02-27 04:54:42 +00:00
panel.h * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
panelize.c * Code cleanup: Added const qualifier for variables and 2004-08-29 23:27:40 +00:00
panelize.h * cmd.c: Cleanup of unneeded global functions and data. 2003-10-14 21:58:56 +00:00
pipethrough.3 * pipethrough.3: Fixed use of mandoc macros according to a 2004-11-21 21:13:43 +00:00
pipethrough.c * dir.c (file_type_to_num): Added initial support for the Special Named 2004-11-03 20:31:59 +00:00
pipethrough.h * pipethrough.c: Added pipethrough, a function to execute child 2004-09-25 21:21:09 +00:00
popt.c * Code cleanup: Added const qualifier for variables and 2004-08-29 23:27:40 +00:00
popt.h * help.c (search_string): Fixed a warning about a const qualifier. 2004-09-18 14:30:58 +00:00
poptalloca.h * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not 2001-02-20 17:57:23 +00:00
poptconfig.c * boxes.c (display_unit): Added const qualifier. 2004-09-25 13:46:23 +00:00
popthelp.c * popthelp.c (showHelpIntro): The basename of argv[0] starts after 2004-11-11 17:37:20 +00:00
poptint.h Include global.h, not i18n.h. 2003-10-26 04:15:17 +00:00
poptparse.c * poptconfig.c (configLine): Cast the argument to functions for 2002-10-24 10:02:40 +00:00
profile.c * help.c (search_string): Fixed a warning about a const qualifier. 2004-09-18 14:30:58 +00:00
profile.h * help.c (search_string): Fixed a warning about a const qualifier. 2004-09-18 14:30:58 +00:00
regex.c If not defined macros HAVE_WCTYPE_H, define it for clean compilation. 2004-11-10 13:48:23 +00:00
rxvt.c * boxes.c (display_unit): Added const qualifier. 2004-09-25 13:46:23 +00:00
screen.c * screen.c (do_search): Ignore the backspace key on empty 2004-11-16 23:54:15 +00:00
selcodepage.c * wtools.h: Fix warnings. 2004-09-01 17:46:53 +00:00
selcodepage.h Reformat. 2002-10-30 23:16:16 +00:00
setup.c * boxes.c (configure_vfs): g_free handles NULL argument too, 2004-09-24 22:22:35 +00:00
setup.h * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
slint.c * slint.c (slang_init): Allow upto 512 lines and cols if the 2004-11-07 12:48:48 +00:00
subshell.c * subshell.c (do_subshell_chdir): Filter out a possible password from 2004-11-03 19:43:17 +00:00
subshell.h * subshell.c (subshell_switch_key): Make static const int. 2002-12-24 00:13:30 +00:00
textconf.c Renamed version to show_version to avoid name clashes. 2004-08-17 10:40:16 +00:00
textconf.h Renamed version to show_version to avoid name clashes. 2004-08-17 10:40:16 +00:00
tree.c * boxes.c (configure_vfs): g_free handles NULL argument too, 2004-09-24 22:22:35 +00:00
tree.h * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
treestore.c 2004-09-24 Roland Illig <roland.illig@gmx.de> 2004-09-24 15:05:28 +00:00
treestore.h * Code cleanup: Added const qualifier for variables and 2004-08-29 16:42:40 +00:00
tty.h * tty.h [!HAVE_SLANG]: Remove all slang_* definitions. 2002-09-08 16:22:54 +00:00
user.c * user.c (execute_menu_command): Revert last changes. Execute 2004-11-18 17:47:55 +00:00
user.h Clean up includes. 2003-10-26 04:03:07 +00:00
util.c * util.c (strip_password): Fix bug - don't delete path from url. 2004-11-09 12:30:29 +00:00
util.h * subshell.c (do_subshell_chdir): Filter out a possible password from 2004-11-03 19:43:17 +00:00
utilunix.c * utilunix.c (mc_tmpdir): Use putenv(3) instead of setenv(3) if 2004-11-01 12:03:45 +00:00
vfsdummy.h * vfsdummy.h [!USE_VFS]: Make sure that vfs_canon() doesn't 2004-04-18 20:56:08 +00:00
view.c * view.c (display): Fixed bug that displayed an empty file in 2004-10-22 08:18:55 +00:00
view.h * view.c (view_init): Constify "_command" argument. 2003-09-09 04:54:59 +00:00
widget.c * widget.c (listbox_drawscroll): Fix declaration of `slow_terminal'. 2004-11-30 05:54:36 +00:00
widget.h * Code cleanup: Added const qualifier for variables and 2004-08-29 18:45:56 +00:00
win.c * help.c (search_string): Fixed a warning about a const qualifier. 2004-09-18 14:30:58 +00:00
win.h * help.c (search_string): Fixed a warning about a const qualifier. 2004-09-18 14:30:58 +00:00
wtools.c 2004-09-24 Roland Illig <roland.illig@gmx.de> 2004-09-24 15:05:28 +00:00
wtools.h * wtools.h (QuickWidget): Make text const. 2004-09-17 03:19:21 +00:00