Commit Graph

  • 623fcd1316 (parse_integer): fix comment. Andrew Borodin 2023-07-30 14:42:46 +0300
  • 8ce06c4868 (str_replace_all): refactoring. Andrew Borodin 2023-07-23 13:18:32 +0300
  • 634219ccad tests/lib/strutil/str_replace_all.c: rename file. Andrew Borodin 2023-07-23 12:33:16 +0300
  • f1cf92f435 Indentation. Andrew Borodin 2023-07-16 18:03:15 +0300
  • 978ce6d0dd Use vfs_path_get_last_path_vfs() where it is resonable. Andrew Borodin 2023-07-16 11:18:59 +0300
  • e20d9acecb Use vfs_path_get_last_path_str() where it is resonable. Andrew Borodin 2023-07-16 11:12:15 +0300
  • 883f7af560 (mc_fstat): define via MC_HANDLEOP macro. Andrew Borodin 2023-07-16 14:55:48 +0300
  • 2124ffa498 (mc_stat, mc_lstat): define via macro. Andrew Borodin 2023-07-16 14:07:33 +0300
  • b926c08ec9 sftpfs: refactoring: get rid of code duplication. Andrew Borodin 2023-07-16 12:48:07 +0300
  • ec98810986 (tree_move): get rid of gotos. Andrew Borodin 2023-07-15 12:34:19 +0300
  • e8e9d222a9 (tar_skip_member): fix NULL dereference. Andrew Borodin 2023-06-25 14:08:50 +0300
  • 54ec89d950 (unlock_file): eliminate goto, reduce variable scopes. Andrew Borodin 2023-06-25 11:04:53 +0300
  • fded68057e (lock_extract_info): refactor loops. Andrew Borodin 2023-06-25 11:00:47 +0300
  • 66e79e97dd lib/lock.c: use sizeof() for buffer size. Andrew Borodin 2023-06-25 10:49:05 +0300
  • 1e4d27e437 (lock_build_name): fix coding style. Andrew Borodin 2023-06-25 09:39:24 +0300
  • ee5bf223fb (hotkey_draw): constify argument. Andrew Borodin 2023-06-18 12:49:26 +0300
  • d243d467a8 (widget_selectcolor): constify argument. Andrew Borodin 2023-06-18 12:48:29 +0300
  • 28dd27875e Remove unused macro ALLOC_COLOR_PAIR_INDEX. Andrew Borodin 2023-06-12 10:17:24 +0300
  • 626bd819b6 lib/tty/color.c: fix coding style. Andrew Borodin 2023-06-12 10:15:55 +0300
  • 626d02998a mcedit: fix colorize *.zsh files. Bogdan107 2021-12-05 17:50:01 +0000
  • 37e7ee5a47 (edit_push_redo_action): reduce variable scope. Andrew Borodin 2023-05-26 20:48:19 +0300
  • a9f4626138 (edit_push_undo_action): reduce variable scope. Andrew Borodin 2023-05-26 20:48:09 +0300
  • 8a0f00ae6f (edit_load_macro_cmd): reduce variable scope. Andrew Borodin 2023-05-26 20:33:54 +0300
  • ef2172ee5a PKGBUILD.syntax: recognize 'b2sums'. bill auger 2023-03-16 17:14:17 -0400
  • 5a10a33c9e ruby.syntax: add puts srem1 2023-03-03 14:05:14 +0100
  • e1c4e7f3cb (info_show_info): fix unused variable. Andrew Borodin 2023-05-22 10:18:31 +0300
  • 6a9ad25e44 Add support for MacOS Mach-O and .dylib files Oleg Kharitonov 2021-06-07 09:13:03 +0200
  • 482e183190 (spell_dialog_lang_list_show): ret rid of string duplication. Andrew Borodin 2023-05-21 14:14:28 +0300
  • 2e78166c23 src/editor/spell.c: refactoring: use GPtrArray instead of GArray for string arrays. Andrew Borodin 2023-05-21 14:11:50 +0300
  • 583adea34e (edit_suggest_current_word): minor refactoring. Andrew Borodin 2023-05-21 14:08:58 +0300
  • 0869946de5 (str_nconvert_to_input): return NULL if input is NULL. Andrew Borodin 2023-05-21 13:07:23 +0300
  • 464a2eeefc (str_nconvert_to_display): return NULL if input is NULL. Andrew Borodin 2023-05-21 13:05:18 +0300
  • afaa3f075a lib/widget/quick.h: remove unneeded #include. Andrew Borodin 2023-05-21 11:38:04 +0300
  • 6fecb7a9e8 (mc_args__convert_help_to_syscharset): return GString. Andrew Borodin 2023-05-21 11:33:09 +0300
  • 0a9ecdeb98 Remove #include <errno.h> from files where errno is unused. Andrew Borodin 2023-05-09 09:07:34 +0300
  • f4ac2bb01f (cd_error_msg): new function to show the change directory error message. Andrew Borodin 2023-05-09 09:04:44 +0300
  • 8cc71a7f65 src/viewer/nroff.c: remove unneeded include. Andrew Borodin 2023-04-23 21:06:24 +0300
  • 702c3634e5 Move the some stuff from dialog.[ch] to dialog-switch.[ch]: Andrew Borodin 2023-04-23 13:22:05 +0300
  • fc6cc7bfc3 lib/widget/widget-common.h: rename include guard. Andrew Borodin 2023-04-23 13:13:58 +0300
  • 30e64b5f4c lib/vfs/utilvfs.c: clean up, fix coding style. Andrew Borodin 2023-04-23 12:44:14 +0300
  • b4cf765748 (vfs_url_split): replace the 'while' loop with strchr(). Andrew Borodin 2023-04-23 12:38:18 +0300
  • 044c035900 Use bit-field members of file_entry_t as integers explicitly. Andrew Borodin 2023-04-16 12:06:20 +0300
  • 7f30f8c692 file_entry_t: rename members: Andrew Borodin 2023-04-16 11:39:58 +0300
  • 51400f132e (repaint_file): decomposition. Andrew Borodin 2023-04-16 11:25:20 +0300
  • 94df2c8c8d src/filemanager/panel.c: refactor file color attributes. Andrew Borodin 2023-04-16 11:02:49 +0300
  • fe121396ca WPanel: rename 'top_file' to 'top'. Andrew Borodin 2023-04-15 14:33:15 +0300
  • f29118dcec WPanel: rename 'selected' to 'current' and related changes. Andrew Borodin 2023-04-15 14:05:38 +0300
  • fac7922cd0 (do_try_to_select): move into try_to_select(). Andrew Borodin 2023-04-15 14:08:41 +0300
  • 6fb8b13207 Rename key-related APIs: Andrew Borodin 2023-04-15 15:19:05 +0300
  • ea40129743 Menu: renames: Andrew Borodin 2023-04-15 15:01:49 +0300
  • 35b5d8e2f2 WListbox: renames: Andrew Borodin 2023-04-15 14:56:07 +0300
  • e6cb6591b3 (dlg_close): rename from dlg_stop(). Andrew Borodin 2023-04-15 10:17:41 +0300
  • 8455ff8dfd (vfs_path_to_str_flags): create recode_buffer only when required. Andrew Borodin 2023-04-09 21:01:46 +0300
  • 97e8cbc8d6 (test_vfs_setup_cwd_symlink): simplify. Andrew Borodin 2023-04-08 21:26:50 +0300
  • 3616877462 (vfs_get_cwd): rename from _vfs_get_cwd(), simplify. Andrew Borodin 2023-04-08 21:25:44 +0300
  • 9d28def848 (make_symlink): minor optimization. Andrew Borodin 2023-04-07 20:16:10 +0300
  • 52572d5b80 (vfs_path_new): add argument to create relative path object. Andrew Borodin 2023-04-02 15:46:26 +0300
  • 43fc63be8e src/filemanager/panel.c: fix indentation. Andrew Borodin 2023-04-01 17:30:57 +0300
  • d82bfd8902 (do_external_panelize): constify argument. Andrew Borodin 2023-04-01 16:35:05 +0300
  • 8b30eaee1c Ticket #4426: code clean up before 4.8.30 release. Andrew Borodin 2023-03-25 10:41:07 +0300
  • 7111f8aa30 Merge branch '4486_diffviewer_options' Andrew Borodin 2023-07-29 19:47:05 +0300
  • 00f84fbf24 Ticket 3386: diffviewer: options are not applied on second run. Andrew Borodin 2023-07-23 15:25:29 +0300
  • 036976251e Merge branch '4485_patchfs' Andrew Borodin 2023-07-29 19:39:42 +0300
  • b8d6485467 Ticket #4485: patchfs: be more specific in error message. Roland Illig 2023-07-22 23:10:27 +0200
  • db42cb9b63
    patchfs: be more specific in error message #192 Roland Illig 2023-07-22 23:10:27 +0200
  • 299d9a2fb3 Merge branch '4472_ftp_listing' Andrew Borodin 2023-06-04 19:31:10 +0300
  • 14bc2ac2f1 Ticket #4472: (ftpfs_parse_long_list_UNIX): don't ignore special files. Andrew Borodin 2023-06-04 12:02:24 +0300
  • 1536b5acf4 Ticket #4470: mcedit: add B language syntax highlight. Gyorgy Rotter 2023-05-30 09:20:51 +0200
  • 5ac1e86e18 Merge branch '195_tar_timestamp' Andrew Borodin 2023-05-28 19:23:58 +0300
  • 25a445ed88 Ticket 1952: fix wrong timestamps "Jan 1, 1970" int tar archives. Andrew Borodin 2023-05-24 20:45:16 +0300
  • 0d5a989e7e Ticket #4469: add syntax highlighting for Jenkinsfiles. dsilakov 2023-05-25 15:09:20 +0300
  • cc283df6dc Merge branch '4464_FTBFS_without_ext2fs_attrs' Andrew Borodin 2023-05-21 20:36:08 +0300
  • cfe9ae814b Ticket #4464: FTBFS without ext2fs attributes support. Evgeny Grin 2023-05-21 14:06:39 +0300
  • ec3f142b86 Merge branch '4466_sed' Andrew Borodin 2023-05-21 20:26:19 +0300
  • 1d7d9a832e Ticket #4466: fix sed usage in po/Makefile. Evgeny Grin 2023-05-21 16:21:49 +0300
  • b90177fa10 Merge branch '4465_ncurses_libs' Andrew Borodin 2023-05-21 20:17:18 +0300
  • 8fba56d40f Ticket #4465: remove duplicated libs from MCLIBS (again). Evgeny Grin 2023-05-21 16:16:24 +0300
  • b64ef97e77
    FTBFS without ext2fs attributes support #189 Evgeny Grin 2023-05-21 14:06:39 +0300
  • 8f40328df3
    FTBFS without ext2fs attributes support #188 Evgeny Grin 2023-05-21 14:06:39 +0300
  • eb688ea278
    Fix sed usage in po/Makefile #191 Evgeny Grin 2023-05-21 16:21:49 +0300
  • bb934833d1
    Remove duplicated libs from MCLIBS (again) #190 Evgeny Grin 2023-05-21 16:16:24 +0300
  • f17ebfd2a5 Merge branch '4463_ncurses_libs' Andrew Borodin 2023-05-20 20:59:44 +0300
  • 92ae4c6b20 Ticket #4463: ncurses library is duplicated in MCLIBS. Evgeny Grin 2023-05-19 20:27:04 +0300
  • 5c9a145c3d Merge branch '4462_ncurses_includes' Andrew Borodin 2023-05-20 20:47:47 +0300
  • 1f732f0a14 Ticket #4462: FTBFS if ncurses used without --with-ncurses-includes= configure parameter. Evgeny Grin 2023-05-19 20:12:14 +0300
  • 08be8094ca Merge branch '4460_makefile' Andrew Borodin 2023-05-20 20:23:41 +0300
  • 8cd913a28a Ticket #4460: fix unportable '$<' in Makefiles. Evgeny Grin 2023-05-19 19:26:02 +0300
  • 2e3e3a3775 Merge branch '4459_sed' Andrew Borodin 2023-05-20 20:06:54 +0300
  • 68e6d960f8 Replaced unportable 'inplace' sed command Evgeny Grin 2023-05-19 18:29:56 +0300
  • f45d02ba2a Use configure detected or user specified sed in build system Evgeny Grin 2023-05-19 18:06:02 +0300
  • 054a051b42 Ticket #4459: usage of 'sed' in build system/makefiles is not portable. Evgeny Grin 2023-05-19 17:49:55 +0300
  • e5911c1ef5 Merge branch '1952_tar' Andrew Borodin 2023-05-20 19:45:28 +0300
  • 678a130358
    Replaced unportable 'inplace' sed command #184 Evgeny Grin 2023-05-19 18:29:56 +0300
  • 3cd09c318a
    Use configure detected or user specified sed in build system Evgeny Grin 2023-05-19 18:06:02 +0300
  • 7e1814df1f
    configure: add explicit sed detection Evgeny Grin 2023-05-19 17:49:55 +0300
  • 16b607feae
    Fix unportable '$<' in Makefiles #185 Evgeny Grin 2023-05-19 19:26:02 +0300
  • 7d5cf91fa7
    Use configure detected or user specified sed in build system Evgeny Grin 2023-05-19 18:06:02 +0300
  • c6bfb5f536
    configure: fix build with ncurses #186 Evgeny Grin 2023-05-19 20:12:14 +0300
  • 97a61921e3
    configure: fix duplication of ncurses in MCLIBS #187 Evgeny Grin 2023-05-19 20:27:04 +0300
  • 8d1427d183 tar: add support of extended headers. Andrew Borodin 2022-05-08 17:01:43 +0300