Commit Graph

3830 Commits

Author SHA1 Message Date
Pavel Roskin 1908a816e5 * extfs/trpm: update to work with rpm 4.x.
Reported by m.lusini@palazzochigi.it
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=62306
2002-04-12 16:27:59 +00:00
Andrew V. Samoilov 291ab2422f * cpio.c (cpio_skip_padding): Handle old ASCII format. 2002-04-12 13:16:00 +00:00
Marco Ciampa 987a82ebbb Corrected bug in sed string: gettext_ver was defined only with version numbering != 5 digits. 2002-04-12 11:02:48 +00:00
Andrew V. Samoilov baa2f67b78 gettext_ver: Add leading 0 before one digit minor numbers like 0.11.1 2002-04-12 06:58:36 +00:00
Andrew V. Samoilov 0eaecaf79d * autogen.sh: Fix for gettext 0.11 family (and newer). 2002-04-09 13:16:39 +00:00
Andrew V. Samoilov 1c2f064d88 Add tmpout 2002-04-09 12:32:59 +00:00
Pavel Roskin 8dd4337cf1 * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
by "make clean" because not everyone has Perl to rebuild it.
2002-04-03 07:45:02 +00:00
Pavel Roskin c942254c57 * Makefile: mc.hlp should be in MAINTAINERCLEANFILES, not in
CLEANFILES, because "make clean" should not make the source
directory useless on systems without Perl.
2002-04-03 07:41:12 +00:00
Andrew V. Samoilov 49d9900fc0 * Makefile.am (CLEANFILES): Add mc.hlp.ru. 2002-03-28 15:45:41 +00:00
Andrew V. Samoilov 6edfce4e7b * Makefile.am (CLEANFILES): Add mc.hlp. 2002-03-28 15:44:52 +00:00
Andrew V. Samoilov 6fd3330f37 * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
first line regular expression.
2002-03-27 15:35:52 +00:00
Andrew V. Samoilov b2c29197df Minor fixes and updates 2002-03-27 15:19:56 +00:00
Pavel Roskin c78799863e Add mc.hlp.ru 2002-03-26 15:55:30 +00:00
Andrew V. Samoilov 3c239079b2 * eregex.h [!USE_INCLUDED_REGEX]: Include <regex.h>.
* regex.c: Compile only if USE_INCLUDED_REGEX is defined.
2002-03-26 14:13:10 +00:00
Andrew V. Samoilov 20154c6f50 * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
or newer is not used.
2002-03-26 13:55:42 +00:00
Andrew V. Samoilov ffd87714d2 * acinclude.m4: New option --with-mcfs and macro WITH_MCFS. 2002-03-26 13:40:14 +00:00
Andrew V. Samoilov 7f08501250 * src/Makefile.am: Move mc.hlp.ru processing ...
* doc/ru/Makefile.am: ... here.
2002-03-26 13:22:32 +00:00
Andrew V. Samoilov 47f1ce66af * syntax.c (edit_read_syntax_file): Use system wide Syntax
Highlighting definitions' file if there is no users one.
2002-03-25 07:52:53 +00:00
Andrew V. Samoilov 8766ce3b02 * cmd.[ch] [USE_INTERNAL_EDIT] (edit_syntax_cmd:) New dialog
to edit Syntax Highlighting definitions file.
* main.c (CmdMenu) [USE_INTERNAL_EDIT]: Add 'Syntax file edit'
entry.
(process_args): Print mc's library directory to stdout.
2002-03-25 07:46:18 +00:00
Andrew V. Samoilov ac26b4f20e * complete.c (insert_text): Fix buffer overflow. 2002-03-25 07:28:25 +00:00
Andrew V. Samoilov 6b6a850816 * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting. 2002-03-22 08:46:53 +00:00
Wang Jian 06a448a8f8 *** empty log message *** 2002-03-21 15:13:05 +00:00
Andrew V. Samoilov 0154dbfdc3 * man2hlp.c (handle_link): Strip .B and .I
* gindex.pl: Use fifth argument as man2hlp location.
2002-03-21 13:01:20 +00:00
Andrew V. Samoilov 20dd6b4e88 * man2hlp.c (handle_command): Handle backslash quoting
for .I and .B
2002-03-21 08:13:58 +00:00
Andrew V. Samoilov a2bd191696 * syntax/c.syntax: Highlight "%p" printf format.
Allow '*' as width and precision for strings and numbers.
2002-03-21 08:01:14 +00:00
Andrew V. Samoilov 3a7a27c135 * doc/mc.1.in: Fix smbfs example. Minor format fixes.
* doc/ru/mc.1.in: Likewise.
2002-03-21 07:57:55 +00:00
Andrew V. Samoilov 830c9ae976 * man2hlp.c (handle_command): Handle '.\"TOPICS' comment.
Use it for translated 'Topics:' message.
* gindex.pl: Use first line of man2hlp output as
translated 'Topics:' message if fourth argument
is empty string.
* Makefile.am (mc.hlp.ru): Use empty string as gindex.pl's
fourth argument.
2002-03-20 14:03:55 +00:00
Andrew V. Samoilov e212629436 Use .\"TOPICS. Minor updates. 2002-03-20 13:55:08 +00:00
Andrew V. Samoilov fae9735bb9 * textconf.c (version): Write to stdout.
* main.c (print_mc_usage): Add "stream" parameter to specify
file stream.
(process_args): Use print_mc_usage() with stdout as stream.
(handle_args): Use print_mc_usage() with stderr as stream.
(print_color_usage): Write to stdout.
2002-03-20 11:28:08 +00:00
Pavel Roskin 9e5818f696 * Makefile.am: Remove regex.h and regex.c. 2002-03-18 21:16:36 +00:00
Pavel Roskin 0f8df892cb * regex.h: Remove. We now have complete regex in src.
* regex.c: Likewise.
2002-03-18 21:11:21 +00:00
Pavel Roskin 351a118d20 * edit.h: Use eregex.h, not regex.h.
From Alexander Varakin <avarakin00@hotmail.com>
2002-03-18 21:09:50 +00:00
Pavel Roskin 7ca687c8ed * eregex.h: Update from glibc-2.2.5.
* regex.c: Likewise.
* find.c: Use eregex.h, not regex.h.
* util.c: Likewise.
* view.c: Likewise.
From Alexander Varakin <avarakin00@hotmail.com>
2002-03-18 21:08:18 +00:00
Pavel Roskin ebe22f53db * find.c (find_parameters): Invert condition when find is case
sensitive.
2002-03-18 20:04:13 +00:00
Pavel Roskin 31fbb7507d * doc/ru/Makefile.am: Distribute xnc.hlp. 2002-03-18 18:02:17 +00:00
Marco Ciampa 77c96b9025 *** empty log message *** 2002-03-18 07:24:57 +00:00
Pavel Roskin 5e7549d346 Add mc.hlp.?? 2002-03-12 16:26:53 +00:00
Pavel Roskin 589a0fd037 * doc/Makefile.am: Adjust for doc/ru/Makefile.am. 2002-03-12 16:25:09 +00:00
Andrew V. Samoilov 061fa72493 * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
* doc/ru/Makefile.am: New file.
* doc/ru/.cvsignore: Add Makefile and Makefile.in.
2002-03-12 11:43:48 +00:00
Andrew V. Samoilov 6c0e640a9d * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
* doc/ru/Makefile.am: New file.
* doc/ru/.cvsignore: Add Makefile and Makefile.in.
2002-03-12 11:25:34 +00:00
Andrew V. Samoilov 582e7d4eaa * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.
* doc/ru/Makefile.am: New file.
* doc/ru/.cvsignore: Add Makefile and Makefile.in.
2002-03-12 11:25:33 +00:00
Andrew V. Samoilov 2390d9b4b6 * doc/ru/mc.1.in: Minor fixes.
* doc/ru/xnc.hlp: Don't hardcode version.
2002-03-12 09:33:35 +00:00
Yuri Syrota 6f44fd1128 Updated Ukrainian translation 2002-03-11 16:20:11 +00:00
Pavel Roskin 8642495c05 * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1. 2002-03-08 17:29:02 +00:00
Andrew V. Samoilov 7df53e2bd2 * direntry.c (vfs_s_resolve_symlink): Comment out buggy code.
(vfs_s_retrieve_file): Set fh->handle to -1.
(vfs_s_read): Don't manipulate with FH->handle if it is -1.
(vfs_s_write): Likewise.
(vfs_s_close): Likewise.
2002-03-06 08:46:35 +00:00
Andrew V. Samoilov 5f2ae160c0 * file.c (copy_file_file): Rollback one hunk to eliminate infinitive loop. 2002-03-06 07:37:14 +00:00
Andrew V. Samoilov 0e0fdc3aa6 * Makefile.am (mc.hlp.ru): Use mc.1 instead of mc.1.in.
(mc.hlp): Likewise.
2002-03-04 14:54:34 +00:00
Andrew V. Samoilov 4bfeff6aca * Makefile.am (mc.hlp.ru): Use mc.1 instead of mc.1.in.
(mc.hlp): Likewise.
2002-03-04 14:09:09 +00:00
Andrew V. Samoilov 8ce8833c37 * file.c (copy_file_file): Chmod destination only if
ctx->preserve is on.  Eliminate gotos.
2002-03-04 13:52:39 +00:00
Andrew V. Samoilov d05ff778ff * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1. 2002-03-04 12:19:38 +00:00