Yury V. Zaytsev
|
6881db8b16
posix: use `tail -1`, not `tail -n 1`, prefer `gsed` for Solaris compat
|
1 month ago |
Yury V. Zaytsev
|
577b253ab3
buildsys: remove `-e` from grep for compatibility with non-XPG4 grep
|
1 month ago |
Yury V. Zaytsev
|
289b9c85be
(canonicalize_pathname_custom): fix `--disable-charset` build broken in 8f723b8
|
1 month ago |
Yury V. Zaytsev
|
a018086f48
maint: remove obsolete CI/maint and re-implement source index
|
3 weeks ago |
Yury V. Zaytsev
|
73ef95df41
maint: fix documentation linting script and add to CI
|
3 weeks ago |
Yury V. Zaytsev
|
319507c595
Ticket #4170: implement CI via GitHub Actions
|
5 months ago |
Yury V. Zaytsev
|
4bd73a7de0
Merge branch '2633_mclib_xterm_clear'
|
1 month ago |
Yury V. Zaytsev
|
f0107ce193
Ticket #2633: add `xterm-clear` terminal definition for FreeBSD termcap
|
1 month ago |
Yury V. Zaytsev
|
9182a89922
filemanager: remove duplicate include header
|
1 month ago |
Andrew Borodin
|
b46e813120
Merge branch '4600_filter_segfault'
|
1 month ago |
Andrew Borodin
|
b232229b46
src/filemanager/{achown,chattr,chmod,chown}.c: get rid of code duplication.
|
1 month ago |
Andrew Borodin
|
2d9383fd54
(panel_callback) [MSG_FOCUS]: remove self-draw here.
|
1 month ago |
Andrew Borodin
|
b14f778e6b
Disable all cursor movements if file panel is empty.
|
1 month ago |
Andrew Borodin
|
562eb7449a
(start_search): don't start quick search if file panel is empty.
|
1 month ago |
Andrew Borodin
|
f147c8b3e2
Clarify panel->currrent if file panel is empty.
|
1 month ago |
Andrew Borodin
|
1ac839d20c
Ticket #4600: fix segfault on panel filter.
|
1 month ago |
Yury V. Zaytsev
|
65fee2daf7
Merge branch '4584_tests_weak_symbols'
|
1 month ago |
Yury V. Zaytsev
|
6c5cf214a9
extfs: use numeric (0/0) root user uid/gid in helpers instead of root/root
|
2 months ago |
Yury V. Zaytsev
|
877ef7d78b
tests: don't free after `ck_abort_msg` as it's marked no-return
|
2 months ago |
Yury V. Zaytsev
|
22b80bf2d4
tests: fix `-Winvalid-source-encoding` warnings in `path_recode`
|
1 month ago |
Yury V. Zaytsev
|
5779e51e69
tests: fix `-Winvalid-source-encoding` warnings in `config_string`
|
1 month ago |
Yury V. Zaytsev
|
15eeb94d2c
tests: fix `-Wmissing-variable-declarations` warnings in vfs tests
|
2 months ago |
Yury V. Zaytsev
|
5b63416d04
tests: fix `-Wmissing-variable-declarations` warnings in filevercmp
|
2 months ago |
Yury V. Zaytsev
|
93b539444b
Ticket #4584: re-implement mocking via weak symbols instead of symbol duplication
|
3 months ago |
Yury V. Zaytsev
|
09320d5381
(attrs_ignore_error): constify input param and fix typos
|
1 month ago |
Yury V. Zaytsev
|
a3a6d00a61
cmd: remove forgotten mmap macros and includes
|
1 month ago |
Yury V. Zaytsev
|
6fb0bb589f
Merge branch '4495_alpine_support'
|
1 month ago |
Yury V. Zaytsev
|
fc96f96c6a
buildsys: sync `ax_check_compile_flag.m4` with autoconf archive
|
1 month ago |
Yury V. Zaytsev
|
b8e2a376e3
Ticket #4495: check if environ is defined to fix redefinition on Alpine
|
1 month ago |
Yury V. Zaytsev
|
dd12be7c82
(extract_line): remove extra const qualifier erroneously introduced in bb4e152
|
1 month ago |
Andrew Borodin
|
8d0bb40f16
Merge branch '4590_ext2attr_errno'
|
1 month ago |
Andrew Borodin
|
1f36a3fd80
(copy_dir_dir): clarify get of mode and attributes of source directory.
|
1 month ago |
Andrew Borodin
|
5486bdad0e
file operations: rename actions and button names:
|
1 month ago |
Andrew Borodin
|
cbb3c9a372
Clarify messages of get/set ext2 attributes errors.
|
1 month ago |
Andrew Borodin
|
5f5e71b7f8
Ticket #4590: clarify handling of ext2 attributes errors.
|
1 month ago |
Andrew Borodin
|
de7d72cab4
src/vfs/tar/tar-internal.c: define UINTMAX_WIDTH.
|
1 month ago |
Yury V. Zaytsev
|
2c76c23a8f
buildsys: fix bootstrapped build on Solaris and systems with LC_ALL != C
|
1 month ago |
Andrew Borodin
|
54a4c7d55f
Merge branch '4598_tar_segfault'
|
1 month ago |
Andrew Borodin
|
0c505b9e13
tar: initialize variables passed to stoint().
|
1 month ago |
Andrew Borodin
|
f4740bf0b9
(decode_num): simplify expression.
|
1 month ago |
Andrew Borodin
|
773bb6f60b
Ticket #4598: fix segfault on open TAR archive.
|
1 month ago |
Yury V. Zaytsev
|
b294d650a3
Merge branch '4596_fix_command_v'
|
1 month ago |
Yury V. Zaytsev
|
f53e9b10bd
Ticket #4596: don't suppress `command -v` output for variable assignments
|
1 month ago |
Andrew Borodin
|
5e2a484b92
Merge branch '4593_tar_compilation'
|
1 month ago |
Andrew Borodin
|
b4f4618994
(user_menu_cmd): minor refactoring.
|
1 month ago |
Andrew Borodin
|
1719f3383f
(user_menu_cmd): remove unused variable.
|
1 month ago |
Andrew Borodin
|
4b1cdccb48
Ticket #4595: tar: fix comparison of integer expressions of different signedness.
|
1 month ago |
Andrew Borodin
|
9d462b135c
(decode_time): initialize variable.
|
1 month ago |
Andrew Borodin
|
d7b85ed9c9
Ticket #4593: tar: fix compilation on systems w/o stdckdint.h.
|
1 month ago |
Andrew Borodin
|
f46406473e
Merge branch '4572_cleanup'
|
1 month ago |