Re: [Midnight Commander] #269: Revert from mhl to Glib

2009-02-10 Thread Ticket System
#269: Revert from mhl to Glib ---+ Reporter: Patrick Winnertz | Owner: winnie Type: defect

Re: updated: [1c287d7] First bunch of mhl_mem_free removal patches

2009-02-10 Thread Jan Engelhardt
On Tuesday 2009-02-10 12:49, Patrick Winnertz wrote: >@@ -40,7 +40,7 @@ > > 2009-01-30 Enrico Weigelt, metux ITS > >- * replaced calls to g_free() by mhl_mem_free() >+ * replaced calls to g_free() by g_free() > > 2009-01-29 Mikhail S. Pobolovets > I spot an invasion of busy beaver

Re: updated: [fe95221] Rewrote the shell_escape function in order to make us of GString and g_string_append_c

2009-02-10 Thread Patrick Winnertz
Am Dienstag 10 Februar 2009 13:38:26 schrieb Oswald Buddenhagen: > On Tue, Feb 10, 2009 at 12:49:57PM +0100, Patrick Winnertz wrote: > > Rewrote the shell_escape function in order to make us of GString and > > g_string_append_c > > glib has functions for shell (un-)escaping. did you look at tho

Re: updated: [fe95221] Rewrote the shell_escape function in order to make us of GString and g_string_append_c

2009-02-10 Thread Mikhail
2009/2/10 Oswald Buddenhagen > On Tue, Feb 10, 2009 at 12:49:57PM +0100, Patrick Winnertz wrote: > > Rewrote the shell_escape function in order to make us of GString and > g_string_append_c > > > glib has functions for shell (un-)escaping. did you look at those? > > __

Re: updated: [fe95221] Rewrote the shell_escape function in order to make us of GString and g_string_append_c

2009-02-10 Thread Oswald Buddenhagen
On Tue, Feb 10, 2009 at 12:49:57PM +0100, Patrick Winnertz wrote: > Rewrote the shell_escape function in order to make us of GString and > g_string_append_c > glib has functions for shell (un-)escaping. did you look at those? ___ Mc-devel maili

Re: updated: [ae987b9] Reverted the use of bool in favour of gboolean

2009-02-10 Thread Oswald Buddenhagen
On Tue, Feb 10, 2009 at 12:49:55PM +0100, Patrick Winnertz wrote: > +++ b/edit/usermap.c > @@ -59,7 +59,7 @@ typedef struct Config { > > typedef struct Command { > const char *name; > -bool (*handler) (config_t *cfg, int argc, char *argv[]); > +int (*handler) (config_t *cfg, int arg

Re: [Midnight Commander] #269: Revert from mhl to Glib

2009-02-10 Thread Ticket System
#269: Revert from mhl to Glib ---+ Reporter: Patrick Winnertz | Owner: winnie Type: defect

Re: [Midnight Commander] #268: [PATCH] Allow using SI-based size prefixes

2009-02-10 Thread Ticket System
#268: [PATCH] Allow using SI-based size prefixes --+- Reporter: bilbo| Owner: bilbo Type: enhancement | Status: accepted Priority: major| Milestone: 4.7 Component: mc-core

Re: [Midnight Commander] #269: Revert from mhl to Glib

2009-02-10 Thread Ticket System
#269: Revert from mhl to Glib ---+ Reporter: Patrick Winnertz | Owner: winnie Type: defect| Statu

Re: [Midnight Commander] #269: Revert from mhl to Glib

2009-02-10 Thread Ticket System
#269: Revert from mhl to Glib ---+ Reporter: Patrick Winnertz | Owner: winnie Type: defect| Status: accepted Priority: major

updated: [8a55cb1] Removed three more includes of mhl files in smbfs.c

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit 8a55cb1e9af2d632555fade4a745617f5a10d956 Author: Patrick Winnertz Date: Sun Feb 8 12:41:44 2009 +0100 Removed three more includes of mhl files in smbfs.c Signed-off-by: Patrick Winnertz diff --git a/vfs/smbfs.c b/v

updated: [c26e289] panel: fixed crash when rename/copy (introduced by revert of mhl_strmove)

2009-02-10 Thread Sergei Trofimovich
The following commit has been merged in the master branch: commit c26e289b9f0a27bde985180aaa749cbcdfd3db2f Author: Sergei Trofimovich Date: Sat Feb 7 16:20:03 2009 +0200 panel: fixed crash when rename/copy (introduced by revert of mhl_strmove) g_strconcat expects 0 as last argument

updated: [e54f318] Completely removed MHL stuff

2009-02-10 Thread Slava Zanko
The following commit has been merged in the master branch: commit e54f318cef911eab70753583be922c9ec35d531d Author: Slava Zanko Date: Fri Feb 6 14:01:28 2009 +0200 Completely removed MHL stuff Changed all source files relative to remove MHL Some string-related functions mov

updated: [97bdf08] shell_unescape: fix recently added breakage of decoding escapy strings

2009-02-10 Thread Sergei Trofimovich
The following commit has been merged in the master branch: commit 97bdf084f8d655ae03879fa0a6492b00930f17f6 Author: Sergei Trofimovich Date: Sat Feb 7 16:15:41 2009 +0200 shell_unescape: fix recently added breakage of decoding escapy strings This pach fixes two issues (both appear o

updated: [161164c] Reworked shell_unescape function in order to make use of glib.

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit 161164c55640a6e034c8e00ebd1fb504e5357c1d Author: Patrick Winnertz Date: Fri Feb 6 14:50:22 2009 +0100 Reworked shell_unescape function in order to make use of glib. This commit will replace some *ptr = c; stuff with

updated: [8bd8830] Removed TODO Marker in util.c as the functions are fully ported to use glib now

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit 8bd883085fe3f749d0a533cd9233c389d49f0234 Author: Patrick Winnertz Date: Fri Feb 6 15:01:34 2009 +0100 Removed TODO Marker in util.c as the functions are fully ported to use glib now Signed-off-by: Patrick Winnertz

updated: [3b8f37b] Moved some functions out of mhl into src/util.c

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit 3b8f37b99e551eb1db84b8136f828c4165e4be6f Author: Patrick Winnertz Date: Fri Feb 6 11:17:03 2009 +0100 Moved some functions out of mhl into src/util.c This commit moves the mhl_str_concat_dir_and_file back into src/ut

updated: [589ffd0] Use g_snprintf instead of snprintf as we switch back to glib

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit 589ffd0b106b192fc43d1879aa1b7d364297528d Author: Patrick Winnertz Date: Thu Feb 5 23:49:00 2009 +0100 Use g_snprintf instead of snprintf as we switch back to glib Signed-off-by: Patrick Winnertz diff --git a/edit/e

updated: [fe95221] Rewrote the shell_escape function in order to make us of GString and g_string_append_c

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit fe95221f05e3cc4a80effdcb886768a9eb77efa7 Author: Patrick Winnertz Date: Fri Feb 6 14:32:09 2009 +0100 Rewrote the shell_escape function in order to make us of GString and g_string_append_c As we decided to fully swi

updated: [96fc77b] fixed canonicalize_pathname() breakage: fixed str_move() function (memmove semantics) again

2009-02-10 Thread Sergei Trofimovich
The following commit has been merged in the master branch: commit 96fc77bc3ee1f2ae2ae7c0a14d3bf08975b4cb66 Author: Sergei Trofimovich Date: Sat Feb 7 16:10:33 2009 +0200 fixed canonicalize_pathname() breakage: fixed str_move() function (memmove semantics) again This patch reintrod

updated: [d8aa8a3] Forgot to remove some more .s strings and do a rename in order to prevent compiler warnings + added include

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit d8aa8a302837a84c0ddaf65009b2ce6bc7dcf6dd Author: Patrick Winnertz Date: Fri Feb 6 00:34:50 2009 +0100 Forgot to remove some more .s strings and do a rename in order to prevent compiler warnings + added include Signe

updated: [5920d13] First bunch of reverting stuff from mhl to switch back to glib

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit 5920d138105dc27eb6f4aec4de7b4d21bd219cdf Author: Patrick Winnertz Date: Thu Feb 5 23:09:37 2009 +0100 First bunch of reverting stuff from mhl to switch back to glib This removes the usage of stdbool.h in favour of m

updated: [e0aba5d] completion: do not complete dead/broken files as dirs

2009-02-10 Thread Sergei Trofimovich
The following commit has been merged in the master branch: commit e0aba5d5885358850186f5b1620f4b96383dce99 Author: Sergei Trofimovich Date: Sat Feb 7 16:04:36 2009 +0200 completion: do not complete dead/broken files as dirs When we try to complete something what can't be stat()'ed,

updated: [3d0f9e4] Reverted some more GString removals. (See f235b1976ee6dd7aa2be7e75c870784c424e3de3)

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit 3d0f9e419a1b8a28196ee15b93adf56eafdd1a1e Author: Patrick Winnertz Date: Thu Feb 5 23:22:08 2009 +0100 Reverted some more GString removals. (See f235b1976ee6dd7aa2be7e75c870784c424e3de3) Signed-off-by: Patrick Winne

updated: [ae987b9] Reverted the use of bool in favour of gboolean

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit ae987b923e5341422bdc3048079ce2c5a2b8dd2f Author: Patrick Winnertz Date: Thu Feb 5 23:46:07 2009 +0100 Reverted the use of bool in favour of gboolean Signed-off-by: Patrick Winnertz diff --git a/edit/usermap.c b/edi

updated: [0450daf] Removed type SHELL_ESCAPED_STR in favour of plain char*

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit 0450daf56672a75df543c8222353c8042de8c7a1 Author: Patrick Winnertz Date: Fri Feb 6 00:09:35 2009 +0100 Removed type SHELL_ESCAPED_STR in favour of plain char* Signed-off-by: Patrick Winnertz diff --git a/ChangeLog b/Chan

updated: [281652c] Use FALSE/TRUE in favour of false/true (reverts 4fcf4e9685d9b2e4b49bfa3f7d3709dbe48073b6)

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit 281652cc23a4733b23e8fd5b779e1522913bbc78 Author: Patrick Winnertz Date: Thu Feb 5 23:41:40 2009 +0100 Use FALSE/TRUE in favour of false/true (reverts 4fcf4e9685d9b2e4b49bfa3f7d3709dbe48073b6) Signed-off-by: Patrick

updated: [155fd32] Revert second bunch of mhl patches (see 9b9cab58749217101ab16504a77efb301812cfbf)

2009-02-10 Thread Patrick Winnertz
The following commit has been merged in the master branch: commit 155fd328a4b9f085d1f44ea710a5dee4a7d67f3e Author: Patrick Winnertz Date: Thu Feb 5 23:18:38 2009 +0100 Revert second bunch of mhl patches (see 9b9cab58749217101ab16504a77efb301812cfbf) This reintroduce GString again

history handling

2009-02-10 Thread Páder Rezső
Hi all, it is possible to rewrite the handling of history in mc? Currently everything stored, every time, w/o filtering the duplicates. The history file contains one directory / command / search string f.ex. 10 times... And why logged the used directories? But I can't turn off this. Best regar