Commit Graph

6287 Commits

Author SHA1 Message Date
Roland Illig 0784d2a7b7 Added type casts where necessary to avoid the "signed-unsigned-comparison" warning. 2004-08-16 03:14:04 +00:00
Roland Illig 6cefb6d3bb Made the data type of some variables more appropriate. 2004-08-16 03:12:05 +00:00
Roland Illig 397d28da8f Corrected data type in printf argument. 2004-08-15 23:09:36 +00:00
Roland Illig a47ff4dece Added missing initializers for poptOption.argDescrip. 2004-08-15 23:06:19 +00:00
Roland Illig a553518dc7 Corrected data type in printf argument. 2004-08-15 23:03:08 +00:00
Roland Illig 9902c1b885 Added missing initializers for QuickDialog.i18n. 2004-08-15 22:55:17 +00:00
Roland Illig 3b421b32bb Moved a semicolon outside of a declaration macro. 2004-08-15 19:34:37 +00:00
Roland Illig 1fe1eb886a Marked the last item of a QuickWidget array as NULL_QuickWidget. 2004-08-15 19:04:19 +00:00
Roland Illig c6ecc5b303 Marked the last item of a QuickWidget array as NULL_QuickWidget. 2004-08-15 18:24:06 +00:00
Roland Illig 6607288ca0 Added missing initializers. 2004-08-15 18:23:25 +00:00
Roland Illig 80ed49f132 Marked the last item of a QuickWidget array as NULL_QuickWidget. 2004-08-15 18:22:39 +00:00
Roland Illig fea3a45fff Added the macro NULL_QuickWidget for safer declarations of arrays of QuickWidgets. 2004-08-15 18:17:40 +00:00
Roland Illig bd00bef955 Bugfix: Properly display diffs of diffs. 2004-08-15 18:14:18 +00:00
Andrew V. Samoilov e9be8219a0 * sfs.c (sfs_init): Fix possible buffer overflows for invalid sfs.ini. 2004-08-14 10:56:09 +00:00
Andrew V. Samoilov 5b290ada65 * extfs.c (extfs_init): Fix possible off-by-one buffer underflow
for empty lines in extfs.ini.
2004-08-14 10:51:00 +00:00
Andrew V. Samoilov 622e6a368e Fix missed name_status() function name. 2004-08-09 14:09:52 +00:00
Andrew V. Samoilov ff0d2fe54f * configure.ac: Add check for atoll(). 2004-08-09 09:35:40 +00:00
Andrew V. Samoilov ea3ff6f126 * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
* doc/ru/mc.1.in: Likewise.
2004-08-09 09:29:12 +00:00
Andrew V. Samoilov 0528e96653 autogen.sh: Fix unportable "\n" in sed. 2004-08-09 09:08:26 +00:00
Andrew V. Samoilov ceb5cf17d4 Don't use \n in sed - a GNU extension, avoid it. 2004-08-02 12:37:22 +00:00
Pavel Roskin 5de01cfe53 Add:
Tilde not expanded in copy and move dialogs.
2004-06-15 20:55:18 +00:00
Pavel Roskin 8ab694ba2d * tar.c: Eliminate struct hstat, use stack arguments instead. 2004-06-14 16:04:07 +00:00
Pavel Roskin 3a0c1187b2 * vfsdummy.h [!USE_VFS]: Make sure that vfs_canon() doesn't
change the original string.  Fix compilation without VFS.
2004-04-18 20:56:08 +00:00
Pavel Roskin a0d18b6ce8 Typo fix in the previous commit. 2004-04-02 07:22:45 +00:00
Pavel Roskin 3738fbba68 * lib/mc.ext.in: Use gqview instead of ee for images. ee seems
to be is obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
2004-04-02 07:22:18 +00:00
Andrew V. Samoilov 49bcfac068 * (insert_char): Use g_realloc() instead of g_malloc()+strcpy()+g_free(). 2004-03-07 07:29:12 +00:00
Andrew V. Samoilov cbedfdbf08 * uk.po: Updated Ukrainian translation. 2004-03-07 07:14:47 +00:00
Andrew V. Samoilov 4208406d7d * undelfs.c (undelfs_readdir): Eliminate g_snprintf() 2004-03-07 06:52:25 +00:00
Andrew V. Samoilov ae73b0a065 * configure.ac: Remove AC_STRUCT_ST_RDEV and AC_CHECK_FUNCS (strpbrk). 2004-03-07 06:45:31 +00:00
Andrew V. Samoilov b55db9788b * samba/lib/debug.c (Debug1): Don't try to open/create logfile if debugf is empty string. 2004-03-07 06:40:28 +00:00
Andrew V. Samoilov 50dda0fcb3 * user.c (extract_line): Add a new parameter (size of the
output buffer) to prevent buffer overflow.
2004-03-07 06:24:14 +00:00
Andrew V. Samoilov d1943ab8cf * achown.c (init_chown_advanced) [ENABLE_NLS]: i18n fix. 2004-03-07 06:21:16 +00:00
Andrew V. Samoilov 722f4e684a * utilvfs.c (vfs_parse_ls_lga): Handle device without whitespace(s)
between major and minor.
2004-03-07 06:17:12 +00:00
Andrew V. Samoilov 02db8a9660 * direntry.c (vfs_s_resolve_symlink): Check vfs_s_fullpath()
return value to avoid NULL dereference.
Reported by wwp <subscript@free.fr>.
2004-03-07 06:12:49 +00:00
Andrew V. Samoilov 2f7bbc2c31 * vfs.c (mc_def_ungetlocalcopy): Fix missed "%s".
* utilvfs.c (vfs_parse_ls_lga): Likewise.
2004-03-07 06:07:43 +00:00
Andrew V. Samoilov 1256c7d4fa Updated translation 2004-03-07 05:58:48 +00:00
Pavel Roskin a91405e102 Don't use --stringtable-output - it doesn't work in gettext 0.12.1.
Reported by David Sterba <dave@jikos.cz>
2004-03-05 08:30:22 +00:00
Pavel Roskin d78f9b9bf0 * subshell.c: Partly revert previous patch to preserve translated strings. 2004-03-05 08:08:13 +00:00
Pavel Roskin 0899d3f580 Fix date of the last commit. 2004-03-05 08:05:18 +00:00
Pavel Roskin 3722e428c0 * subshell.c: Partly revert previous patch to preserve
translated strings.
2004-03-05 08:01:44 +00:00
Pavel Roskin 24b6e7b161 When using "ftp" command, set its stdin to /dev/null. Non-interactive
ftp will handle it, interactive ftp will fail rather than stop.
2004-03-01 18:11:16 +00:00
Pavel Roskin b46fe283f6 Fix use of uninitialized pty_name. 2004-02-10 00:16:17 +00:00
Pavel Roskin 7eb0ef8bd2 * subshell.c: Use "rn" at the end of all error messages.
Don't use perror().  Make error messages more exact.
2004-02-10 00:11:09 +00:00
Pavel Roskin 739bb2edfe Add:
Crash when opening tar archives with links on the top level pointing
inside a directory.
2004-02-09 23:31:31 +00:00
Marco Ciampa 015ffdb0bb Updated italian translation 2004-02-05 10:30:09 +00:00
Pavel Roskin 85aa9da23c Add:
Need a separate color for hotkeys in red dialogs.
2004-02-04 23:16:48 +00:00
Pavel Roskin 603e2af580 * editcmddef.h: Split CK_No_Command into CK_Insert_Char and
CK_Ignore_Key.
* editkeys.c (emacs_key_map): Ignore Ctrl-g.  Requested by
Paul Seelig <pseelig@uni-mainz.de>
(edit_translate_key): Implement CK_Ignore_Key.
2004-02-04 23:09:22 +00:00
Pavel Roskin 90ae5d102d * edit.c (edit_execute_key_command): Return void, the result is
never used.
(edit_execute_cmd): Likewise.
2004-02-04 22:27:58 +00:00
Pavel Roskin 083ca51fa5 Add questions about Ctrl-O. 2004-01-30 08:44:00 +00:00
Pavel Roskin f7a79c670c Update. 2004-01-28 00:16:55 +00:00