forked from CTU-OSP/mc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'origin/revert_mhl_to_glib_mc-4.6' into mc-4.6
* commit 'origin/revert_mhl_to_glib_mc-4.6': fixed mismerge: completion stuff mismerge fix: g_concat -> g_strconcat header guard fix Remove some of the SHELL_ESCAPE_STR Stuff... Revert "introduced new type SHELL_ESCAPED_STR for more type safety" Last bunch of reverts and removal of mhl/* fixed canonicalize_pathname() breakage: fixed str_move() function (memmove semantics) again Revert some functions (mhl_mem_free to g_free, etc) Revert "replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()" Revert "mhl: mhl_shell_unescape_buf(): fixed memory array OOB." Revert "build fix: added missing declaration of mhl_dir_plus_file (reported by andrew_b)" Revert "cleanup: mhl_str_dir_plus_file(): int -> size_t (suggested by Andrew Borodin)" Revert "fixed #240" Revert "Fixing a theoretical buffer overflow which was reported by Roland Illig" Revert "Call va_end after the iteration as we need to free the list again." Revert "Added enhancements from Sergei which he attached to #241." Revert "Resolve some issues in mhl Rollang Illig pointed us to:" Conflicts: ChangeLog
- Loading branch information
Showing
42 changed files
with
399 additions
and
788 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
2009-02-17 Mikhail Pobolovets <[email protected]> | ||
|
||
* lt.po: update by stikonas (#274) | ||
|
@@ -33,6 +32,9 @@ | |
* src/find.c, src/main.c, src/panelize.c, src/util.c, src/utilunix.c, | ||
* src/widget.c, src/widget.h, src/wtools.c, vfs/fish.c: | ||
fixed shell escaping issues in commandline completion engine | ||
|
||
2009-01-31 Enrico Weigelt, metux ITS <[email protected]> | ||
|
||
* replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() (in mhl/string.h) | ||
|
||
2009-01-30 Enrico Weigelt, metux ITS <[email protected]> | ||
|
@@ -54,6 +56,9 @@ | |
|
||
* mhl/escape.h, src/complete.c, vfs/fish.c: introduced new type | ||
SHELL_ESCAPED_STR for more type safety | ||
|
||
2009-01-27 Enrico Weigelt, metux IT service <[email protected]> | ||
|
||
* mhl/escape.h, mhl/string.h: fixed comments to use /* ... */ | ||
|
||
2009-01-27 Sergei Trofimovich <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.