Roland Illig
|
5d44086ccc
|
Added a C++ like const_cast macro.
|
2004-08-16 15:42:48 +00:00 |
|
Roland Illig
|
a0616a76be
|
mc_ungetlocalcopy does not free its second argument anymore.
|
2004-08-16 15:18:18 +00:00 |
|
Roland Illig
|
f17c1f291c
|
mc_ungetlocalcopy does not free its second argument anymore.
|
2004-08-16 15:18:17 +00:00 |
|
Roland Illig
|
8e36bb7fe0
|
Marked the places where the arguments should be passed as "const".
|
2004-08-16 09:37:00 +00:00 |
|
Roland Illig
|
f4129bc22b
|
Fixed a format string bug (%s => %d).
|
2004-08-16 05:17:49 +00:00 |
|
Roland Illig
|
60ae60fb1e
|
Print the pid as an int.
|
2004-08-16 04:57:07 +00:00 |
|
Roland Illig
|
6bd6aa7b50
|
Made output of the st_mode system independent.
|
2004-08-16 04:56:19 +00:00 |
|
Roland Illig
|
d1b57fbf7f
|
Avoid compiler warning using gcc/Solaris8.
|
2004-08-16 04:49:08 +00:00 |
|
Roland Illig
|
6d483846cb
|
Added a type cast to avoid GCC warnings.
|
2004-08-16 04:27:25 +00:00 |
|
Roland Illig
|
a998d33f7c
|
Made the implicit conversions explicit to prevent "hidden" bugs.
|
2004-08-16 04:26:46 +00:00 |
|
Roland Illig
|
c673ebfc89
|
Made an integer literal compatible to the variable it is compared with.
|
2004-08-16 04:25:41 +00:00 |
|
Roland Illig
|
7adbbafc6a
|
Made the data type of some variables more appropriate.
|
2004-08-16 04:25:06 +00:00 |
|
Roland Illig
|
bdd1d219a3
|
Created a new type (tree_key_map) for functions that act on a tree.
|
2004-08-16 04:24:45 +00:00 |
|
Roland Illig
|
a91c5b9ad2
|
Created a new type (panel_key_map) and wrote some wrapper functions where the parameters didn't match. Adjusted the type of some variables.
|
2004-08-16 04:24:04 +00:00 |
|
Roland Illig
|
e0ea1733e3
|
The type key_callback has got a real prototype.
|
2004-08-16 04:20:56 +00:00 |
|
Roland Illig
|
b08778c9c6
|
Made the data type of some variables more appropriate.
|
2004-08-16 04:17:43 +00:00 |
|
Roland Illig
|
e0512c10dc
|
Invented two new data types (offset_type and screen_dimen) and adjusted the type of many variables.
|
2004-08-16 04:16:55 +00:00 |
|
Roland Illig
|
4afb6e832d
|
Added a prototype to the function declaration.
|
2004-08-16 03:24:49 +00:00 |
|
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 |
|